/* @override http://www.shireinteractive.com/web/geopenn/css/master.css */

@charset "UTF-8";
/* CSS Document */

/* Classes */
.clear {
	clear: both;
	float:left;
}
a {
	color: #ff3333;
	text-decoration: none;
}
a:hover {
	color: #575757;
	text-decoration: none;
}
hr {
}
body {
	background-color: #ebebeb;
	font-family:Verdana, Geneva, sans-serif;
}
html>body {
	background-color: #ebebeb;
	font-family:Verdana, Geneva, sans-serif;
}
/* HEADER */
#headercontainer {
	background:url(../img/headerbg.jpg) repeat-x;
}
#header {
	width:963px;
	height:114px;
	margin:0 auto;
}
#logo {
	float: left;
	background: url(../img/logo.jpg) no-repeat;
	width: 377px;
	height: 113px;
	display:block;
}
#logo h1 {
	text-indent: -9999px;
}
#logo p {
	text-indent: -9999px;
}
#bizlogo {
	float: right;
	background: url(../img/bizlogo.jpg) no-repeat;
	width: 250px;
	height: 113px;
	display:block;
}
#bizlogo h2 {
	text-indent: -9999px;
}
/* NAV */
#navcontainer {
	width:950px;
	background:#fff;
}
#navigation {
	clear: both;
	width: 946px;
	height: 40px;
	margin:0 auto;
	background: #12659a;
}
ul#nav {
	font: 13px Arial, "Helvetica Neue", Helvetica, Geneva, sans-serif;
	margin: 0 10px;
	list-style:none;
}
#nav li {
	float: left;
	list-style:none;
	padding: 10px 18px;
}
#nav li a {
	text-decoration: none;
	color: #fff;
	font-size:12px;
	border:none;
}
#nav li a:hover {
	text-decoration: none;
	color: #ff3333;
	font-size:12px;
}
/* MAIN */
#maincontainer {
	background:url(../img/mainbg.jpg) #ebebeb repeat-x;
}
#main {
	clear: both;
	width:950px;
	margin:0 auto;
	background:#fff;
	display:block;
}
#content {
	background:url(../img/contentbg.jpg) no-repeat #fff top;
	width:950px;
	margin:0 auto;
	min-height:200px;
}
#left {
	float:left;
	width:490px;
	padding:20px 30px;
	margin-top:200px;
}
#left h2{color:#2874a7; font-size:22px; font-family:Arial, Helvetica, sans-serif;}
#left ul{margin:10px 0 10px 25px;}
#left ul li{font-size:12px; list-style-position:inside;}
#right-container {
	float: right;	
}
#right {
	float:right;
	width: 380px;
	background:#ebebeb;
	display:block;
	margin-right:10px;
	margin-top:20px;
	border:1px solid #333333;
	margin-bottom:18px;
}
#right-cloud {
	width: 350px;
	display: block;
	/*margin-top: 10px;*/
	margin-bottom: 25px;
	clear: both;
}
#footer {
	clear:both;
	width:910px;
	height:136px;
	background:url(../img/footerbg.jpg) repeat-x;
	margin-bottom:35px;
	padding:20px;
}
#footer p {
	color:#ff4d3b;
	font-size:12px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	width:100%;
	clear: both;
}
.ftbtn {
	width:220px;
	float:left;
}
h1 {
}
h2 {
	color:#2874a7;
	font-size:22px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
}
h3 {
	color:#ff4d3b;
	text-transform:uppercase;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:22px;
}
h4 {
	color:#2874a7;
	font-size:18px;
	text-transform:uppercase;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
}
p {
	coor:#1e1e1e;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	padding:4px 0;
}
#protips {
	background-color: #ebebeb;
	border-bottom: 1px solid #d9d9d9;
	margin-bottom: 10px;
	height: 200px;
	margin-top:20px;
}
#protips h3 {
	padding:10px 0 0 10px;
}
#protips p {
	padding: 20px;
	color: #585858;
	font: 14px/24px Arial, "Helvetica Neue", Helvetica, Geneva, sans-serif;
}
/* Listen */
ul#news {
	padding: 15px;
	width:450px;
	list-style:none;
	margin:0;
}
#news li {
	color: #585858;
	font: 14px/20px Arial, "Helvetica Neue", Helvetica, Geneva, sans-serif;
	list-style:none;
	margin:0;
	padding:0;
}
.fade {
	margin-bottom: 2em;
}
.fade p {
	margin-bottom: 2em;
	text-align: center;
	width: 100%;
	background: #fff;
}
.imnotthere {
	position: absolute;
	left: -10000px;
	height: 1px;
	overflow: hidden;
}
/* QUOTE */
#quoteheader {
	background:#7ca4c5;
}
#quoteheader {
	font-size:28px;
	color:#fff;
	text-align:center;
	padding:20px;
	font-weight:bold;
	text-transform:uppercase;
	font-family:Arial, Helvetica, sans-serif;
}
#quote {
	padding:10px;
}
table tr{margin:4px 0;}