html {
	background: #5B7F97 url(../images/html_bg.jpg) repeat-x;
}

#wrapper {
	margin: 0px auto 0;
	padding: 0;
	width: 990px;
	position: relative;		
	background: #5CCFFE url(../images/header_bg.jpg) no-repeat;
	overflow: hidden;	
}

p{
	margin: 0 0 15px 0;
	padding: 0;
}

#header{	
	width: 990px;
	height: 308px;
	padding: 0;
	margin: 0;	
}

#header_internal{	
	width: 990px;
	height: 158px;
	padding: 0;
	margin: 0;	
}

#header_videos{	
	width: 990px;
	height: 177px;
	padding: 0;
	margin: 0 0 10px 0;	
	background: url(../images/videos_header.jpg) no-repeat;
}
body {
	padding: 18px 0 0 0;
	margin: 0;	
	width: 100%;
	display: table;
	display: block;
	background: url(../images/page_bg.jpg) no-repeat center top;
}

#logo{
	width: 313px;
	height: 132px;
	padding: 21px 0 0 28px;	
	float: left;
}

h1.logo{
	margin: 0;
	padding: 0;
}

#header_flash{
	position: absolute;
	width: 674px;
	float: left;
	top:0px;	
	left: 320px;
	height: 0px;		
}


#container{
	width: 956px;
	margin: 0 auto;
	padding: 0;	
}

#container_top{
	width: 956px;
	height: 8px;
	margin: 0;
	padding: 0;	
	font: 1px verdana;
}

#container_botton{
	width: 956px;
	height: 8px;
	margin: 0;
	padding: 0;	
	font: 1px verdana;
}

#col_wrapper{
	width: 917px;
	float: left;
	background: #464F54 url(../images/righ_col_bg.jpg) no-repeat right top;	
	font: 13px verdana;
	color: #FFFFFF;
	padding: 0 15px 0 24px	;
	float: left;
}

#col_wrapper_videos{
	width: 917px;
	float: left;
	background: #464F54;	
	font: 13px verdana;
	color: #FFFFFF;
	padding: 0 15px 0 24px	
}

#left_col{
	width:600px;
	float: left;
	padding: 0 0px 10px 0;
	margin: 0;
}

#home_tab{
	width: 154px;
	float:right;
	position: relative;
	background: url(../images/home_tab_bg.gif) no-repeat;	
	margin: 0 50px 0 0;	
	padding: 0 0 0 7px;
	text-transform: uppercase;
}

#home_tab a{
	font: 11px verdana;
	color: Black;
	font-weight: bold;
	margin: 0;
	text-decoration: none;
	padding: 0px 5px;
}
#home_tab a:hover{
	background: #2F2F2F;
	color: White;
}

#right_col{
	width:269px;
	height: 550px;
	float: right;	
	padding: 58px 0 0px 25px;
	margin: 0 0 0 20px;
}

#right_col ul{
	margin: 0 0 0px 15px;
	padding: 0;
	color: #FAEDCA;
	list-style-image: url(../images/bullet.gif);
}

#right_col ul li{
	margin: 0 0 8px 0;
}

#right_col ul li a{
	color: #FAEDCA;	
	padding: 3px;
	text-decoration: none;
}

#right_col ul li a:hover{

	background: #464F54;
	/*text-decoration: underline;*/
}

#right_col_videos{
	width:275px;
	/*height: 450px;*/
	float: left;	
	padding: 27px 10px 25px 10px;
	margin: 17px 0 0 0px;
	background: #383D3F;
	font: 13px verdana;
}
#right_col_videos ul{
	margin: 0 0 35px 0px;
	padding: 10px 0px 10px 20px;
	/*height: 120px;*/
	overflow: auto;
	width:259px;
	color: White;
	list-style-image: url(../images/bullet2.gif);
	background: #333536;
	border: 1px solid #464F54;
}

#right_col_videos ul.long{
	margin: 0 0 35px 0px;
	padding: 10px 0px 10px 20px;
	height: 120px;
	overflow: auto;
	width:259px;
	color: White;
	list-style-image: url(../images/bullet2.gif);
	background: #333536;
	border: 1px solid #464F54;
}

#right_col_videos ul li{
	margin: 0 0 8px 0;
}

#right_col_videos ul li a{
	color: White;	
	padding: 3px;
	text-decoration: none;
}

#right_col_videos ul li a:hover{

	background: #464F54;
	/*text-decoration: underline;*/
}

h3{
	font:20px Verdana;
	text-transform: uppercase;
	color: #8AEDFF;
	margin: 10px 0 25px 0  ;
	padding: 0;
}

h4{
	font:17px Verdana;
	color: #8AEDFF;
	margin: 5px 0 15px 5px  ;
	padding: 0;
}



a.gateway {
	margin: 0 10px 0 0;
	padding: 0;
	display: block;	
	width: 179px;
	height: 29px;
	font-size: 1em;
	background: url(../images/go_to_gateway.gif) no-repeat 0 0;
	text-decoration: none;
	float: left;
}
a:hover.gateway {
  background-position: 0 -29px;
}


/*footer*/

#footer {
	float: left;
	width: 950px;
	height: 50px;
	background: url(../images/footer_bg.jpg) repeat-x;
	padding: 20px 0 0 40px;
	line-height: 17px;
	margin: 15px auto 0 auto;
	font-size: 10px;
	text-align: left;
	color: White;
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}

#footer a:link, #footer a:visited, #content-middle a:link, #content-middle a:visited {
	font-weight: normal;
	color: White;
	text-decoration: none
}

#footer a:hover, #footer a:active, #content-middle a:hover, #content-middle a:active {
	padding: 0 3px 0 3px;
	font-weight: normal;
	color: White;
	background-color: #464F54;
	text-decoration: none
}

#footer a {
	padding: 0 3px 0 3px;
	margin: 0 auto;
	font-weight: normal;
}

/*end of footer*/


/* table formats */
table.gray_data tr {
	background: #5A6368;
}

/* CAPTIONS */
div.caption {
	text-align: center;
	clear: left;
}

div.caption.clear-right {
	clear:right;
}

div.caption.clear-left {
	clear:left;
}

div.caption img {
	border: 2px solid black;
}

div.no-border img {
	border:0;
}

div.caption.right {
	float: right;
	padding: 8px 0 5px 10px;
}

div.caption.left {
	float: left;
	padding: 8px 15px 5px 0;
}

div.caption p {
	color: #F3F3F3;
	font-size: 70%;
	padding: 5px 0 0 0;
}

/* -------- */

.questions{
	padding: 15px 15px 19px 15px ;
	margin: 0 25px 30px 0 ;
	border: 2px solid Gray;
	background: #676767;
	width: 540px;
	float: left;
	
	
}

input {
	float: left;
	margin: 5px 0 0 35px;
	padding: 0;

}


.questions label{	
	margin: 5px 0 3px 20px;	
	padding: 0 0 5px 0;
	width: 455px;
	font: 12px verdana;	
	/*text-indent: -25px;*/	
	display: block;
	float: left;
}

.questions_num{
	color: #2D2D2D;
	font: 10px verdana;
	background: Gray;
	padding: 1px 2px;
	margin: 0 15px 0 0;
}

.but_videos{	
	background: #383D3F;
	color: White;
	font: 14px Verdana;
	font-weight: bold;
	padding: 5px 10px;
	border: 2px solid Gray;	
	cursor: auto;
}

.input_continue{
	border: 2px solid Gray;
	background: #E0E0E0;
	font: 14px verdana;
	margin: 0 0 0 10px;
	
}

.dark_box{
	background: #383D3F;
	border: 1px solid Gray;	
	padding: 25px 0px;
	margin: 0 0px 20px 0px;
	/*_margin: 0 35px 40px 0px;*/
	text-align: center;
	width:573px;
	float: left;
}



.get_aces_q{
color: #5CCFFE;
font: 22px verdana;
font-weight: bold;	
/*width: 200px;*/


}

.get_aces_white{
font: 33px verdana;
color: White;
font-weight: bold;	

}

.clear {
	clear: both;
}

HR {
border: none 0;
border-top: 1px solid #303A3C;
/*width: 99%;*/
height: 1px;
padding: 0;
margin: 10px 1px 20px 1px;
overflow:hidden
}

p.small {
	font-size: 85%;
}