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



body
{
	background: #065b94 url(../images/bg_tile.gif);
	background-repeat: repeat-x;
	margin:0px;
	padding:0px;
	font-family: trebuchet MS, arial;
	font-size: 14px;
}

#wrap
{
	width:100%;
	height:100%;
	margin:0px auto 0px auto;
	background-image: url(images/buildings.png);
	background-attachment:fixed;
 	background-position:left bottom;
	background-repeat: no-repeat;
	
}


#main_wrapper
{
	width:100%;
	height:100%;
	margin:0px auto 0px auto;
	background: url(../images/buildings.png);
 	background-position:left bottom;
	background-attachment:fixed;
	background-repeat: no-repeat;
	
}

#gear_wrapper
{
	width:100%;
	height:100%;
	margin:0px auto 0px auto;
	background: url(../images/gears.png);
 	background-position:right bottom;
	background-attachment:fixed;
	background-repeat: no-repeat;
	
}



#footer {
	
	
} 

#mainpage {
 width: 950px;
 margin: 0px 0px 0px 0px;
 padding: 20px 20px;
 float: center;
 background-color: #fff;
 -moz-border-radius: 5px;
 -webkit-border-radius: 5px;
 border-radius: 5px;
 z-index:9999;
}



#content {
 width: 520px; float: left;
 min-height: 800px;
 margin: 0; padding: 10px 20px;
 background-color: #fff;
border-right: 1px solid #bddcad;
 -moz-border-radius-topleft: 5px;
 -webkit-border-top-left-radius: 5px;
 -moz-border-radius-bottomleft: 5px;
 -webkit-border-bottom-left-radius: 5px;
}

#content textarea {
 width: 500px; height: 100px;
 padding: 2px 2px; margin: 10px 0;
}



#sidebar {
 width: 280px; float: left;
 min-height: 1304px;
 margin: 0; padding: 0;
 background-color: #1b1b1b;
 -moz-border-radius-topright: 5px;
 -webkit-border-top-right-radius: 5px;
 -moz-border-radius-bottomright: 5px;
 -webkit-border-bottom-right-radius: 5px;
 color:#555;
}
    

#gears_outer
{
	width:100%;
	text-align:center;
}

#gears_inner
{
	
	background-image:url(../images/gears.png);
	width:303px;
	height:173px;
	display:block;
}

/*Opera Fix*/
body:before {/* thanks to Maleika (Kohoutec)*/
content:"";
height:100%;
float:left;
width:0;
margin-top:-32767px;/* thank you Erik J - negate effect of float*/
}

#header
{
	width:990px;
	text-align:center;
}

#logo
{
	float:none;
	display:block;
	width:990px;
	height:140px;
	background-image: url(../images/logo.png);
	background-position:center;
	background-repeat:no-repeat;
}

.clearer
{
	clear:both;
}

#video_block
{
	background:url(../images/video_background.png);
	width:500px;
	height:316px;
	float:left;
	padding:10px;
	padding-bottom:0px;
	padding-top:20px;
}

#optin_block
{
	width: 262px;
	height: 316px;
	float:right;
	padding: 6px;
	padding-bottom:0px;
	padding-top:20px;
}

#optin_block p
{

	font-size:18px;
	color:#fff;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	text-align:left;
	margin-top:3px;

}

.optin_text_bold
{
	font-weight:bold; 
	font-style:italic; 
	font-size:20px;
}

#header_text
{
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:22px;
	padding-top:95px;
	width:400px;
	margin-right:50px;
	text-align:left;
	float:right;
}

#header_text_description
{
	font-size:13px;
	font-weight:bold;
}

#email_box
{

	background: #d4d4d4 url(../images/input_background.png) no-repeat;
	font-size:18px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	border:none;
	margin:0px;
	padding-left:5px;
	margin-bottom:8px;
}

#legal span {
display:block;
padding:0;
margin:0;
font-weight:bold;
}

#legal {
padding: 0 30px;
text-align: left;
}

#legal p {
margin-top:0;
}
