/* main CSS Document */
/* general styling first */
/* reset css styles individually instead of universal selector. */
html, body{
margin: 0;
padding: 0;
font-weight: inherit;
font-style: inherit;
font-size: 100%;
font-family: inherit;
vertical-align: baseline;
border-left:0;
}
div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code,del, dfn, em, font, img, ins, kbd, q, s, samp,small, strike, sub, sup, tt, var,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td{
margin: 0;
padding: 0;
border: 0;
font-weight: inherit;
font-style: inherit;
font-size: 100%;
font-family: inherit;
vertical-align: baseline;
}

body {
line-height: 1;
color: black;
background: white;
font-family: Verdana,Arial, Helvetica, sans-serif;
}

ol, ul {list-style: none;}

table {
border-collapse: separate;
border-spacing: 0;
}

caption, th, td {
text-align: left;
font-weight: normal;
}
* html .clearfix {height: 1%;}
      .clearfix {display: block;}

      /* End hide */
      /*........... do not change or amalgamate the above clearfix styles ......*/

p,h1,h2,h3,h4,h5,h6,ul,ol {margin-bottom:.5em}

a img,img{border:none;display:block;}

a{
text-decoration:none;
color:#252e1c;
}

h1,h2,h3,h4,h5,h6{
font-weight:bold;
}

h1{font-size:197%}/* 26px */
h2{font-size:182%}/* 24px */
h3{font-size:167%}/* 22px */
h4{font-size:152%}/* 20px */
h5{font-size:136%}/* 18px */
h6{font-size:122%}/* 16px */

body{
font-size: 13px;
text-align:center; /* for ie5.+*/
background:#757E85;
}
#outer{
width:981px;
margin:auto;/* center the page*/
text-align:left;/* reset text back to left due to ie5.x fix */
}
#header{
 width:981px;
 }

#banner{
width:981px;
height:166px;
margin:-40px 0 0 0;
background:url(images/header.jpg) no-repeat 0 0;

z-index:1
    }
#headline{
margin: 0 0 0 0;
position:relative;
top:-50px;
left:50px;
z-index:1;
}
#middle{
width:981px;
height:362px;
background:url(images/middle.jpg) no-repeat 0 0;
position:relative;
top:-25px;
z-index:1;
}

#slogan{
margin: 0 0 0 0;
width: 570px;
position:relative;
top:-260px;
left:10px;
z-index:1;
}
#main,#content{
width:981px
}

#main{
background:#ebf1e9; 
min-height:210px;
position:relative;
top:-225px;
}

#content{
background:#ebf1e9;
min-height:210px;

}

* html #content {height:210px}/* for ie6 and under*/


#leftnav{
width:350;
display:inline;/* cure IE6 double margin bug*/
position:relative;
line-height:2.3em;
padding:0;
top:-380px;
left:670px;

z-index:1;
 }
 
#maincol{
width:960px;
margin:7px 15px 7px 15px;
float:left;
}

#footer{
width:1023px;
padding:20px 0 0 0;
background:url(images/footer.jpg) no-repeat 0 0;
clear:both;
}
#copyright{
margin: 0 0 0 0;
width: 570px;
position:relative;
bottom:10px;
left:10px;
z-index:1;
}

h1{

color:#434543;
font-style: italic;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 2.5em;

margin: 0 0 0 0
}

h2{

color:#000000;
font-style: regular;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 1.5em;
margin: 0 0 0 0;
}

h3{

color:#0A7EBB;
font-style: regular;
font-weight:bold;
font-family: Arial, Verdana, Helvetica, sans-serif;
font-size: 1.5em;
}

h4{

color:#8CB500;
font-style: italic;
font-weight:bold;
font-family: Arial, Verdana, Helvetica, sans-serif;
font-size: 1.2em;
margin:6px 0 10px 0;
}


h5{

color:#ffffff;
font-style: regular;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 0.8em;
}

a {
color:#0A7EBB;
}
a:hover{
color:#0A7EBB;
text-decoration:underline;
}



body {
color: #000000;
font-style: regular;
font-family: Verdana, Arial, Helvetica, san-serif;
font-size: 0.7em;
line-height: 1.8em;
}


ul#leftnav li, ul#leftnav li a{
color:#ffffff;
font-weight:regular;
font-size:1.1em;
 }

ul#leftnav li a span{color:#ffffff}
ul#leftnav li a:hover{color:#ffffff; font-weight:regular; text-decoration:underline}


ul {
padding: 0;
margin: 0;
list-style: none;
}

li {
color:#000000;
font-weight:regular;
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size:1em;
list-style-type: disc;
list-style-position: inside;
padding-left: 7px;
} 

.floatright{
	float:right;
	margin:10 10px 10px 10px;
	padding: 2px;
}

.floatleft{
	float:left;
	margin:10px 10px 10px 10px;
	padding: 2px;
}
#footerlink{
color:#434543;
}