body,div,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th { margin: 0; padding: 0; }
table { border-collapse: collapse; border-spacing: 0; }
fieldset, img { border: 0; margin: 0px; padding: 0px; }
img { margin: 0px; padding: 0px; border: 0xp; }
table, tr, td { margin: 0px; padding: 0px; }
a { text-decoration: underline; color: #727273; }
a:hover { text-decoration: none; color:#0887b9; }
body {
	font-family: Arial, Helvetica, sans-serif;
	color: #727273;
	font-size: 11px;
	background: url(../graphics/bg-large-cropped.jpg) repeat-x #E1E1E1;
}
h1 { font-size: 20px; color: #0887b9; font-weight: bold; margin: 0px; padding: 0px; }
h2 { font-size: 14px; color: #0887b9; font-weight: bold; margin: 0px; padding: 0px; }
h3 { font-size: 12px; color: #0887b9; font-weight: bold; margin: 0px; padding: 0px;}
h4 { font-size: 12px; font-weight: bold; margin: 0px; padding: 0px;}
h5 { font-size: 14px; font-weight: bold; margin: 0px; padding: 0px; }

ul {
	position:relative;
	left:-10px;
	margin-top:5px;
	margin-bottom:5px;
}

ul li {
	margin-top:5px;
	margin-bottom:5px;
}

#container { min-width: 940px; }
#top-container { height: 93px; width: 948px; }
#logo {
	float: left;
	padding-left: 60px;
	padding-top: 0px;
}
#tab-container {
	margin-left: 230px;
	padding-top: 48px;
	
	
	font-size: 13px;
	
	}
#searchbox {
	width: 213px;
	height: 34px;
	float: right;
	background: url(../graphics/searchbg.gif) no-repeat;
	color: #949494;
	font-size: 13px;
	font-weight: bold;
}
#searchbox-text {
	margin: 7px 8px;
}

#tab-container div { float: left; }
#tab-container a { text-decoration: none; }
.tab-left-on {
	width: 12px;
	height: 45px;
	background: url(../graphics/tab_left_on.gif) no-repeat;
}
.tab-middle-on {
	height: 45px;
	color: #0887b9;
	padding: 0px 6px;
	background: url(../graphics/tab_middle_on.gif);
}
.tab-middle-on a { color: #0887b9; text-decoration: none; }
.tab-text { margin-top: 13px; }
.tab-right-on {
	width: 12px;
	height: 45px;
	background: url(../graphics/tab_right_on.gif) no-repeat;
}
.tab-spacer {
	height: 45px;
	width: 1px;
}
.tab-divider {
	height: 45px;
	width: 1px;
	background-image: url(../graphics/tab_divider.jpg);
}
.floatleft { float: left; }
.floatright { float: right; }

#content {
	padding: 15px 0px;
	padding-left: 59px;
	min-height: 420px;
	height:auto !important;
  	height:460px;
	width: 1024px;

	
}
#content-container {
	width: 100%;
	background: url(../graphics/bg-content.jpg) repeat-x #F0F0EF;
}
#footer-container {
	background: url(../graphics/footer-bg.jpg) repeat-x;
	height: 200px;
	width: 100%;
}
#footer{
	background: url(../graphics/footer-leftbg.jpg) no-repeat left;
	height: 200px;
	width: 100%;
}
#footertext-container {
	padding-top: 20px;
	margin-left: 64px;
}


.footertext-block {
	vertical-align: top;
	padding: 0px 14px;
}

.footertext-block a {
	text-decoration: none;
}
.footertext-spacer {
	width: 1px;
	background: #FFFFFF;
}
.footertext-bottom {
	font-size: 10px;
	padding-left: 14px;
}

/* Sub Nav */
#subnav {
	width: 226px;
	padding-right:24px;
}

.subnav-text {
	font-weight: bold;
	font-size: 12px;
}
.subnav-text a {
	display: block;
	padding: 7px 20px 7px 10px;

	text-decoration: none;
}
.off {
	background: url(../graphics/subnav_row.gif) bottom no-repeat;
	width: 222px;

}
#subnav-bg {
	width: 226px;
	padding-left: 2px;
	background: url(../graphics/subnav_bg.gif) repeat-y;
}

.on a {color:#0887b9;}

.hover {
	background: url(../graphics/subnav_row_on.gif) #0d0d0d bottom no-repeat;
	width: 222px;

}
.on {
	background: url(../graphics/subnav_row_on.gif) #0d0d0d bottom no-repeat;
	width: 222px;
}

.hover .subnav-text { background: url(../graphics/subnav-arrow.png) no-repeat center right; }
.on .subnav-text { background: url(../graphics/subnav-arrow.png) no-repeat center right; }


/* Sub Content */
#sub-content-wrapper {
	min-height: 200px;
	height:auto !important;
  	height:200px;
}

/* Feature Column */
#featurecolumn {
	
	width: 312px;
}
#featurecolumn-content {
	padding:10px;
	background: url(../graphics/featurecolumn_middle.gif);
}
#featurecolumn-header {
	background: url(../graphics/featurecolumn_topbg.png) no-repeat;
	width: 312px;
	height: 5px;
}
#featurecolumn-header-text {
	background: url(../graphics/featurecolumn_middle.gif);
	padding: 10px 20px;
}
#featurecolumn-bottom {
	background: url(../graphics/featurecolumn_bottom.png);
	width: 312px;
	height: 16px;
}
#left-column {
	width: 226px;
}
#right-column {
	width: 312px;
	padding-left:24px;
}


/* Clearfix */
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */
/* Old */
.pagetitle {
font-family: verdana;
color: #313131;
font-weight: bold;
font-size: 16px;
}

.newsfont {
font-family: verdana;
color: #313131;
font-size: 11px;
}

.newsfont a {
font-family: verdana;
color: #313131;
font-size: 11px;
text-decoration: none;
border-bottom: 0px solid #313131;
}

.newsfont a:hover {
font-family: verdana;
color: #313131;
font-size: 11px;
text-decoration: none;
border-bottom: 1px solid #F52900;
}

.footerfont {
font-family: verdana;
color: #535662;
font-size: 10px;
}

.footerfont a {
font-family: verdana;
font-size: 10px;
text-decoration: none;
border-bottom: 0px solid #313131;
}

.footerfont a:hover {
font-family: verdana;
font-size: 10px;
text-decoration: none;
border-bottom: 1px solid #F52900;
}

.navfont {
font-family: verdana;
color: #313131;
font-size: 11px;
}

.navfont a {
font-family: verdana;
color: #313131;
font-size: 11px;
text-decoration: none;
border-bottom: 0px solid #313131;
}

.navfont a:hover {
font-family: verdana;
color: #313131;
font-size: 11px;
text-decoration: none;
border-bottom: 1px solid #F52900;
}

.bodyfont {
font-family: verdana;
color: #313131;
font-size: 12px;
}

.bodyfont a {
font-family: verdana;
color: #313131;
font-size: 12px;
text-decoration: none;
border-bottom: 0px solid #313131;
}

.bodyfont a:hover {
font-family: verdana;
color: #313131;
font-size: 12px;
text-decoration: none;
border-bottom: 1px solid #F52900;
}

#sub-content p, #right-column p, #sub-content h3, #sub-content h2{
	margin-bottom:10px;
}

#sub-content h1{
	margin-bottom:12px;
}	
