/* Css Reset */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	font-weight:normal;
}
/* Page Styles */
body {
	margin:0;
	padding:0;
	color:#000000;
	font: 12px "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height:16px;
}
a {
	color:#426a1a;
	text-decoration:none;
	font-weight:bold;
}
a:hover {
	text-decoration:underline;
}
h1 {
	color:#01597a;
	font-size:19px;
	padding-bottom: 10px;
}
h2 {
	font-weight:bold;
}
blockquote { padding:5px;
}
#header-wrapper {
	background:url(images/dark-blue-bg.jpg);
}
#header {
	width:926px;
	height: 135px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	padding-right: 19px;
	padding-left: 19px;
}
#header img.logo {
	position:absolute;
	left: 24px;
	top: 30px;
}
#header img.content-topper {
	position:absolute;
	left: 18px;
	top: 125px;
}
#header img.phone {
	position:absolute;
	right:32px;
	top: 77px;
}
#content-wrapper {
	background:#E8EEF5 url(images/content-wrapper-bg.gif) repeat-x;
}
#content-container {
	width:926px;
	background:#FFFFFF url(images/content-bg.jpg) repeat-y;
	margin:0 auto;
	padding-right: 19px;
	padding-left: 19px;
}
#banner {
	width: 926px;
}
#banner #banner-left {
	height: 240px;
	width: 646px;
	float:left;
}
#banner #banner-right {
	height: 190px;
	width: 240px;
	float:right;
	background: url(images/banner-right-bg.jpg);
	padding: 25px 25px 25px 15px;
}
#banner #banner-right p {
	padding-bottom:5px;
}
#main-content {
	margin-top: 0;
	margin-right: 0px;
	width: 643px;
	float: left;
	padding-top: 20px;
	padding-left: 8px;
}
#box-container {
	width:643px;
	padding-top:15px;
}
.left-box, .right-box {
	width:300px;
	float:left;
}
#right-content {
	width: 250px;
	float:right;
	padding: 10px 15px 25px 10px;
}
#right-content #right-content-box {
	width: 250px;
	background: url(images/right-box-bg.gif) no-repeat bottom;
	margin-bottom: 15px;
	padding-bottom: 20px;
}
#right-content #right-content-box p {
	padding-top:2px;
	padding-bottom:3px;
	padding-left:15px;
	padding-right:15px;
}
#right-content #right-content-box img.right-content-head {
	padding-bottom:10px;
}
#right-content #countdown {
	height: 66px;
	background: url(images/countdown.png) no-repeat left top;
	position: relative;
	margin-top: 10px;
	margin-bottom: 10px;
}
#footer-wrappper {
	background:url(images/dark-blue-bg.jpg);
	bottom:0;
	width:100%;
}
#footer {
	width:925px;
	height: 137px;
	margin-right: auto;
	margin-left: auto;
	padding-top:10px;
}
#footer p {
	padding-top:1px;
	padding-bottom:1px;
	color:#e8eef5;
	font-size:11px;
}
#footer a {
	color:#bfdcf3;
}
#footer #footer-left {
	float:left;
	width:400px;
}
#footer #footer-right {
	float:right;
	width:270px;
}
#footer #optimize {
	float:left;
	width:925px;
	text-align:center;
	padding-top:20px;
}
#footer #optimize a {
	font-weight:normal;
}
#footer #optimize p {
	font-family:Georgia, "Times New Roman", Times, serif
}
.clear {
	clear:both;
}
#ajax-content {
	width:577px;
	height:660px;
	background: url(images/left-content-bg.gif) no-repeat bottom;
	padding:20px 30px 30px;
	position: relative;
}
#ajax-content p {
	padding-top:5px;
	padding-bottom:5px;
}
#ajax-content h1 {
	padding-top:10px;
	padding-bottom:10px;
}
#ajax-content img.left-img {
	float:left;
	padding-right: 20px;
}
ol li {
	margin-left:20px;
}
ul.links li {
	padding-left:17px;
	list-style:none;
	padding-bottom:8px;
	background: url(images/bullet.gif) no-repeat 2px;
}
.red-text {
	color:#B10000
}
iframe {
	padding-top:10px;
	padding-bottom:3px;
}
/*Tab Styles*/

.tabs {
	padding: 3px 0 1px;
	margin-left: 0;
	margin-top: 1px;
	margin-bottom: 0;
	list-style-type: none;
	text-align: center;
}
.tabs li {
	display: inline;
	margin: 0;
}
.tabs li a {
	text-decoration: none;
	position: relative;
	z-index: 1;
	color: #eef2f7;
	background-image: url(images/tab-off.gif);
	background-repeat: repeat-x;
	background-position: left top;
	height:22px;
	width:127px;
	display:block;
	float: left;
	font-size:14px;
	padding-top: 8px;
	padding-bottom: 1px;
}
.tabs li a:hover {
	background-image: url(images/tab-hover.gif);
}
.tabs li a.selected {
	position: relative;
}
.tabs li a.selected {
	background-image: url(images/tab-on.gif);
}
.tabs li a.selected:hover {
	text-decoration: none;
}

