/* CSS Document */

body { margin: 1em; background-color: #F8F8E4; }
body { font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif; font-size: 0.85em; }
#container { text-align: center; }
#centered {
	text-align: left; margin: auto;
	width: 85%; max-width: 1200px;
	border: 1px solid #555; background-color: #FFF;
}
#header {
	background-image: url("/images/masthead.png"); background-repeat: no-repeat;
	height: 110px; 
}

.HeaderImage{ position: relative; top: 42px; left: 270px; }
.contactbar { padding: 0px 3px 0px 3px; font-size: 0.8em; float: right;  position: relative; z-index: 0; top: 94px; background-color: #EFF1AD; border-top: 1px solid #808000; border-left: 1px solid #808000; }
#cols { border-top: 1px solid #555; background-color: #EEF; position: relative; z-index: 1; }
#leftcol { float: left; width: 130px; margin-left: -100%; }
#adsense { margin: 15px 2px 2px 2px; height: 125px; width: 125px; border: 1px solid #CCC; }
#leftcol .navtab {
	font-size: 0.9em; background-color: #FFF;
	display: block; height: 24px;
	position: relative; margin-top: -5px; padding: 11px 0px 0px 5px;
	border-right: 1px solid #555; border-bottom: 1px solid #555;	
	width: 125px; overflow: hidden; 
}
#leftcol .navtab:first-child { margin-top: -1px; padding-top: 5px; border-top: 1px solid #555; }
#leftcol .navtab:hover { background-color: #6C9; }
#navdiv_wrapper { width: 100%; text-align: center; }
#navdiv_wrapper .navdiv:first-child { margin-left: 0%; }
.navdiv { display: inline-block; margin-left: 2%; }
.navdiv_text { text-align: center; }
#rightcol {	
	border-left: 1px solid #555; float: left;
	margin-left: 130px; padding: 5px 10px 5px 10px; text-align: justify;
	background-color: #FFF;
	background-image:url(/images/rightcol_grad.png);
	background-position:top; background-repeat:repeat-x;
}
#footer { padding: 2px 0px 2px 5px; height: 16px; font-size: 0.8em; clear: both; border-top: 1px solid #555; }

#tabcontrol { margin: 10px; }
#subtabs span { display: inline; border: 1px solid #000; position: relative; padding: 0px 20px; 0px; 20px; background-color: #EFF1AD; margin-right: -5px;}
#subtabs span:first-child { margin-left: 0px; }
#subtabs span:hover { cursor: pointer; }
#subtabs_content div { display: inline; display: none; padding: 4px; }
#subtabs_content div:first-child { display: block; }
#subtabs_content { width: 100%; border: 1px solid #000; }