html, body, form {
	margin: 0px;
	padding: 0px;
}
body {
	font: 75% Arial, Helvetica, sans-serif;
	background: #fff;
}
h1 {
	font-size: 145%;
	font-weight: bold;
	color: #FE8800;
	margin-top: -2px;
	margin-bottom: 2px;
}
h2 {
	font-size: 120%;
	font-weight: bold;
	color: #005027;
	margin-top: 2px;
	margin-bottom: 2px;
}
h3 {
	font-size: 185%;
	font-weight: bold;
	color: #005027;
	margin-top: 10px;
	margin-bottom: 5px;
}
input, textarea, select {
	font: 100% Arial, Helvetica, sans-serif;
	margin-bottom: 6px;
	border: 1px solid #aaa;
	background: url(images/rightBg.gif) repeat-x left center;
	padding: 3px;
	margin-right: 3px;
}

#body {
	margin: 0px auto;
	width: 998px;
}
#head {
	height:155px;
}
#head .logo{width:250px; float:left; padding-top:20px;}
#head .top_ad{ padding-top:7px; text-align:center; height:100px; width:728}
#head .top_nav{height:44px; color:#FFFFFF; line-height:44px; letter-spacing:1px; font-weight:bold;}
#head .Nleft{background-image:url(images/btnLeft.jpg); width:11px; height:44px; float:left}
#head .Nright{background-image:url(images/btnRight.jpg); width:11px; height:44px; float:right}
#head .nav{background-image:url(images/btnBg.jpg); width:976px; height:44px; float:left; width:650px;}
#head .nav a{color:#FFFFFF; text-decoration:none;}
#head .top_nav .search_bg{background-image:url(images/btnBg.jpg); float:left; }


#content { 
	clear: both;
}



#content .featured {background-image:url(images/featuredBg.gif); height:145px; width:682px; float:left; padding:40px 10px 0 10px; margin-left:8px;}
#content .featured .fdiv .duration a{color:#ffffff; text-decoration:none; }
#content .featured .fdiv{position:relative; float:left; padding:10px; color:#C0C0C0; font-size:90%; width:150px; }
#content .featured .fdiv .duration{position:absolute;
	top:68px; background-color:#252525; color:#ffffff;
	left:108px; width:30px; border:1px solid #252525;
}
#content .featured .fdiv .video_title{color:#0053A6; }
#content .featured .fdiv .video_user{color:#0053A6}

#content .home_video {width:710px; padding:0px; float:left; border:0px solid red; }
#content .home_video .main_title{color:#333333; font-size:140%; font-weight:bold; width:100%; padding-top:10px  }
#content .home_video .hdiv{position:relative; float:left; padding:10px; color:#C0C0C0; font-size:90%; width:152px; border:0px solid red;}
#content .home_video .hdiv .duration{position:absolute;
	top:68px; background-color:#252525; color:#ffffff;
	left:108px; width:30px; border:1px solid #252525;
}
#content .home_video .hdiv .video_title, .video_title a{color:#0053A6; text-decoration:none;}
#content .home_video .hdiv .video_user{color:#0053A6}

#content .middle_ad { float:left; width:250px; margin-top:50px;  }

#content .right { float:right}
#content .right .title{ background-image:url(images/navtitle.jpg); height:48px; width:275px;}
#content .right .links{ background:#FBFBFB; width:273px; border-left:1px solid #DBDBDB; border-right:1px solid #DBDBDB; border-bottom:1px solid #DBDBDB; padding-bottom:10px;}
#content .right .links a {text-decoration:none;}
#content .right .links ul{padding:0 0 0 15px; margin:0 0 0 15px; line-height:20px;}

#content #youtube {border:0px solid red; width:720px;}
#content #youtube .main_title{color:#C30101; font-size:130%; font-weight:bold; width:100%; line-height:45px;}
#content #youtube .play {float:left; width:505px;}

#content #youtube .releated { width:210px; float:right; margin-right:5px; height:850px; overflow:auto;}
#content #youtube .releated .releated_title{color:#FF8040; font-size:100%; font-weight:bold; height:25px; line-height:25px; margin-top:0px; }
#content #youtube .releated .rdiv{ position:relative; font-size:90%; min-height:65px; padding:5px 0 5px 0; border-bottom:1px dotted #CCCCCC}
#content #youtube .releated .rdiv .duration{position:absolute;
	top:46px; background-color:#252525; color:#ffffff;
	left:60px; width:30px; border:1px solid #252525;
}
#content #youtube .releated .rdiv:hover{background-color:#D7E7FF;}
#content #youtube .releated .rdiv .video_user{color:#006600;}
#content #youtube .releated .rdiv .video_title{color:#0053A6;}
#content #youtube .releated .rdiv .video_title a{color:#0053A6; text-decoration:none}

.paging { height:40px; margin-top:10px;}
.paging span{ border:1px solid #CCDBE4; background-color:#E9EFF3; padding:3px 5px 3px 6px; color:#1274C0; margin-left:2px;}
.paging a .next{ border:1px solid #CCDBE4; background-color:#E9EFF3; padding:3px 5px 3px 6px; color:#1274C0; margin-left:2px;}
.paging span a{color:#1274C0;}

.thumb{border:1px solid #CCCCCC; padding:1px;}

#foot {
	clear: both;
	background-color:#2c2c2c;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	line-height: 34px;
	height: 35px;
	color: #999;
	font-size: 90%;
	padding-left: 13px;
	
	-moz-border-radius: 0 0 8px 8px;
	border-radius: 0 0 8px 8px;
}
#foot a {
	color: #999;
	text-decoration: none;
	padding-right: 5px;
	padding-left: 5px;
}
#foot a:hover {
	color: #999;
	text-decoration: underline;
}


ul.reset,
ul.reset li {
	display:block;
	list-style:none;
	padding:0px;
	margin:0px;
}

ul.autocomplete {
	display:none;
	width:300px;
	padding:10px;
	position:absolute;
	/*
	top:50px;
	left:0;
	*/
	background:#fff;
	border:1px solid #e4e4e4;
	/* CSS3 */
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	line-height:15px;
}

ul.autocomplete li a {
	display:block;
	padding:5px 5px;
	font-size:11px;
	outline:none;
	color:#FF6600; text-decoration:none;
}

ul.autocomplete li a:hover {
	background:#f5f5f5;
	color:#991b22;
	/* CSS3 */
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
	border-radius:4px;
}
