@charset "UTF-8";
/* CSS Document */

div#contactbox {
	width:250px;
	background-image:url(/images/contboxbg.png);
	background-repeat:repeat-y;
	font-family:Arial, Helvetica, sans-serif;
	color:#143d8d;
	font-size:12px;
	text-align:left;
	
	}

body {
	font-size:100%;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background:center top #e7ebf3;
}
h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	text-align:left;
	color:#143d8d;
	margin-left:20px;
	margin-top:30px;
	}
h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	text-align:left;
	color:#ce800e;
	margin-left:20px;
	}
h2 a:link { color: #ce800e; text-decoration:underline;  }
h2 a:visited { color: #ce800e; text-decoration:underline;  }
h2 a:hover { color: #143d8d; text-decoration:underline;  }
h2 a:active { color: #ce800e; text-decoration:underline; }

h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	text-align:center;
	color:#143d8d;
	}

.admintext {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#143d8d;
	}
.admintext a:link { color: #143d8d; text-decoration:underline;  }
.admintext a:visited { color: #143d8d; text-decoration:underline;  }
.admintext a:hover { color: #333333; text-decoration:underline;  }
.admintext a:active { color: #143d8d; text-decoration:underline; }				
		
.interiortext {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
	text-align:left;
	color:#333333;
	margin-left:20px;
	margin:0 20px;
	float:left;
	width:450px;
	}
.interiortext a:link { color: #143d8d; text-decoration:underline;  }
.interiortext a:visited { color: #143d8d; text-decoration:underline;  }
.interiortext a:hover { color: #333333; text-decoration:underline;  }
.interiortext a:active { color: #143d8d; text-decoration:underline; }	
	
* html .interiortext {
	margin:0 10px;
	}	

.interiortextlarge {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
	text-align:left;
	color:#333333;
	margin-left:20px;
	margin:0 20px;
	float:left;
	width:550px;
	}
.interiortextlarge a:link { color: #143d8d; text-decoration:underline;  }
.interiortextlarge a:visited { color: #143d8d; text-decoration:underline;  }
.interiortextlarge a:hover { color: #333333; text-decoration:underline;  }
.interiortextlarge a:active { color: #143d8d; text-decoration:underline; }	
	
* html .interiortextlarge {
	margin:0 10px;
	}	
		
div#interioright {
	width:215px;
	float:left;
	}	
div#homedescription {
	width:345px;
	padding:15px;
	font-family:Arial, Helvetica, sans-serif;
	text-align:left;
	font-size:14px;
	color:#333333;
	float:left;
	line-height:20px;
	}
div#homedescription a:link { color: #143d8d; text-decoration:underline;  }
div#homedescription a:visited { color: #143d8d; text-decoration:underline;  }
div#homedescription a:hover { color: #333333; text-decoration:underline;  }
div#homedescription a:active { color: #143d8d; text-decoration:underline; }		
div#homenewsbox {
	width:330px;
	background:url(/images/newsbg.png) repeat-y;
	float:left;
	margin-top:15px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#143d8d;
	text-align:left;
	margin-bottom:15px;
	}
div#homenewsbox ul {
	margin-left: 5px;
	margin-top:0;
	padding-left: 5px;
	list-style: none;
	}
div#homenewsbox li {
	background-image:url(/images/newsarrow.jpg);
	background-repeat: no-repeat;
	background-position: .5em .15em;
	padding-left: 25px;
	padding-bottom:5px;
	margin-bottom:5px;
	margin-right:20px;
	}
div#homenewsbox a:link { color: #143d8d; text-decoration:underline;  }
div#homenewsbox a:visited { color: #143d8d; text-decoration:underline;  }
div#homenewsbox a:hover { color: #333333; text-decoration:underline;  }
div#homenewsbox a:active { color: #143d8d; text-decoration:underline; }			

/* BEGIN Main Structure */
div#topyellow {
	background:url(/images/yellowbg.jpg) repeat-x center top #FFFFFF;
	min-height:700px;
	height:auto !important;
	height:700px;	
	}
div#topwrapper {
	background:url(/images/wrapperbg.png) no-repeat center top;
	}	
div#footer {
	background:url(/images/footerbg.jpg) repeat-x;
	min-height:150px;
	}
.footerblock {
	float:left;
	width:320px;
	padding:10px;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#143d8d;
	}	
	
div#maincontent {
	width:958px;
	}
div#leftcolumn {
	width:253px;
	float:left;
	}
div#rightcolumn {
	width:705px;
	float:left;
	}
div#rightcolumninterior {
	width:705px;
	float:left;
	background:url(/images/rightcolint.png) center top no-repeat;
	padding:30px 0 0 0 ;
	margin-bottom:30px;
	}	
div#rightcolumninteriorlarge {
	width:705px;
	float:left;
	background:url(/images/rightcolint.png) center top no-repeat;
	padding:0 0 0 0 ;
	margin-bottom:30px;
	}			
	
div.clearfloats {clear:both;}

.clearfix:after {
	content:"."; 
	display:block; 
	height:0; 
	clear:both; 
	visibility:hidden;
	}
.clearfix {
	display: inline-block;
	}
	
	/* backslash hack hides from IE mac \*/
	*html .clearfix {height:1%;}
	.clearfix {display:block;}
	
	/* end backslash hack */	

/* END Main Structure */	


div#header {
	width:958px;
	background:url(/images/header.png) no-repeat;
	height:117px;
	font-family:Arial, Helvetica, sans-serif;
	color:#143d8d;
	font-size:12px;
	text-align:center;
	font-weight:bold;
	}
div#header a:link { color: #143d8d; text-decoration: none; }
div#header a:visited { color: #143d8d; text-decoration: none; }
div#header a:hover { color: #143d8d; text-decoration: underline; }
div#header a:active { color: #143d8d; text-decoration: none;  }	

/* BEGIN NAVIGATION CODE */
div#navmenu {
	/*padding: 0 1px 1px;*/
	margin-left: 0;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	width: 253px; 
	text-align: left; 
	position:relative;
	z-index:50;
	background-image:url(/images/navbg.png);
	background-repeat:no-repeat;
	min-height:372px;
	height:auto !important;
	height:372px;
	}
div#navmenu a { 
	text-decoration: none; 
	color:#FFFFFF; 
	display:block; 
	width:100%;}
div#navmenu ul { 
	margin:0 0 0 15px;; 
	border:0;  
	padding:0; 
	list-style-type:none;
	width:220px;
	}
div#navmenu ul li {
	display: block;
	padding: 0.5em 0.5em 0.5em 0;
	/*border-left: 1em solid #9FD900;*/
	text-decoration: none;
	border-top: 1px solid #698fc5;
	position:relative;
	}
div#navmenu ul li:first-child {
	border-top: 0px solid #FFFFFF; }
	
div#navmenu ul li:hover {
	display:block; 
	 }
div#navmenu a:hover {text-decoration:underline;  }

* html div#navmenu ul li:hover {display:block;  }

div#navmenu ul li ul{margin:0; width:160px; position:absolute; left:157px; top:-1px; background-color:#ffbd36;   }
* html div#navmenu ul li ul {left:149px; top:0px;}
div#navmenu ul li ul li{ margin:0;  position:relative; border-top:0; border-bottom: 1px solid #FFFFFF; border-left: 1px solid #FFFFFF; border-right: 1px solid #FFFFFF; background-color:#ffbd36; color:#cfd4e0;} 
div#navmenu ul li ul li:first-child {border-top: 1px solid #FFFFFF; }
div#navmenu ul li ul li:first-child {background-color:#ffbd36;}
div#navmenu ul li ul li a {color:#38426c;}
div#navmenu ul li ul li:hover {background-color:#ffd787;}
div#navmenu ul li ul li a:hover {background-color:#ffd787;}
div#navmenu ul li:hover ul {display:block; }
div#navmenu ul li ul:hover {display:block; }

body div#navmenu ul li ul {display:none;}
/* END NAVIGATION CODE */			