/* Arysdine -  64.28.36.47 */

/* LAST EDIT: */
/* 2-26-09 roy */


/* ::::::: Genereal Elements ::::::: */

* { /* Global Reset */
margin: 0px;
padding: 0px;
}

body {
background: #ffffff url(/client/images/bg.gif) top left repeat-x;
}

h1 {
font: bold 18px/23px Arial, Helvetica, sans-serif;
color: #666;
margin-bottom: 10px;
}

h2 {
font: bold 15px/21px Arial, Helvetica, sans-serif;
color: #0C79BE;
}

h3 {
font: bold 14px/18px Arial, Helvetica, sans-serif;
color: #444;
}

p {
font: normal 12px/18px Arial, Helvetica, sans-serif;
color: #444;
padding: 5px 0px 10px 0px;
}

ul {
list-style-position: outside;
background: transparent;
margin-left: 7px;
margin-right: 2px;
margin-bottom: 10px;
}

li {
background: transparent url(/client/images/list.jpg) left 4px no-repeat;
list-style-type: none;
padding: 0px 0px 0px 16px;
font: normal 12px/18px Arial, Helvetica, sans-serif;
color: #444;
}

a:link, a:active, a:visited {
font: normal 12px Arial, Helvetica, sans-serif;
color: #0C79BE;
text-decoration: none;
}
a:hover {
font: normal 12px Arial, Helvetica, sans-serif;
color: #0C79BE;
text-decoration: underline;
}

img {
margin: 0px;
padding: 0px;
border: 0px;
}

table {
}

tr {
}

th {
font: bold 14px/18px Arial, Helvetica, sans-serif;
color: #000000;
}

td, input, textarea {
font: normal 12px/18px Arial, Helvetica, sans-serif;
color: #000000;
}

fieldset {
font: bold 12px/18px Arial, Helvetica, sans-serif;

}

/*  ::::::: Main Wrap  ::::::: */

.MainBody {
background: #ffffff url(/client/images/mainbody.jpg) left top repeat-y;
width: 800px;
margin: 0px auto;
border-right: 1px solid #B1B3B6;
border-left: 1px solid #B1B3B6;
border-bottom: 1px solid #B1B3B6;
}

/* ::::::: Header ::::::: */

.TopOfPage {
background: #ffffff url(/client/images/header-sub.jpg) left top no-repeat;
height: 110px;
position: relative;
}

p.PageTitle {
font: bold 20px/20px Arial, Helvetica, sans-serif;
height: 20px;
padding: 0px;
margin: 0px;
width: 800px;
display: block;
text-align: right;
color: #FFFFFF;
position:absolute;
top: 90px;
}

a.HomeLink {
position: absolute;
top: 0;
left: 0;
width: 253px;
height: 110px;
}

a.HomeLink span {
display: none;
}

/* ::::::: Modified Suckerfish CSS Dropdown ::::::: */

.ToolBar {
background: #b1b3b6 url(/client/images/toolbar.jpg) top left no-repeat; 
width: 545px;
padding: 0px 0px 0px 255px;
margin: 0px;
}

ul#nav {/* Main List */
height: 26px;
display: block;
padding: 0px;
}

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

ul#nav li { /* main list items */
padding: 0px;
float: left;
position: relative;
width: 109px;
margin: 0px;
}

ul#nav li a:link, ul#nav li a:active, ul#nav li a:visited { /* main links */
background: #b1b3b6;
font: normal 12px/26px Arial, Helvetica, sans-serif;
color: #ffffff;	
text-decoration: none;
display: block;
height: 26px;
margin: 0px;
padding: 0px;
}
ul#nav li a:hover {
background: #666666;
font: normal 12px/26px Arial, Helvetica, sans-serif;
color: #ffffff;	
text-decoration: none;
display: block;
height: 26px;
margin: 0px;
padding: 0px;
}

ul#nav li ul { /* second-level lists */
background: transparent;
display: none;
position: absolute;
border-top: 1px solid #0F76C1;
border-right: 1px solid #0F76C1;
margin: 0px;
padding: 0px;
}

ul#nav li ul li {
background: none;
padding: 0px;
float: left;
position: relative;
border-bottom: 1px solid #0F76C1;
border-left: 1px solid #0F76C1;
width: 150px;
margin: 0px;
padding: 0px;
}

ul#nav li ul li a:link, ul#nav li ul li a:active, ul#nav li ul li a:visited { /*sub links */
background: #ffffff;
font: normal 10px/20px Arial, Helvetica, sans-serif;
color: #0F76C1;
height: 20px;
margin: 0px;
padding: 0px;
}

ul#nav li ul li a:hover {
background: #0F76C1;
font: normal 10px/20px Arial, Helvetica, sans-serif;
color: #ffffff;
height: 20px;
margin: 0px;
padding: 0px;
}

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


/* ::::::: Inner/Right Wrap ::::::: */

.Wrap {
width: 507px;
padding: 10px;
float: right;
}

html>body .Wrap {
width: 527px;
padding: 10px;
float: right;
}

/* ::::::: Main Content Area ::::::: */

.InnerBody {

}

/* ::::::: Right Column  ::::::: */

.RightMargin {
display: none;
}

/* ::::::: Left Column ::::::: */

.LeftMargin {
width: 253px;
float: left;
}
.LeftMargin p {
padding: 3px 10px 7px 10px;
color: #ffffff;
}

 /* ::::::: Bottom Links ::::::: */
 
.SiteFooter {
background: #ffffff url(/client/images/sitefooter.jpg) left top no-repeat;
text-align: center;
clear: both;
border-top: 1px solid #B1B3B6;
}

.SiteFooter a {
margin: 0px 25px;
}

/* ::::::: Copyright Area ::::::: */

.Footer {
text-align: center;
}

.Footer p {
font-size: 9px;
}

.Footer a {
font: normal 11px/18px arial, sans-serif;
margin: 0px 25px;
}

/* ::::::::::::::::: Hot Box ::::::::::::::::::: */


.CTA1 {
width: 240px;
display: block;
float: left;
border: 1px solid #ffcc00;
margin: 0px 20px 20px 0px;
}

.CTA1 h3 {
background: #B1B3B6;
color: #ffffff;
padding: 3px 10px;
}

.CTA1 p {
padding: 3px 10px 7px 10px;
}


/* New Style by Roy for Left Column */


.CTA2 {
width: 233px;
display: block;
float: left;
border: 1px solid #ffcc00;
margin: 0px 10px 20px 10px;
padding: 0px;

}

.CTA2 h3 {
background: #B1B3B6;
color: #ffffff;
padding: 3px 10px;
}

.CTA2 p {
padding: 3px 10px 7px 10px;
}

