/*Yahoo! Inc. Reset and Base CSS files */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote{margin:0;padding:0;}table{/*border-collapse:collapse;border-spacing:0;*/}fieldset,/*img{border:0;}*/address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym {border:0;font-variant:normal;}sup {vertical-align:text-top;}sub {vertical-align:text-bottom;}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}input,textarea,select{*font-size:100%;}legend{color:#000;}

h1{font-size:138.5%;}h2{font-size:123.1%;}h3{font-size:108%;}h1,h2,h3{margin:1em 0;}h1,h2,h3,h4,h5,h6,strong{font-weight:bold;}abbr,acronym{border-bottom:1px dotted #000;cursor:help;} em{font-style:italic;}blockquote,ul,ol,dl{margin:1em;}ol,ul,dl{margin-left:2em;}ol li{list-style:decimal outside;}ul li{list-style:disc outside;}dl dd{margin-left:1em;}th,td{/*border:1px solid #000;padding:.5em;*/}th{font-weight:bold;text-align:center;}caption{margin-bottom:.5em;text-align:center;}p,fieldset,pre{margin-bottom:1em;}input[type=text],input[type=password],textarea{width:12.25em;*width:11.9em;}

body {
	background: #dcdcdc url(/gfx/bg.jpg) top repeat-x;
	width: 914px;
	margin: 0 auto 0 auto;
	font-family: "Arial", "Trebuchet MS", "Helvetica", sans-serif;
}

#main {
	float: left;
	width: 914px;
}

#header {
	float: left;
	width: 914px;
	height: 75px;
}

#content {
	float: left;
	width: 914px;
	min-height: 400px;
	background: url(/gfx/contentbg.jpg) top repeat-y;
	color: #6a6a6a;
	text-align: justify;
}

#content a:link {
	color: #919c1e;
	text-decoration: none;
}

#content a:visited {
	color: #7f881f;
	text-decoration: none;
}

#content a:hover {
	text-decoration: underline;
}

#content a:active {
	color: #585d20;
}



#content h1 {
	margin-top: 5px;
	color: #004b67;
	font-weight: normal;
}

#footer {
	float: left;
	width: 914px;
	height: 40px;
	background: url(/gfx/footer.jpg) top left no-repeat;
}

#logo {
	float: left;
	margin-left: 13px;
	border: 0;
}

#logo img {
	border: 0;
}

#content_left {
	float: left;
	width: 632px;
	margin-left: 22px !important;
	margin-left: 11px;
}

#content_left_top {
	float: left;
	width: 632px;
	height: 14px;
	background: url(/gfx/contenttop.jpg) bottom left no-repeat;
}

#content_left_bottom {
	float: left;
	width: 602px;
	padding: 0 15px 0 15px;
	min-height: 400px;
	background: url(/gfx/contentbottom.jpg) top left repeat-x;
	font-size: 0.8em;
}

#content_right {
	width: 215px;
	float: left;
	margin-left: 22px;
}

#content_right_top {
	float: left;
	width: 215px;
	height: 14px;
	background: url(/gfx/contenttop_right.jpg) bottom left no-repeat;
}

#content_right_bottom {
	float: left;
	width: 185px;
	padding: 0 15px 0 15px;
	min-height: 400px;
	background: url(/gfx/contentbottom.jpg) top left repeat-x;
	font-size: 0.8em;
}

#content_address {
	width: 870px;
	margin-top: 20px;
	margin-left: 22px !important;
	margin-left: 11px;
	float: left;
}

#content_address_top {
	float: left;
	width: 870px;
	height: 9px;
	background: url(/gfx/contenttop_address.jpg) bottom left no-repeat;
}

#content_address_bottom {
	float: left;
	width: 870px;
	height: 70px;
	background: url(/gfx/contentbottom_address.jpg) top left repeat-x;
}

#content_address_bottom_left {
	color: #393939;
	float: left;
	font-size: 0.8em;
	margin-left: 15px;
}

#content_address_bottom_right {
	color: #393939;
	float: right;
	font-size: 0.8em;
	text-align: right;
	margin-right: 15px;
}

#navigation {
	float: right;
	color: #fff;
	
}

#navigation ul li {
	float: left;
	list-style: none;
}

#navigation ul li a {
	display: block;
	height: 23px;
	float: left;
	color: #fff;
	font-size: 0.8em;
	text-decoration: none;
}

ul.dropdown li a:hover {
	border-bottom: 3px solid #a3ac4c;
}
/* */
/* 
	LEVEL ONE
*/
ul.dropdown                       	{ position: relative; z-index: 20; }
ul.dropdown li                    	{ font-weight: bold; float: left; zoom: 1; }
ul.dropdown li a                    	{ display: block; padding: 4px 8px;	border-bottom: 3px solid #8fbff0;}
ul.dropdown li:last-child a         { border-right: none; } /* Doesn't work in IE */
ul.dropdown li.hover,
ul.dropdown li:hover                {  color: black; position: relative; }
ul.dropdown li.hover a              { color: black; }



/* 
	LEVEL TWO
*/
ul.dropdown ul li					{clear:both; display: block;width: 160px;}
ul.dropdown ul 					{ width: 220px; visibility: hidden; position: absolute; top: 52%; left: -30px; }
ul.dropdown ul li 					{ font-weight: normal; background: #666; color: #000; float: none; }
									  
                                    /* IE 6 & 7 Needs Inline Block */
ul.dropdown ul li a					{ border-right: none; width: 100%; display: inline-block; border: 0;	border-bottom: none;} 
ul.dropdown ul li a:hover					{ border-right: none; width: 100%; display: inline-block; border: 0;	border: none;} 
ul.dropdown ul li .hover a  {border: none;}
ul.dropdown ul li a:hover {
	border: 0;
}

/* 
	LEVEL THREE
*/
ul.dropdown ul ul 					{ left: 100%; top: 0; }
ul.dropdown li:hover > ul 			{ visibility: visible; }

/* */
#copyright {
	width: 941px;
	float: left;
	font-size: 0.7em;
	margin-top: -20px;
}

#copyright a {
	text-decoration: none;
}

#copyright_left {
	float: left;
	margin-left: 20px;
}

#copyright_right {
	float: right;
	margin-right: 50px;
}

#slideshow {
   	position:relative;
    width: 900px;
    height: 219px;
    margin-left: 7px;
    margin-bottom: 10px;
    border-bottom: 1px solid white;
}

.headerimg {
	border: 0px;
}

.bannerimg {
    float: left;
    margin-left: 7px;
    margin-bottom: 10px;
    border: 0;
    border-bottom: 1px solid white;
    width: 900px;
}

#slideshow A {
   	position:absolute;
    top:0;
    left:0;
    z-index:8;
}

#slideshow A.active {
  	z-index:10;
}

#slideshow A.last-active {
    z-index:9;
}




