/*  
Sticky Footer Solution
by Steve Hatcher 
http://stever.ca
http://www.cssstickyfooter.com
*/

* {margin:0;padding:0;} 

/* must declare 0 margins on everything, also for main layout components use padding, not 
vertical margins (top and bottom) to add spacing, else those margins get added to total height 
and your footer gets pushed down a bit more, creating vertical scroll bars in the browser */

html, body, #wrap {height: 100%;}

a:link {color: #fb8b38;}
a:visited {color: #fb8b38;}
a:hover {color: #FFFFFF;}
a:active {color: #fb8b38;}
a {text-decoration: none;}




body > #wrap {
	height: auto; min-height: 100%;
	background-color: #000000;
	background-image: url(http://www.gofoxpro.com/img/andrew_bg.jpg);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center top;
}

#main {
	padding-bottom: 150px;
	width: 800px;
	text-align: left;
	margin: 0 auto;
}

#footer {
	position: relative;
	margin-top: -150px; /* negative value of footer height */
	height: 150px;
	clear:both;
} 
	
	
.normal_txt {
	color: #FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-align: justify;
}

.emph_txt {
	color: #e89f23;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

.stress_txt {
	color: #e89f23;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}	

.title_txt {
	color: #e89f23;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	text-decoration: underline;
}

.black_txt_emph {
	color: #000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
}

.steps_box {
	width: 690px;
	margin: 20px 50px 20px 50px;
	float: left;
	text-align: justify;
	padding-top: 0;
	padding-bottom: 0;
}
	
						#leftc {
									width: 395px;
									margin: 0 auto;
									float: left; }
									
						#rightc {
									width: 395px;
									margin: 0 auto;
									float: right; }	
						#fullc {
									width: 395px;
									margin: 0 auto;
									float: left; }	
						
						#lawl {
									width: 282px;
									margin: 0 auto;
									float: left; }
									
						#lawr {
									width: 500px;
									margin: 0 auto;
									float: right; }	
						
						#fbLikeBox {
									width: 798px;
									margin: 0 auto;
									float: left;		
									border-width:2px; 
									/* border-style:solid; 
									border-color:#fb8b38; */
						}
						
.full_size {
	width: 800px;
	margin: 0 auto;
	float: left;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
}


.big_txt {
	color:#ff8c00;
	font-size: 22px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.bd_txt {
	color:#ff8c00;
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
						
#preview{
position:absolute;
border:1px solid #ccc;
background:#000000;
padding:5px;
display:none;
color:#fff;
}	

/* CLEAR FIX*/
.clearfix:after {content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

/* styling of the container. */ 
a.myPlayer { 
    display:block; 
    width: 343px; 
    height:283px;  
    text-align:center; 
    margin:0 15px 15px 0; 
    float:left; 
    border:1px solid #000; 
} 
 

 
/* when container is hovered we alter the border color */ 
a.myPlayer:hover { 
    border:1px solid #000; 
}


.gen_tbl {
	border-collapse: collapse;
	border: 1px solid #FFFFFF;
	height: 20px;
	width: 600px;
	padding-left: 5px;
}

.gen_bg {
	background-color: #FB8B38;
}


table.maint
		{
			background-color: #000000;
			color: #FFFFFF;
			font-family: Verdana;
			font-size: 12px;
			text-align:left;
			width:800px;
			border:2px solid #fb8b38;
		}

		.msg_list {
			float: left;
			padding: 0px;
			width: 260px;
			text-align: center;
			font-weight:bold
		}
.msg_head {
			padding: 2px 5px;
			cursor: pointer;
			position: relative;
			background-color:#131c25;
			margin:1px;
		}
.msg_body {
			padding: 5px 10px 15px;
			background-color:#000000;
			text-align: left
		}

.dl_txt_title {
	color: #e89f23;
	font-weight: bold;
	font-size: 20px;
	font-family:Arial, Helvetica, sans-serif;
}

.dl_txt_nrml {
	color: #FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
}

.dl_txt_emph {
	color: #e89f23;
	font-weight: bold;
	font-family:Arial, Helvetica, sans-serif;
}

.dl_box {
	color: #FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 17px;
	text-align:center;
	width:800px;
}


.w_header {
	color: #FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 900px;
	text-align: left;
	padding-top: 6px;
}
