body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

a:link {
	color: #025599;
}
a:visited {
	color: #025599;
}
a:hover {
	color: #025599;
}
a:active {
	color: #025599;
}

.copyright {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #999999;
}

.subhead {
	font-family: "Arial Narrow", Arial, Tahoma;
	font-size: 16px;
	color: #0B5C94;
	font-weight: bold;
}

h2 {
	font-family: "Arial Narrow", Arial, Tahoma;
	font-size: 18px;
	color: #60A74B;
	font-weight: lighter;
}

.welcometextbackground {
	background-image: url(images/welcome_text_background.jpg);
	background-repeat: no-repeat;
}
.text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #02559B;
}
.interiortextbackground {
	background-image: url(images/interior_text_background.jpg);
	background-repeat: no-repeat;
}
.textheader {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	font-size: 16px;
	font-weight: bold;
	color: #6DB341;	color: #02559B;
}
.astrixtext {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #02559B;
}
.greenheader {
	font-family: Verdana, Arial, Helvetica, sans-serif;

}


.header-left{
	float:left;
	
	width:432px;
	
	height:153px;
	
	display:block;
}

.header-right{
	float:right;
	
	width:430px;
	
	margin:50px 0px 0px 0px;
	
	display:block;
}

.footer-bar{
	background:url(images/footer-bar.gif) no-repeat;
	width:1000px;
	height:36px;
	display:block;
	padding:8px 0px 0px 15px;
}

.footer-bar p, .footer-bar p a{
	color:#fff;
	margin:0px;
	font-size:12px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	text-shadow:1px -1px #568538;
	
}

.fb{
	width:25px;
	height:25px;
	vertical-align:middle;
}





/* menu::base */
div#menu {
	background: transparent url(images/mmenu.gif) repeat-x scroll 0 0;
	color: #646464;
	width:995px;
	height:30px;
	display:block;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 150%;	
	margin-left:8px;
}

ul.menu {
	clear: both;
	float: none;
	cursor: pointer;
	z-index: 1;
	position: relative;
}

div#menu ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
	float: left;
	z-index: 2;
	position: relative;
	
}

div#menu li {
	position: relative;
	margin: 0px;
	padding: 0px;
	display: block;
	overflow: visible;
	float: left;  
	height: 30px;
	z-index: 3;
}
/* menu::level1 */
div#menu li a {
	height: 30px;
	display: block;
	float: left;
	line-height: 35px;
	text-decoration: none;
	color: #fff;
	overflow: hidden;
	z-index: 4;
  	position: relative;
	text-shadow:-1px -1px #00416a;
}

div#menu li span {  
	color: #fff; 
	font-weight:bold;
	display: block;
	padding: 0 15px;
  	background-repeat: no-repeat;
	background-position: 95% 0px;
	z-index: 6;
	position: relative;
}

div#menu li span.bg { 
	display: block;
 	background: transparent url('images/menu_level1_item.png') repeat-x scroll 0pt 100%;
  	padding: 0;
	height: 25px;
	z-index: 5;
	position: relative;
 	float: left;
}



div#menu li.current {  
	font-weight: bold;
}

div#menu li.current ul {  
	font-weight: normal;
}

/* menu::level2 */
div#menu ul.menu ul {
	padding: 0px 0px 10px;
	background: transparent url('images/menu_dropdown_bg.png') no-repeat scroll 0pt 100%; 
	_background: transparent url('images/menu_dropdown_bg.gif') no-repeat scroll 0pt 100%;	
	left: -999em; 
	width: 165px;
	position: absolute;
	top: 30px;
}

div#menu li:hover ul, div#menu li.sfhover ul { 
	left: 0px; 
	z-index: 100;
	visibility: visible; 
}

div#menu li li { 
	width: 100%; 
	text-indent: 0px;
	float: none; 
	height: auto;
}

div#menu li li span{
	color:#0069ac;
	text-shadow:1px 1px #fff;

}


div#menu li li a, div#menu li li span.separator { 
	margin: 0px 1px;
	padding: 0px; 
	background: url('images/menu_level2_item.gif') no-repeat scroll 100% bottom;
	height: auto; 
	float: none; 
	display: block;
	padding:10px 0px 10px 0px;
	line-height: 12px; 
	width: 163px;
}


div#menu li li a.parent { 
	background: url('images/menu_level2_item_parent.gif') no-repeat scroll 100% bottom;
}

/* menu::level3 */
div#menu li ul ul { 
	margin: -31px 0 0 164px;
}

div#menu li:hover ul ul, div#menu li.sfhover ul ul { 
	border-top: 1px solid #fff; 
}

div#menu li:hover ul ul, div#menu li.sfhover ul ul, div#menu li:hover ul ul ul, div#menu li.sfhover ul ul ul, div#menu li:hover ul ul ul ul, div#menu li.sfhover ul ul ul ul { 
	left: -999em; 
}
div#menu li li:hover ul, div#menu li li.sfhover ul, div#menu li li li:hover ul, div#menu li li li.sfhover ul, div#menu li li li li:hover ul, div#menu li li li li.sfhover ul { left: 0pt; z-index: 100; }

div#menu a:hover {
	color: #fff;
}

div#menu li span:hover {
	color: #fff;
}


div#menu li ul span:hover {
	color: #0069ac;
}
 
 
 
 
 /*Banner Rotator&*/
 
 #slideshow { 
 height: 218px; 
 width: 995px;
 margin:0px 0px 0px 8px; 
 z-index:0;
 }
 
#slideshow a img { 
	width:995px;
	height:218px; 
	border:0px;
	text-decoration:none;
	
	}
	
#slideshow a{
	border:0px;
	text-decoration:none;
}
