@import url(http://fonts.googleapis.com/css?family=Open+Sans:300);
@font-face {
    font-family: 'Rockwell';
    src: url('fonts/rockwell-web-font-webfont.eot');
    src: url('fonts/rockwell-web-font-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/rockwell-web-font-webfont.woff') format('woff'),
         url('fonts/rockwell-web-font-webfont.ttf') format('truetype'),
         url('fonts/rockwell-web-font-webfont.svg#RockwellStdBold') format('svg');
    font-weight: normal;
    font-style: normal;

}


#footer{
background-repeat:no-repeat;
background-position: center;
text-align:center;
clear:both;
}
input.rounded {  
border: 1px solid #ccc;  
-moz-border-radius: 10px;  
-webkit-border-radius: 10px;  
border-radius: 10px;  
-moz-box-shadow: 2px 2px 3px #667;  
-webkit-box-shadow: 2px 2px 3px #667;  
box-shadow: 2px 2px 3px #667;  
font-size: 20px;  
padding: 4px 7px;  
outline: 0;  
-webkit-appearance: none;  
}  

input.rounded:focus {  
border-color: #339933;  
onFocus="this.value=''">
} 
.shadow {
  -moz-box-shadow:    2px 2px 3px #667;
  -webkit-box-shadow: 2px 2px 3px #667;
  box-shadow:         2px 2px 3px #667;
  width:275px;
  height:35px;
}
@font-face {
    font-family: 'Trade Gothic Cnd';
    src: url('fonts/tradegothicltstd-cn18-webfont.eot');
    src: url('fonts/tradegothicltstd-cn18-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/tradegothicltstd-cn18-webfont.woff') format('woff'),
         url('fonts/tradegothicltstd-cn18-webfont.ttf') format('truetype'),
         url('fonts/tradegothicltstd-cn18-webfont.svg#TradeGothicLTStdCnNo.18') format('svg');
    font-weight: normal;
    font-style: normal;

}
body {
	margin-top: 0px;
	background-color: #000;
	width: 100%;
	margin-left: 0px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-style: normal;
}
h2 {
	font-size: 16px;
	color: #212121;
	margin-top: 0px;
}
h3  {
	font-size: 18px;
	color: #F89624;
	margin-top: 0px;
}
p {
	font-size: 12px;
	line-height: 18px;
	color: #000;
}
li {
	font-size: 12px;
	line-height: 18px;
}
.wrapPage {
	width: 1024px;
	margin: auto;
	position: relative;
}
.wrapHeader {
	margin-right: auto;
	margin-left: auto;
	width: 980px;
	margin-top: 0px;
	height: 156px;
}
.header {
	margin: auto;
	position: relative;
}
.logo {
	position: absolute;
	overflow: visible;
	top: -3px;
	z-index: 100;
	width: 980px;
	/*background-image: url(../images/logo-class-bg.png);*/
	background-repeat: no-repeat;
}
.logo img {
	margin-left: 5px;
}
.wrapTopMenu {
	width: 980px;
	z-index: 101;
	position: absolute;
}
.wrapMenu {
	width: 978px;
	border: 1px solid #323232;
	height: 82px;
	margin: auto;
	background-image: url(menu-bar-bg.png);
	background-repeat: repeat-x;
	position: absolute;
	top: 73px;
}

.wrapSubMenu {
	background-color: #666666;
	width: 980px;
	margin: auto;
	height: 40px;
	top: 97px;
}
.wrapMain {
	width: 980px;
	margin: auto;
}
.home-page-content {
	width: 980px;
	height: 450px;
	position: relative;
}
.home-page-content #home-page-splash-image {
	height: 450px;
	width: 980px;
}
.home-page-content #home-page-splash-image img {
	display: none;
}
.ft-title {
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.ft-title   a{
	font-family: 'Rockwell', Arial, sans-serif;
	font-size: 40px;
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
}
.home-page-content #home-page-splash-tag {
	float: left;
	position: absolute;
	background-color: #000;
	padding: 10px;
	background-color: rgba(0, 0, 0, 0.5);
	color: #FFF;
	font-size: 40px;
	font-family: 'Rockwell', sans-serif;
	bottom: 0px;
}
.home-page-featured {
	width: 200px;
	position: absolute;
	z-index: 1000;
	display: block;
	top: 0px;
	right: 0px;
}
.home-page-section-featured {
	width: 147px;
	height: 85px;
	margin-bottom: 10px;
	border: 1px solid #D5D5D5;
	padding: 5px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	background-color: #E9E9E9;
}
.content-fixed-height {
	margin: auto;
	width: 980px;
	background-color: #FFF;
	height: 652px;
}
.section-topic-banner {
	width: 300px;
	float: left;
	height: 652px;
	background-color: #666;
}
.section-topic-text {
	text-align: justify;
	width: 550px;
	padding-top: 20px;
	overflow: auto;
	height: 630px;
	padding-right: 64px;
	padding-left: 64px;
	display: none;
	font-family: Tahoma, Geneva, sans-serif;
	font-style: normal;
	font-weight: normal;
}
.section-topic-text.active {
	display: block;
}
.section-topic-text h3 {
	font-size: 16px;
	font-weight: 600;
	color: #036;
}
.section-topic-text p {
	font-size: 11px;
	font-weight: 400;
}
.section-topic-text a {
	font-size: 11px;
	color: #03C;
	font-weight: 400;
}
.section-topic-text strong {
	font-size: 12px;
	font-weight: 600;
	color: #036;
}
.section-topic-text li {
	font-size: 11px;
}
.footer {
	width: 980px;
	background-color: #666;
	height: 33px;
	padding-bottom: 10px;
	padding-top: 5px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	position: relative;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #5D5D5D;
}
.wrapTwitterStream {
	margin: auto;
	color: #FFF;
	position: relative;
	top: 5px;
	font-size: 12px;
	left: 10px;
}
#twitter-image {
	position: absolute;
	top: 10px;
}
#twitter-follow {
	position: absolute;
	top: 38px;
	left: 10px;
}
.twitter-stream {
	left: 105px;
	overflow: hidden;
	position: absolute;
	top: 5px;
}
.twitter-stream p{
	color: #CCC;
	margin: 0px;
	font-size: 11px;
}
.twitter-stream a {
	color: #FFFFFF;
	text-decoration: underline;
}
.twitter-stream a:hover {
	color: #14A5D2;
}
#phone {
	font-size: 19px;
	font-weight: normal;
	color: #F89420;
	position: relative;
	font-family: 'Trade Gothic Cnd', sans-serif;
	top: 7px;
	left: 2px;
}
#phone span {
	color: #CCC;
	font-style: normal;
}
.clear {
	clear: both;
	margin: 0px;
	padding: 0px;
}
.pres-photo {
	float: left;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 22px;
}
.rounded {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius:5px;
}
.rounded-top {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-right-radius: 10px;
	-webkit-border-top-left-radius: 10px;
}
.rounded-bottom {
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
}
.shadow {
	box-shadow: 0px 0px 0px #E0DCDC;
	-webkit-box-shadow: 0px 0px 0px #E0DCDC;
	-moz-box-shadow: 0px 0px 0px #E0DCDC;
}
.shading {
	background: rgba(0,0,0, 0.6);
}
