﻿body {
	background-color: #222222;
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #AAAAAA;
}
a:link, a:visited, a:active {
	color: #007998;
	text-decoration: none;
}
a:hover {
	color: #4DAEAE;
}
img {
	border: none;
}
h2 {
	font-size: 18px;
	font-weight: normal;
	line-height: 18px;
	color: #FFFFFF;
	margin: 0px 0px 2px 0px;
}
h3 {
	font-size: 12px;
	font-weight: normal;
	font-height: 18px;
	color: #FFFFFF;
	margin: 0;
}
p {
	font-size: 12px;
	line-height: 18px;
	margin-top: 0;
}
#content {
	display: block;
	width: 900px;
	margin: 50px auto 10px auto;
}
#header {
	height: 68px;
	margin: 0px 0px 20px 0px;
}
#logo {
	float: left;
}
#innerright {
	width: 240px;
	float: right;
}
#innermiddle {
	width: 300px;
	float: left;
	margin: 0px 0px 0px 50px;
}
.hiddenImage {
	display: none;
}
#info {
	clear: both;
}
#highlights {
	float: left;
	width: 520px;
}
#highlights .column {
	float: left;
	width: 240px;
	margin-right: 20px;
}
#highlights .column .highlight {
	margin-bottom: 20px;
}
#mainbar{
	float: left;
	width: 520px;
}
#mainbar .section,#mainbarwide .section {
	margin-bottom:20px;
}
#sidebar {
	float: left;
	width: 370px;
	text-align:right;
}
#sidebar ul {
	margin: 0px 0px 20px 0px;
	padding: 0;
}
#sidebar ul li {
	list-style-type: none;
}
#download {
	background: url('images/download.png') no-repeat 0 0;
	width: 240px;
	height: 42px;
	margin: 0px 0px 20px 0px;
}
#download:hover {
	background: url('images/download_hover.png') no-repeat 0 0;
}
#login {
	background: url('images/login.png') no-repeat 0 0;
	width: 240px;
	height: 42px;
	margin: 0px 0px 20px 0px;
}
#login:hover {
	background: url('images/login_hover.png') no-repeat 0 0;
}

#footer {
	clear: both;
	color: #555555;
}


/*form controls*/
.txtinput{
	width:130px;
}

.facebook iframe {
	background-color:#FFF;
}

