@charset "utf-8";
/* CSS Document */

*{
	margin: 0px;
	padding: 0px;
}
body{
	background-image: url(images/mainBg.jpg);
	background-color: #3A3A3A;
	background-repeat: repeat-x;
	font-family: Trebuchet MS, Lucida Sans, Georgia, "Bookman Old Style";
	font-size: 11px;
}
a{
	text-decoration: none;
	color: #3A3A3A;
}
a:hover{}
a img{
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
p{}
ul{}
ul li{}
.fltLeft{
	float: left;
}
.fltRight{
	float: right;
}
.fltClear{
	clear: both;
}
#headerWrap{
	background-image: url(images/headerBg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#header {
	width: 972px;
	margin: 0px auto;
	height: 170px;
}
#header .logo {
	float: left;
	padding-left: 10px;
}
#header  .banner  {
	float: right;
	height: 60px;
	width: 468px;
	border: 2px solid #FFFFFF;
	margin: 30px 10px 0px 0px;
}
#wrapper{
	margin: 0px auto;
	width: 972px;
	clear: both;
}
#nav {
	background-image: url(images/navigationBg.jpg);
	background-repeat: no-repeat;
	height: 106px;
}
#nav h1 {
	height: 30px;
	padding: 10px 0px 10px 10px;
}
#nav ul {
	width: 750px;
	text-align: center;
	float: left;
	padding: 5px 0px 0px 10px;
}
#nav ul li {
	display: inline;
	line-height:20px;
}
#nav ul a {
	color: #FFFFFF;
	text-decoration: none;
	padding: 0px 10px;
}
#nav ul a:hover {
	color: #FFFFFF;
	text-decoration: none;
	background-color: #43500B;
	padding: 0px 10px;
}
#nav .bookmarkBtn {
	background-image: url(images/bookmark.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	float: right;
	padding-left: 15px;
	margin-top: 5px;
	margin-right: 5px;
	font-size: 14px;
}
#nav .bookmarkBtn a {
	color: #FFFFFF;
	text-decoration: none;
}
#nav .bookmarkBtn a:hover {
	color: #839B21;
}
#contentWrapper {
	background-image: url(images/contentBg.jpg);
	background-repeat: no-repeat;
	background-color: #DDDAC9;
	padding: 10px;
}
#sidebar {
	width: 300px;
	float: right;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 0px;
	padding-left: 5px;
}
#sidebar    .ad img   {
	padding-bottom: 10px;
}
#sidebar ul {
	text-align: center;
	padding-bottom: 10px;
}
#sidebar ul img {
	padding: 2px;
	float: left;
}
#content {
	width: 638px;
	float: right;
}
#content .imgBox img {
	float: left;
	padding: 1px;
}
#content  h1 {
	background-image: url(images/h1Bg.jpg);
	background-repeat: no-repeat;
	height: 37px;
	padding-left: 5px;
}
#videosPart {
	padding: 5px 0px;
}
#videosPart .videoPost {
	width: 144px;
	background-color: #FFFFFF;
	float: left;
	margin-right: 8px;
	margin-left: 7px;
    height: 135px;
    overflow: hidden;
}
#videosPart .videoPost p {
	color: #3A3A3A;
	line-height: 12px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 5px;
	padding-left: 2px;
	font-size: 11px;
	background-color: #FFFFFF;
}
#videosPart  .videoPost  a {
	color: #3A3A3A;
}
#videosPart .videoPost a:hover {
	color: #FF00CC;
}
#videosPart .videoPost img {
	border: 2px solid #FFFFFF;
}
#footerTop {
	background-image: url(images/footerLinksBg.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	height: 180px;
	background-color: #DDDAC9;
	border-top: #3b3b3b solid 1px;
	padding: 10px;
    width: 952px;
    margin: auto;
}
#footerTop a {
	color: #3A3A3A;
}
#footerTop a:hover {
	color: #3A3A3A;
	background-color: #E8E6D9;
	padding:0px 5px;
	border-bottom-width: 1px;
	border-bottom-style: ridge;
	border-bottom-color: #666666;
}

#footerTop ul {
	list-style-type: none;
	float: left;
	padding: 10px 15px 0px 15px;
	width: 160px;
}
#footerTop ul li {
	font-size: 12px;
	display: block;
	line-height: 22px;
}

#footerTop   h1 {
	background-image: url(images/h1Bg.jpg);
	background-repeat: no-repeat;
	height: 37px;
	padding-left: 5px;
    width: 952px;
    margin: auto;
}
#footer {
	background-color: #3A3A3A;
	height: 50px;
	padding: 10px;
	text-align: center;
}
#footer  p, #footer a {
	line-height: normal;
	padding-bottom: 10px;
	color: #999999;
}
#footer  a:hover {
	color: #D9D6C5;
}




.videoPost2 {
    width: 308px;
    background-color: #FFFFFF;
    float: left;
    height: 135px;
    overflow: hidden;
    float: left;
    margin: 5px;
}
.videoPost2 p {
    color: #3A3A3A;
    line-height: 12px;
    padding-top: 2px;
    padding-right: 2px;
    padding-bottom: 5px;
    padding-left: 2px;
    font-size: 11px;
    background-color: #FFFFFF;
    float: left;
    display: block;
    width: 135px;
}
.videoPost2  a {
    color: orange;
    float: left;
}
.videoPost2 a:hover {
    color: #FF00CC;
}
.videoPost2 img {
    border: 2px solid #FFFFFF;
}
.pagination{
    background-color: #fff;
    margin: 10px 0px;
    padding: 10px;
}
.nrpag,.selected{
    background-color: #ccc;
    padding: 3px 4px;
    margin: 2px;
    border: #cecece;
    border: 1px solid #000;
}
.nrpag:hover,.selected{
    background-color: #eee;
}

#bookmark{
    color: orange;
    font-size: 35px;
    position: relative;
    top:-30px;
    left: 600px;
    font-weight: bold;
}