/* roy@roycreative.com */

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

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


.blueblock h1 {
font-family: Arial, Helvetica, sans-serif;
font-size: 24px;
font-weight: lighter;
letter-spacing: 1px;
color: #ffffff;
padding: 10px 10px 0px 10px;
margin: 0px;
}

.blueblock p {
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: lighter;
letter-spacing: 1px;
line-height: 18px;
color: #ffffff;
padding: 10px 10px 20px 10px;
margin: 0px;
}

.puzzle p {
margin: 0px;
padding: 5px 10px;
font-family: Arial, Helvetica, sans-serif;
font-size: 10px;
color: #294171;
}

.puzzle h2 {
margin: 0px;
padding: 7px 10px 0px 10px;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
font-weight: lighter;
color: #775e4f;
}

li {
font-family: Arial, Helvetica, sans-serif;
}

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

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

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


.Footer p {
font-size: 11px;
color: #fff;
}

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

.home {
background: url(/client/images/cl-logo.gif) no-repeat 40px 40px;
padding: 40px 0px 0px 40px;
}

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

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

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

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

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


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

.ToolBar {
display: none;
}

.LeftMargin {
width: 0px;
}

.RightMargin {
width: 0px;
}

.blueblock {
background: transparent;
width: 800px;
height: 110px;
margin: 0px auto;
}

.puzzle-wrap {
width: 800px;
margin: 10px auto;
padding: 0px;
}

.puzzle-wrap-two {
width: 800px;
background: url(/client/images/puzzle-repeat.jpg) repeat-y top left;
float: left;
margin: 0px;
padding: 0px;
}

.puzzle {
width: 800px;
float: left;
background: url(/client/images/puzzle.jpg) no-repeat top left;
border-top: #775e4f 3px solid;
border-bottom: #775e4f 3px solid;
margin: 0px;
padding: 0px;
}

.puzzle .one {
width: 187px;
float: right;
}

.puzzle .two {
width: 187px;
float: right;
}

.puzzle .three {
padding-right: 15px;
width: 187px;
float: right;
margin: 0px;
}

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

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