body,td,th {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 0.875em;
	color: #444444;
}
body {
	background-color: #fff;
	margin:0;
	background-image: url(../_images/bkg.jpg);
	background-repeat: repeat-x;
	background-position: 0 0;
	line-height:16px;
}
body#iframe{
	background-image: none;
}
h1, h2, h3, h4, h5, h6 {
	color: #F58426;
	padding:0;
	margin:1em 0 1em 0;
}
h1 {
	font-size: 24px;
	color: #F58426;
	padding:8px 0 8px 35px;
	background-image: url(../_images/arrow-header.jpg);
	background-repeat: no-repeat;
	background-position: 0 50%;
	margin:1em 0 .5em 0;
}
h2 { font-size: 18px; }
h3 {
	font-size: 16px;
	margin:1em 0 .5em 0;
}
h3 a, h3 a:link, h3 a:visited { color: #F58426; }
h3 a:hover { color: #D76B0E;text-decoration:none; }
h4 { font-size: 14px; }
h5 { font-size: 12px; }
h6 { font-size: 10px; }
p {
	padding:0;
	margin:1em 0 1em 0;
}
form { display:inline; }
input, select, textarea { color: #666; }
a, a:link, a:visited, a:active { color: #333; } /* { color: #CA7421; } */
a:hover { color: #F58426; }
/* removes dotted line around links in FF */
a { outline: none; }
:focus { -moz-outline-style: none; }
:-moz-any-link:focus { outline: none; }

a img {
	border:0;
}

/* ===================== */
/* -------- NAV -------- */
/* ===================== */

#nav {
	height: 108px;
	position:relative;
	margin:0 8px 0 18px;
	padding:0;
	overflow:hidden;
}
#nav dd {
	float:left;
	margin:0 -1px 0 0;
	padding:0;
	height: 108px;
	line-height:183px;
	font-size:13px;
	background-image: url(../_images/nav_tab_off_l.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
}
#nav dd a {
	margin-top: 5px;
	padding: 25px 25px 9px 25px;
	background-image: url(../_images/nav_tab_off_r.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
	color: #FFF;
	text-decoration:none;
}
#nav dd a:hover {
	color: #FFF;
	text-decoration:underline;
}

/* -- Selected Tab --*/
#nav dd.dwn { background-image: url(../_images/nav_tab_on_l.jpg); }
#nav dd.dwn a, #nav dd.dwn a:hover {
	background-image: url(../_images/nav_tab_on_r.jpg);
	color: #333;
	text-decoration:none;
	font-weight: bold;
	padding: 25px 30px 9px 28px;
}

/* -- left and right shadow in upper nav -- */
#nav_cap_l {
	position: absolute;
	height:50px;
	top:0;
	left:0;
	width:8px;
	background-image: url(../_images/nav-bkg-l.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	display:none;
}
#nav_cap_r {
	position: absolute;
	height:50px;
	top:0;
	right:0;
	width:8px;
	background-image: url(../_images/nav-bkg-r.jpg);
	background-repeat: no-repeat;
	background-position: 0 0;
	display:none;
}

#keyword-search {
	position:absolute;
	top:120px;
	/*left:820px;*/
	left:20px;
	width:140px;
	height:26px;
	background-repeat: no-repeat;
	background-position:0 0;
	background-image: url(../_images/search-fld.jpg);
}
/* #keyword-search .search-fld */
#cntnt01searchinput {
	position: absolute;
	top:5px;
	right:36px;
	width: 98px;
	padding:0;
	border:none;
	font-size:11px;
}
#keyword-search .search-submit {
	position: absolute;
	top:0;
	right:0;
	width:26px;
	height:26px;
	display:block;
	background-image: url(../_images/button-submit.jpg);
	background-repeat: no-repeat;
	background-position:0 0;
	background-color:transparent;
	border:none;
}

#subscribe-div {
	position:absolute;
	top:120px;
	/*left:20px;*/
	left:750px;
	width:210px;
	height:26px;
	background-repeat: no-repeat;
	background-position:0 0;
	background-image: url(../_images/subscribe-fld.jpg);
}
/* #keyword-search .search-fld */
#subscribe-email {
	position: absolute;
	top:5px;
	right:36px;
	width: 160px;
	padding:0;
	border:none;
	font-size:11px;
}
#subscribe-div .search-submit {
	position: absolute;
	top:0;
	right:0;
	width:26px;
	height:26px;
	display:block;
	background-image: url(../_images/button-submit.jpg);
	background-repeat: no-repeat;
	background-position:0 0;
	background-color:transparent;
	border:none;
}

#icardnavlink {
    font-size: 14px;
    left: 180px;
    position: absolute;
    top: 125px;
}

/* -- SUBSCRIBE OVERLAY -- */
#subscribe-overlay {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:100;
}
#subscribe-overlay-bkg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0.6;
	filter: alpha(opacity=60);
	z-index: 110;
	background-color: #fff;
}
#subscribe-overlay-form {
	position:relative;
	top:150px;
	margin:0 auto 30px auto;
	z-index:120;
	background-color: #fff;
	border:10px solid #F58426;
	width:500px;
	padding:15px 30px 30px 30px;
}
#subscribe-overlay-close {
	position:absolute;
	right:-30px;
	top:-30px;
	display:block;
	width:30px;
	height:30px;
	background-image: url(/_site/_images/subscribe-close.jpg);
	background-position: 0 0;
	background-repeat: no-repeat;
	text-decoration:none;
	margin:10px;
}
#subscribe-overlay-close:hover {
	background-position: -30px 0;
}
#logo {
	position: absolute;
	width:960px;
	height:65px;
	top:0;
	left:0;
	z-index:30;
}
#bar-logo {

}

/* -- left hand section nav -- */
.nav-left {

}
.nav-left h4 {
	margin:2.3em 0 1.8em 0;
	width:200px;
}
.nav-left ul {
	padding:0;
	margin:10px 10px 10px 0;
}
.nav-left li {
	padding: 0;
	margin: 0;
	line-height: 24px;
	list-style-type: none;
}
.nav-left li a {
	padding: 5px 0 5px 22px;
	background-image: url(../_images/arrow_r.jpg);
	background-repeat: no-repeat;
	background-position: 0 3px;
	color:#666;
	text-decoration:none;
}
.nav-left li a:hover {
	text-decoration:underline;
}
.nav-left a.active { 
	font-weight: bold; 
	color:#333;
}

/* -- level 2 mods -- */
.nav-left ul ul {
	padding:0;
	margin:2px 10px 2px 22px;
}
.nav-left li li {
	line-height: 20px;
	font-size: 11px;
}
.nav-left li li a {
	padding: 5px 0 5px 18px;
	background-image: url(../_images/arrow_r_sm.jpg);
	background-repeat: no-repeat;
	background-position: 0 5px;
	color:#666;
	text-decoration:none;
}


/* ==================== */
/* ------- body ------- */
/* ==================== */
#crumbs {
	position: absolute;
	top: 165px;
	left: 20px;
	color: #666;
	font-size: 11px;
	z-index:10;
}
#crumbs a { color: #666; }
#phnum {
	position: absolute;
	top: 165px;
	left: 660px;
	width:300px;
	color: #F58426;
	font-size: 13px;
	text-align:right;
}
#content_wrap {
	position: relative;
	width:100%;
	background-image: url(../_images/content-bkg.jpg);
	background-repeat: repeat-x;
	background-position: 0 bottom;
	overflow:hidden;
}
#content {
	margin: 25px 0 0 0;
	position: relative;
	width:970px;
	min-height: 300px;
}
#col-left {
	float:left;
	width:200px;
	margin:0 0 30px 19px;
	min-height: 290px;
}
#col-mid {
	float:left;
	width:500px;
	margin:0 0 30px 19px;
	min-height: 290px;
}
#col-right {
	float:left;
	width:200px;
	margin:0 0 30px 19px;
	min-height: 290px;
}
#col-main {
	float:left;
	width:680px;
	overflow:hidden;
	margin:0 0 30px 19px;
}
.colbox {
	position:relative;
	border:1px solid #ccc;
	width:180px;
	margin:0;
	padding:0 10px;
}
.news {
	font-size:11px;
	line-height:14px;
}
.news h4 {
	font-size: 11px;
	margin-bottom: -.7em;
}
.news h4 a {
	padding:10px 0 10px 18px;
	font-size: 14px;
	color: #F58426;
	background-image: url(../_images/arrow_r_sm.jpg);
	background-repeat: no-repeat;
	background-position: 0 50%;
}
.news h4 a:hover {
	text-decoration:none;
}

#slideshow {
	position:relative;
	width: 500px;
	margin:18px 0 0 0;
	height: 300px;
}
#button-back a {
	float:left;
	padding:10px 0 10px 20px;
	font-size: 11px;
	color: #666;
	background-image: url(../_images/arrow_l.jpg);
	background-repeat: no-repeat;
	background-position: 0 50%;
}
#button-next a {
	float:right;
	padding:10px 20px 10px 0;
	font-size: 11px;
	color: #666;
	background-image: url(../_images/arrow_r.jpg);
	background-repeat: no-repeat;
	background-position: 100% 50%;
}

/* ------- Search results ------ */
.search-results {
	line-height:2em;
}

/* ===================== */
/* ------- footer ------ */
/* ===================== */

#footer {
	height: 50px;
	margin:0;
	background-image: url(../_images/footer-bkg.jpg);
	background-repeat: repeat-x;
	background-position: 0 0;
	color:#fff;
	font-size:11px;
	line-height:50px;
}
#footer p {
	margin:0 0 0 20px;
	padding:0;
}

#footer a {
	color:#fff;
	padding-left:15px;
}

/* --- Weather Re-Defines --- */
#weather {
	color: #666 !important;
	font-family: Arial, Helvetica, sans-serif !important;
	line-height:16px  !important;
	margin-top:10px;
}
#weather span, #weather strong { color: #666 !important; }
#weather a, #weather a:hover {
	color: #666 !important;
	font-size:12px;
	text-decoration:none;
}
#weather div, #weather center { 
	text-align:left !important;
	padding:0 !important; 
	line-height:1em;
}
#weather input { font-size:11px !important; }
#weather img { vertical-align: middle !important;margin:5px; }
#weather form {
	display:block;
	margin-top:-15px !important;
}
#weather table, #weather td { 
	padding:0 !important;
	border-collapse:collapse;
}

/* --- MISC --- */
.cb {
	clear:both;
}
.weatherlink {
	padding: 5px 0 5px 18px;
	background-image: url(../_images/arrow_r_sm.jpg);
	background-repeat: no-repeat;
	background-position: 0 5px;
	/* text-decoration:underline !important; */
}



