/* Tag Overrides */
html,body{
	/*height:100%;*/
}
body{
	color:#000000;
	background-color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;	
	margin:0px;
	padding:0px;
	font-size:12px;
}
hr{
	border:none;
	height:1px;
	background-color:#999999;
}
img,table,td,form{
	border:0px;
	padding:0px;
	margin:0px;
}
a {
    outline:none;
    color:#3399FF;
    text-decoration:none;
}
a:hover {
    text-decoration:underline;
}


/* Classes */
.red{
	color:#FF0000;
}


/* IDs */
#exampleID{
	color:#CCCCCC;
}


/* Browser Hacks */
.clearfix:after {
    content:"."; 
    display:block; 
    height:0; 
    clear:both; 
    visibility:hidden;
}
/* Hides from IE-mac \*/
* html .clearfix {height:1%;}
/* End hide from IE-mac */


/*This is for the display message when the site status is inactive*/
.message{
	background:#edf3f5;
	border-bottom:dashed 1px;
	text-align:center;
	font-size:12px;
	padding:10px;
	margin-bottom:15px;
}
.message_error{
	background:#fbeeee;
	color:#EE0000;
}
/*End*/


/* Begin Site-Specific Styles */
sup.tm {
    font-size:9px;
}
#siteContainer {
    margin:0 auto;
    width:1024px;
    /*position:relative;*/
}
#siteHeader {
    width:100%;
}
#surcodePanel {
    width:100%;
    height:51px;
    background-image:url("/img/surcode_panel.jpg");
    background-repeat:no-repeat;
    background-position:center;
}
#surcodePanel a {
    display:block;
    float:right;
    margin-top:9px;
    margin-right:35px;
}
#siteHeaderContent{
    width:100%;
    height:221px;
    background-image:url("/img/header.jpg");
    background-position:center;
    background-repeat:no-repeat;
}
#contentContainer{
    width:950px;
    margin:39px auto;
}
#siteNavigation {
    width:185px;
    float:left;
}
#siteContent {
    width:732px;
    margin-left:33px;
    float:left;
}
#newsTicker {
    height:57px;
    width:100%;
    background-image:url("/img/news_bg.jpg");
    background-position:center;
    background-repeat:no-repeat;
}
#newsTickerContent {
    text-align:center;
    float:left;
    width:656px;
    line-height:15px;
    margin-top:15px;
}
.newsLabel {
    color:#F26714;
    font-weight:bold;
}
#newsTicker #tickerLeft,
#newsTicker #tickerRight {
    display:block;
    float:left;
    padding:21px 12px 21px 12px;
}
#footerNav {
    width:100%;
    height:45px;
    border-top:solid 1px #D9D9D9;
    padding-top:13px;
    margin-top:15px;
    margin-bottom:55px;
    clear:both;
}
#footerNav img {
    margin-bottom:-3px;
}
.footerNavLink {
    display:block;
    color:#3399FF;
    font-weight:normal;
    text-decoration:none;
}
.footerLink:hover {
    text-decoration:underline;
}
#footerNavLeft {
    float:left;
}
#footerNavRight {
    float:right;
}
#footerNavRight img{
    padding-left:7px;
}
#footerNavLeft img{
    padding-right:7px;
}
#siteFooterContent {
    width:1024px;
    margin:0 auto;
}
#siteFooter {
    height:45px;
    background-image:url('/img/footer_bg.jpg');
    background-repeat:repeat-x;
    font-size:11px;
    color:#666666;
    clear:both;
    width:100%;
}
#siteFooter a {
    color:#3399FF;
    text-decoration:none;
}
#siteFooter a:hover {
    text-decoration:underline;
}
#footerCopyright {
    margin:15px 45px 0 0;
    float:right;
    width:600px;
    text-align:right;
}
#footerLinks {
    margin:15px 0 0 45px;
    float:left;
}
/* End Site-Specific Styles */


/* Interior and Body Content */
.contentTitle {
    font-size:20px;
    color:#000000;
    text-align:left;
    margin-top:35px;
    margin-bottom:20px;
    /*padding-left:10px;*/
}
.contentTitleNoImage {
    margin-top:0px;
}
.contentSubTitle{
    font-size:16px;
    margin-bottom:20px;
}
.contentBodyText {
    font-size:12px;
    line-height:22px;
}
.marginBottom{
    margin-bottom:30px;
}
/* End Interior and Body Content */


/* Home page */
#homepageFeatureTable {
    width:100%;
    margin-top:40px;
    margin-bottom:70px;
}
.featureImageCell {
    width:70px;
}
.featureTitle {
    font-weight:bold;
    font-size:15px;
    line-height:22px;
}
.featureTextCell {
    font-size:12px;
    line-height:22px;
}
.featureSpacer {
    width:30px;
}
.featureHorizontalSpacer {
    height:65px;
}
/*#videoOverlayContainer,#tdOverlayClose {
    display:none;
}*/
/* End Home Page */