@charset "utf-8";
/* CSS Document */
* {
	margin:0;
	padding:0;
	border:none;
}
a:link {color:#3D41A2;text-decoration:none;}
a:visited {color:#3D41A2;text-decoration:none;}
a:hover {color:#3D41A2;text-decoration:none;}body {
	text-align:center;	
	background-image:url(../images/background-pages.jpg);
	background-repeat:repeat-x;
	background-position:center top;
	background-color:#ced5cb;
}
#pageholder {
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	margin-left:auto;
	margin-right:auto;
	margin-top:20px;
	margin-bottom:0px;
	width:960px;
	text-align:left;
}
#backgroundimg {
	background-image:url(../images/bgscribble1.png);
	background-repeat:no-repeat;
	background-position:top center;
	height:900px;
}

h1 {
	font-size:54px;
	width:100%;
	color:#000;
	font-weight:bold;
	text-align:right;
	margin-top:20px;
}
#pageleft {
	width:204px;
	float:left;
}
#logoimg {
	border-bottom:solid #FFFFFF 6px;
	margin-bottom:4px;
}
#pageright {
	float:right;
}
.leftnavboxesinactive {
	width:204px;
	background-color:#000;
	margin-top:1px;
	margin-bottom:1px;
}
.leftnavboxesactive {
	width:204px;
	background-color:#252525;
	margin-top:1px;
	margin-bottom:1px;
}
.leftnavboxesinactive a {
	margin-left:10px;
	color:#FFF;
	text-transform:uppercase;
	text-decoration:none;
	width:194px;
	display:block;
	padding-top:8px;
	padding-bottom:8px;
}
.leftnavboxesactive a {
	margin-left:10px;
	color:#FF7412;
	text-transform:uppercase;
	text-decoration:none;
	width:194px;
	display:block;
	padding-top:8px;
	padding-bottom:8px;
}
.leftnavboxesinactive a:hover {
	color:#FF7412;	
}
#topmenu {
	float:right;
	height:84px;
	border-bottom:solid #3D41A2 6px;
}
#topmenu ul {
	margin-top:60px;
	width:531px;
	list-style-type:none;
}
#topmenu li {
	float:left;
	display:inline-block;
	min-width:10px;
}
#topmenu li a {
	background-image:url(../images/topmenudivide.jpg);
	background-repeat:no-repeat;
	background-position:bottom right;
	padding-right:10px;
	padding-left:10px;
	height:27px;
	display:block;
}
.inactive a {
	text-decoration:none;
	text-transform:uppercase;
	color:#000;
	font-size:10px;
}
.active {
	background-image:url(../images/topnavactive.jpg);
	background-repeat:no-repeat;
	background-position:bottom center;
}
.active a {
	background-image:url(../images/topnavactive.jpg);
	background-repeat:no-repeat;
	background-position:bottom center;
	text-decoration:none;
	text-transform:uppercase;
	color:#FF7212;
	font-size:10px;
}
.inactive a:hover {
	color:#FF7212;
}
#header {
	margin-top:-3px;	
}
.qcontacts {
	position:relative;
	width:204px;
	height:50px;
}
.qcontacts img {
	position:absolute;
	left:0px;
	top:0px;
	z-index:-10;
}
.margtop {
	margin-top:63px;	
	margin-bottom:102px;
}
.qcontacts p {
	padding-top:33px;
	padding-left:40px;
	color:#FFF;
	font-size:21px;
	z-index:10;
	font-weight:bold;
}
.qcontacts a {
	color:#FFF;
	font-size:16px;
}
#pageright img {
	padding-left:20px;	
}
#containertext {
	width:536px;
	float:right;
}
#containertext p {
	color:#000;	
	margin-top:10px;
	font-size:12px;
}

#containertext h2 {
	color:#000;	
	font-size:12px;
	margin-top:15px;
	margin-right:20px;
}
.containerlist {
	margin-top:10px;
	background-color:#8DA5A0;
	width:536px;
	height:60px;
	cursor:pointer;
}
.containerlist h2 {
	margin-top:10px;
	margin-left:10px;
	color:#FFF;
}
.containerlist p {
	margin-left:30px;
	color:#FFF;
}
#videoholder {
	margin-top:80px;
	margin-left:-120px;
}
#videoholder h2 {
	margin-left:50px;
}
#containertext ul,#containercontact ul {
	margin-left:20px;	
}
#containertext li,#containercontact li {
	margin-left:10px;
	padding-right:5px;
}
#tvlink {
	width:215px;
	margin-top:10px;
	background-image:url(../images/link-to-cbhctv.png);
	background-repeat:no-repeat;
	height:100px;
	cursor:pointer;
}
#tvlink p {
	margin-top:44px;
	margin-left:10px;
}
#tvlink a {
	text-decoration:none;
	color:#FFF;
}
@media screen and (-webkit-min-device-pixel-ratio:0){
	#tvlink p {
		padding-top:44px;
		margin-top:0px;
	}
}