/* ResolveManagement -  64.28.36.61 */

/* LAST EDIT: */
/* 9-30-09 - Roy */


/* ::::::: Genereal Elements ::::::: */

* { /* Global Reset */
margin: 0px;
padding: 0px;
}

body {
background: #f2f2f2;
}

h1 {
font: bold 20px/24px Arial, Helvetica, sans-serif;
color: #849b59;
padding: 10px 0px 7px 0px;
}

h2 {
font: bold 15px/20px Arial, Helvetica, sans-serif;
color: #547786;
padding: 8px 0px 5px 0px;
}

h3 {
font: normal 14px/18px Arial, Helvetica, sans-serif;
color: #849b59;
padding: 6px 0px 2px 0px;
}

p {
font: normal 12px/18px Arial, Helvetica, sans-serif;
color: #535353;
padding: 5px 0px 10px 0px;
}

ul {
list-style-position: inside;
}

li {
font: normal 12px/18px Arial, Helvetica, sans-serif;
color: #535353;
}

ul ul {
margin-left: 10px;
}

a:link, a:active, a:visited {
font: normal 12px Arial, Helvetica, sans-serif;
color: #000000;
text-decoration: underline;
}
a:hover {
font: normal 12px Arial, Helvetica, sans-serif;
color: #000000;
text-decoration: none;
}

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(img/mainbody.gif) left top repeat-y;
width: 800px;
margin: 0px auto;
}

/* ::::::: Header ::::::: */

.TopOfPage {
background: #ffffff url(img/header.gif) left top no-repeat;
width: 800px;
height: 123px;
position: relative;
}

a.HomeLink {
position: absolute;
top: 29px;
left: 49px;
width: 121px;
height: 76px;
}

a.HomeLink span {
display: none;
}

/* ::::::: Modified Suckerfish CSS Dropdown ::::::: */

.ToolBar {
background: #ffffff url(img/navigation.gif) top left no-repeat; 
text-align: center;
margin: 0px;
padding: 0px;
}

ul#nav {/* Main List */
width: 780px;
padding: 0px 10px;
height: 25px;
display: block;
margin: 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: 195px;
}

ul#nav li a { /* main links */
background: transparent;
font: normal 12px/25px Arial, Helvetica, sans-serif;
color: #ffffff;	
text-decoration: none;
display: block;
height: 25px;
}
ul#nav li a:hover {
background: #849b59;
font: normal 12px/25px Arial, Helvetica, sans-serif;
color: #ffffff;	
text-decoration: none;
display: block;
height: 25px;
}

ul#nav li ul { /* second-level lists */
background: transparent;
display: none;
position: absolute;
border-top: 1px solid #D2D4D6;
border-right: 1px solid #D2D4D6;
}

ul#nav li ul li {
float: left;
position: relative;
border-bottom: 1px solid #D2D4D6;
border-left: 1px solid #D2D4D6;
width: 193px;
}

ul#nav li ul li a { /*sub links */
background: #849b59;
font: normal 12px/20px Arial, Helvetica, sans-serif;
color: #ffffff;
height: 20px;
}

ul#nav li ul li a:hover {
background: #547786;
font: normal 12px/20px Arial, Helvetica, sans-serif;
color: #ffffff;
height: 20px;
}

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: 530px;
padding: 10px 30px 10px 0px;
float: right;
}

/* ::::::: Main Content Area ::::::: */

.InnerBody {

}

.home {
background: url(img/home-top.gif) left top no-repeat;
display: block;
padding: 9px 0px 0px 0px;
}

.home span{
background: url(img/home-bottom.gif) left bottom no-repeat;
display: block;
padding: 0px 0px 9px 0px;
}

.home h1, .home p {
background: url(img/home-rpt.gif) left top repeat-y;
padding: 0px 10px;
color: #547786;
margin: 0px;
}

.three-boxes {
background: url(img/3-boxes.gif) left top no-repeat;
width: 530px;
height: 200px;
display: block;
margin: 10px 0px;
}

a.one:link, a.one:active, a.one:visited {
background: #fff url(img/3-boxes.gif) 0px 0px no-repeat;
float: left;
width: 170px;
height: 200px;

}
a.one:hover {
background: #fff url(img/3-boxes.gif) 0px -200px no-repeat;
float: left;
width: 170px;
height: 200px;

}

a.two:link, a.two:active, a.two:visited {
background: #fff url(img/3-boxes.gif) -180px 0px no-repeat;
float: left;
width: 170px;
height: 200px;
}
a.two:hover {
background: #fff url(img/3-boxes.gif) -180px -200px no-repeat;
float: left;
width: 170px;
height: 200px;
}

a.three:link, a.three:active, a.three:visited {
background: #fff url(img/3-boxes.gif) -361px 0px no-repeat;
float: left;
width: 170px;
height: 200px;
}
a.three:hover {
background: #fff url(img/3-boxes.gif) -361px -200px no-repeat;
float: left;
width: 170px;
height: 200px;
}

.one span, .two span, .three span {
display: none;
}

/* ::::::: Right Column  ::::::: */

.RightMargin {
display: none;
}

/* ::::::: Left Column ::::::: */

.LeftMargin {
width: 220px;
padding: 10px 0px 10px 0px;
float: left;
}

.LeftMargin h3 {
font: bold 12px/18px Arial, Helvetica, sans-serif;
color: #849b59;
padding: 10px 0px 0px 30px;
}

.LeftMargin p {
padding: 10px 0px 10px 30px;
}

.sublinks {
background: url(img/subnav-top.gif) left top no-repeat;
width: 220px;
padding: 10px 0px 0px 0px;
}

.sublinks span {
background: url(img/subnav-bottom.gif) left bottom no-repeat;
width: 220px;
padding: 0px 0px 11px 0px;
display: block;
}

.sublinks a:link, .sublinks a:active, .sublinks a:visited {
color: #ffffff;
background: #7f7f7f;
border-top: 1px solid #ffffff;
font: normal 12px/20px Arial, Helvetica, sans-serif;
height: 20px;
width: 201px;
display: block;
padding: 0px 0px 0px 10px;
margin: 0px 0px 0px 9px;
text-decoration: none;
text-align: center;
}

.sublinks a:hover {
color: #ffffff;
background: #547786;
border-top: 1px solid #ffffff;
font: normal 12px/20px Arial, Helvetica, sans-serif;
height: 20px;
width: 201px;
display: block;
padding: 0px 0px 0px 10px;
margin: 0px 0px 0px 9px;
text-decoration: none;
text-align: center;
}

.leftmarginimage img {
padding: 10px 0px 10px 20px;
width: 200px;
}

.cta {
width: 200px;
display: block;
background: url(img/cta-top.gif) left top no-repeat;
padding: 26px 0px 0px 0px;
margin: 10px 0px 10px 20px;
}

.cta span {
background: url(img/cta-bottom.gif) left bottom no-repeat;
width: 200px;
display: block;
padding: 0px 0px 26px 0px;
}

.cta p {
font: normal 16px/20px Arial, Helvetica, sans-serif;
color: #547786;
background: url(img/cta-rpt.gif) left top repeat-y;
padding: 	10px;
}

 /* ::::::: Bottom Links ::::::: */
 
.SiteFooter {
border-top: 1px solid #666666;
width: 780px;
margin: 0px auto;
text-align: center;
clear: both;
}

.SiteFooter a {
margin: 0px 25px;
}

/* ::::::: Copyright Area ::::::: */

.Footer {
background: #F2F2F2 url(img/footer.gif) center top no-repeat;
text-align: center;
}

.Footer p {
font-size: 9px;
}

a.learnmore:link, a.learnmore:active, a.learnmore:visited {
font: bold 12px/16px arial;
text-decoration: none;
color: white;
background: #4F707F;
padding: 2px 5px;
border: 1px solid #ffffff;
}

a.learnmore:hover {
font: bold 12px/16px arial;
text-decoration: none;
color: white;
background: #294E5F;
padding: 2px 5px;
border: 1px solid #ffffff;
}

