@charset "utf-8";
body {
	font: 100%  Arial, Helvetica, sans-serif;
/*	background: #bdd3eb url(../images/back.jpg) repeat-x fixed center top;*/
	background: #fff url(../images/background.gif) repeat-x fixed center top;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.oneColFixCtr #container {
	background:#FFF;
	width: 1000px;
	margin: 0 auto;
	text-align: right; /* this overrides the text-align: center on the body element. */
}
.oneColFixCtr #mainContent {
	/*background: #bdd3eb url(../images/page-back.jpg) no-repeat fixed center top;*/
	padding: 2px;
}
#toplinks {
	height: 20px;
}
#videolist {width: 341px; }
#left640 {width: 640px;}

.box {float:left;}
#box-first {margin-right:3px; background: url(../images/video-box.gif) no-repeat; height: 434px; width: 640px; text-align:center;}
#box-first img {margin-top:235px;}
#box-first span {
	color:#748BA5;
	display:block;
	font-size:12px;
	font-weight:bold;
	margin-left:11px;
	margin-top:226px;
}

#youtubeinfo {
	margin-right:3px;
	width:640px;
}
#header {
	background: url(../images/bluehead.gif) no-repeat center top; no-repeat; width:341px;
	height: 41px;
	font-size: 20px;
	color: #4b89c4;
	text-align: center;
	padding-top: 6px;
}

#contactus {background:#f5f6f7;}	
#contactusform {background:#f5f6f7; border: 1px solid #dbe1e9; margin: 4px; padding: 15px;}

#footer { clear:both; background:url(../images/footer-back.gif); no-repeat; height: 237px; width:990px;}
#footerlist  {
	clear: left;
	list-style: none;}
#footerlist li {float: left; margin: 35px 85px 10px 0px;}
	


.clear1{height:1px;}	
.clear5{height:5px;}

/* added */
#youtubelist {
	width:341px;
}
#youtubelist-body, #youtubeplaylist-body {
	height:932px;
	margin-bottom:5px;
	overflow:auto;
	padding-top:4px;
	position:relative;
}
#youtubeplaylist-body {
	height:341px;
}
#youtubelist-body a {
	color:#0033CC;
	text-decoration:none;
	font-weight:bold;
	font-size:13px;
}
#youtubelist-body a:hover {
	text-decoration:underline;
}
#youtubelist-body .video-entry {
	margin:0 0 1px;
}
#youtubelist-body .current-playlist-video {
	border:1px solid #4B89C4;
	background:#EEEEEE;
}
#youtubelist-body a.video-thumb {
	margin:4px;
	float:left;
	border:3px double #999999;
	display:block;
	overflow:hidden;
	height:54px;
	width:90px;
}
#youtubelist-body a.video-thumb img {
	margin-top:-10px;
	height:70px;
	width:90px;
	border-bottom-color:-moz-use-text-color;
	border:0;
	font-size:11px;
	font-weight:normal;
	text-decoration:none;
}
#youtubelist-body .video-main-content {
	float:left;
	padding-left:10px;
	padding-top:2px;
	width:205px;
}
#youtubelist-body .video-view-count {
	color:#666666;
	font-size:11px;
}
#youtubelist-body .video-clear-list-left {
	clear:left;
}
#video-content {
	width:643px;
	float:left;
}
#video-description {
	background:#f5f6f7;
}
#video-details {
	background:#f5f6f7;
	border: 1px solid #dbe1e9;
	margin: 4px;
	padding: 5px 15px 15px;
	min-height:112px;
}
#video-details h1 {
	color:#4B89C4;
	font-size:16px;
	font-weight:bold;
}
#video-details span {
	font-size:12px;
}
#message-404 {
	width:640px;
	height:434px;
	margin-right:3px;
}
#inquiry-message {
	color:#4B89C4;
	font-weight:bold;
}
#submit-wrapper {
	color:#4B89C4;
}.morespace {
	text-align: center;
	padding: 5px;
	/*height: 206px;*/
}

