@charset "UTF-8";

body,td,th {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #FFF;
	line-height: 18px;
}
body {
	background-color: #000;
	background-image: url(images/page-bg.jpg);
	background-repeat: repeat-x;
	margin: 0px;
}
a:link {
	color: #00a7e5;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #00a7e5;
}
a:hover {
	text-decoration: underline;
	color: #00a7e5;
}
a:active {
	text-decoration: none;
	color: #00a7e5;
}
h1 {
	font-size: 22px;
	line-height: normal;
	color: #00a7e5;
	margin-bottom: 20px;
	font-weight: normal;
	font-style: normal;
}
h2 {
	font-size: 18px;
	line-height: normal;
	color: #f58026;
	margin-bottom: 18px;
	font-weight: normal;
	font-style: normal;
}
h3 {
	font-size: 15px;
	line-height: normal;
	color: #00a7e5;
	font-weight: normal;
	font-style: normal;
}
h4 {
	font-size: 12px;
	line-height: normal;
	color: #f58026;
	font-weight: bold;
	font-style: normal;
}
.page {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	border: 1px solid #464646;
}
.container {
	padding: 20px;
	width: 760px;
	margin-bottom: 20px;
}
.header {
	width: 760;
	margin: 20px;
	text-align: center;
}


/* ---------- NAVIGATION MENU ---------- */

.nav {
	font-size: 12px;
	text-align: center;
	background-color: #323232;
	padding: 8px;
	width: 742px;
	border: 1px solid #464646;
	margin-top: 20px;
}

/* ---------- MAIN CONTENT AREA ---------- */

.left-column {
	float: left;
	width: 500px;
	margin-right: 30px;
}
.right-column {
	float: right;
	width: 230px;
}

/* ---------- FEATURES WITHIN RIGHT COLUMN ---------- */

.feature {
	width: 228px;
	background-color: #323232;
	margin-bottom: 20px;
	clear: both;
	border: 1px solid #464646;
}
.featureheadline {
	font-size: 15px;
	color: #00a7e5;
	font-weight: normal;
}
.featureheadline a {
	text-decoration: none;
}
.featuresubhead {
	font-size: 12px;
	color: #f58026;
	font-weight: bold;
	margin-left: 10px;
}
.featuresubhead a {
	color: #f58026;
	text-decoration: none;
}

/* ---------- FOOTER ---------- */

.footer {
	text-align: center;
	width: 780px;
	height: 30px;
	padding: 10px;
	background-color: #323232;
	border-top: 1px solid #464646;
}

/* ---------- MISC TEXT FORMATTING ---------- */

.orangebold {
	color: #f58026;
	font-weight: bold;
}
.smalltext {
	font-size: 9px;
	color: #959595;
	line-height: normal;
}
.section-partners {
	font-size: 14px;
	line-height: normal;
	color: #00a7e5;
	font-weight: bold;
	width: 750px;
	padding: 5px;
	background-color: #323232;
	margin-top: 30px;
}
.section-services {
	font-size: 14px;
	line-height: normal;
	color: #f58026;
	font-weight: bold;
	width: 490px;
	padding: 5px;
	background-color: #323232;
	margin-top: 30px;
}
