/* ---[ Imports ]------------------------------- */
/* @import "nav.css"; */

/* ---[ Global Resets ]------------------------------- */
body, h1, h2, h4, h5, h6, form, img, p{margin:0px; padding:0px; border:0px;}
a{outline:none; cursor:pointer;}
a.img{border:none;}

/* ---[ Main Templete ]------------------------------- */
body{
	font-family:Arial, Verdana, Tahoma,  Helvetica, sans-serif;
	font-size:14px;
	color:#000000;
	background-repeat:repeat-x;
	background-color:#eaf0ea;
}
#site{
	width:100%;
	height:auto;
}


#headercontainer{
	width:750px;
	height:106px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:10px;
	margin-top:10px;
	background:url(../../images/tpl_main/headerNEW.jpg);
}
#logo{
	position:relative;
	width:213px;
	height:59px;
}


#headnav{
	font-size:11px;
	font-weight:bold;
	position:absolute;
	width:257px;
	height:33px;
	margin:70px 19px 0 415px;
	padding-left:9px;
	background-image:url(../../images/tpl_main/headnavbgNEW.jpg);	
	
}


#sitecontent_top{
	position:relative;
	clear:right;
	width:960px;
	clear:both;
	height:21px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(../../images/tpl_main/sitecont_top.gif);
}

#contbg{
	width:750px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	background-image:url(../../images/tpl_main/contentbg.png);
	background-repeat:repeat-y;
	background-color:;
}

#maincontainer{
	position:relative;
	width:750px;
	height:auto;
	background:no-repeat url(../../images/tpl_main/contgradbg.png);
}
/*
#breadcrumb{
	position:relative;
	clear:left;
	width:948px;
	height:18px;
	margin-left:auto;
	margin-right:auto;
	background-color:#380703;
	text-align:left;
	font-size:10px;
	color:#FFFFFF;
	padding:6px;
	
}*/
#SlideShowHolder{
	text-align: center;
	height: 100px;	
}
.footercontainer{
	position:relative;
	clear:both;
	width:710px;
	height:13px;
	margin-bottom:10px;
	padding:18px 20px 22px 20px;
	background:no-repeat url(../../images/tpl_main/footer_bg.gif);
	font-size:12px;
	
}
.footercontainer a,.footercontainer a:link {
	color:#ffffff; 
	text-decoration:underline; 
	font-weight:bold;
	margin-right:15px;
}

/* ---[ content areas ]------------------------------- */

#content100{
	width:100%;
	height:auto;
}

#homecontent {
    float: right;
    width:548px;
	margin-top:0; margin-right:0; margin-bottom:0; margin-left:8px;
		padding:0;
}


#hometop{
	width:548px;
	height:40px;
	margin:0;
	padding:11px 0 0 0;
	background: no-repeat url(../../images/tpl_main/hometopbg.jpg);
}

#hometopH {float: left; width: 448px; text-align: center; margin:0; padding:0;}
#hometopH H1 {font-family: Arial, Helvetica, sans-serif;  font-weight: bold; width: auto; border: 0; color: #BD3329; font-size: 20px; margin: 0; padding: 0;}
#hometopA {float: right; width: 100px; text-align:center; font-weight: bold; font-size: 11px; margin:0; padding:0;}

#content66{
	float:left;
	width:526px;
	height:auto;
	margin-left:8px;
	padding:20px 5px 7px 15px;
	background: no-repeat url(../../images/tpl_main/cont_bg.jpg);
}

#content6hc{
	float:left;
	width:526px;
	height:auto;
	margin-left:8px;
	padding:20px 5px 7px 15px;
	background: no-repeat url(../../images/tpl_main/cont_bg.jpg);
}


#contentfull{
	float:left;
	width:880px;
	height:auto;
	margin-left:36px;
	padding:30px 10px 10px 10px;
	display:inline;
}
#modulecontainertop{
	width:194px;
	height:11px;
	background: #dfe3cf top  no-repeat  url(../../images/tpl_main/mod_top.gif);
}
#modulecontainer{
	width:194px;
	height:auto;
	float:left;
	padding:0px 0px 0px 0px;
	margin-bottom:10px;
	background: #dfe3cf bottom  no-repeat  url(../../images/tpl_main/mod_footer.gif);
}
.modulebox{
	width:194px;
	height:auto;
	margin-top:0px;
	margin-left:0px;
}
#modnav{
	width:194px;
	height:32px;
	background:#eaf0ea;	
	font-size:11px;
	font-weight:bold;
}
.modcontent{
	width:226px;
	height:auto;
	padding:10px 25px 0px 25px;
	font-size:11px;
}
.modfooter{
	font-family:Trebuchet MS, Arial, Verdana;
	font-size:13px;
	color:#ffffff;
	width:276px;
	height:37px;
	padding:0px 0px 0px 0px;
}
.modcontent a:link {
	color:#666565;
	padding-left:10px;
}
.modcontent a:visited {
	color:#666565;
}


/* ---[ mainnavigation ]------------------------------- */
a:link, a:visited{color:#114c9d; text-decoration:underline;}
a:hover, a:active{color:#f7a30a; text-decoration:underline;}
a.current:link, a.current:visited, a.current:hover, a.current:active{color:#890000;}


/* ---[ header nav ]------------------------------- */

.hdnav1 a,.hdnav1 { text-decoration:none; text-align: center;}

/* ---[ nav button #1 off state ]------------------------------- */
.hdnav1 a, .hdnav1 a:visited {
	color:#114c9d;
	float:left;
	height:19px;
	width:51px;
	padding-top:14px;
}
/* ---[ nav button #1 on state ]------------------------------- */
.hdnav1 a.current:visited, .hdnav1 a.current, .hdnav1 a.current:hover, .hdnav1 a:hover{
	color:#f7a30a;
}

/* ---[ nav button #2 ]------------------------------- */
.hdnav2 a,.hdnav2 { text-decoration:none; text-align: center;}

/* ---[ nav button #2 off state ]------------------------------- */
.hdnav2 a, .hdnav2 a:visited {
	color:#114c9d;
	float:left;
	height:19px;
	width:64px;
	padding-top:14px;
}
/* ---[ nav button #2 on state ]------------------------------- */
.hdnav2 a.current:visited, .hdnav2 a.current, .hdnav2 a.current:hover, .hdnav2 a:hover{
	color:#f7a30a;
}

/* ---[ nav button #3 ]------------------------------- */
.hdnav3 a,.hdnav3 { text-decoration:none; text-align: center;}

/* ---[ nav button #3 off state ]------------------------------- */
.hdnav3 a, .hdnav3 a:visited {
	color:#114c9d;
	float:left;
	height:19px;
	width:79px;
	padding-top:14px;

}
/* ---[ nav button #3 on state ]------------------------------- */
.hdnav3 a.current:visited, .hdnav3 a.current, .hdnav3 a.current:hover, .hdnav3 a:hover{
	color:#f7a30a;

}

/* ---[ nav button #4 ]------------------------------- */
.hdnav4 a,.hdnav4 { text-decoration:none; text-align: center;}
/* ---[ nav button #4 off state ]------------------------------- */
.hdnav4 a, .hdnav4 a:visited {
	color:#114c9d;
	float:left;
	height:19px;
	width:48px;
	padding-top:14px;
}
/* ---[ nav button #4 on state ]------------------------------- */
.hdnav4 a.current:visited, .hdnav4 a.current, .hdnav4 a.current:hover, .hdnav4 a:hover{
	color:#f7a30a;
}








/* ---[ nav button #1 ]------------------------------- */

.nav1 a,.nav1 { text-decoration:none; text-align: center;}

/* ---[ nav button #1 off state ]------------------------------- */
.nav1 a, .nav1 a:visited {
	background: bottom no-repeat url(../../images/tpl_main/nav1_off.gif); 
	color:#114c9d;
	position:relative;
	float:left;
	height:22px;
	width:51px;
	padding-top:10px;


}
/* ---[ nav button #1 on state ]------------------------------- */
.nav1 a.current:visited, .nav1 a.current, .nav1 a.current:hover, .nav1 a:hover{
	background: bottom no-repeat url(../../images/tpl_main/nav1_off.gif); 
	color:#f7a30a;
	position:relative;
	float:left;
	height:22px;
	width:51px;
	padding-top:10px;
	
}

/* ---[ nav button #2 ]------------------------------- */
.nav2 a,.nav2 { text-decoration:none; text-align: center;}

/* ---[ nav button #2 off state ]------------------------------- */
.nav2 a, .nav2 a:visited {
	background: bottom no-repeat url(../../images/tpl_main/nav2_off.gif); 
	color:#114c9d;
	position:relative;
	float:left;
	height:22px;
	width:64px;
	padding-top:10px;
}
/* ---[ nav button #2 on state ]------------------------------- */
.nav2 a.current:visited, .nav2 a.current, .nav2 a.current:hover, .nav2 a:hover{
	background: bottom url(../../images/tpl_main/nav2_off.gif); 
	color:#f7a30a;
	position:relative;
	float:left;
	height:22px;
	width:64px;
	padding-top:10px;

}

/* ---[ nav button #3 ]------------------------------- */
.nav3 a,.nav3 { text-decoration:none; text-align: center;}

/* ---[ nav button #3 off state ]------------------------------- */
.nav3 a, .nav3 a:visited {
	background: bottom no-repeat url(../../images/tpl_main/nav3_off.gif); 
	color:#114c9d;
	position:relative;
	float:left;
	height:22px;
	width:79px;
	padding-top:10px;

}
/* ---[ nav button #3 on state ]------------------------------- */
.nav3 a.current:visited, .nav3 a.current, .nav3 a.current:hover, .nav3 a:hover{
	background: bottom no-repeat url(../../images/tpl_main/nav3_off.gif); 
	color:#f7a30a;
	position:relative;
	float:left;
	height:22px;
	width:79px;
	padding-top:10px;
}
/* ---[ content blocks ]------------------------------- */

#search_graphic {

	width: auto; height: auto; padding:0; margin:0; float: right; background-color: #FFFFFF; text-align: right;
}

.searchbox_container_wide{
	float:right;
	width:547px;
	height:auto;
	
}

.searchbox_top_wide{ 
	color:#ffffff;
	font-weight:bold;
	text-align: center;
	width:547px;
	height:17px;
	padding:14px 0 4px 0;
	background:  no-repeat bottom url(../../images/tpl_main/searchbox_top.gif);
}

a.search_hints {
color:#D01407; font-weight:bold; font-size: 14px; text-decoration: underline;}
a.search_hints:visited {
color:#D01407; font-weight:bold; font-size: 14px; text-decoration: underline;
}
a.search_hints:hover, active {
color:#D01407; font-weight:bold; font-size: 14px; text-decoration: none;
}

a.search_hintsb {
color:#D01407; background-image:url(../../images/tpl_main/searchhintsbg.gif); padding: 1px; font-weight:bold; font-size: 14px; text-decoration: none;}
a.search_hintsb:visited {
color:#D01407; background-image:url(../../images/tpl_main/searchhintsbg.gif);  padding: 1px;  font-weight:bold; font-size: 14px; text-decoration: none;
}
a.search_hintsb:hover, active {
color:#D01407; background-image:url(../../images/tpl_main/searchhintsbg.gif);  padding: 1px;  font-weight:bold; font-size: 14px; text-decoration: underline;
}

.searchbox_mid_wide{
	width:545px; 
	padding:12px auto 10px auto;
	border-left:solid 1px #65abea;
	border-right:solid 1px #65abea;
	background:#ffffff;
	text-align: center; 
}

.searchbox_bottom_wide{
	width:547px;
	height:11px;
	background: no-repeat url(../../images/tpl_main/searchbox_btm.gif);
	margin-bottom: 10px;
}

ul.ulhome { margin-top:12px; margin-right: 10px; margin-bottom:12px; margin-left: 16px;}

.ulhome  li { font-size: 12px;}

#hometext {padding: 10px 10px 0px 10px; font-size: 12px;}
#hometexttop {padding: 0px 10px 0px 10px; font-size: 12px;}
#homeheadnew {padding: 0 20px 10px 20px; font-size: 12px; float: right; line-height: 14px;}


/*
.searchbox_container{
	float:left;
	width:249px;
	height:auto;
	margin-left:115px;
	padding-bottom: 5px;
}*/
.searchbox_container{
	float:right;
	width:249px;
	height:auto;
	margin: 0px 0px 5px 10px;
}
.searchbox_top{
	color:#ffffff;
	font-weight:bold;
	text-align:center;
	width:249px;
	height:17px;
	padding:5px 0px 0px 0px;
	background:  no-repeat bottom url(../../images/tpl_main/searchbox_smtop.gif);
}

.searchbox_mid{
	width:247px;
	padding:6px 0px 6px 0px;
	border-left:solid 1px #65abea;
	border-right:solid 1px #65abea;
	background:#ffffff;
}

.searchbox_bottom{
	width:249px;
	height:11px;
	background: no-repeat url(../../images/tpl_main/searchbox_smbtm.gif);
	overflow:hidden;
}

.cityPageImage{
	display:block;
	float:right;
	clear:right;
	margin:5px 0px 5px 5px;
}



.contblock_container_wide{
	float:left;
	width:508px;
	height:auto;
	
}

.contblock_top_wide{
	width:508px;
	height:11px;
	background:  no-repeat bottom url(../../images/tpl_main/widecontblock_top.gif);
}

.contblock_mid_wide{
	float:left;
	width:508px;
	padding:6px 0px;
	background:#ffffff;
	text-align: center;
}
.conblock_mid_wid iframe{margin:0px auto;}

.contblock_bottom_wide{
	float:left;
	width:508px;
	height:11px;
	background: no-repeat url(../../images/tpl_main/widecontblock_btm.gif);
}


.contblock_containerL{
float: left;
	width:273px;
	height:auto;
	margin-top: 0; margin-right: 0; margin-left: 0; margin-bottom: 6px;
}

.contblock_containerR{
float: right;
	width:273px;
	height:auto;
	margin-top: 0; margin-right: 0; margin-left: 0; margin-bottom: 6px;
}



.contblock_top{
	width:273px;
	height:auto;
	padding: 12px 0 12px 0;
	background: url(../../images/tpl_main/contblock_top2.gif);
	font-weight:bold;
	font-size: 10px;
	text-align:center;
}

.contblock_mid{
	width:259px;
	padding:0 6px 3px 6px;
	background:#ffffff;
}

.contblock_bottom{
	width:273px;
	height:11px;
	background: no-repeat url(../../images/tpl_main/contblock_btm2.gif);
}
.contblock_mid a, .contblock_mid a:visited { text-decoration:underline; font-size: 10px;}

/* ---[ content boxes ]------------------------------- */
.box100{float:left;clear:both;width:100%;height:auto;}
.box108{float:left;width:108px;}
.box432{width:432px;height:46px;}
.box50{float:left;width:50%;height:auto;}
.box33{float:left;width:33%;height:auto;}
.box67{float:left;width:67%;height:auto;}
.label{width:33%;float:left;text-align:right;margin-right:5px;display:block;}
.boxinfo{float:left;clear:right;width:66%;}
/* ---[ misc items ]------------------------------- */
.wrap{float:left;}
.first{clear:left;}
.last{clear:right;}
.clearboth{clear:both;}
.sitewidth{
	float:left;
	clear:both;
	width:658px;
	height:10px;
	background-color:red;
}
.center{text-align:center;}
.right{text-align:right;}
.star{color:red;}
.inline{display:inline;}
.greentxt{color:#059482; float:left}
.whitetxt{color:#ffffff; float:left}
.greytxt{color:#2b2b2b;}
.small{font-size:10px;}
.bold{font-weight:bold;}
.txtpadleft{padding-left:10px;}
.txtLeft{text-align: left;}
.txtCenter{text-align: center;}
.txtRight{text-align: right;}
.txtJustify{text-align: justify;}
.txtUnderline{text-decoration: underline;}
.PhoneAddress{display:none;}
hr{
	border: none 0; 
	border-top: 1px dotted #b3b2b2;
	height: 1px;
	margin: 10px auto 0 0;
	text-align: left;
}
/* ---[ Headers ]------------------------------- */
h1{ /* Biggest, black */
	margin:0px 0px 7px 0px;
	font-family:Arial, Tahoma, Tahoma, Verdana;
	font-size:17pt;
	font-weight:normal;
	color:#02059a;
	border-bottom:1px dotted #b3b2b2;
}
h2{ /* Biggest, white */
	margin:8px 0px 10px 0px;
	font-size:14px;
	color:#3f4040;
}
h3{ /* Paragraph Headers */
	padding-top:0; 
	padding-bottom: 0;
	margin-top: 0; margin-bottom: 0;
	font-size:12px;
	color:#333333;
}

/* ---[ Headers: Messages ]------------------------------- */
h4{
	font-size:11px;
	   font-weight:bold;
	   color:#ffffff;
	   width:90%;
	   height:auto;
       margin:8px auto 8px auto;
       padding:5px;
       border: 1px dotted #777777;
       background-color:#323232;
	   text-align:center;
}
	
	
/* ---[ Headers: Errors ]------------------------------- */
h5{
       font-size:11px;
       font-weight:bold;
       color:#ba0000;
	   width:90%;
	   height:auto;
       margin:8px auto 8px auto;
       padding:5px;
       border: 1px dotted #9d4243;
       background-color:#ffcdcd;
	   text-align:center;
}
/* ---[ Footer Font ]------------------------------- */
h6{
       padding:0px 0px 0px 0px;
       text-align:center;
       font-size:12px;
       font-weight:normal;
       clear:both;

}
h6 a:link, h6 a:visited{color:#ffffff;}
h6 a:hover, h6 a:active{color:#f7a30a;}

/* ---[ special items ]------------------------------- */
#beGuestBlogger{
	display:block;
	padding:0px 10px;
}
