@charset "utf-8";
/* Custom CSS */

body {
background-image: url('../../Content/assets/images/global/header_bg_sub.png');
background-repeat: repeat-x;
background-color:#f1f1e6;
margin-top: 0;
font-family:Verdana, Arial, Helvetica, sans-serif;
color:#555555;
}
.header img {
float: left;
margin: 0;
padding: 0;
}
.header {

}
blockquote {
font-family: Georgia, serif;
line-height: 1.5em;
font-size: 1.5em;
}
.top-content {
height: 147px;
}
.top-content h1, .top-content h2, .top-content h3, .top-content p {
float: left;
color: #fff;
margin-top: 9px;
}
.top-content img {
float: right;
margin: 0;
padding: 0;
}

.main-content {
margin: 18px 0 0 9px;
background-color: #fff;
border: 1px solid #e1e1e1;
padding: 18px 9px 9px 9px;
width: 432px;
background-image: url('../../Content/assets/images/global/bg_module_trans.png');
background-repeat: repeat-x;
background-position: 0px 1px;
}
.main-content .FB_SERVER_IFRAME {
margin-left: 9px;
}
.related-content {padding: 18px 0px 0px 0px;margin-left: 9px;}
.related-content p, .related-content h1, .related-content h3, .related-content h4 {
padding: 0px 9px 0px 9px;
}
.related-content h2 {
margin-bottom: .1em; 
}

/*Non jQuery Tab Nav - if jQ nav is ever added to this page need to modify*/
.tabby {
float: left;
margin:0;
padding: 0;
background-color: #00000;
clear: both;
}
#tabBox h4 {color: #ccc; font-weight: bold;margin-bottom: 0;}
#tabBox p {color: #ccc;}

.tabby h3 {
color:#FFFFFF;
line-height: 1.5em;
}
.tabby a {
color: #4a8cae;
}
#tabBox {
padding:0px;
padding-top: 1px;
clear: both;
}
#tabBox ul {
margin:0px; padding:0px;
margin-top: 10px;
position: relative;
clear: both;
}
#tabBox ul li {
	list-style:none;
	display:inline;
}
#tabBox ul li a {
	background-color:#000000;
	color:#f1f1e6;
	padding:11px 14px 12px 14px;
	text-decoration:none;
	font-size:9px;
	font-weight:bold;
	text-transform:uppercase;
	border-right:1px solid #404040;
}
#tabBox ul:first-child li:first-child a {
border-left:1px solid #404040;
}
#tabBox ul li a:hover {
	background-color:#191819;
	border-color:#404040;
border-top: 0px solid #404040;
}
#tabBox ul li a.active, #tabBox ul li a:hover {
	background-color:#303030;
	color:#f1f1e6;
border-top: 0px solid #404040;
	border-bottom: 0px solid #404040;
}
.tabbyContent, .ui-tabs-panel, .mainContent, #mainContent {
	background-color: #00000;
padding:10px 0px 10px 0px;
clear: both;
margin-top: 11px;
}

#tabBox ul:after { /* clearing without presentational markup, IE gets extra treatment */
    display: block;
    clear: both;
    content: " ";
}


