/* CSS Document */

body{
	background-color:#000;
	color:#fff;
	margin:0px;
	font-family:"Trebuchet MS", Arial, sans-serif;
	font-size:15px;
	color:#333;
	}
	
#menu{ z-index: 10;}
#splash{ z-index: 0;}
	
a {
	color:#000;
	}
a:hover{
	color:#4165B1;
	}
	
p{
	margin:0px;
	}
	
h1{
	margin:0px;
	padding:0px;
	font-size:24px;
	color:#2F55A9;
}
	
h2 {
	margin:0 0 0 15px;
	padding:0px;
	font-size:20px;
	color:#2F55A9;
}
	
#top {
	background-image:url(images/border_top_bg.gif);
	height:21px;
	min-width:977px;
	}
	
#toptag {
	width: 977px;
	text-align: left;
}
	
#healtag {
	padding-left: 42px;
}
	
#bottom {
	background-image:url(images/border_bottom_bg.gif);
	height:21px;
	min-width:977px;
	margin-top:20px;
	}
	
#copyright {
	padding-left: 40px;
	color: white;
	font-size: 12px;
}

#copyright a {
	color: white;
}
	
#container {
	margin:0 auto;
	width:977px;
	}
	
#header{
	height:72px;
	padding-left:42px;
	}

#navigation{
	float:right;
	}
	
div#navigation {
	z-index: 10;
}
	
#navigation ul{
	margin:0px;
	padding:0px;
	display:inline;
	}
	
#navigation ul li {
	line-height:33px;
	margin-left:7px;
	list-style:none;
	float:left;
	padding:0 5px 0 0px;
	}
	
#navigation ul li a{
	display:block;
	background-image:url(images/nav_tab_bg.gif);
	background-repeat: repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	color:#000;
	text-decoration:none;
	}
	
#navigation ul li a strong {
	background:url(images/nav_tab_bg_right.gif) top right transparent no-repeat;
	display:block;
	padding-right:20px;
	}
	
#navigation ul li a span{
	background:url(images/nav_tab_bg_left.gif) top left transparent no-repeat;
	display:block;
	padding-left:20px;
	}
	
#navigation ul li a:hover{
	color:#476BB5;
	}
	
.logo {
	float:left;
	}
	
#media_area{
	background-image:url(images/media_background.jpg);
	width:977px;
	height:294px;
	clear:both;

	}
	
#media_area_padding {
	padding-top:10px;
	padding-bottom: 10px;
	padding-right:0px;
	padding-left: 13px;
	margin-bottom:7px;
}

#media_area_split{
	background-image:url(images/media_background_split.jpg);
	width:977px;
	height:294px;
	clear:both;

	}
	
#media_area_split_padding {
	padding-top:12px;
	padding-bottom: 10px;
	margin-bottom:7px;
}

#split_left {
	width: 635px;
	float: left;
}

#split_right {
	width: 328px;
	margin-left: 649px;
	padding-top: 4px;
}

#welcome_split {
	width: 328px;
	padding-top: 4px;
}

#flashonly_split {

	background-repeat: no-repeat;
}
	
#flashonly {
	width: 951px;
	height: 270px;
	background-repeat: no-repeat;
	background-image: url(images/media-flash-bg.gif);
}

#media_player_welcome_message {
	width:363px;
	height:272px;
	margin-right:8px;
	float:left;
	}
	
#grey_area{
	background:#707070 url(images/media_area_right.jpg) right no-repeat;
	float:right;
	width:577px;
	height:270px;
	color:#fff;
	padding:0px;
	}
	
#page_banner{
	background:#fff url(images/media_area_right.jpg) right no-repeat;
	float:left;
	width:958px;
	color:#fff;

	}
	
	
	
#tabs {
	height:72px;
	background:url(images/navbg.gif);
	padding-left:36px;
	}
/*	
#tabs ul{
	margin:0px;
	padding:0px;
	}
	
#tabs ul li{
	list-style:none;
	float:left;
	margin:0 4px 0 4px;
	padding-bottom:5px;
	display:block;
	}
	
#tabs ul li.green{
	background: url(images/tabs/green_bottom_shadow.gif) repeat-x bottom;
	}
	
#tabs ul li.blue{
	background: url(images/tabs/blue_bottom_shadow.gif) repeat-x bottom;
	}
	
#tabs ul li a {
	display:block;
	padding-top:22px;
	}
	
#tabs ul li.green a:hover {
	padding:0px;
	padding-bottom:22px;
	background:url(images/tabs/green_bottom.jpg) no-repeat bottom;
	}
	
#tabs ul li.blue a:hover {
	padding:0px;
	padding-bottom:22px;
	background:url(images/tabs/blue_bottom.jpg) no-repeat bottom;
	}	
	
*/
	
#content {
	width:977px;
	clear:both;
	margin-bottom:20px;
	}
	
#content_top{
	background-image:url(images/content_bg_top.jpg);
	height:25px;
	}
	
#content_middle{
	background-color:#fff;
	padding:0px 40px 0px 40px ;
	font-size:14px;

	}
	
#content_bottom{
	background-image:url(images/content_bg_bottom.jpg);
	height:26px;

	}
	
.contact_text{
	font-size:14px;
	}
	

	
/* Nav Styles */

#nav {
	width: 720px; height: 75px;
	margin: 0; padding: 0;
	list-style: none;
	overflow: hidden;
}

#nav li {
	margin: 0; padding: 0;
	display: inline;
}

#nav li#gap {
	width: 15px;
}

#nav a {
	float: left;
	border: none;
	margin: 0;
	padding: 75px 0 0 0;
	overflow: hidden;
	height: 0;
}

#nav a:hover, #nav a:active {
	background-position: 0 -75px;
}

#nav a.selected {
	background-position: 0 -75px;
}

#nav-vision a { width: 146px; background: url(images/ctabs/vision.gif) no-repeat 0 0; }
#nav-about a { width: 146px; background: url(images/ctabs/about.gif) no-repeat 0 0; }
#nav-partner a { width: 146px; background: url(images/ctabs/partner.gif) no-repeat 0 0; }
#nav-investor a { width: 146px; background: url(images/ctabs/investor.gif) no-repeat 0 0; }
#nav-contact a { width: 136px; background: url(images/ctabs/contact.gif) no-repeat 0 0; }

.pr {
	margin-left: 20px;
	margin-right: 20px;
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	border-left: #3a5fa5 solid 10px;
	border-top: #999999 solid 1px;
	border-bottom: #999999 solid 1px;
}

#qsource {
	padding-left: 200px;
}

#vqsource {
	padding-left: 658px;
}

#his_seal {
	margin-top: 8px;
}

.underpad {
	padding-left: 30px;
}