@charset "utf-8";
/* CSS Document */
html {
	width:100%;
	min-width:100%;
	height:100%;
	min-height:100%;
	padding:0;
	margin:0;
	}
body {
	width:100%;
	min-width:980px;
	height:100%;
	min-height:100%;
	padding:0;
	margin:0;
	background-color:#333333;
	font:normal 12px Arial, Helvetica, sans-serif;
	color:#CCCCCC;
	}
p {
	text-indent:25px;
	text-align:justify;
	}
.nounderline {
	text-decoration:none;
	border:none;
	}
.friendslink a:link, .friendslink a:visited, .friendslink a:active {
	font:bold 12px Arial, Helvetica, sans-serif;
	text-decoration:none;
	color:#CCCCCC;
	}
.friendslink a:hover {
	font:bold 12px Arial, Helvetica, sans-serif;
	text-decoration:underline;
	color:#FFFFFF;
	}
h1, h2, h3, h4, h5 {
	font-family:Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	margin:0;
	padding:0;
	}
h1 {
	font-size:24px;
	font-weight:bold;
	text-align:center;
	margin:10px auto 20px auto;
	}
h2 {
	font-size:15px;
	font-weight:bold;
	text-align:center;
	color:#0099FF;
	}
h3 {
	font-size:16px;
	font-weight:bold;
	text-align:center;
	}
h4 {
	font-size:14px;
	font-weight:bold;
	text-align:left;
	color:#0099FF;
	}
h5 {
	font-size:13px;
	font-weight:bold;
	text-align:left;
	color:#CCCCCC;
	}
#Container {
	margin:0 auto 0 auto;
	width:965px;
	background-color:#333333;
	min-height:480px;
	}
#Arrows {
	margin:0 auto 0 auto;
	width:980px;
	clear:both;
	}
.bottompad {
	height:75px;
	}
.toppad {
	height:60px;
	}
#foot {
	margin:0 auto 0 auto;
	padding-bottom:30px; 
	color:#999999; text-align:center;
	font-size:11px;
	z-index:4;
	}
#foot a:link, #foot a:visited, #foot a:active {
	text-decoration:none;
	color:#999999;
	}
#foot a:hover {
	text-decoration:underline;
	color:#FFFFFF;
	}
#foot .left,#foot .center {
	float:left;
	width:300px;
	padding-right:10px;
	text-align:left;
	}
#foot .right {
	float:right;
	width:250px;
	text-align:right;
	}
.foot_break {
	width:100%;
	height:0;
	border-top:#666666 1px solid;
	border-bottom:#000000 1px solid;
	margin:10px auto 10px auto;
	clear:both;
	}
#arrows_left {
	background-image:url(../images/arrows_left.png);
	height:53px;
	width:9px;
	float:left;
	}
#arrows_bg {
	background-image:url(../images/arrows_bg.png);
	height:53px;
	float:left;
	width:389px;
	}
#arrows_right {
	background-image:url(../images/arrows_right.png);
	width:582px;
	height:53px;
	background-repeat: no-repeat;
	float:left;
	/*background-attachment:fixed;*/
	}
.default {
	background-position:0 0;
	}
.sem {
	background-position:0 25%;
	}
.seo {
	background-position:0 50%;
	}
.video {
	background-position:0 75%;
	}
.print {
	background-position:0 100%;
	}
#logobar {
	width:980px;
	height:48px;
	background-image:url(../images/logobar_bg.png);
	margin:0 auto 0 auto;
	}
#linkbar {
	width:960px;
	height:15px;
	margin:0 auto 0 auto;
	text-align:right;
	}
#linkbar a:link, #linkbar a:visited, #linkbar a:active {
	color:#CCCCCC;
	text-decoration:none;
	}
#linkbar a:hover {
	color:#CCCCCC;
	text-decoration:underline;
	}
#logobar_cap {
	float:right;
	z-index:99;
	}
#Main_large {
	width:650px;
	float:left;
	}
#Main_small {
	width:315px;
	float:left;
	}
#left_article {
	float:left;
	width:300px;
	padding-right:10px;
	border-right:#666666 1px solid;
	}
#right_article {
	float:left;
	width:300px;
	padding-left:10px;
	}
#left_video {
	float:left;
	width:240px;
	padding-right:10px;
	border-right:#666666 1px solid;
	}
#left_video .sidebox {
	height:295px;
	margin:10px 5px 5px 10px;
	
	}
#right_video {
	float:left;
	width:360px;
	padding-left:10px;
	}
.clearall { clear:both; }
#box {
	border:#00FF00 1px solid;
	}
.footnote {
	font:normal 10px Arial, Helvetica, sans-serif;
	color:#999999;
	}