
html 
{
    overflow: -moz-scrollbars-vertical; 
}

body 
{
   background: #0F454F url(../../images/background4.jpg) repeat-y 50% 0; 
   background-attachment: fixed;
   margin: 0;
   padding: 0;
   text-align: center;
}

h1 {
   text-indent: -9999px;
   width: 692px;
   height: 180px;
   background: url(../../images/banner.jpg);
   margin: 0;
   padding: 0;
}

#container {
   margin: 0 auto;
   text-align: left;
   width: 692px; 
   min-height:760px; 
}

#container img
{
   border-bottom-width: 1px;
   border-bottom-style: solid;
   border-bottom-color: #0F454F;
}

.innerContent
{
    font: 11px/18px Verdana, Arial, Helvetica, sans-serif;
	color: #0F454F;
	margin-bottom: 10px;
	padding: 0 0 0 15px;
}

/* ------------------ Content Area Style ------------------ */
#content {
	width: 479px;
	float: left; 
	padding: 0px 0px 10px 10px; 
}

#content h2 {
	font: normal 18px Arial, Times New Roman, Times, serif;
	color: #4E5E75;	
	padding: 0 0 0 0; 
	font-weight:bold;
}

#content h3 {
	font: normal 15px Arial, Times New Roman, Times, serif;
	color: #4E5E75;	
	padding: 0 0 0 0; 
	font-weight:bold;
}

#content a:link, a:visited {
	color: #BA70AD;
 	text-decoration: none;
}

#content a:hover {
	color: #155694;
	border-bottom: 1px dotted #155694;
}

.text {
	font: 11px/18px Verdana, Arial, Helvetica, sans-serif;
	color: #3F3D39;
	margin-bottom: 10px;
	padding: 0 0 0 0;
}

.linktext
{
    background: url(../../images/bullet.gif) no-repeat 3px 5px;
    padding-left:15px;
}
/* -------------------------------------------------------- */



/* ----------------------- Navigation --------------------- */
#left 
{
	width: 178px;
	float: left;
	font: 12px/18px Verdana, Arial, Helvetica, sans-serif;
	color: #423419;
	margin-top: -11px;
}

#navigation 
{ 
    padding-bottom:-6px;
    margin-left:-20px; 
    padding-left:20px; 
    margin-top:7px; 
}

#navigation li 
{
    list-style-type: none;
}

#navigation li a 
{
    color: #0F454F; 
    text-decoration: none;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #0F454F;
    width: 140px;
    display: block;
    padding: 6px;
    text-align:left; 
    padding-left:31px;
    background-color: #B5CFBE;
}

#navigation li a:hover 
{
    text-decoration: none;
    color: #423419;
    background-color: #C4BAA6;
}

#navigation li #active 
{
    text-decoration: none;
    color: #E8FF7F;
    background-color: #408584;
}
/* -------------------------------------------------------- */


/* ------------------- Images Style ----------------------- */
.imageleft {
	float: left;
	padding: 3px;
	margin-right: 8px; 
	margin-top: 5px; 
	background-color: #ffffff;
	border: 1px solid #9D9C83;
}

.imagecenter {
	padding-left: 90px;
	padding: 2px;
	margin-left: 8px;
	background-color: #f8ece0;
	border: 1px solid #000;
}

.imageright {
	float: right;
	padding: 3px;
	margin-left:8px; 
	margin-right:-10px;
	margin-top: 5px;
	background-color: #ffffff;
	border: 1px solid #9D9C83;
}
/* ------------------------------------------------------- */


/* ------------------- Footer Style ----------------------- */
#footer { 
	margin: 0px auto; 
	height:50px;
	position: relative;
	background-color: #408584;
	border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #0F454F;
	width: 692px; 
	clear: both;
}


#footer a {
	/*margin: 0;*/
	font: normal 10px Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #FDFDF5;
}

#footer a:hover {
	color: #E8FF7F;
	text-decoration: none;
	border-bottom: none;
}

#footerLeftCredit 
{
    float:left; 
    padding-top:5px;
    font: normal 10px Verdana, Arial, Helvetica, sans-serif;
	color: #0F454F;
}

#footerRightCredit 
{
    float:right;  
    /*padding-right:2px; */
    padding-top:3px;
    font: normal 10px Verdana, Arial, Helvetica, sans-serif;
	color: #fff;
}
/* ------------------------------------------------------- */


/* ------------------- Form Style ----------------------- */
.form {
    color:#0F454F; 
    background-color:#BBD0CB;
    border-color:#0F454F; 
    border-style:solid; 
    border-width:1px; 
}

.formHeader {
    height:25px;
    font-family:Arial;
    color:#FDFDF5;
    background-color:#408584; 
    border-bottom-color:#0F454F;
    border-bottom-style:solid;
    border-bottom-width:1px;
}
.contactText
{
    font: 11px/18px Verdana, Arial, Helvetica, sans-serif;
	color: #423419;
    padding: 12px 8px 16px 12px;
}
/* ------------------------------------------------------- */

.clear 
{
	clear: both;
}