/* Design by Roy Brubaker - roy@roycreative.com */
/* id119 - 64.28.36.48 */

/* LAST EDIT: */
/* 2-5-08 - MRR */

* {
margin: 0px;
padding: 0px;
}

h1 {
font: normal 26px/30px Arial, Helvetica, sans-serif;
color: #990000;
padding: 10px;
}

h2 {
font: bold 14px/20px Arial, Helvetica, sans-serif;
color: #7e8083;
padding: 10px;
}

h3 {
font: bold italic 18px/24px "Times New Roman", Times, serif;
color: #8fa0ae;
padding: 10px;
}

p {
font: normal 12px/18px Arial, Helvetica, sans-serif;
color: #000000;
padding: 10px;
}

ul {
list-style-position: outside;
padding: 0px 0px 0px 30px;
}

ol {
list-style-position: outside;
padding: 0px 0px 0px 30px;
}

li {
font: normal 12px/20px Arial, Helvetica, sans-serif;
color: #000000;
padding: 0px;
}

a {
font: normal 12px/14px Arial, Helvetica, sans-serif;
color: #990000;
text-decoration: underline;
}
a:hover {
font: normal 12px/14px Arial, Helvetica, sans-serif;
color: #990000;
text-decoration: none;
}

img {
border: 0px;
margin: 0px;
padding: 0px;
}

body {
background: #c0c0c0;
}

.TopOfPage {
background: url(/client/images/header-bg.jpg) top center no-repeat;
width: 800px;
height: 113px;
margin: 0px auto;
}

.header {
width: 800px;
margin: 0px auto;
}

.header a {
display: block;
width: 150px;
height: 121px;
}

.header a span {
display: none;
}

/* ::::::: Modified Suckerfish CSS Dropdown ::::::: */

.ToolBar {
background: transparent url(/client/images/nav.jpg) center top no-repeat; 
text-align: center;
height: 34px;
margin: 0px;
padding: 0px;
}

ul#nav {/* Main List */
width: 800px;
height: 26px;
display: block;
margin: 0px auto;
padding: 0px;
}

ul#nav, ul#nav li ul { /* all lists */
list-style: none;
text-align: center;
}

ul#nav li { /* main list items */
float: left;
position: relative;
width: 160px;
}

ul#nav li a { /* main links */
background: transparent;
font: normal 12px/26px Arial, Helvetica, sans-serif;
text-transform: uppercase;
color: #ffffff;	
text-decoration: none;
display: block;
height: 26px;
}
ul#nav li a:hover {
background: url(/client/images/hover.jpg) bottom left no-repeat;
font: normal 12px/26px Arial, Helvetica, sans-serif;
text-transform: uppercase;
color: #ffffff;	
text-decoration: none;
display: block;
height: 26px;
}

ul#nav li ul { /* second-level lists */
background: transparent;
display: none;
position: absolute;
border-top: 2px solid #000000;
border-right: 2px solid #000000;
padding: 0px;
}

ul#nav li ul li {
float: left;
position: relative;
border-bottom: 2px solid #000000;
border-left: 2px solid #000000;
width: 156px;
}

ul#nav li ul li a { /*sub links */
background: #7c837b;
font: normal 12px/24px Arial, Helvetica, sans-serif;
text-transform: none;
color: #ffffff;
height: 24px;
}

ul#nav li ul li a:hover {
background: #7c837b;
font: normal 12px/24px Arial, Helvetica, sans-serif;
text-transform: none;
color: #910029;
height: 24px;
}

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;
}



.MainBody {
background: #FFFFFF url(/client/images/mainbody.jpg) top left repeat-y;
width: 800px;
margin: 0px auto;
}

.LeftMargin {
float: left;
width: 162px;
text-align: center;
}

.LeftMargin img {
margin: 5px 0px;
}

.LeftMargin p {
color: #000000;
text-align: left;
}

.sublinks {
width: 185px;
border-bottom: 1px solid #FFFFFF;
}

.sublinks a {
background: #778599;
display: block;
width: 160px;
height: 22px;
border: solid #FFFFFF;
border-width: 1px 1px 0px 1px;
font: normal 12px/22px Arial, Helvetica, sans-serif;
color: #FFFFFF;
text-decoration: none;
text-indent: 10px;
}
.sublinks a:hover {
background: #32577f;
display: block;
width: 160px;
height: 22px;
border: solid #FFFFFF;
border-width: 1px 1px 0px 1px;
font: normal 12px/22px Arial, Helvetica, sans-serif;
color: #FFFFFF;
text-decoration: none;
text-indent: 10px;
}

.Wrap {
float: right;
width: 638px;
}

.InnerBody {
float: left;
width: 425px;
}

.RightMargin {
float: right;
width: 162px;
min-height: 400px;
}

.RightMargin p {
font: bold 12px Arial, Helvetica, sans-serif;
color: #000000;
}

.RightMargin img {
margin: 10px 0px 0px 10px;
}

.RightMargin .address {
background: transparent url(/client/images/trans-yellow.png) top left repeat;
border: 2px #990000 solid;
margin: 20px;
text-align: center;
}

.RightMargin .address img {
border: 1px #990000 solid;
margin: 10px 0px 0px 0px;
}

.RightMargin .address p {
color: #000000;
}


.SiteFooter {
background: #900028;
width: 800px;
height: 33px;
clear: both;
text-align: center;
}

.SiteFooter p {
color: #FFFFFF;
line-height: 28px;
margin: 0px;
padding: 0px;
}

.SiteFooter a {
color: #FFFFFF;
text-decoration: none;
}
.SiteFooter a:hover {
color: #FFFFFF;
text-decoration: underline;
}

.Footer {
width: 800px;
margin: 0px auto;
text-align: center;
}

.Footer p {
color: #FFFFFF;
font-size: 10px;
}




