﻿@charset "UTF-8";
/* CSS Document */
img {
	border:none;
}

body {
	background-color: #15477d;
	background-image:url(../images/bg_outline.png);
	background-position:bottom left;
	background-repeat:no-repeat;
	background-attachment:fixed;
	margin:0px;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	color: #6F686E;
	
}


#header {
	width: 830px;
	height: 120px;
	background-image:url(../images/header_bg.png);
	background-repeat:no-repeat;
	/*border: #F00 1px solid;*/
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
}

#master_logo{ 	
	/*border:#0F0 1px solid;*/ 	
	width: 210px; 
	height:90px; 
	position:relative; 
	top: 20px;
	left: 10px;
	float: left;
}

/*#slider {
	width: 830px;
	height: 245px;
	border: #F00 5px solid;	
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
}*/


#master_phoneNumbers{
		/*border:#0F0 1px solid;*/ 	
	padding-top: 40px;
	width: 300px; 
	height:90px; 
	position:relative; 
	top: 20px;
	right: 10px;
	float: right;
	font-size: 0.7em;
	text-align: right;
	color: #3CF;
}

.masterPhoneNumber {
	font-size: 1.75em;
}



#slider_wrap {
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	width: 896px;
	height:245px; 

	}

/*-----------------------------------------------------------------------------------------	*/

/*TABS*/

#tabs {
	width: 810px;
	height: 25px;
	/*border: #F00 1px solid;*/
	margin-right: auto;
	margin-left: auto;
	font-family:Verdana, Geneva, sans-serif;
}

ul#toc {
    height: 25px;
    list-style: none;
    margin: 0;
    padding: 0;
}

ul#toc li {
    float: left;
    margin: 0 5px 0 0;
	padding-left: 0px;
}

ul#toc a:link {
	background: #15477d url(../images/tabs.png) 100% 0;
	color: #15477d;
	display: block;
	border: 0px #000 solid;
	-webkit-border-top-left-radius:5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright:5px;
	float: left;
	height: 25px;
	padding-left: 10px;
	text-decoration: none;
	font-size: .8em;
}

ul#toc a:hover {
    background-color: #15477d;
    background-position: 0 -120px;
	/*text-shadow: 1px 1px 1px #333;
	color: #000;*/
}

ul#toc a:hover span {
    background-position: 100% -120px;
}

ul#toc a:visited {
    background-color: #15477d;
    background-position: 0 -120px;
	color: #15477d;
}

ul#toc li.current a {
    background-color: #15477d;
    background-position: 0 -60px;
    color: #15477d;
	
    /*font-weight: bold;*/
}

ul#toc li.current span {
    background-position: 100% -60px;
}

ul#toc span {
    background: url(../images/tabs.png) 100% 0;
    display: block;
    line-height: 25px;
    padding-right: 10px;
}
	
	
#toc ul li a {
	text-align:center;
	width: 150px;
	
	
}


#toc li ul {
	position: absolute;
	visibility:visible;
	display:block;
	float:left;
}

#toc ul li:hover li{
	visibility:visible;
	
}


/*-----------------------------------------------------------------------------------------*/	

#content {
	width: 830px;
	min-height: 400px;
	background-color:#FFF;
	margin-right: auto;
	margin-left: auto;
	border: 0px #000 solid;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	margin-bottom: 20px;
	overflow: auto;
}

/*#content-top {
	background: url(../images/corners/top.png) no-repeat; 
	width: 830px; 
	height: 9px; 
	margin-left: auto; 
	margin-right: auto
	}  
	
#content-bottom {
	background: url(../images/corners/bottom.png) no-repeat; 
	width: 830px; 
	height: 9px; 
	margin-left: auto; 
	margin-right: auto; 
	}   
.clear {font-size: 1px; height: 1px} 
*/


.mainContent {
	width: 620px;
	min-height: 200px;
	margin-right: 10px;
	margin-left: 10px;
	padding-top: 20px;
	padding-bottom:20px;
	float: left;
}

#rightBar {
	width: 160px;
	height: 300px;
	margin-right:10px;
	margin-top: 30px;
	border-left: #999 1px solid;
	padding-left: 7px;
	padding-right: 5px;
	float: right;
}

.sideLinks {
	width: 150px;
	height: 33px;
	float: right;
	margin-bottom: 10px;
	clear:right;
}


H1 {
	color: #544E53;
	font-size:1.5em;
	font-weight: bold;
	padding-left: 3px;
	padding-bottom: 20px;
}

H2 {
	font-size:1em;
	font-weight: bold;
	padding-left: 3px;
	padding-bottom: 10px;
}

.mainContent p {
	font-size: 0.8em;
}


.mainContent ul {
	font-size: 0.8em;
	padding-left: 25px;
	margin-bottomp: 10px;
}

.mainContent li {
	margin-bottom: 5px;
}

.mainContent li a {
	color: #333;
	text-decoration:none;
}

.mainContent li a:hover {
	color:#15477D;
}

.mainContent a {
	color: #333;
	text-decoration:none;
}

.mainContent a:hover {
	color:#15477D;
}

#footer {
	width: 830px;
	height: 50px;
	background:url(../images/footer_bg.png) no-repeat;
	padding-top: 5px;
	margin-right: auto;
	margin-left: auto;
	font-size: 0.7em;
	color:#666;
	text-align:center;
}

#footer a {
	color: #333;
	text-decoration:none;
}

#footer a:hover {
	color:#15477D;
}

.dejiatunwa {
	color: #333;
}

#audienceChannelWrap {
	width: 800px;
	height: 200px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
/*	border: solid #09C 1px;*/
}

.audienceChannel {
	width: 251px;
	height: 179px;
	margin-top: 10px;
	margin-right: 23px;
	float: left;
}


.audienceChannelNoMargin {
	width: 251px;
	height: 179px;
	margin-top: 10px;
	float: right;
}


#partnerLogoWrap {
	width: 800px;
	height: 76px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	border: solid #c9c9c9 1px;
}


#homeLinks {
	margin-top: 20px;
	margin-right: 13px;
	float: right;
}