/**TOP ELEMENTS**/
* {
	margin: 0px;

}
body {
	font: 12px/1.5em "Trebuchet MS";
	text-align: left;
	height: 100%;
	color: #333333;
	background-attachment: fixed;
	background-color: #FCF2C8;
	background-repeat: repeat-x;
	behavior:url(csshover.htc); /* WIN behavior calljava script*/
}
#leftnav {
	background: #1D305E;
	width: 194px;
	color: #FFFFFF;
	margin: 0px;
	padding: 10px 10px 20px 20px;
	float: left;
	height: auto;
}
.border_yes{
	border:1px solid #666666;
}
	a:link {
	color: #FFFFFF;
	text-decoration: none
}
a:visited {
	color: #FFFFFF;
	text-decoration: none
}
/**LAYOUT**/

#wrap {
	margin: 0px auto;
	width: 800px;
	position: relative;
	height: 100%;
	background:url(images/page_tile.jpg) repeat-y;
}
#header {
	height: 122px;
	width: 800px;
	margin: 0px;
	padding: 0px;
	float: left;
	position: relative;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #130632;
	background-image: url(images/header_bg.jpg);
	background-position: left center;
	background-repeat: repeat;
}
#left {
	position: absolute;
	height: 100px;
	width: 100px;
	left: 27px;
	top: 14px;
	color: #FFFFFF;
	font-family: "Trebuchet MS";
	font-size: 11px;
	line-height: 1.5em;
}
#right {
	font: 11px/1.5em "Trebuchet MS";
	color: #FFFFFF;
	height: 75px;
	width: 208px;
	position: absolute;
	left: 568px;
	top: 15px;
	text-align: right;
}

#logo {
	height: auto;
	width: 375px;
	position: absolute;
	left: 165px;
	top: 20px;
	font-family: "Times New Roman", Times, serif;
	font-size: 34px;
	color: #FFFFFF;
	font-weight: bold;
	font-variant: normal;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 15px;
}
#headerlinks {
	position: absolute;
	left: 599px;
	top: 100px;
	width: 176px;
	height: 24px;
	color: #FFFFFF;
	text-align: right;
}
#navbar {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 175px;
	height: 285px;
	border-top: 1px solid #FFFFFF;

}
#headerphoto {
	padding: 0px;
	float: left;
	height: auto;
	width: 576px;
	border-top: 2px solid #FFFFFF;
	z-index: 2;
}

#main {
	color: #000066;
	background-color: #FFFFFF;
	padding:10px 0;
	margin: 25px 10px 3em 10px;
	width: 580px;
	float: left;
	display: block;
	background-repeat: repeat-x;
	background-position: left top;
}
#rightnav {
	background: #FFFFFF repeat-x top;
	width: 150px;
	position: relative;
	height: 284px;
	padding-top: 15px;
	padding-right: 8px;
	padding-left: 20px;
	color: #333333;
	float: left;
}
#footerwrap {
	width: 800px;
	clear: both;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#footer {
	height: 30px;
	width: 800px;
	background: #18284F;
	text-align: center;
	color: #FFFFFF;
	margin: 0px auto;
	padding-top: 18px;
	position: relative;
	overflow: visible;
	clear: both;
}
/*--------------------------*/

h1 {
	padding-bottom: 14px;
	font: 36px/1em "Trebuchet MS";
}
p.main {
	padding-left: 12px;
	padding-right: 6px;
	line-height: 1.5em;
}
.green a:visited {
	color: #009933;
	text-decoration: none;
}
.green a:link{	
	color: #009933;
	text-decoration: none;
}
.green a:hover {
	text-decoration: none;
	color: #009933;
	}
.red a:visited {
	color: #990000;
	text-decoration: none;
}
.red a:link{	
	color: #990000;
	text-decoration: none;
}
.red a:hover {
	text-decoration: none;
	color: #990000;
	}
.blueA a:visited {
	color: #009933;
	text-decoration: none;
}
.blueA a:link{	
	color: #000066;
	text-decoration: none;
}
.blueA a:hover {
	text-decoration: none;
	color: #000066;
}
.blueB a:visited {
	color: #000066;
	text-decoration: none;
}
.blueB a:link{	
	color: #000066;
	text-decoration: none;
}
.blueB a:hover {
	text-decoration: none;
	color: #000066;
	}
	/*--------------------------*/
/* ================================================================ 
I changed the styles for navigation---below---it is important to put in the
 csshover.htc in every subfolder that uses this fly out code.
 This is for ie6 and earlier becouse they don't have a hover state on a li without it. 
=================================================================== */

div.menu {
	width:175px;
	font: bold 14px/31px "Trebuchet MS";
	color: #FFF;
	float: left;
	background-color: #fff;
	margin:0;
	
}
div.menu ul{
	margin:0;
	padding:0;
	width:175px;
	background:white;
	
}

div.menu li{
	height:33px;
	width:158px;
	background:url(images/nav_button.jpg) no-repeat; 
	position:relative;
	z-index:3;
	list-style:none;
	margin:0;
	border-bottom:1px solid #fff;
	padding-left:20px;
}
div.menu li:hover{
	background:url(images/nav_button_h.jpg) no-repeat; 
	height:33px;
}
div.menu li a{
	display:block;
	height:33px;
	color:#fff;
	text-decoration:none;
	text-align:left;
	width:175px;	
}
div.menu ul ul{
	position:absolute;
	top:0;
	left:175px;
	border-left:1px solid #fff;
	display:none;
}
div.menu ul.level1 li.submenu:hover ul.level2{
	display:block;
} 

div.menu ul.level2 li.submenu:hover ul.level3{
	display:block;
}
div.menu li.submenu:hover {
	background:url(images/nav_button_h.jpg) no-repeat; 
}																																																													

img.float-left {
	margin: 5px 10px 10px 0px;
	float: left;
	border: 1px solid #FFFFFF;
}
.headeraddress1 {
	height: 30px;
	width: 200px;
	position: absolute;

}
img.float-right {
	margin: 5px 10px 10px 0px;
}
blockquote {
	padding: 10px 10px 10px 35px;
	background: url(images/quote.jpg) no-repeat 10px 10px;
	color: #FFFFFF;
	font: italic normal 12px/1.5em Georgia, "Times New Roman", Times, serif;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
}
h2 {
	color: #B5282E;
}
