@charset "utf-8";
#site_body{
	background-color: #ebebeb;
	background-image: url(../img/main_bg.gif);
	background-repeat: repeat-x;
	background-position: top;
	margin: 0px;
	padding: 0px;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
        line-height:15px;
}
a{
	text-decoration: underline;
	color: #000000;
}
a:hover{
	text-decoration: none;
}
/* CSS Document */
.clear{
    clear:both;
}
.header_2{
	color: #B02D22;
	display: block;
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 16px;
	text-transform: uppercase;
}
.text{
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
}
#promo_text{
	margin-top: 5px;
	margin-bottom: 10px;
	font-size: 11px;
        line-height:12px;
}

#container{
	width: 965px;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFFFFF;
}

#top{

}
#logo  {
	text-indent: -888px;
	height: 60px;
	width: 278px;
	float: left;
	background-image: url(../img/logo.jpg);
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: right top;
	margin-top: 20px;
}
#header {
	text-align: center;
}


#left_col{
	float: left;
	width: 290px;
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
}
.left_col_link   {
	color: #B02D22;
	display: block;
	margin-top: 5px;
	margin-bottom: 5px;
}
.hori_dots{
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #000000;
	margin-top: 20px;
	margin-bottom: 20px;
}
#right_col{
	float: left;
	width: 600px;
}
#mini_col_L{
	float: left;
	width: 280px;
	margin-bottom: 25px;
}
#mini_col_R{
	float: right;
	width: 280px;
	margin-bottom: 25px;
}
.learn_more,.submit{
	display: block;
	padding: 5px;
	background-color: #B02D22;
	float: left;
	color: #FFFFFF;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 12px;
	font-weight: bold;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
#main_graphic_holder{
	height: 287px;
	width: 961px;
	margin-right: auto;
	margin-left: auto;
	border-right-width: 2px;
	border-left-width: 2px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
}
#live_video{
	background-color: #333333;
	color: #FFFFFF;
	padding-left: 245px;
	font-size: 12px;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 20px;
	margin-bottom: 20px;
	background-image: url(../img/live_video.jpg);
	background-repeat: no-repeat;
	height: 86px;
	overflow: hidden;
	padding-right: 10px;
}
#live_video_2 {
	background-color: #333333;
	color: #FFFFFF;
	font-size: 12px;
	background-image: url(../img/live_video_2.jpg);
	background-repeat: no-repeat;
	overflow: hidden;
	padding-top: 100px;
	margin-bottom: 20px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
        width:220px;
}

#footer{
	text-align: right;
}
.footer_links{
	margin-top: 5px;
	margin-bottom: 5px;
}
#footer a{
	color: #000000;
	text-decoration: none;
}
#footer a:hover{
	text-decoration: underline;
}
#copyright{
	margin-top: 20px;
	margin-bottom: 10px;
}
.pdf {
	background-image: url(../img/pdf.jpg);
	background-repeat: no-repeat;
	padding-left: 50px;
	padding-top: 5px;
	margin-top: 20px;
	height: 40px;
}
.url {
	background-image: url(../img/url.jpg);
	background-repeat: no-repeat;
	padding-left: 50px;
	padding-top: 5px;
	margin-top: 20px;
}
.text_input{
	border: 1px solid #999999;
	margin-bottom: 10px;
	font-size: 14px;
	color: #000000;
	width: 240px;
}
.content_ul li{
	display: block;
	padding-left: 15px;
	list-style-type: none;
	background-image: url(../img/bullet.gif);
	background-repeat: no-repeat;
	margin-top: 10px;
	background-position: 1px 3px;
}
.text_head{
	float: left;
	width: 5%;
	
	
}
.text_head_text{
	float: left;
	width: 95%;
}
.red_link{
	color: #B12D21;
}

