/* 906 Technologies.com
   Main Style Sheet
   Copyright 2008 906 Technologies
   ------------------------- */
 
body {
	background-color: #fff;
	font-family: Arial, Helvetica, sans-serif
}
* {
	padding: 0;
	margin: 0;
	font-size: 12px;
}

label {
	width: 7em;
	float: left;
	font:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#333;
	font-weight: bold;
}
.text {
	padding: 3px;
	border: 1px #333 solid;
	font-size: 12px;
}

.button {
	padding: 5px 10px;
	overflow: visible;
	background: #8899A6;
	color: #fff;
	border: 1px solid #fff;
	font-size: 18px;
	cursor: pointer;
}
.button:hover {
	background: #999;
}


/* =Color
======================================================================================================== */

* {
	color: #333;
}
a:link {
	color: #A69377;
	text-decoration: none;
}
a:visited {
	color: #A69377;
}
a:hover {
	color: #999;
	text-decoration: underline;
}

h1,h2 {
	color: #666;
}

h3, h4 {
	color: #666;
}

/* =Typography
=========================================================================================================*/

* {
	text-align: left;
	text-indent: 0;
}

img,fieldset {
	border: 0;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1 {
	font-family: "Myriad Pro","Myriad Web","Lucida Grande","Trebuchet MS","Tahoma","Helvetica","Arial",sans-serif;
	font-size: 22px;
	font-weight: normal;
}

h2 {
	font-family: "Myriad Pro","Myriad Web","Lucida Grande","Trebuchet MS","Tahoma","Helvetica","Arial",sans-serif;
	font-size: 16px;
	margin-bottom: 5px;
	font-weight: normal;
}

h3 {
	font-size: 12px;
}

h4 {
	font-size: 10px;
}

p {
	font-size: 12px;
	line-height: 20px;
	padding-top: 10px;
}
ul {
	list-style-type: none;
}
li {
	font-size: 14px;
	margin-top: 10px;
	margin-bottom: 3px;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

u {
	text-decoration: underline;
}
 
form {
	display: inline;
}

/* = Main Divs
==================================================================================================*/

#container {
	position: relative;
	height: 100%;
	width: 100%;
	margin: 0 auto;
 }
#header_box{
	height: 80px;
	width: 100%;
	background-color: #fff;
}
#header {
	margin: 0 auto;
	height: 80px;
	width: 980px;
	position: relative;
}
#title_span {
	background: #8899A6;
	padding: 10px 0;
	width: 100%;
}
#title_span h1 {
	width: 950px;
	margin: 0 auto;
	line-height: 33px;
	color: #fff;
}
#shadow_span {
	position: relative;
	z-index: 10000;
	background-image: url(images/shadow.png);
	background-repeat: repeat-x;
	background-position: left top;
	height: 30px;
	width: 100%;
	margin-bottom: 10px;
}
.906 a {
	display: block;
	background: url(images/906back.gif);
}
.906 a:hover {
	background: url(images/906back_over.gif);
}
#header_menu {
	position: absolute;
	right: 0;
	top: 5px;
	font-family: Arial, Helvetica, sans-serif;
	height:61px;
	width: 580px;
 }
#header_menu ul {
	height: 61px;
	line-height: 61px;
	vertical-align: middle;
	list-style: none;
	}
#header_menu ul li { 
	display: inline;
	margin: 0;
}
#header_menu ul li a {
	border-left: 1px #ccc solid;
	font-size: 14px;
	color: #666;
	padding: 10px 15px;
	padding-right: 30px;
	margin: 0;
}
#header_menu ul li a:hover {
	background: #8899A6;
	color: #fff;
	text-decoration: none;
}
#banner {
	height: 150px;
	width: 980px;
	position: relative;
	right: 1px;
	padding: 0;
	background-color: #FFFFFF;
	background-image: url(images/banner_grad.png);
	background-repeat: repeat-x;
	background-position: bottom;
	border-bottom: 1px #333 solid;
}
.banner_block {
	width: 295px;
	padding: 15px;
	float: left;
}
.banner_block h1 {
	font-size: 20px;
	font-weight: normal;
	padding-bottom: 5px;
	border-bottom: 1px #333 solid;
}
#main_content {
	position: relative;
	right: 1px;
	bottom: 30px;
	z-index: 100;
	min-height: 250px;
	width: 980px;
	background-color: #fff;
	margin: 0 auto;
}
#left_content {
	float: left;
	padding: 5px 15px;
	min-height: 250px;
	width: 950px;
}
#right_content {
	float: right;
	padding: 10px;
	min-height: 250px;
	width:182px;
}
#right_content ul {
	list-style: none;
}
#right_content li {
	padding: 2px 0;
}
.website {
	float: left;
	width: 256px;
	height: 225px;
	background: #fff;
	padding: 0;
	padding-bottom: 5px;
	margin-left: 37px;
	margin-bottom: 20px;
}
.website a {
	font-size: 14px;
	color: #333;
}
.website p {
	text-align: center;
}
#footer {
	height: 30px;
	width: 980px;
	margin: 0 auto;
	margin-top: 50px;
	margin-bottom: 40px;
}
#foot {
	float: right;
	margin-top: 5px;
}
#footer ul {
	list-style: none;
	color: #666;
	}
#footer ul li { 
	display: inline;
	color: #666;
}
#footer ul li a {
	color: #666;
	font-size: 12px;
	letter-spacing: 1px;
	padding: 0 5px 0 5px;
}
#footer ul li a:hover {
	color: #666;
}
#copyright {
	margin-top: 8px;
	margin-left: 5px;
	color: #666;
	font-size: 12px;
	float: left;
}
.clear {
	clear: both;
}