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

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	background-color: #1B1B1B;
	background-image:url(../images/bg.jpg);
	background-repeat:repeat-x;
	padding: 0px;
	margin: 0px;
}

.body_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
}


/******************* PARAGRAPH TAG *******************/
/* no padding and margin prevents problems while styling */
/* Use <br> to create extra page break after paragraphs */
p {
	padding: 0px;
	margin: 0px;
}
/******************* HEADINGS *******************/
h1 {
	font-family: Century Gothic, Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #333333;
	padding: 0px;
	margin: 0px; font-weight:normal;
}
h1.small {
	font-size:14px;
	font-weight:bold;
}
h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FF9900;
	padding: 0px;
	margin: 0px;
}
h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #0066FF;
	padding: 0px;
	margin: 0px;
}
#container {
	width:1022px; 
	border:solid 1px #666666;
	margin-left:auto;
	margin-right:auto; background-color:#FFFFFF;
	background-repeat:repeat-y;
	position:relative;
}
#ento_container {
	width:1022px; 
	border:solid 1px #666666;
	margin-left:auto;
	margin-right:auto; background-color:#000000;
	color:#FFFFFF;
}
#header {
	width:1022px;
	height:160px;
	background-image:url(../images/banner_new.jpg) 
}
#header_div1 {
	position:absolute;
	left: 350px;
	top: 7px;
	width: 620px;
}

#header_div1 h1 { 
color:#FFFFFF;
font-size:14px;
font-weight:normal;
}

#header_div2 {
	color:#FFFFFF;
	position:absolute;
	margin-left: 20px;
	margin-top: 140px;
	width: 1022px;
	text-align:center;
}
#subheader {
	width:1022px;
	height:172px;
}
#topnav {
	width:347px;
	height:172px; 
	float:left;
	background-image:url(../images/top_nav_bg.jpg)
}
#topnav h1 {
 color:#FFFFFF;
 font-family:Arial, Helvetica, sans-serif;
 font-size:18px;
 font-weight:normal; 
 text-align:center;
}
#toppic {
	width:605px;
	height:172px;
	float:left;
}
#menubar {
width:1007px;
height:38px;
background-image:url(../images/navbar.jpg);
background-repeat: repeat-x;
padding-top:5px;
padding-left:15px; 
}

#middle {
widht:1022px; clear:both;
}
#footer {
width:1022px;
height:21px;
background-image:url(../images/footer.jpg);
margin-left:auto;
margin-right:auto;
}
#bottom_nav_box {
width:140px;
float:left;
padding: 20px 5px 20px 5px; 
}
#content {
width:830px;
float:left; padding:20px 0px 20px 20px;
}
#ento_content {
width:950px;
float:center; padding:20px 0px 20px 20px;
}

.tiny {
font-size:9px;
}


/******************* Fixes Browser Bugs *******************/
.clearFix {
	clear: both;
}
/******************* BODY LINKS *******************/
a:link, a:visited {
	color: #0000FF;
	padding: 0px;
	margin: 0px;
}
a:hover {
	color: #FF0000;
	padding: 0px;
	margin: 0px;
}

/******************* COPYRIGHT *******************/
#copyright 
{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #fff;
	margin-left:auto;
	margin-right:auto;
	width:1022px;
	padding:20px 0;
}
.arrows {
	color:#000; 
	font-size:20px; 
	margin-top:5px;
}
.secondary_nav {
	color:#FFFFFF !important;  
	background-color:#333333 !important; 	
	font-size:16px !important;  
	margin-left:auto;
	margin-right:auto; 
	padding: 5px 10px 5px 10px; 
	margin-top:-5px;
}

#video_box {
	position:absolute;
	width:200px;
	height:228px;
	left: 568px;
	top: 240px;
}
/******************* little box *******************/

.little_box {
	min-height: 131px;
		background-image:url(../images/littleboxbg.jpg);
		background-repeat: repeat-x;
		background-color:#ccc; 
		border:solid 1px #999999;
		float:left;
		margin-right:10px;
}
.little_box_top {
	height: 23px;
	background-image:url(../images/littleboxtopbg.jpg);
	background-repeat: repeat-x;
	border:solid 1px #000;
	color:#FFFFFF; 
	font-size:14px;
	font-weight:bold; 
	padding: 2px 0 0 5px;
	text-transform:capitalize;
}
.little_box_inside {
	padding:10px;
}

.li_doublespace {
line-height:30px;
}

