﻿body {
	background-color: #ECC60D;
	padding: 0;
	margin-top: 25px;
	margin-bottom: 25px;
	font-family: Verdana, Geneva, sans-serif;
	color: #000000;
	font-size: 11px;
}

img {
	border: none;
	padding: 0px;
	margin: 0px;
	vertical-align: text-top;
}

div#header_nav {
	background:url(images/nav.gif) right no-repeat;
	margin-top: 25px;
	margin-left: 25px;
	width: 976px;
	vertical-align: text-top;
}

div#content {
	background:url(images/main.gif) top left no-repeat;
	clear:both;
	position: absolute;
	top: 180px;
	margin-left: 25px;
	padding-left: 25px;
	padding-top: 50px;
	width: 976px;
	vertical-align: text-top;
	height: 502px;
	font-family: Verdana, Geneva, sans-serif;
	color: #000000;
	font-size: 11px;

}

div#footer{
	background:url(images/footer_bkgrd.jpg) repeat-x center center;
	position: absolute;
	height: 40px;
	width: 976px;
	left: 34px;
	top: 687px;
	padding: 20px 0 20px 0;
	
}

.footer_corners {width: 976px; height: 10px; clear: both;}

.footer_cr_tl {background:url(images/footer_corner_tl.gif) no-repeat top left; float: left; width: 10px; height: 10px;}

.footer_cr_tr {background:url(images/footer_corner_tr.gif) no-repeat top right; float: right; width: 10px; height: 10px;}

.footer_cr_br {background:url(images/footer_corner_br.gif) no-repeat bottom right; float: right; width: 10px; height: 10px; margin-top: 4px;}

.footer_cr_bl {background:url(images/footer_corner_bl.gif) no-repeat bottom left; float: left; width: 10px; height: 10px; margin-top: 4px;}

div#broadplay {
	background:url(images/broadplay_logo.gif) no-repeat top right;
	position: absolute;
	z-index: 1;
	width: 146px;
	height: 25px;
	margin: -5px 820px;
	display: block;
	
}

a:link { color: #000000; text-decoration: none;}
a:visited { color: #000000; text-decoration: none;}
a:active { color: #000000; text-decoration: none;}
a:hover { color: #ECC60D; text-decoration: underline;}

h1 {
	font-size: 14px;
	font-weight: bold;
}

.navigation {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	text-transform: uppercase;
	text-align: center;
}

a.red {
	color: #FF0000;
}
a:active.red { color: #FF0000;
}
a:hover { color: #FF0000;
}
a:link.yellow { color: #ECC60D; text-decoration: underline;}
a:visited.yellow { color: #ECC60D; text-decoration: underline;}
a:active.yellow { color: #ECC60D; text-decoration: underline;}
a:hover.yellow { color: #ECC60D; text-decoration: underline;}



/* ----------- My Form ----------- */
.myform{
	margin:0;
	width:400px;
	padding:5px;
}

/* ----------- stylized ----------- */
#stylized{
	border:solid 2px #ECC60D;
}

#stylized p{
	font-size:10px;
	color:#666666;
	border-bottom:solid 1px #ECC60D;
}
#stylized label{
	display:block;
	font-weight:bold;
	text-align:right;
	width:140px;
	float:left;
	margin-top: 4px;
}

#stylized .input{
	float:left;
	font-size:10px;
	padding:2px 2px;
	border:solid 1px #ECC60D;
	width:200px;
	margin:2px 0 10px 10px;
}

#stylized select{
	float:left;
	font-size:10px;
	padding:2px 2px;
	border:solid 1px #ECC60D;
	width:200px;
	margin:2px 0 10px 10px;
}

#stylized button{
	clear:both;
	margin-left:150px;
	width:125px;
	height:25px;
	background:#666666;
	text-align:center;
	line-height:25px;
	color:#FFFFFF;
	font-size:11px;
	font-weight:bold;
}

.tcbg {
	background-color: #FFFFFF;
}

.faqs{
	height: 350px;
	width: 470px;
	overflow:scroll;
}