@charset "utf-8";

@import url("reset.css");

body {
	background-color:#E9E9E9;
	font-family:Arial, Helvetica, sans-serif;
	color:#333;
}
em {
	font-style:italic;
}
p {
	margin-top:10px;
	margin-bottom:20px;
	line-height: 22px;
}
a {
	color: #F49F19;
	text-decoration:none;
	font-weight:bold;
}
h2 {
	font-family: "prenton-ultra-condensed";
	font-weight: 500;
	font-size: 36px;
	letter-spacing: 1px;
	margin-bottom:20px;	
}
h3 {
	font-family: "prenton-ultra-condensed";
	font-weight: 500;
	font-size: 24px;
	letter-spacing: 2px;	
}
#container {
	width:990px;
	padding: 0px 10px;
	margin:0 auto;
}
header {
	padding: 15px 0px;
}
#logo {
	display:block;
	width: 295px;
	height:53px;
	float: left;
}
#numnav {
	float:right;
	padding-top:13px;
}
#call {
	color: #333;
	font-size:24px;
	text-align:right;
	float:right;
	margin-left: 25px;
	margin-top: 3px;
}
nav {
	/*background-color: #C4C4C4;*/
	margin-top:4px;
	padding:5px 0px;
	float:right;
}
nav a {
	display:block;
	float:left;
	color:#0092CF;
	text-transform:uppercase;
	text-decoration:none;
	font-weight:bold;
	font-size:14px;
	padding:0px 12px;
	border-right: 2px #C4C4C4 solid;
}
#content {
	background-color: #fff;
	border: 1px #A7A7A7 solid;
	padding:4px;
	padding-bottom: 20px;
	width:980px;
}
#contenthead {
	display:block;
	width:980px;
	background-color: #0092CF;
	text-transform:uppercase;
	text-decoration:none;
	font-family: "prenton-ultra-condensed";
	font-weight: 500;
	font-size:32px;
	letter-spacing: 2px;
	color:#333;
	text-align:center;
	padding: 8px 0px;
	margin-bottom: 15px;
}
#maincontent {
	padding:0px 10px;
}
footer {
	margin-top:5px;
}
#footerinfo {
	float:left;
	line-height:18px;
	font-size: 12px;
	margin-left:5px;
}
#footerinfo a{
	color:#333;
	text-transform:uppercase;
	font-weight: bold;
	text-decoration:none;
}
#footerbuttons {
	float:right;
	margin-right:5px;
}
#ad {
	margin-top:30px;
	margin-bottom:20px;
	text-align:center;
}
#contactleft {
	float:left;
	width:350px;
	padding: 0px 10px;
	padding-right:20px;
}
#contactright {
	float:left;
	width:540px;
	padding: 20px 20px;
	background-color: #C4C4C4;
}
#gmqleft {
	float:left;
	width:445px;
	padding: 20px 10px;
	padding-right:20px;
}
#gmqright {
	float:left;
	width:445px;
	padding: 20px 20px;
	background-color: #E9E9E9;
}
#contacttable td {
	vertical-align:top;
	padding: 10px 10px;
}
.center {
	text-align:center !important;
}
.white {
	color:#fff !important;
}
.yellow {
	color: #F69F1A !important;
}
.noborder {
	border:none !important;
}
.clear {
	clear:both;
}
strong {
	font-weight:bold;
}
.newsleft {
	width:450px;
	margin-right:30px;
	float:left;
}
.newsright {
	width:455px;
	float:left;
}
.newsstory {
	padding: 40px 0px;
	border-bottom: #ccc 1px solid;
}
.newsstory:first-child {
	border-top: #ccc 1px solid;
}
.newstitle {
	margin-bottom:0px;
}
.newsposted {
	color:#999;
	font-size:12px;
}