/* CSS Document */


* { padding: 0; margin: 0; }

body {
	background-image:url(images/background.jpg);
	background-repeat: no-repeat;
	background-position: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
}
#wrapper {
	margin-top: 100px;
	text-align: left;
	width: 820px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
#logos {
	height: 137px;
	width: 510px;
	background-image: none;
	background-repeat: fixed center;
	background-position: bottom;
	float: right;
	position: static;
}

#header{
	width:820px;
	height:186px;
	float: left;
} 
#navigation{
	width: 230px;
	height: 20px;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#nav_two{
	width:580px;
	height:20px;
	float:left;
	padding-top:5px;
	padding-right: 10px;
	background-image:url(images/nav_background.jpg);
	background-repeat: fixed center;
	color:#FFFFFF;
	background-color: #999;
	margin-top: 1px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#flashimage{
	width: 300px;
	height: 230px;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	background-color: #999;
} 
#content{
	width: 510px;
	height:372px;
	float: right;
	padding-top: 0px;
	background: #fff;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
#left{
	width: 300px;
	height: 233px;
	float:left;
	background-image:none;
	background-repeat: fixed center no-repeat;
	color:#FFFFFF;
	line-height: 15px;
	margin-top: 7px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding: 0px;
}
#right{
 width: 120px;
 height: 140px;
 float:left;
 padding: 10px;
 padding-top: 7px;
 background-image:url(images/left_right_background.jpg);
 background-repeat: fixed center no-repeat;
 margin: 0px 5px 10px 0px;
 color:#FFFFFF;
 line-height: 15px;
 }
#footer{
	width: 820px;
	height: 50px;
	padding-top: 10px;
	padding-bottom: 10px;
	clear: both;
	border-top: 1px solid #000;
	background-image:none;
	background-repeat: fixed center no-repeat;
}
#hr {
height: 0;
border-width: 1px 0 0 0;
border-style: solid;
border-color: #007846;
}
#outer {width:800px; height:inherit;}

.pad1 {width:50px; height:25px; background:#2a5453; display:inline; float:left; margin:1px 1px 0 0;}
.pad2 {width:25px; height:25px; background:#2a5453; display:inline; float:left; margin:1px 1px 0 0;}

#menu {list-style-type:none; padding:0; margin:0;}
#menu ul {list-style-type:none; padding:0; margin:0;}
#menu li {float:left; background-image:url(images/nav_on.jpg); z-index:1;margin:1px 1px 0px 0px; position:relative;}
#menu li.sub {background-image:url(images/nav_on.jpg);}
#menu li.subtwo {background-image:url(images/nav_on.jpg);}
#menu li.subthree {background-image:url(images/nav_on.jpg);}
#menu li.subfour {background-image:url(images/nav_on.jpg);}
#menu li.subfive {background-image:url(images/nav_on.jpg);}
#menu li.subsix {background-image:url(images/nav_on.jpg);}
#menu li.subseven {background-image:url(images/nav_on.jpg);}
#menu li.subeight {background-image:url(images/nav_on.jpg);}
#menu li.subnine {background-image:url(images/nav_on.jpg);}
/* for IE5.5 and IE6 only */
#menu table {border-collapse:collapse;position:absolute;top:0;left:0;z-index:80;font-size:1em;}

#menu li a {display:block; color:#fff; height:25px; font-family:arial, sans-serif; font-size:12px; line-height:24px; width:75px; text-decoration:none; text-align:center;}
#menu :hover {color:#fff; background-image:url(images/nav_off.jpg);}
#menu :hover > a {color:#fff; background-image:;}


#menu ul, 
#menu :hover ul ul,
#menu :hover ul :hover ul ul,
#menu :hover ul :hover ul ul.left {
	position:absolute;
	left:-9999px;
	width:128px;
	background-image: url(images/nav_on.jpg);
}

#menu :hover ul{left:0;top:25px; background:url(transparent.gif);} /* the background image is for IE7 */

#menu :hover ul :hover ul,
#menu :hover ul :hover ul :hover ul {padding:0 3px; left:125px; top:-3px;}

#menu :hover ul :hover ul.left,
#menu :hover ul :hover ul :hover ul.left {padding:0 3px; left:-131px; top:-3px;}

a:focus { -moz-outline-style: none; }/*this avoids having image replacement sections display a dotted outline*/

