html {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
	color: #FFFFFF;
	width: 100%;
	line-height: 150%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 80%;
	display: table;
}

address {
	font-style: normal;
}

/***** Common Formatting *****/
h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-weight: normal;
}
 
h1 {
	font: 1.8em arial, helvetica, sans-serif;
	color: #FF9000;
	text-transform: uppercase;
	font-weight: bold;
	padding: 0 0 15px 0;
}

h2 {
	font: 1.1em arial, helvetica, sans-serif;
	color: #464545;
	text-transform: uppercase;
	font-weight: bold;
	padding: 30px 0 12px 0;
}

h3 {
	font: 1em arial, helvetica, sans-serif;
	font-weight: bold;
	color: #6F6F6F;
	padding: 30px 0 12px 0;
}

h4 {
	font: .90em arial, helvetica, sans-serif;
	line-height: 1.25em;
	color: #656464;
	text-transform: uppercase;
	font-weight: bold;
	padding: 30px 0 12px 0;
}

p {
	font: .95em arial, Arial, Helvetica, sans-serif;
	color: #605f5b;
	line-height: 1.6em;
	padding: 0 0 12px 0;
}

p, ul {
	margin: 0;
}

blockquote {
	font: 2.2em Arial, Helvetica, sans-serif;
	line-height: 1.45em;
	color: #333333;
	margin: 40px 0 0 0;
}

.highlight {
	color: #0CADD5;
}

/***** Container *****/

#container {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	margin-top: 1px;
}

#title {
	float: left;
	width: 250px;
	height: 120px;
	border-top: solid 10px #000000;
}

#title img {
	padding: 82px 0 0 0;
}

#nav {
	float: left;
	width: 750px;
	height: 120px;
	border-top: solid 10px #BBBBBB;
}

#nav img{
	float: right;
	padding: 106px 0 0 0;
}

#divider_1 {
	float: left;
	width: 1000px;
	height: 1px;
	background-color: #000000;
	margin: 2px 0 0 0;
}

#header {
	float: left;
	width: 1000px;
}

.features {
	float: left;
	width: 1000px;
	padding: 40px 0 30px 0;
}

.features p a {
	color: #0CADD5;
	text-decoration: none;
	margin: 0 3px 0 3px;
}

.features p a:link {
	color: #0CADD5;
}

.features p a:hover {
	color: #FF9000;
	text-decoration: underline;
}

#feature_title {
	float: left;
	width: 1000px;
	height: 15px;
	margin: 30px 0 15px 0;
}

#feature_1 {
	float: left;
	width: 320px;
	margin: 0 20px 0 0;
}

#feature_2 {
	float: left;
	width: 320px;
	margin: 0 20px 0 0;
}

#feature_3 {
	float: left;
	width: 320px;
}

#feature_4 {
	float: left;
	width: 320px;
	margin: 0 20px 0 0;
}

#feature_5 {
	float: left;
	width: 320px;
	margin: 0 20px 0 0;
}

#feature_6 {
	float: left;
	width: 320px;
}

#divider_3 {
	float: left;
	width: 1000px;
	height: 1px;
	background-color: #BBBBBB;
}

#divider_2 {
	float: left;
	width: 1000px;
	height: 10px;
	background-color: #000000;
	margin: 15px 0 0 0;
}

#contact_title {
	float: left;
	width: 1000px;
	height: 15px;
	margin: 55px 0 15px 0;
}

#contact_info p a {
	color: #0CADD5;
	text-decoration: none;
	margin: 0 5px 0 5px;
}

#contact_info p a:link {
	color: #0CADD5;
}

#contact_info p a:hover {
	color: #FF9000;
	text-decoration: underline;
}
