/* roy@roycreative.com */
/* DRG 8-09-2007 */

body {
background: #fff url(img/bg.gif) top left repeat-x;
margin: 0px;
padding: 0px;
}

h1 {
font: bold 20px Verdana, Arial, Helvetica, sans-serif;
color: #537C8C;
margin: 0px;
padding: 7px 10px 5px 10px;
}

h2 {
font: normal 16px Verdana, Arial, Helvetica, sans-serif;
color: #007a32;
margin: 0px;
padding: 7px 10px 5px 10px;
}

h3 {
font: bold 12px Verdana, Arial, Helvetica, sans-serif;
color: #007a32;
margin: 0px;
padding: 7px 10px 5px 10px;
}

p {
font: normal 12px/18px Arial, Helvetica, sans-serif;
color: #000000;
margin: 0px;
padding: 5px 10px;
}

li {
font: normal 12px/18px Arial, Helvetica, sans-serif;
color: #000000;
margin: 0px;
}

a:link{
font: normal 12px Arial, Helvetica, sans-serif;
color: #537C8C;
text-decoration: underline;
}

a:visited {
font: normal 12px Arial, Helvetica, sans-serif;
color: #007a32;
text-decoration: none;
}

a:hover {
font: normal 12px Arial, Helvetica, sans-serif;
color: #cc0000;
text-decoration: none;
}


.MainBody {
background: url(img/leftmargin.gif) top left repeat-y;
width: 800px;
margin: 0px auto;
}

.TopOfPage {
background: url(img/header.gif) top left no-repeat;
width: 800px;
height: 169px;
position: relative;
}

.TopOfPage span {
display: none;
}

.TopOfPage a.quote {
background: url(img/clickhere.gif) top left;
width: 116px;
height: 25px;
display: block;
position: absolute;
top: 17px;
left: 657px;
}

.TopOfPage a:hover.quote {
background: url(img/clickhere.gif) bottom left;
}

.TopOfPage a.home {
height: 80px;
width: 358px;
position: absolute;
top: 52px;
left: 22px;
}

.TopOfPage .buttons {
background: #000066;
height: 30px;
width: 266px;
display: block;
position: absolute;
top: 132px;
left: 529px;
}

.TopOfPage .buttons img{
float: left;
border: 0px;
margin: 0px;
padding: 0px;
}


/*--- Modified Suckerfish CSS Dropdown!  ----*/

.ToolBar {
width:800px;
height: 26px;
text-align: center;
background: #7dba93; 
border-bottom: 5px solid #fbfbf4;
}


ul#nav, ul#nav li ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
}

ul#nav li a {
	text-decoration: none;
	height: 26px;
	background: transparent;
	display: block;
	color: #ffffff;	
	text-transform: uppercase;
	font: bold 12px/26px Arial, Helvetica, sans-serif;
}

ul#nav li a:hover {
	text-decoration: none;
	height: 26px;
	display: block;
	color: #007a32;
	text-transform: uppercase;
	font: bold 12px/26px Arial, Helvetica, sans-serif;
}

ul#nav li { /* all list items */
	float: left;
	position: relative;
	width: 160px;
}

ul#nav li ul { /* second-level lists */
	display: none;
	position: absolute;
	background: transparent;
	width: 160px;
}

ul#nav li ul li {
	border-top: 0px;
	border-bottom: 1px solid #ffffff;
	width: 160px;
	float: left;
	position: relative;
}

ul#nav li ul li a {
	width: 160px;
	font-weight: normal;
	color: #00225a;
}

ul#nav li ul li a:hover {
	width: 160px;
	font-weight: normal;
	color: #ffffff;
}

ul#nav li>ul#nav ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: auto;
	left: auto;
}

ul#nav li:hover ul, ul#nav li.over ul { /* lists nested under hovered list items */
	display: block;
}


/*----------------------------------------------------------------*/



.LeftMargin {
width: 185px;
float: left;
padding: 0px 0px 0px 5px;
}

.RightMargin {
display: none;
}

.SubLinks a {
background: url(img/sublinks.gif) top left repeat-y;
color: #353e42;
width: 165px;
height: 26px;
line-height: 26px;
display: block;
padding: 0px 10px;
margin: 0px 0px 2px 0px;
}

.SubLinks a:hover {
background: url(img/sublinks.gif) top right repeat-y;
color: #ffffff;
}

.InnerBody {
background: url(img/innerbody.gif) top left repeat-y;
width: 600px;
float: right;
padding: 0px 5px 20px 0px;
}

.InnerBody img.banner {
background: #fbfbf4;
padding: 0px 0px 5px 0px;
border-bottom: 5px solid #7dba93;
}

.SiteFooter {
background: #fbfbf4 url(img/sitefooter.gif) top left no-repeat;
padding: 0px 0px 0px 20px;
clear: both;
}

.SiteFooter p {
font: normal 10px/5px Arial, Helvetica, sans-serif;
}

.Footer {
background: #007a32;
width: 100%;
}

.Footer p {
color: #FFFFFF;
text-align: center;
padding: 10px 0px 30px 0px;
}

.Footer a {
color: #FFFFFF;
text-decoration: none;
margin: 0px 10px;
}

.Footer a:hover {
color: #FFFFFF;
text-decoration: underline;
margin: 0px 10px;
}
