body { margin: 0 0 0 0; font-family: arial, helvetica, sans-serif; font-size: 11px; background: #b8e3e1 url(images/bg.jpg) repeat-x top left; color: #000000; }
a { color: #cc0000; font-weight: bold; text-decoration: none; }
a:hover { text-decoration: underline; }
img { border-width: 0px; }

#border-top { margin-bottom: -3px; margin-top: 8px; width: 912px; margin-left: auto; margin-right: auto; display:table; }
#container { padding: 0px 4px; background-color: #ffffff; border-left: 2px solid #6dc6ce; border-right: 2px solid #6dc6ce; width: 900px; margin:0 auto; }
#border-bottom { width: 912px; margin-left: auto; margin-right: auto; display:table; margin-top: -14px; }

#header { width: 900px;	height: 128px; }
#footer { float: left; width: 900px; height: 66px; margin-top: -3px; }

#column-left { width: 638px; float: left; margin-top: -4px; margin-right: 4px; }
#column-left .header { width: 638px; height: 14px; background: #e0fcff url(images/content-top.jpg) no-repeat top left; margin-top: -4px; }
#column-left .content { width: 598px; background: #e0fcff url(images/content-bg.jpg) no-repeat top left; padding: 10px 20px 20px 20px; }
#column-left .footer { width: 638px; height: 14px; background: #e0fcff url(images/content-bottom.jpg) no-repeat top left; }

#column-right { width: 258px; float: left; margin-top: -4px; }
#column-right .content { background: #b4e5e4 url(images/sidebar-block-bg.jpg) no-repeat top left; padding: 8px 15px 15px 15px; margin: -4px 0 0 0; }
#column-right .featured { height: 24px; background: #b4e5e4 url(images/sidebar-featured.jpg) no-repeat top left; padding: 80px 15px 15px 15px; margin: -4px 0 0 0; }
#column-right .footer { width: 258px; height: 20px; background: #b4e5e4 url(images/sidebar-block-bottom.jpg) no-repeat top left; }
#column-right .links { height: 160px; background: #b4e5e4 url(images/sidebar-block-bg.jpg) no-repeat top left; padding: 1px 0px 15px 0px; margin: -4px 0 0 0; }
#column-right .links a { float: left; font-weight: normal; width: 248px; padding-left: 10px; line-height: 22px; border-bottom: 1px solid #a40d0d; }
#column-right .links a:hover { font-weight: bold; background-color: #cc0000; color: #FFFFFF; border-bottom: 1px solid #a40d0d; text-decoration: none; }
#column-right .links a.selected { font-weight: bold; background-color: #801b17; color: #FFFFFF; color: #FFFFFF; border-bottom: 1px solid #a40d0d; text-decoration: none; }

/* ######### Navigation ######### */

#multi-level {height:33px; position:relative; margin-bottom: -3px; float: left; width: 900px; }
#multi-level .pad {float:left;}

/* The menu styling */
/* Remove the padding, margins and bullets from the lists */
.menu, .menu ul {list-style-type:none; padding:0; margin:0; font-family:arial, sans-serif;}

/* Set up the top level list items and float left to place inline */
.menu li.top {display:block; float:left; position:relative;}

/* Style and position the table so it takes no part in the menu function. The font size is necessary for IE5.5 */
.menu table {border-collapse:collapse; width:0; height:0; position:absolute; top:0; left:0;}

/* Default top link link styling */
.menu li.top a.top_link {display:block; float:left; height:33px;}
.menu li.top a span {position:absolute; left:-9999px; top:0; z-index:0; font-size:10px;} /* move the link text off screen */

/* pre-load the hover images into the lists */
.menu li.p1 {width:57px; background:url(images/nav-home-on.jpg) no-repeat;}
.menu li.p2 {width:80px; background:url(images/nav-about-on.jpg) no-repeat;}
.menu li.p3 {width:77px; background:url(images/nav-services-on.jpg) no-repeat;}
.menu li.p4 {width:84px; background:url(images/nav-portfolio-on.jpg) no-repeat;}
.menu li.p5 {width:75px; background:url(images/nav-contact-on.jpg) no-repeat;}

/* set up the normal unhovered images in the links */
.menu li a#home {width:57px; background:url(images/nav-home-off.jpg) no-repeat;}
.menu li a#about {width:80px; background:url(images/nav-about-off.jpg) no-repeat;}
.menu li a#services {width:77px; background:url(images/nav-services-off.jpg) no-repeat;}
.menu li a#portfolio {width:84px; background:url(images/nav-portfolio-off.jpg) no-repeat;}
.menu li a#contact {width:75px; background:url(images/nav-contact-off.jpg) no-repeat;}

/* Style the list OR link hover. Depends on which browser is used */
.menu a:hover {visibility:visible;} /* for IE6 */
.menu li:hover { position:relative; z-index:200;} /* for IE7 */

/* make the links transparent on hover so that the hover images in the lists show through (no flicker) */
.menu li a#home:hover, .menu li:hover a#home,
.menu li a#about:hover, .menu li:hover a#about,
.menu li a#services:hover, .menu li:hover a#services,
.menu li a#portfolio:hover, .menu li:hover a#portfolio,
.menu li a#contact:hover, .menu li:hover a#contact {background:transparent;}

/* keep the 'next' level invisible by placing it off screen. */
.menu ul, 
.menu :hover ul ul, 
.menu :hover ul :hover ul ul,
.menu :hover ul :hover ul :hover ul ul,
.menu :hover ul :hover ul :hover ul :hover ul ul {position:absolute; left:-9999px; top:-9999px; width:0; height:0;}

/* set up the first drop down sub level */
.menu :hover ul.sub {left:0; top:33px; background: #800808; padding:0; margin-left: 1px; border:1px solid #ffafaf; border-width: 0 1px 1px 1px; white-space:nowrap; width:200px; height:auto;}
.menu :hover ul.sub li {display:block; height:20px; position:relative; float:left; width:200px; border-bottom: 1px solid #a40d0d;}
.menu :hover ul.sub li a {display:block; font-size:10px; height:20px; width:200px; line-height:20px; text-indent:12px; color:#ffe8e8; font-weight: normal; text-decoration:none; }
.menu :hover ul.sub li a.fly {background:#fff url(multi_level-files/arrow.gif) 80px 7px no-repeat;}
.menu :hover ul.sub li a:hover {background:#c52c2c; color:#fff;}
.menu :hover ul.sub li a.fly:hover {background:#c52c2c url(multi_level-files/arrow_over.gif) 80px 7px no-repeat; color:#fff;}
.menu :hover ul li:hover > a.fly {background:#c52c2c url(multi_level-files/arrow_over.gif) 80px 7px no-repeat; color:#fff;} 

/* set up the flyout levels when hovering */
.menu :hover ul :hover ul,
.menu :hover ul :hover ul :hover ul,
.menu :hover ul :hover ul :hover ul :hover ul,
.menu :hover ul :hover ul :hover ul :hover ul :hover ul
{left:90px; top:-4px; background: #fff; padding:3px 0; border:1px solid #888; white-space:nowrap; width:200px; z-index:200; height:auto; z-index:300;}