/*

Version 1.0
22 February, 2006

*/

* { margin:0; padding:0 }

body { font:0.8em "Lucida Grande", "Lucida Sans Unicode", Verdana, Tahoma, Arial, sans-serif; text-align:center; padding-top:20px; }
h1 { font-size:2.0em; padding-left:60px; margin-bottom:20px; }
h2 { font-size:1.5em; }
h3 { font-size:1.0em; padding:10px 10px 0 10px; }
h4 { font-size:1.0em; padding:5px 0 5px 0; }
p { margin-bottom:20px; }
ul { margin-left:15px; margin-bottom:20px; }
img { border:0; }

#container { width:770px; margin:0 auto; text-align:left; border:2px solid; background-color: #ffffff;}
	#header { float:left; width:600px; }
		#header img {
			behavior: url(iepngfix.htc);
			width:350px; height: 102px;
		}
		#logo { float:left; width:350px; height: 102px; padding: 5px 0px 5px 5px; }
		#tagline { float:left; padding-top:50px; width: 240px;}
	#extra1 { float:right; width:150px; padding:10px; text-align:center; }
	#content { float:left; width:580px; padding:10px; overflow:hidden; }
		#content h2 { margin-bottom:10px; }
	#subcontent_1 { float:right; width:170px; text-align:left; overflow:hidden; }
		#subcontent_2 { margin:30px 10px 10px 10px; padding:10px; }
			#subcontent_2 img { width:130px; }
			#subcontent_2 p { margin:0; padding:10px; }
			
	#footer { clear:both; width:770px; margin:0 auto; text-align:center; font-size:0.8em; line-height:50px; }

.clear { clear:both; height:0px; line-height:1px; font-size:1px; }
.floatleft { float:left; vertical-align:top; }
	.floatleft img { margin-right:10px; }
.floatright { float:right; vertical-align:top; }
	.floatright img { margin-left:10px; }

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {display: inline-table;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

#contact{
	font: 0.85em Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #ffcccc;
	text-decoration: none;
}
#contact:hover { color: #660000; }

/* Start Menu */
#menu_holder {
	height: 40px;
	text-align: left;
	z-index: 10;
	position: relative;
	clear:both; 
	padding:10px 0 20px 20px;
}

#menu {
	margin: 0;
	padding: 0;
	list-style: none;
	font:0.9em Arial, Helvetica, sans-serif;
	font-weight: bold;
	z-index: 101;
}
#menu li {
	float: left;
	margin: 0;
	padding: 0;
	padding-right: 2px;
	position: relative;
	height: 40px;
	line-height: 40px;
	b/ackground-color: #336699;
}

#menu li a {
	line-height: 40px;
	color: #ffcccc;
	text-decoration: none;
	padding: 0 10px 0 10px;
	height: 40px;
	display: inline;
	b/ackground-color: #b6e44f;
	z-index: 10;
}

/* Added .selected selector with same state as hover */
#menu li a:hover, #menu li a.selected {
	color: #660000;
}

/* dropdown lists' background-image and position */
#menu li ul {
	display: none;
	position: absolute;
	/*top: 5px;*/
	top: 35px;
	left: -5px;
	padding-top: 0;
	padding-bottom: 0;
	list-style: none;
	z-index: 10;
	background-color: #660000;
}
/* drop down list width */

#menu li.additional_services ul,
#menu li.additional_services ul li {
	width: 120px;
}
#menu li ul li {
	height: 25px;
	line-height: 25px;
	text-align: left;
	padding: 0;
	margin: 0;
	background-image: none !important;
}
/* secondary list items */
#menu li ul li a {
	display: block;
	padding: 0px 10px;
	height: 25px;
	line-height: 25px;
	border: none;
	b/ackground-color: #660000;
	color: #ffcccc;
	background-image: none;
}
/* submenu hover state background-color */
#menu li ul li a:hover {
	background-color: #ffcccc;
	background-image: none;
}
#menu li ul li a:hover {
	color: #660000;
}
#menu li:hover ul, #menu li.over ul { display: block; }

/***********/
/* END MENU */
/***********/

/* deleted info: 

		#menu { clear:both; padding:10px 0 20px 0; text-align:left; }
			#menu li { display:inline; list-style:none; margin-bottom:10px; padding-left:25px; }
				#menu a { text-decoration:none; font-weight:bold; }
	
	
	position: absolute;
	top: 0;
	left: 0;
*/