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

body  {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:normal;
	background: #000;
	margin: 0; 
	padding: 0;
	color: #FFF;
}

a {
	color:#f05323;
	text-decoration:underline;
}
a:visited {
	color:#f05323;
	text-decoration:underline;
}
a:hover {
	color:#ED1C24;
	text-decoration:underline;
}
#container { 
	width: 900px;  
	background: #000;
	margin: 0 auto; 
	border: 0px solid #FFF;
	text-align: left; 
} 

/*Header Elements*/
#header {
	background: #000;
	padding: 0;
	background-image:url(../images/header_bg.gif);
	background-repeat:no-repeat;
	background-position:right;
	height:182px	
} 


.hdr-left {
	padding-top: 2px;
	text-align:left;
	width: 311px
}
.hdr-right {
	width: 480px;
	padding-right: 120px;
	padding-bottom: 10px;
	text-align: left;
	padding-left: 0;
	
}

.hdr-right-top {
	background-color: #0673BA;
	color: white;
	font-size: 11px;
	line-height: 30px;
	padding: 5px 10px 2px 10px;
	margin: 0;
	text-align:right;
	vertical-align:top
}
.hdr-right-top a {
	color: white;
	text-decoration:none;
	}
.hdr-right-top a:visited {
	color: white;
	text-decoration:none;
}
.hdr-right-top a:hover {
	background-color: #ED1C24;
	text-decoration:none;
	color: #FFF
}

/*Search box*/
.search {
	background-color:#ED1C24;
	color: #FFF;
	border: solid #FFF 1px;
	font-size: 10px;
	font-weight:bold;
	line-height:16px
}
.hdr-right-bottom {
	color:#ED1C24;
	padding: 10px;
	text-align: right;
	font-size: 14px;
	font-weight:bold;
	}


/*Menu*/
#menu { 
	padding: 0; 
	height: 55px;
	background-image:url(../images/menu_bg2.gif);
	background-repeat:no-repeat
} 
.menu-text { 
	width: 145px;
	text-align: center;
	padding: 6px 0 0 0;
	font-size: 12px;
	vertical-align: top
}
.menu-text2 { 
	width: 145px;
	text-align: center;
	padding: 15px 0 0 0;
	font-size: 12px;
	vertical-align: top
}
#menu a { 
	color: #FFF;
	text-decoration: none
}
#menu a:visited { 
	color: #FFF;
	text-decoration: none
}
#menu a:hover{ 
	color: #000;
	text-decoration: none
}
.menu-space { 
	width: 6px;
	text-align: center
}



/*Main Right*/
#mainContent { 
margin: 0 0 0 195px; 
padding: 0 ; 
} 


/*General Tables and Headers*/

#generaltable  {
	margin-top: 15px;
	margin-bottom: 15px;
	border: solid 4px #f05323;
	background-color:#fff;
		}	
.tabletext {
	font-size: 12px;
	color: #000;
	padding: 15px;
	font-weight: normal;
	text-align: left
}
.tabletext-inside {
	font-size: 12px;
	color: #000;
	padding: 1px;
	font-weight: normal;
	text-align: left
}

.tablefooter {
	background-color:#0673BA;
	height: 20px
}

/*Headers Change Colors, etc.*/
.header-or	{
	font-size: 18px;
	background-color:#f05323;
	color: #FFF;
	padding-left: 15px;
	line-height: 35px;
	text-align: left;
	font-weight:bold
}
.header-red	{
	font-size: 18px;
	background-color:#ED1C24;
	color: #FFF;
	padding-left: 15px;
	line-height: 35px;
	text-align: left
}	
	
.header-blue{
	font-size: 18px;
	background-color:#0673BA;
	font-color: #FFF;
	padding-left: 15px;
	line-height: 35px;
	text-align: left;
		font-weight:bold
}	
.header-green	{
	font-size: 18px;
	background-color:#3BB54A;
	color: #FFF;
	padding-left: 15px;
	line-height: 35px;
	text-align: left;
	margin: 0;
	font-weight:bold
}	


.subheader-or	{
	font-size: 14px;
	margin-bottom: 4px;
	color:#f05323;
	font-weight:bold
}
.subheader-red	{
	font-size: 14px;
	margin-bottom: 4px;
	color:#ED1C24;
	font-weight:bold
}	
	
.subheader-blue{
	font-size: 14px;
	margin-bottom: 4px;
	color:#0673BA;
		font-weight:bold
}	
.subheader-green	{
	font-size: 14px;
	margin-bottom: 4px;
	color:#3BB54A;
	font-weight:bold
}	



/*Footer*/
#footer { 
	padding: 0 10px 0 10px; 
	background:#ED1C24;
	line-height: 40px;
	font-size: 11px;
	clear: both
} 
#footer a {
	color: #FFF;
	text-decoration:none
}
#footer a:visited {
	color: #FFF;
	text-decoration:none
}	
#footer a:hover {
	background-color: #3BB54A;
	color: #FFF;
	text-decoration:none
}	
#footer .left {
	margin: 0; 
	padding-left: 10px;
	line-height: 40px;
	width: 600px;
	text-align:left
}

#footer .right {
	text-align: right;
	line-height: 40px;
	width: 208px;
	padding-right: 10px
}




/*Dynamic Button - change Text,Width, Colors, Etc.*/
.button {
	background-color: #ED1C24;
	color: #FFF;
	border: solid #FFEE43 1px;
	font-size: 10px;
	font-weight:bold;
	width: 75px;
	line-height: 16px;
	padding: 3px;
	margin: 3px 0 3px 0;
	text-align:center
}
.button a{
	color: #FFF;
	text-decoration:none
}
.bitton a:visited{
	color: #FFF;
	text-decoration:none
}

.button a:hover{
	text-decoration:none;
	color: #000;
}

/*Dynamic Button - change Text,Width, Colors, Etc.*/
.button2 {
	background-color:#F05423;
	color: #FFF;
	border: solid #FFEE43 1px;
	font-size: 10px;
	font-weight:bold;
	padding: 3px;
	width: 115px;
	margin: 5px 0 0 0;
	text-align:center
}
.button2 a{
	color: #FFF;
	text-decoration:none
}
.button2 a:visited{
	color: #FFF;
	text-decoration:none
}

.button2 a:hover{
	color: #000;
	text-decoration:none
	}



/*MISC*/

.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.spacer {
	width: 15px;
	margin: 0
}
.spacer2 {
	height: 15px;
	margin: 0
}

.spacer3 {
	width: 13px;
	margin: 0
}

.imagepadding {
	padding-right: 5px
}


/*just colors to change in 'span' if you want! */
.orange {
	color: #f05323;
}

.blue {
	color: #0673BA;
	font-weight: bold
}

.purple {
	color: #53429a;
}

.green {
	color: #3BB54A;
}
.yellow {
	color: #ffee43;
}

.red {
	color: #ED1C24;
}

.mar {
line-height:25px;
font-size:14px;
color: #9e3594;
height: 25px;
background-color: #FFEE43
}

.divcenter {
	text-align: center
}


<!--Base Content Tables-->

#table_green {
	border: solid #3BB54A 2px;
}
	
	
#marqueecontainer {
	position: relative;
	width: 670px; /*marquee width */
	height: 30px; /*marquee height */
	background-color: #FE4;
	overflow: hidden;
	border: 0px solid orange;
	padding: 0 6px 0 6px;
	line-height: 30px;
	color: #9e3594;
}
.textmiddler {
	font-size: 1.0em;
	text-align: center;
}

.marqueecenter {
margin-top: 5px;
background-color: #FFEE43;
width: 670px;
line-height: 30px;
color: #0673BA;
font-size: 14px;
padding: 0 6px 0 6px;
font-weight: bold;
text-align: center;
}
.marquee {
overflow-style: auto;
marquee-direction: forward;
marquee-speed: slow;
marquee-loop: 1;
marquee-style: scroll
}

.textmiddler{
font-size: 1.0em;
text-align: center;
}

.videobox1 {
	border: solid 4px #0673BA;
	background-color:#0673ba;
	width: 326px;
	height: 287px;
	background-image:url(../images/videonew.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	margin: 0;
	text-align: center;
		}
		
	.videotext {
padding-left: 120px;
padding-top: 1px;
	font-size: 13px;
	color: white;
	font-weight: bold;
}

	.videotext2 {
	font-size: 10px;
	font-weight: normal;
	margin: 0;
}
	.videotext3 {
	font-size: 12px;
	font-weight: bold;
	margin-right: 25px;
	line-height: 20px;
	width: 136px;
	margin-left: 28px;
	margin-top: 4px;
	background-color:#E73C25;
	
}
.smalltext {
	font-size: 10px;
	padding-bottom: 3px;
	margin: 0
	}
	
.smalltext2 {
	font-size: 12px;
	margin: 0
	}	
.smalltext3 {
	font-size: 12px;
	color: #FFF;
	font-style: italic;
	fontweight: normal;
	margin: 0;
	padding-top: 5px
	}
.promobox1 {
	background-image:url(../images/promobox1.gif);
	background-repeat:no-repeat;
	height: 90px;
	color: #FFF;
	padding: 10px 5px 6px 30px;
	font-size: 14px;
	font-weight: bold;
}

.promobox2 {
	background-image:url(../images/promobox2.gif);
	background-repeat:no-repeat;
	height: 94px;
	color: #FFF;
	padding: 6px 5px 6px 40px;
	font-size: 13px;
	font-weight: bold;
}	
.promobox2 a {
	color: #ffee43;
	text-decoration:underline
}
.promobox2 a:visited {
	color: #ffee43;
	text-decoration:underline
}

.promobox2 a:visited {
	color: #0673ba;
	text-decoration:underline
}
.promobox2 .pad {
	margin: 0;
	padding-top: 5px
	}
