/* LAST EDIT: */
/* 10-5-08 - Roy */
/* 10-9-09 - Roy */


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

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

body {
background: #8DA191;
}

h1 {
font: bold 24px/28px Arial, Helvetica, sans-serif;
color: #532834;
}

h2 {
font: bold 18px/24px Arial, Helvetica, sans-serif;
color: #46644c;
padding: 5px 0px 0px 0px;
}

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

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

ul {
list-style-position: inside;
}

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

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;

}



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


.TopOfPageWrap {
width: 100%;
background: #ffffff;
}

.TopOfPage {
background: #ffffff url(img/header.gif) left top no-repeat;
width: 800px;
height: 124px;
position: relative;
margin: 0px auto;
}

a.HomeLink {
position: absolute;
top: 0px;
left: 0px;
width: 143px;
height: 124px;
}

a.HomeLink span {
display: none;
}

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

.ToolBar {
background: #8DA191; 
text-align: center;
margin: 0px;
padding: 0px;
}


ul#nav {/* Main List */
	width: 800px;
	height: 29px;
	display: block;
	margin: 0px auto;
}

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 */
font: normal 12px/29px Arial, Helvetica, sans-serif;
color: #ffffff;	
text-decoration: none;
display: block;
height: 29px;
}
ul#nav li a:hover {
background: #708975;
font: normal 12px/29px Arial, Helvetica, sans-serif;
color: #532834;	
text-decoration: none;
display: block;
height: 29px;
}

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

ul#nav li ul li {
float: left;
position: relative;
border-bottom: 1px solid #532834;
border-left: 1px solid #532834;
width: 160px;

}

ul#nav li ul li a { /*sub links */
background: #8DA191;
font: normal 12px/16px Arial, Helvetica, sans-serif;
padding:5px;
color: #532834;
height: auto;
}

ul#nav li ul li a:hover {
background: #708975;
font: normal 12px/16px Arial, Helvetica, sans-serif;
padding: 5px;
color: #ffffff;
height: auto;
}

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

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

.MainBodyWrap {
background: #becabf;
border-top: 3px solid #ffffff;
padding: 20px 0px;
}


.MainBody {
background: #becabf;
width: 800px;
margin: 0px auto;
}


/* :::::: Home :::::: */

.HomeOne {
background: url(img/home1.gif) left top repeat-y;
display: block;
width: 800px;
}


.HomeOne h1 {
	font: bold 22px/28px arial;
	color: #ffffff;
	padding: 10px 20px;
}

.HomeTwo {
	background: url(img/home-bg.gif) right top no-repeat;
	display: block;
	height:100%;
	width: 800px;
}
.HomeTwo  h3 {
	margin: 10px 0px 20px 0px;
	font: normal 16px/22px arial;
}
.HomeTwo h3 strong {
	font: bold 18px/20px arial;
}

.HomeTwo p {
	font: normal 14px/22px arial;
	color: #414942;
	padding: 0px;
}

.HomeThree {
	background: #92A496;
	display: block;
	height: 55px;
	width: 800px;
	clear: both;
}

.HomeThree h2 {
	font: bold 24px/55px arial;
	color: #532834;
	padding: 0px 20px;
}

.HomeFour {
background: url(img/home4.jpg) left top no-repeat;
display: block;
height: 175px;
width: 800px;
}

.HomeFour p {
font: normal 16px/25px arial;
color: #414942;
padding: 10px 10px 5px 310px;
}

.HomeFive {
background: url(img/home5.jpg) left top no-repeat;
display: block;
height: 140px;
width: 800px;
}

.HomeFive p {
font: normal 14px/22px arial;
color: #414942;
padding: 50px 20px 5px 20px;
}


.HomeFive p a:link, .HomeFive p a:active, .HomeFive p a:visited{
font: normal 12px/20px arial;
color: #EEF0EF;
padding: 2px 5px;
border: 1px solid #EEF0EF;
text-decoration: none;
background: #532834;
}

.HomeFive p a:hover {
font: normal 12px/20px arial;
color: #532834;
padding: 2px 5px;
border: 1px solid #532834;
text-decoration: none;
background: #ffffff;
}

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

.Wrap {
width: 580px;
float: right;
}

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

.InnerBody {

}

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

.LeftMargin {
width: 200px;
float: left;
}

.Sublinks {
margin: 0px 0px 10px 0px;
}

.Sublinks a:link, .Sublinks a:active, .Sublinks a:visited {
display: block;
width: 190px;
padding: 5px;
height: auto;
background: #532834;
color: #ffffff;
font: normal 11px/14px Arial, Helvetica, sans-serif;
text-decoration: none;
border-bottom: 1px solid #ffffff;
}

.Sublinks a:hover {
display: block;
width: 190px;
padding: 5px;
height: auto;
background: #655154;
color: #ffffff;
font: normal 11px/14px Arial, Helvetica, sans-serif;
text-decoration: none;
border-bottom: 1px solid #ffffff;
}

 /* ::::::: Bottom Links ::::::: */
 
.SiteFooter {
background: #8DA191;
text-align: center;
clear: both;
}

.SiteFooter a:link, .SiteFooter a:active, .SiteFooter a:visited {
margin: 0px 45px;
color:#FFFFFF;
text-decoration: none;
}

.SiteFooter a:hover {
margin: 0px 45px;
color:#FFFFFF;
text-decoration: underline;
}

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

.Footer {
background: #8DA191;
text-align: center;
padding: 0px 0px 20px 0px;
}

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