﻿/***********************************************/
/* COPYRIGHT (c) 2007-2009 EVT Solutions, Inc. */
/***********************************************/
html,body
{
	margin: 0px;
	padding: 0px;
}

/* MAIN CONTENT FORMATTING */
body {
	margin: 0px;
	padding: 0px;
	font: 62.7% Verdana, Arial, Helvetica, sans-serif;
	background: #E6E6E6 url(images/page_bg.png) repeat-y center top;
	text-align: center;
}

h1, h2, h3, h4, p, ul, ol {
	margin: 0px;
	padding: 0px;
}

#wrapper {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	background-color: #FFFFFF;
}

#content {
	float:left;
	width:555px;
	padding: 10px 10px;
	margin:5px 0;
	border-right: #898982 1px solid;
	border-top: #898982 1px solid;
	border-left: #898982 1px solid;
	border-bottom: #898982 1px solid;
}


#legal {
	border-top: 1px dashed #999999;
	color: #666666;
	padding: 5px 10px 20px;
	clear: both;
	line-height: 1.5;
}
#legal a {
	color: #666666;
	background: url(images/email.gif) no-repeat left center;
	padding-left: 20px;
	margin-left: 10px;
}

#legal p {
	padding-top: 3px;
	padding-bottom: 3px;
}

#content h1 {
	color: #152D6A;
	margin-top: 15px;
	margin-bottom: 5px;
	border-bottom: 2px solid #B2F511;
	font: normal 2.2em Impact, "Arial Narrow", sans-serif;
	letter-spacing: 1px;
	word-spacing: 5px;
}
#content h2 {
	font: normal 2em Georgia, "Times New Roman", Times, serif;
	margin-top: 15px;
	margin-bottom: 3px;
	color: #152D6A;
	padding-top: 2px;
	border-bottom: 1px dotted #CCCCCC;
	padding-left: 0px;
}
#content h3 {
	font-weight: normal;
	font-size: 1.2em;
	border-bottom: 1px dashed #CCC;
	text-transform: uppercase;
	color: #000000;
	margin-top: 10px;
}

#content p {
	font: normal 1.2em;
	margin-bottom: 5px;
	text-align: justify;
}

#content strong 
{
	color: #152D6A;
}

#content h3 strong {
	color: #FFFFFF;
	padding-right: 5px;
	padding-left: 5px;
	background-color: #152D6A;
}
#content ul {
	padding-left: 25px;
}
#content li {
	margin-left: 15px;
	margin-top: 5px;
	font: normal 1.2em;
	list-style-type: circle;
}

#content a {
	color: #8C1919;
	text-decoration: none;
	font-weight: bold;
	border-bottom: 2px dotted #A5E410;
}

#content a:hover {
	background-color: #FCC423;
}
#content a.external {
	background-image: url(images/globe.png);
	background-repeat: no-repeat;
	background-position: right top;
	padding-right: 18px;
	border-bottom: none;
}
#content a.external:hover {
	color: #152D6A;
	background-position: right -24px;
	background-color: #FFF;
}
#content a:visited {
	color: #999;
	background: url(images/check.gif) no-repeat right center;
	padding-right: 18px;
}

/* CONTAINER AND BANNER FORMATTING */
div#container
{
	width:760px !important;
	margin: 0 auto;
	padding:5px;
	text-align:left;
	background:#ffffff;
}
div#topbanner
{
	width: 750px;
	height: 50px;
}
div#topbanner img {
	border-width: 0;
}

div#pagebanner
{
	
	width: 750px;
	height: 145px;
	border-left: 2px solid #CCC;
	border-right: 2px solid #CCC;
	border-top: 2px solid #CCC;
}
div#pagebanner img {
	border-width: 0;
}


/* MAIN NAVIGATION BUTTONS */
div#menubar
{
	width: 750px;
	height: 22px;
	float:left;
	padding: 0px;
	background-color: #BEBEBE;
	border: solid 1px #BEBEBE;
}

ul.mainNav {
	height:auto;
	padding: 0px;
}

.mainNav li {
	list-style: none;
	width: 123px;
	float: left;
	background: #FFF url(images/navbutton.png) no-repeat right top;
	padding: 0px;
	margin: 0px;
	border-right: solid 2px #BEBEBE
}

.mainNav a {
	display: block;
	text-align: center;
	text-decoration: none;
	color: #FFF;
	font-weight: bold;
	font-size: 1.0em;
	padding: 4px 0px 4px 0px;
}

.mainNav a:hover {
	color:#F90;
}


/* SIDEBAR FORMATTING. */
.sidebar {
	width: 175px;
	min-height: 1px;
	/* IE 6 Hack */
	height: auto !important;
	height: 1px;
	/*************/
	float: right;
	margin-left: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 0px;
}
.sidebar img {
	border-width: 0;
}


.sidebarImg 
{
	width: 175px;
	padding-left: 35px;
	padding-top: 20px;
	padding-bottom: 20px;
	min-height: 1px;
	/* IE 6 Hack */
	height: auto !important;
	height: 1px;
	/*************/
}

.featured {
	width: 175px;
	float: right;
	border: solid 3px #fdd041;
	border-top-width: 6px;
	background-color: #FFFFFF;
}

.featured img 
{
	width: 150px;
	border-width: 0;
}

.featured a {
	text-decoration: none;
	font-weight: bold;
	padding: 8px;
	border-width: 0;
}


.featured h1 {
	width: 100%;
	margin: -1 -1 0 0;
	font-weight: bold;
	font-size: 1.5em;
	background-color: #fdd041;
	text-align: center;
}

.featured ul {
	margin: 10px 0 0 0;
	padding: 0;
}

.featured li {
	margin-left: 1.5em;
}

/* ACTION NAVIGATION BUTTONS */
ul#actionsNav {
	list-style: none;
	width: 175px;
	border-bottom: 1px solid #999999;
	margin: 0px 0px 5px 0px;
}

#actionsNav a {
	text-decoration: none;
	color: #000000;
	font-size: 1.4em;
	font-weight: bold;
	text-transform: uppercase;
	border: 1px solid #999999;
	border-bottom: none;
	display: block;
	padding: 7px 5px 7px 30px;
	background: #E7E7E7 url(images/link.png) no-repeat left center;
}

#actionsNav a:hover {
	font-weight: bold;
	background: #B2F511 url(images/go.png) no-repeat 5px 50%;
}


/* special formatting for home page link */
a#homeLink {
	background: #E7E7E7 url(images/home.png) no-repeat 5px 52%;
}

/* styles for the "you are here" buttons */
#home #actionsNav a#homelink,
#actions #actionsNav a#moreinfoLink {
	background: #E7E7E7 url(images/bg_here.png) no-repeat right 50%;
	padding-right: 15px;
	padding-left: 30px;
}

#home #actionsNav a#homelink:hover,
#actions #actionsNav {
	color: #B2F511;
}

/* IE Fixes */

/* remove annoying gaps */
#actionsNav li {	
	display: inline; 
}

/* force hover on entire width of  link */
* html #actionsNav a {
	height: 1px;
}


