/* GENERAL 
-----------------------------------------------------------------------------*/

/* hack for forcing scroll bars to stop page jog - http://www.splintered.co.uk/experiments/49/ */
html { margin-bottom: 1px; min-height: 100%; }

/* Remove padding and margin on all elements*/
* { padding:0; margin:0; border: 0; }

/*debug border on all divs*/
div { border: 0px solid #ccc; }

/* Class for clearing floats */
.clear { clear: both; }

#edit {float:right; border: 1px solid #000; padding: 4px; margin: 5px;}

/* Remove border around linked images and fix Firefox odd spaces */
img { border: 0; vertical-align: bottom; }

.button {background-color: #F2F1EE; border:1px solid #c5ddc7; padding: 2px 5px 2px 5px;}

input, textarea {border:1px solid #c5ddc7; padding-left: 2px;}

input {width: 200px; height: 20px; color: #7ea181;}

body {
background-color: #a5d9ec;
font-family: Arial, Helvetica, sans-serif;
font-size:9pt;
color: #4B4B4B;
}

#container {
width: 839px;
\width: 859px;
w\idth: 839px;
margin-left: auto;
margin-right: auto;
}

h1 {
color: #6b1f1f;
font-size:10pt;
font-weight:bold;
}

h2 {
color: #6b1f1f;
font-size:10pt;
font-weight:normal;
}

h3 {
color: #6b1f1f;
font-size:12pt;
font-weight:bold;
margin: 0 0 10px 0;
}

h4 {
color: #000;
font-size:12pt;
font-weight:bold;
margin: 0 0 10px 0;
}

/* LINKS
-----------------------------------------------------------------------------*/
a { 
text-decoration: underline; 
color: #7C868D; 
}

a:hover { 
text-decoration: none; 
color:#7C868D;
}

#homePage a { 
text-decoration: none; 
color: #6b1f1f; 
}

#homePage a:hover { 
text-decoration: underline; 
color:#6b1f1f;
}

#leftlinks a {
color: #4B4B4B;
font-weight:bold;
display:block;
padding-top:12px;
padding-bottom:12px;
border-bottom: 2px solid #C5E4F9;
text-decoration: none; 

}
#leftlinks a:hover {
text-decoration: none; 
color: #CCC;
}


/* CONTENT
-----------------------------------------------------------------------------*/

#main {
padding-left: 19px;
padding-right: 19px;
background-image: url(/images/site/shadow.gif);
background-repeat: repeat-y;
}

#leftnav {
float: left;
width:242px; /*All Browsers*/
padding: 0;
}

* html #leftnav {
width: 242px;
w\idth: 238px; /*IE6*/
}

#leftlinks {
padding: 20px 42px 40px 42px;
}

#leftnav img{
border-bottom: 3px solid white;
}

#leftdisclaimer{
line-height:1.5em;
font-size:8pt;
font-style:italic;
padding: 50px 22px 50px 22px;
text-align: justify;
}

#content {
float:left;
width: 559px;
}

td {
padding: 0px 25px 20px 0px;
text-align: justify;
vertical-align: top;
}

#divider {
border-bottom: 1px solid #6B1F1F;
margin-bottom: 25px;
}

#dividerFaq {
border-top: 1px solid #6B1F1F;
margin: 25px 0 25px 0;
}

#dividerGeneral {
border-top: 1px solid #6B1F1F;
margin: 15px 0 25px 0;
}

.input {
float:left;
margin-left:20px;
margin-top: 5px;
}

.header {
margin-left: 20px;
float:left;
padding-top: 5px;
}

.textbox {
float:  left;
width: 200px;         
text-align: right;
vertical-align:top;
padding-top: 5px;
}

.prop {
height:1000px;
float:right;
width:1px;
}

#content-g {
background-image:url(/images/site/green-m.jpg);
background-repeat:repeat-y;

}

#content-top {
background-image:url(/images/site/green-t.jpg);
background-repeat:no-repeat;
background-position:top left;
}

#content-bottom {
background-image:url(/images/site/green-b.jpg);
background-repeat:no-repeat;
background-position:bottom left;
}

#maintext {
line-height: 1.5em;
padding: 25px;
min-height: 800px;
height: auto !important;
height: 800px;
}

/* FOOTER
-----------------------------------------------------------------------------*/
#footer {clear:both;} 