body{
margin: 20px 0px 20px 0px;
background: #D7E6EB;
background-position:center;
font: 0.75em Tahoma;
color: #333333;
voice-family: female;
speech-rate: medium;
speak-punctuation: code;
speak-numeral: continuous;
pause: 20ms;
}

hr {
color: #FFFFFF;
height: 1px;
padding: 0px;
margin: 0px;
}

/* Header Tags - remember we are using the h5 tags for navigation!!! */

h1 {
font: bold 1.3em Tahoma;
color: #FD7E2F;
margin: 10px 0px 0px 0px;
}

h2 {
font: bold 1.0em Tahoma;
color: #333333;
margin: 0px 0px 0px 0px;
}

/* Main Navigation - Works with Nav Link Style */
h3 {
font: bold 0.75em Tahoma;
margin: 3px 0px 3px 0px;
padding: 0px;
text-align: left;
}

/* Site Map Only */
h5 {
font: bold 0.75em Tahoma;
color: #CCCCCC;
margin: 0px;
padding: 0px;
}

div#wrapper {
position:absolute;
left: 50%;
width: 800px;
margin-left: -400px;
text-align:left;
background: #FFFFFF;
}

div#wrapperHeader {
position: absolute;
left: 0px;
width: 800px;
height: 70px;
background: #FFFFFF;
text-align: left;
}

div#wrapperHeaderLogo {
position: absolute;
width: 400px;
padding: 0px 0px 0px 10px;
height: 70px;
background: #FFFFFF;
text-align: center;
}

div#wrapperDate {
position: absolute;
left: 585px;
width: 200px;
top: 50px;
height: 20px;
text-align: right;
vertical-align: bottom;
}

div#wrapperSearchBar {
position: absolute;
top: 70px;
width: 790px;
padding: 5px;
background: #629DBD;
color: #FFFFFF;
text-align: center;
}

div#wrapperBody {
position: absolute;
top: 100px;
width: 800px;
background: #FFFFFF;
vertical-align: top;
padding: 0px 0px 0px 0px;
}

div#wrapperNavigation {
float: left;
position: relative;
width: 190px;
padding: 10px 0px 20px 10px;
/*background: #FFFFFF url(../UserFiles/Image/Template/generic/borderDot.gif) repeat-y right;*/
min-height: 440px;
}

div#wrapperMainContent {
float: left;
position: relative;
width: 380px;
padding: 10px 10px 20px 10px;
min-height: 450px;
background: transparent;
text-align: justify;
}

div#wrapperRightColumn {
float: right;
position: relative;
width: 180px;
height: 100%;
text-align: justify;
padding: 10px 10px 20px 10px;
min-height: 450px;
}

div#wrapperFooter {
clear: both;
border-top: solid 2px #629DBD;
width: 800px;
background: #FFFFFF;
color: #629DBD;
text-align: center;
padding: 5px 0px;
}

div#wrapperSiteMap {
clear: both;
width: 800px;
padding: 10px 0px;
background: #D7E6EB;
color: #FFFFFF;
text-align: center;
}

/* Navigation */

.navigationHeader {
width: 165px;
background: #D7E6EB url(../UserFiles/Image/Template/terms_header.gif) no-repeat;
color: #FFFFFF;
font-weight: bold;
padding: 5px 0px 5px 15px;
}

div#navigation, div#navigationImage {
text-align: left;
width: 180px;
}

div#navigation ul, div#navigationImage ul {
margin: 0px; 
padding: 0px;
list-style-type: none;
}

div#navigation li, div#navigationImage li {
margin: 0px;
}

div#navigation a, div#navigationImage a{
display: block;
width: 165px;
/*height: 20px;*/
padding: 5px 0px 5px 15px;
font-weight: bold;
text-decoration: none; /*lets remove the link underlines*/
border-top: 1px solid #FFFFFF;
}

div#navigation a:link, div#navigation a:active, div#navigation a:visited, div#navigationImage a:link, div#navigationImage a:active, div#navigationImage a:visited {
background: #86B7E0;
color: #FFFFFF;
text-decoration: none; /*lets remove the link underlines*/
}

div#navigation a:hover,  div#navigationImage a:hover {
background: #629DBD;
color: #FFFFFF;
text-decoration: none; /*lets remove the link underlines*/
}

.active {
color: #6db33f;
text-decoration: underline; /*lets remove the link underlines*/
}

div#navigation .mainActive {
background: #FFFFFF;
color: #004990;
}

/* Trade Associations */

.tradeAssociationsHeader {
width: 165px;
background: #FD7E2F url(../UserFiles/Image/Template/contractor_header.gif);
color: #FFFFFF;
font-weight: bold;
padding: 5px 0px 5px 15px;
text-align: left;
}

.tradeAssociationsBox {
width: 148px;
padding: 5px 15px;
border: 1px solid #FD7E2F;
}

/* List Styles */
div#downloadList ul {
margin: 0px; 
padding: 0px;
list-style-type: none;
}

div#downloadList li {
background: #FFFFFF url(../UserFiles/Image/icon_pdf.jpg) no-repeat;
padding: 2px;
}

div#downloadList a{
display: block;
padding: 0px 0px 0px 25px;
text-decoration: none; /*lets remove the link underlines*/
}

div#downloadList a:link, div#downloadList a:active, div#downloadList a:visited {
color: #6db33f;
}

div#downloadList a:hover {
color: #6db33f;
text-decoration: underline; /*lets remove the link underlines*/
}

/* Main Body Styles */

.image_left {
float: left;
width: 200px;
height: 103%;
overflow: hidden;
}

.image_right {
float: right;
width: 200px;
height: 211px;
}

/* Right Colum Styles */



/* Class Link Styles */

div#wrapperMainContent a:link, div#wrapperMainContent a:visited,
div#wrapperRightColumn a:link, div#wrapperRightColumn a:visited,
div#wrapperFooter a:link, div#wrapperFooter a:visited {
color: #86B7E0;
text-decoration: underline;	
}

div#wrapperMainContent a:hover, div#wrapperRightColumn a:hover, div#wrapperFooter a:hover {
color: #86B7E0;
text-decoration: none;	
}

/* Class Header Styles */

div#wrapperMainContent h1 {
font-size: 1.2em;
color: #86B7E0;
}

div#wrapperMainContent h2 {
font-size: 1.0em;
color: #6db33f;
}

/* Class Form Styles */

input, select {
font-size: 0.75em;
border: 1px solid #000000;
padding: 3px;
}

.text2 {
font-size: 1.0em;
border: 1px solid #000000;
padding: 3px;
}

.searchButton {
border: 1px sold #000000;
background-color: #FD7E2F;
padding: 1px;
color: #FFFFFF;
font-weight: bold;
}