/*

Version 1.0
12 May, 2006

*/

body {
	background-color: #0099cc;
	color: #666666;
}
a { color:#000000; }
a:hover {
	color: #999999;
}
#container { border-color:#cccccc; }
#intro_container {
	border: 0px;
}
#header { background:url(../images/bg-header.jpg) top center no-repeat; }

#nav a { color:#0a4e1f; }
#nav a.a1, #nav .a3, #nav .a5, #nav .a7, #nav .a9, #nav a.a2, #nav .a4, #nav .a6, #nav .a8, #nav .a10 { 
	color:#0a4e1f; 
	font:1.0em Arial, Verdana, Tahoma, sans-serif;
	font-weight: bold;

}

#nav a:hover { color: #ff9900; }
#nav a.selected { color: #ff9900; }
#nav a.sub:hover { color: #ff9900; }
#nav a.sub.selected { color: #ff9900; }






#subcontainer { background:url(../images/bg-content.gif) bottom center no-repeat; }
#sub_i_container { bottom center no-repeat; margin-top: 15px;}					
#subcontent h3 {
	font-weight: bold;
	color: #ffffff;
	font-size: 13px;
	margin-bottom: -15px;
	background-color: #ff9900;
	margin-left: 8px;
}
#content { border-color:#ececec; }
#content h1 { color:#ffffff; background-color:#999999; }
#intro_container {
	background-image: none;
}

#landingfoot { 
	margin-left: 160px;
	margin-right: 160px;
	color:#000000; 
	font-weight: bold;
}

#intro img { width:770px; }
#extra1 {
	margin-left: 8px;
	background-color: #ffcc00;
	border: 2px solid;
	border-color: #cccccc;
}
#extra2 p { color:#000000; font-weight: bold;}
#footer, #footer a {
	color: #ffffff;
}

#footer a:hover {
	color: #cccccc;
}
#footer_i a {
	color: #666666;
}
#footer_i a:hover {
	color: #000000;
}
#menu {
		width: 770px;
		position: relative;
		float: right;
		right: 0px;
		bottom: 0px;
	  }

/* dropdown menu, side lists */
#nav_holder {
	position: relative;
	float: right;
	right: 0px;
	margin-top: 45px;
	margin-right: 10px;
	width: 150px;
	text-align: left;
	background: url(../images/bg-menu.jpg) repeat;
}
#nav_holder a {
	font-size:0.9em;
	font-weight:bold;
	text-decoration:none;
	height: 15px;
	line-height: 17px;
	padding: 0px;
	margin-right: 0px;	
}
#nav, #nav ul { /* all lists */
	font-family: 'Arial, Verdana, Tahoma, sans-serif';
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	z-index:10;
}
#nav  {
font:1.0em Arial, Verdana, Tahoma, sans-serif;
text-align:left;
margin: 0px auto;
width: 150px;
}
#nav a, #nav li li a  {
	display: block;
	color: #009;
	text-decoration: none;
	padding: .1em .5em;
	border-left: 5px solid;
}
#nav li { /* all list items */
	float: left;
	height: 15px;
	width: 15em; /* width needed or else Opera goes nuts */
}
/* dropdown list background color */
#nav li:hover, #nav li.sfhover {
	background-color: #C1C1C1;
		width: 13.5em;
}

#nav li.home {	width: 12.25em;}
#nav a.home {	width: 12.25em;}
#nav li.services{	width: 12.25em;}
#nav a.services {	width: 12.25em;}
#nav li.corporate_well_being {	width: 12.25em;}
#nav a.corporate_well_being {	width: 12.25em;}
#nav li.schedule {	width: 12.25em;}
#nav a.schedule {	width: 12.25em;}
#nav li.our_company {	width: 12.25em;}
#nav a.our_company {	width: 12.25em;}
#nav a.resources {	width: 12.25em;}
#nav li.resources {	width: 12.25em;}
#nav li.products {	width: 12.25em;}
#nav a.products {	width: 12.25em;}
#nav li.testimonials {	width: 12.25em;}
#nav a.testimonials {	width: 12.25em;}
#nav li.contact {	width: 12.25em;}
#nav a.contact {	width: 12.25em;}

#nav li ul { /* second-level lists */
	/* left drop-down menu */
	margin-left: -180px;
	margin-top: -15px;
	/* end left drop-down menu */
	position: absolute;
	background-color: #cccccc;
	-moz-opacity:.90;
	filter:alpha(opacity=90);
	width: 14em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}
/* name the anchor (a) class="sub" for each submenu li item: to not display the background menu-divider. */
#nav a.sub {
	font:1.0em Arial, Verdana, Tahoma, sans-serif;
	font-weight: bold;
	height: 15px;
	line-height: 15px;
	border-left: none;
	margin-left: -5px;
	color:#0a4e1f;
}
#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}
#nav li.hover li a {
color: #000;
}
#nav li ul ul {
	margin: -2.5em 0 0 5em;
}
#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;
}
#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul {
	left: auto;
		width: 14em;
}