body { 
	background: #BEBEBE; 
	background-image: url(/media/bg.gif);
	background-repeat:repeat;
	margin: 0;
	padding: 0;
	
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px; 
	color: #434343;
	text-align: center; }
	
table { border: 0; }
	
tr { vertical-align: top; }

td { padding: 0 5px 5px 0; }
	
img { 
	border: 0;
	margin: 0;
	padding: 0;
	line-height: 0px; }
	
a, a:link, a:active { 
	color: #00529F;
	text-decoration: none; }
	
a:visited { 
	color: #2CAEC1; }
	
a:hover { 
	text-decoration: underline; }
	
a.img:hover { 
	background: 0; }
	
h1 { 
	margin: 0 0 15px 0;
	padding: 0;
	font-size: 18px;
	font-weight: normal; }
	
h2 { 
	margin: 0;
	padding: 0;
	font-size:14px;
	font-weight: normal; }
	
#container { 
	margin: 0 auto 0;
	padding: 0;
	background-image:url(/media/contbg.png);
	background-position: center top;
	background-repeat: repeat-y;
	width: 900px;
	padding: 0 27px 0 27px;
	text-align: left; }
	
#header { 
	padding: 10px 15px 10px 15px;
	text-align: right; }
	
#header #logo { float: left; }

#header h1.blue { 
	color: #00529F;
	margin: 0 0 25px 0;
	font-style: italic; }

#header h1.phone { margin: 0; }

#nav ul {
	margin: 0;
	padding: 0;
	background-color: #00529F;
	background-image: url(/media/navbg.jpg);
	background-position: top;
	background-repeat: repeat-x;
	color: #fff;
	width: 100%;
	height: 32px;
	font-size: 12px; }

#nav ul li { display: inline; }

#nav ul li a {
	padding: 6px 12px 6px 12px;
	color: #fff;
	text-decoration: none;
	font-weight: normal;
	float: left;
	border-right: 1px solid #fff;
	border-bottom: 0; }

#nav ul li a:hover {
	background-color: #007CBF;
	background-image: url(/media/navbg_on.jpg);
	background-position: top;
	background-repeat: repeat-x;
	color: #fff; }
	
#main_home { 
	float: left;
	width: 405px;
	margin: 0;
	padding: 15px; }
	
#news, #feature { 
	clear: right;
	border-top: 1px solid #00529F;
	padding: 15px 0 0 0; }
	
#feature { padding: 15px 0 15px 0; }

#sidebar_home { 
	margin: 0 0 0 435px;
	padding: 15px; }
	
#main { 
	float: left;
	width: 461px;
	margin: 0;
	padding: 15px; }
	
#sidebar { 
	margin: 0 0 0 491px;
	padding: 15px; }
	
#sidebar img { 
	margin: 0 0 10px 0; }
	
#main2 { 
	margin: 0;
	padding: 15px; }
	
#footer { 
	margin: 0 15px 0 15px;
	padding: 15px;
	clear: both;
	font-size: 11px;
	text-align: center;
	border-top: 1px solid #00529F; }
	
.sidephoto, .contentpic { 
	float: right;
	margin: 0 0 10px 10px; }
	
table.list { 
	width: 99%; }
	
tr.listheaders { 
	background: #C1BB8B;
	color: #fff; }
	
tr.listitemsodd { 
	background: #fff;
	vertical-align: top; }
	
tr.listitemseven { 
	background: #eee;
	vertical-align: top; }
	
form { 
	margin: 0;
	padding: 0; }
	
fieldset { 
	border: none; }
	
input, textarea, select {
	font-family: Tahoma, Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #666;
	margin: 5px 0 0 0;
	border-top: #eee 1px inset;  
	border-left: #eee 1px inset;  
	border-bottom: #eee 1px outset;  
	border-right: #eee 1px outset;  }  

.submit, .reset { 
	font-family: Tahoma, Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #fff; 
	margin: 5px 0 0 0;
	background-color: #00529F; 
	border-top: #eee 1px inset;  
	border-left: #eee 1px inset;  
	border-bottom: #eee 1px outset;  
	border-right: #eee 1px outset;  }

/* THICKBOX SETTINGS */
*{padding: 0; margin: 0; }

#TB_window {
	font: 11px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #000; }

#TB_secondLine {
	font: 11px Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color:#666666; }

#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%; }

.TB_overlayMacFFBGHack {background: url(macFFBgHack.png) repeat; }

.TB_overlayBG {
	background-color:#fff;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0; }

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px'); }

#TB_window {
	position: fixed;
	background: #fff;
	z-index: 102;
	color:#000000;
	display:none;
	border: 1px solid #b7b7b7;
	text-align:left;
	top:50%;
	left:50%; }

* html #TB_window { /* ie6 hack */
	position: absolute;
	margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px'); }

#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666; }

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left; }

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right; }

#TB_closeAjaxWindow{
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right; }

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px; }

#TB_title{
	background-color:#b7b7b7;
	height:27px; }

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em; }

#TB_ajaxContent.TB_modal{
	padding:15px; }

#TB_ajaxContent p{
	padding:5px 0px 5px 0px; }

#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
	position: absolute;
	margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px'); }

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%; }

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px'); }

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px; }

