body {
	font-family: Arial, sans-serif;
	color: #979797;
	font-size: 14px;
}
a:link, a:visited, a:active {
	color: #3aa3c1;
	text-decoration: none;
}
a:hover {
	color: #fff;
}
img{border: none;}
form{margin: 0px;padding: 0px;}
h1,h2,h3,h4,h5,h6{font-weight: normal;color: #fff;margin-top: 0px;padding: 0px;}
h1 
{
	color:#FFFFFF;
	font-size:28px;
	margin-right:25px;
	margin-bottom:25px;
	text-transform:uppercase;
}
h2 {
	font-size: 20px;
	color: #3aa3c1;
	text-transform: uppercase;
	margin-bottom: 20px;
	margin-top: 40px;
}
h2 strong 
{
	font-weight: normal;
	color: #fff;
}
h3 {
	font-size: 12px;
	margin-bottom: 0px;
}
h4 
{
	color: #3aa3c1;
	font-size: 16px;
	text-transform: uppercase;
	margin-bottom: 0;
	margin-top: 30px;
}

p 
{
	line-height: 20px;
	margin-top: 0; 
	margin-bottom:12px;
}

/******LAYOUT**********/
html {
	height: 100%;
}
body {
	background-color: #000;
	margin: 0px;
	width: 100%;
	
	background-image: url(  '../img/hatch_bg.jpg' );
	background-repeat: no-repeat;
	background-position: center top;
	padding-bottom: 30px;
}
#container 
{
	width: 910px;
	margin: 0px auto 0px auto;
	background-color: #000;
}

/* NAVS */
ul.nav
{
	margin:0px; 
	padding:0px; 
	list-style: none; 
	float:right; 
}

ul.nav li {
	display: inline;
}

/* HEADER */
#header
{
	margin-left: 5px;
	background-image: url(  '../img/header_bg_lines.gif' );
	background-repeat: repeat-x;
	background-position: center top;
	width: 900px;
	height: 90px;
}
#logo
{
	padding-top: 26px;
	padding-left: 15px;
}
#design_by
{
	padding-left: 15px;
	float: left;
}
#tech_by
{
	float: left;
}
#header ul.nav
{
	font-size: 14px;
	letter-spacing: 0.5px;
	font-weight: bold;
	text-transform: uppercase;
	padding-right: 27px;
}

#header ul.nav li
{
	padding-left: 15px;
	padding-right: 10px;
	background-image: url(  '../img/blue_chevron.gif' );
	background-repeat: no-repeat;
	background-position: center right;
}

/* MAIN */
#main
{
	margin-left: 5px;
	width: 900px;
	background-color: #141414; 
}
#leftCol {
float:left;
padding:20px 0 0 0px;
width:280px;
}


#leftCol img
{
	padding-bottom: 7px;
}



#rightCol {
float:right;
padding:20px 0 0;
width:610px;
}

/* FOOTER */
#footer
{
	font-family: Arial, sans-serif;
	margin: 5px 10px 5px 10px;
	padding-top: 9px;
	height: 20px;
	background-image: url(  '../img/h_rule.jpg' );
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #020202;
	text-transform:uppercase;
	color: #3c3c3c;
	font-size: 9px;
}

#copyright
{
	float: left;
}

.clear {
	clear: both;
}

.floatBox 
{
	line-height: 20px;
	float: right;
	width: 300px;
	margin-right: 20px;
	margin-bottom: 40px;
}

#locationBlock 
{
	margin-top: 138px;
	margin-left: 60px;
}
.location 
{
	font-size: 12px;
	line-height: 20px;
	margin-bottom: 25px;
}
.location .hq 
{
	color: #fff;
}
.location .name
{
	font-weight: bold;
}