/* roy@roycreative.com */

body {
background: #294171 url(/client/images/sub-bg.gif) repeat-x top center;
margin: 0px;
padding: 0px;
}

h1 {
margin: 0px;
padding: 7px 10px 7px 10px;
font-family: Arial, Helvetica, sans-serif;
font-size: 18px;
letter-spacing: 1px;
font-weight: normal;
color: #ffffff;
}

h2 {
margin: 0px;
padding: 7px 10px 7px 10px;
font-family: Arial, Helvetica, sans-serif;
font-size: 16px;
font-weight: bold;
letter-spacing: 1px;
color: #775e4f;
}
h3 {
margin: 0px;
padding: 7px 10px 0px 10px;
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
font-weight: lighter;
letter-spacing: 1px;
color: #294171;
}

p {
margin: 0px;
padding: 5px 10px;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 17px;
color: #333;
}

li {
margin: 0px;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
line-height: 17px;
color: #333;
}

a {
color: #294171;
text-decoration: underline;
font-family: Arial, Helvetica, sans-serif;
}

a:hover {
color: #294171;
text-decoration: none;
font-family: Arial, Helvetica, sans-serif;
}

ul.sublinks a {
font-weight: bold;
color: #294171;
text-align: left;
text-decoration: none;
padding: 0px 0px 0px 10px;
width: 167px;
height: 24px;
display: block;
}

ul.sublinks a:hover {
font-weight: bold;
color: #ffffff;
background: #647a9c;
text-align: left;
text-decoration: none;
padding: 0px 0px 0px 10px;
width: 167px;
height: 24px;
display: block;
}

.SiteFooter a {
color: #ffffff;
text-decoration: underline;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
margin: 0px 20px;
}

.SiteFooter a:hover {
color: #ffffff;
text-decoration: none;
font-family: Arial, Helvetica, sans-serif;
font-size: 11px;
margin: 0px 20px;
}


.Footer p {
color: #fff;
font: normal 10px/17px;
}

.TopOfPage {
background: url(/client/images/header-sub.jpg) no-repeat top left;
width: 800px;
height: 125px;
margin: 24px auto 10px auto;
}

.home {
background: none;
padding: 0px;
}

.home a, .home a:hover {
display: block;
width: 315px;
height: 97px;
}

.home a span {
display: none;
}

.Nav {
width: 480px;
height: 30px;
line-height: 30px;
padding: 0px 0px 0px 320px;
margin: 0px;
float: right;
font-size: 12px;
}


/*--- Modified Suckerfish CSS Dropdown!  ----*/

#nav, #nav li ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
}

#nav li a {
	text-decoration: none;
	height: 30px;
	line-height: 30px;
	background: transparent;
	display: block;
}

#nav li a:hover {
	text-decoration: none;
	height: 30px;
	line-height: 30px;
	background: #294171;
	display: block;
	color: #FFFFFF;
}

#nav li { /* all list items */
	float: left;
	position: relative;
	width: 160px;
}

#nav li ul { /* second-level lists */
	display: none;
	position: absolute;
	background: #FFFFFF;
	border-top: 1px solid #294171;
border-right: 1px solid #294171;
}

#nav li ul li {
border-bottom: 1px solid #294171;
border-left: 1px solid #294171;
}

#nav li ul li a {
background: transparent;
}

#nav li ul li a:hover {
background: #647a9c;
}

li>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;
}

#nav li:hover ul, #nav li.over ul { /* lists nested under hovered list items */
	display: block;
}


/*----------------------------------------------------------------*/


.ToolBar {
background: transparent;
width: 800px;
margin: 14px auto 10px auto;
clear: both;
}

.MainBody{
width: 800px;
margin: 0px auto;
padding: 0px;
background: #FFFFFF url(/client/images/MainBody.jpg) repeat-y top left;
border-top: 4px #775e4f solid;
border-bottom: 4px #775e4f solid;
}

.LeftMargin{
width: 177px;
float: left;
padding: 0px 0px 0px 20px;
}

ul.sublinks {
margin: 10px 0px;
padding: 0px;
}

ul.sublinks li {
text-align: center;
margin: 0px 0px;
padding: 0px;
list-style-type: none;
line-height: 24px;
}

.LeftMargin img {
width: 177px;
border-top: 4px #294171 solid;
border-bottom: 4px #294171 solid;
margin: 10px 0px;
}

.InnerBody {
width: 563px;
float: right;
margin: 7px 20px 0px 0px;
}

.RightMargin {
clear: both;
}

.SiteFooter {
clear: both;
text-align: center;
margin: 0px auto;
padding: 10px;
width: 800px;
}

.Footer {
text-align: center;
margin: 0px auto;
width: 800px;
}

.Bio {
width: 560px;
display: block;
}
.BioMain {
width: 560px;
margin: 0px 20px 50px 0px;
text-align: left;
vertical-align: top;
display: block;
}