@charset "utf-8";
@import url(http://fonts.googleapis.com/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800);
body {
	margin: 0; 
	padding: 0;
	text-align: center; 
	}
#wrapper {
	background-color: #2b2b2b;
	overflow: hidden;
	width: 100%;
}
#wrapper  #social_wrapper {
	height: 90px;
	background-color: #000000;
	width: 100%;
}
#social_wrapper #social_container {
	height: 36px;
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 54px;
}
#social_wrapper #social_container ul {
	margin-bottom: 0px;
	margin-right: auto;
	margin-left: 103px;
	margin-top: 0px;
	width: 730px;
}
#social_wrapper #social_container li {
	float: left;
	list-style-image: none;
	list-style-type: none;
	margin-right: 8px;
	margin-left: 8px;
}

#sticon {
	float: left;
	width: 36px;
	height: 36px;
	background-image: url(../images/st.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	-moz-transition: all 0.5s ease-in-out; /* CSS3 transition to animate all A properties */
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	cursor:pointer;
}
#sticon:hover{
	background-position: 0px -36px;
}
#fbicon {
	float: left;
	width: 36px;
	height: 36px;
	background-image: url(../images/fb.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	-moz-transition: all 0.5s ease-in-out; /* CSS3 transition to animate all A properties */
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	cursor:pointer;
}
#fbicon:hover{
	background-position: 0px -36px;
}
#twicon {
	float: left;
	width: 36px;
	height: 36px;
	background-image: url(../images/tw.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	-moz-transition: all 0.5s ease-in-out; /* CSS3 transition to animate all A properties */
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	cursor:pointer;
}
#twicon:hover{
	background-position: 0px -36px;
}
#gpicon {
	float: left;
	width: 36px;
	height: 36px;
	background-image: url(../images/gp.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	-moz-transition: all 0.5s ease-in-out; /* CSS3 transition to animate all A properties */
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	cursor:pointer;
}
#gpicon:hover{
	background-position: 0px -36px;
}
#yticon {
	float: left;
	width: 36px;
	height: 36px;
	background-image: url(../images/yt.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	-moz-transition: all 0.5s ease-in-out; /* CSS3 transition to animate all A properties */
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	cursor:pointer;
}
#yticon:hover{
	background-position: 0px -36px;
}
#inicon {
	float: left;
	width: 36px;
	height: 36px;
	background-image: url(../images/in.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	-moz-transition: all 0.5s ease-in-out; /* CSS3 transition to animate all A properties */
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	cursor:pointer;
}
#inicon:hover{
	background-position: 0px -36px;
}
#rsicon {
	float: left;
	width: 36px;
	height: 36px;
	background-image: url(../images/rs.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	-moz-transition: all 0.5s ease-in-out; /* CSS3 transition to animate all A properties */
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	cursor:pointer;
}
#rsicon:hover{
	background-position: 0px -36px;
}
#blicon {
	float: left;
	width: 36px;
	height: 36px;
	background-image: url(../images/bl.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	-moz-transition: all 0.5s ease-in-out; /* CSS3 transition to animate all A properties */
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	cursor:pointer;
}
#blicon:hover{
	background-position: 0px -36px;
}
#viicon {
	float: left;
	width: 36px;
	height: 36px;
	background-image: url(../images/vi.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	-moz-transition: all 0.5s ease-in-out; /* CSS3 transition to animate all A properties */
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	cursor:pointer;
}
#viicon:hover{
	background-position: 0px -36px;
}
#wiicon {
	float: left;
	width: 36px;
	height: 36px;
	background-image: url(../images/wi.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	-moz-transition: all 0.5s ease-in-out; /* CSS3 transition to animate all A properties */
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	cursor:pointer;
}
#wiicon:hover{
	background-position: 0px -36px;
}
#imicon {
	float: left;
	width: 36px;
	height: 36px;
	background-image: url(../images/im.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	-moz-transition: all 0.5s ease-in-out; /* CSS3 transition to animate all A properties */
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	cursor:pointer;
}
#imicon:hover{
	background-position: 0px -36px;
}
#fhicon {
	float: left;
	width: 36px;
	height: 36px;
	background-image: url(../images/fh.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	-moz-transition: all 0.5s ease-in-out; /* CSS3 transition to animate all A properties */
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	cursor:pointer;
}
#fhicon:hover{
	background-position: 0px -36px;
}
#skicon {
	float: left;
	width: 36px;
	height: 36px;
	background-image: url(../images/sk.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	-moz-transition: all 0.5s ease-in-out; /* CSS3 transition to animate all A properties */
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
	cursor:pointer;
}
#skicon:hover{
	background-position: 0px -36px;
}
#container {
	width: 960px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #191919;
	overflow: hidden;
}
#wrapper #container #logodiv {
	margin-top: 84px;
	width: 655px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 23px;
}
#wrapper #container #topmenu {
	width: 655px;
	margin-right: auto;
	margin-left: auto;
	height: 27px;
	margin-bottom: 3px;
	overflow: hidden;
}
#wrapper #container #topmenu ul {
	margin: 0px;
	padding: 0px;
}
#wrapper #container #topmenu li {
	float: left;
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	}
#topmenu li a{
	font-family: 'Open Sans', sans-serif;
	list-style-type: none;
	color: #666666;
	font-size: 14px;
	background-color: #000000;
	line-height: 25px;
	font-weight: 600;
	text-decoration: none;
	padding-right: 6px;
	padding-left: 6px;
	margin-right: 3px;
	margin-left: 0px;
	display: block;
	border: 1px solid #000000;
	border-radius: 4px;
	mz-border-radius: 4px;
	-moz-transition: all 0.5s ease-in-out; /* CSS3 transition to animate all A properties */
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
#topmenu li a:hover{
	color: #FFF;
}
.rollover{
	font-family: 'Open Sans', sans-serif;
	list-style-type: none;
	color: #CCCCCC;
	font-size: 14px;
	background-color: #000000;
	line-height: 25px;
	font-weight: 600;
	text-decoration: none;
	padding-right: 6px;
	padding-left: 6px;
	margin-right: 3px;
	margin-left: 0px;
	display: block;
	border: 1px solid #000000;
	border-radius: 4px;
	mz-border-radius: 4px;
}
#wrapper #container #banner {
	height: 295px;
	width: 653px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 3px;
	margin-left: auto;
	background-color: #000000;
	border: 1px solid #000000;
	overflow: hidden;
	border-radius: 4px;
	mz-border-radius: 4px;
	position: relative;
}
#wrapper #container #bottommenu {
	width: 655px;
	margin-right: auto;
	margin-left: auto;
	height: 27px;
	margin-bottom: 3px;
	overflow: hidden;
}
#wrapper #container #bottommenu ul {
	margin: 0px;
	padding: 0px;
}
#wrapper #container #bottommenu li {
	float: left;
	list-style-image: none;
	list-style-type: none;
	margin: 0px;
	}
#bottommenu li a{
	font-family: 'Open Sans', sans-serif;
	list-style-type: none;
	color: #666666;
	font-size: 14px;
	background-color: #000000;
	line-height: 25px;
	font-weight: 600;
	text-decoration: none;
	padding-right: 5px;
	padding-left: 4px;
	margin-right: 3px;
	margin-left: 0px;
	display: block;
	border: 1px solid #000000;
	border-radius: 4px;
	mz-border-radius: 4px;
	-moz-transition: all 0.5s ease-in-out; /* CSS3 transition to animate all A properties */
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
#bottommenu li a:hover{
	color: #FFFFFF;	
}
#awardsdiv {
	width: 655px;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 40px;
	margin-left: auto;
	overflow: hidden;
}
#awardsdiv img {
	margin-top: 15px;
	margin-bottom: 15px;
	float: left;
}
#wrapper #footer {
	color: #FFFFFF;
	background-color: #000000;
	width: 100%;
	padding-top: 15px;
	padding-bottom: 25px;
	color: #999999;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
}

#wrapper #count {
	padding: 5px;
	margin-right: auto;
	margin-left: auto;
	color: #999999;
	width: 300px;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	background-color: #2a2a2a;
	border: 1px solid #2a2a2a;
	border-radius: 10px;
	mz-border-radius: 10px;
}
#biodiv {
	width: 655px;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 40px;
	margin-left: auto;
	overflow: hidden;
}
#biodiv h1 {
	font-family: 'Open Sans', sans-serif;
	font-size: 21px;
	line-height: 30px;
	color: #888888;
	text-align: left;
}
#biodiv p {
	float: left;
	color: #888888;
	overflow: hidden;
	text-align: justify;
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	line-height: 21px;
}
.leftbiop {
	float: left;
	color: #888888;
	width: 205px;
	text-align: justify;
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	line-height: 21px;
}
.rightbiop {
	float: left;
	color: #888888;
	width: 415px;
	text-align: justify;
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	line-height: 21px;
	margin-left: 30px;
}
#biodiv .docudivs{
	width:320px;
	float:left;
	position: relative;
	margin-top: 20px;
	paddong-bottom: 20px;
}
.docuthumb  {
	float: left;
	height: 104px;
	width: 110px;
	margin-right: 4px;
}
#biodiv .docudivs h1 {
	font-size: 14px;
	font-weight: normal;
	color: #dca828;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 4px;
	line-height: 14px;
	text-transform: uppercase;
}
#biodiv .docudivs p {
	font-size: 13px;
	font-weight: normal;
	color: #888888;
	line-height: 21px;
	margin-top: 5px;
	margin-bottom: 4px;
}
#biodiv .docudivs img {
	float: left;
	margin-right: 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#biodiv .docudivs h2 {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #888888;
	margin-top: 5px;
	line-height: 20px;
	clear: left;
	float: left;
	text-align: justify;
	overflow: hidden;
	width: 320px;
}
.more {
	float: right;
	right: 0px;
	bottom: 0px;
	position: absolute;
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #888888;
	width: 440px;
	text-align: right;
	background-color: #191919;
	line-height: 25px;
}
.documore {
	float: right;
	right: 0px;
	bottom: 0px;
	position: absolute;
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #888888;
	width: 319px;
	text-align: right;
	background-color: #191919;
	line-height: 25px;
}
.sfmore {
	float: right;
	right: 0px;
	bottom: 0px;
	position: absolute;
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #888888;
	width: 319px;
	text-align: right;
	background-color: #191919;
	line-height: 25px;
}


.awardrow {
	width: 655px;
	clear: left;
	float: left;
	margin-bottom: 20px;
	overflow: hidden;
}
.awardrow #imgdiv {
	float: left;
	width: 181px;
	
}
.awardrow h2 {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	font-weight: normal;
	text-transform: uppercase;
	color: #999966;
	float: left;
	margin-left: 30px;
	margin-top:0px;
	margin-bottom:0px;
	width: 440px;
	line-height: 20px;
	text-align: left;
}
.awardrow h3 {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	font-weight: normal;
		color: #cc9933;
		text-transform: uppercase;
	float: left;
	margin-left: 30px;
	margin-top:0px;
	margin-bottom:0px;
	width: 440px;
	line-height: 20px;
	text-align: left;
}
.awardrow h4 {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #888888;
	float: left;
	margin-left: 30px;
	margin-top:0px;
	margin-bottom:0px;
	width: 440px;
	line-height: 20px;
	text-align: left;
}
#biodiv h5 {
	width: 655px;
	background-image: url(../images/head5bg.png);
	background-repeat: repeat-x;
	height: 15px;
	float: left;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	font-weight: 600;
	color: #888888;
	line-height: 15px;
	background-position: center;
}
#contactdiv {
	width: 655px;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 40px;
	margin-left: auto;
	overflow: hidden;
}
#contactdiv p {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height: 24px;
	text-align: center;
}
/*8888888888888888888888888888888888888*/
#biodiv .featuredivs{
	width:655px;
	float:left;
	position: relative;
	margin-top: 20px;
	margin-bottom: 20px;
	padding-bottom: 20px;
	
}
.featurethumb  {
	float: left;
	height: 300px;
	width: 200px;
	margin-right: 4px;
}
#biodiv .featuredivs h1 {
	font-size: 14px;
	font-weight: normal;
	color: #dca828;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 4px;
	line-height: 14px;
	text-transform: uppercase;
}
#biodiv .featuredivs p {
	font-size: 13px;
	font-weight: normal;
	color: #888888;
	line-height: 21px;
	margin-top: 5px;
	margin-bottom: 4px;
	float: left;
}
#biodiv .featuredivs img {
	float: left;
	margin-right: 15px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	
}
#biodiv .featuredivs h2 {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #888888;
	margin-top: 5px;
	line-height: 20px;
	float: left;
	text-align: justify;
	width: 435px;
	overflow: hidden;
	}
#biodiv .featuredivs .ytimdb {
	float: left;
	width: 400px;
	height: 30px;
	margin-bottom: 10px;
}
#biodiv .advdivs{
	width:320px;
	float:left;
	position: relative;
	height: 188px;
	margin-top: 20px;
}
.advthumb  {
	float: left;
	height: 104px;
	width: 110px;
	margin-right: 4px;
}
#biodiv .advdivs h1 {
	font-size: 18px;
	font-weight: normal;
	color: #dca828;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 4px;
	line-height: 24px;
	text-transform: uppercase;
}
#biodiv .advdivs p {
	font-size: 13px;
	font-weight: normal;
	color: #888888;
	line-height: 21px;
	margin-top: 5px;
	margin-bottom: 4px;
}
#biodiv .advdivs img {
	float: left;
	margin-right: 2px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#biodiv .advdivs h2 {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	font-weight: normal;
	color: #888888;
	margin-top: 5px;
	line-height: 20px;
	clear: left;
	float: left;
	text-align: justify;
}
#nbtdiv{
	height: 300px;
	overflow:hidden;
}
#entdiv{
	height: 300px;
	overflow:hidden;
}
#amtdiv{
	height: 300px;
	overflow:hidden;
}
#tnbdiv{
	height: 300px;
	overflow:hidden;
}
#atmdiv{
	height: 210px;
	overflow:hidden;
}
#dtfdiv{
	height: 210px;
	overflow:hidden;
}
#bhadiv{
	height: 210px;
	overflow:hidden;
}
#skadiv{
	height: 210px;
	overflow:hidden;
}
#isadiv{
	height: 210px;
	overflow:hidden;
}
#tmhdiv{
	height: 210px;
	overflow:hidden;
}
#musdiv{
	height: 210px;
	overflow:hidden;
}
#astdiv{
	height: 210px;
	overflow:hidden;
}
#bbudiv{
	height: 210px;
	overflow:hidden;
}
#actdiv{
	height: 210px;
	overflow:hidden;
}
#siadiv{
	height: 210px;
	overflow:hidden;
}
#offdiv{
	height: 210px;
	overflow:hidden;
}
#siadiv{
	height: 210px;
	overflow:hidden;
}
#offdiv{
	height: 210px;
	overflow:hidden;
}
#apadiv{
	height: 210px;
	overflow:hidden;
}
#caadiv{
	height: 210px;
	overflow:hidden;
}
#bytdiv{
	height: 210px;
	overflow:hidden;
}
#agndiv{
	height: 210px;
	overflow:hidden;
}
/*88888888888888888888888888888888888888888
*****************************************************/
#pehdiv{
	height: 210px;
	overflow:hidden;
}
#neediv{
	height: 210px;
	overflow:hidden;
}
#sacdiv{
	height: 210px;
	overflow:hidden;
}
#mamdiv{
	height: 210px;
	overflow:hidden;
}
#olndiv{
	height: 210px;
	overflow:hidden;
}#watermark {
	font-size: 9px;
	color: #CCCCCC;
	background-color: #333333;
	padding: 4px;
	border: 1px solid #999999;
	border-radius:3px;
	mz-border-radius:3px;
	position: absolute;
	z-index: 10000;
	right: 5px;
	bottom: 1px;
}
