* {margin:0; padding:0;}

/*-------clear fix-------*/
  .box {

  }
  .floated {
    float: left;
    background: #f00;
    width: 100px;
    height: 100px;
    border: 1px solid #f0f;
  }
      
  * html .clearfix {
    height: 1%; /* IE5-6 */
  }
  .clearfix {
    display: inline-block; /* IE7xhtml*/
  }
  html[xmlns] .clearfix { /* O */
    display: block;  
  }
  .clearfix:after { /* FF, O, etc. */
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
  }
/*-------end clear fix-------*/


body {
height:100%;
background:#fff url(images/bg.jpg) repeat-x;
color:#000;  
text-align:center;
font-family:Arial, Helvetica, sans-serif;
font-size:.8em;
line-height:120%;
}

a {
color:#666;
text-decoration:underline;
}

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

hr {
margin:10px 0 20px 0;
border:none;
width:99%;
color:#eeeeee;
background-color:#eeeeee;
height:1px;
clear:both;
}

ul {margin-left:15px; margin-bottom:12px;}


#centerColumn { 	
margin:0 auto;
width:835px;
text-align:left;
vertical-align: middle;	
background-color:#ffffff;
}

h2 {
margin:0 0 .5em 0;
padding:.75em 0 0 0;
font-family:Georgia, "Times New Roman", Times, serif;
font-size:1.4em;
}

h3 {
margin:0 0 .5em 0;
padding:.75em 0 0 0;
font-size:1.3em;
font-weight:bold;
border-bottom:1px solid #8CC63E;
padding-bottom:3px;
font-family:georgia;
}

h4 {
font-size:1em;
}

dt {
font-weight:bold;
}

dd {
margin-bottom:10px;
}

p {
padding:3px 0 12px 0;
}


#navbar {
background:#8CC63E;
height:36px;
border-top:1px solid #fff;
border-bottom:1px solid #fff;
border-left:10px solid #333;
clear:both;
}

#navbar ul {
list-style:none;
margin:0;
}

#navbar li {
margin:0;
list-style:none;
display:inline;
}

#navbar li a {
margin:0 0 0 0;
padding:10px 30px 10px 30px;
font-weight:normal;
text-transform:uppercase;
color:#510225;
text-decoration:none;
display:block;
float:left;
}

#navbar li a:hover {
background:#B1D87C;
color:#000;
}

#navbar li#active a {
background:#B1D87C;
color:#000;
cursor:default;
}

#header {
margin:0;
padding:0;
background:url(images/header_bg.jpg) repeat-x;
height:84px;
}

#header h1 {
margin:0;
padding:0 0 0 0;
font-size:1.7em;
font-weight:lighter;
letter-spacing:.15em;
color:#000;
}

#header h1 a {
text-indent:-999999px;
display:block;
width:178px;
height:84px;
background:#fff url(images/logo.jpg) no-repeat;
float:left;
}

#header p {
float:right;
padding:50px 5px 0 0;
font-family:georgia;
color:#44555F;
letter-spacing:1px;
font-size:12px;
}

#header h2 {
margin:0 0 0 0;
padding:1em 0 0 0;
font-size:.9em;
font-weight:300;
letter-spacing:.1em;
color:#000;
}

.contentwrap {
background:url(images/contentwrap.jpg) 518px 50px no-repeat;
}

.block_1 {
float:left;
width:500px;
}

.cell_3 {
float:right;
width:290px;
}

.cell_3 ul {
list-style-type:none;
margin:0;
font-family:georgia;
}

.cell_3 ul li {
padding:7px 0 7px 25px;
background:url(images/arrow.gif) no-repeat 3px center;
}

.moreinfo {
border-bottom:1px dotted #999;
padding:15px 0 15px 0;
margin-bottom:15px;
font-family:georgia;
font-style:italic;
}

.service {
border-bottom:1px dotted #8CC63E;
padding:10px 0;
}

.barepic {
border:none;
}

.right {
float:right;
}

.left {
float:left;
padding-right:10px;
padding-top:2px;
}

.center {
width:auto;
margin-left:auto;
margin-right:auto;
}

.clear {
clear:both;
}

img.floatright {
float:right;
margin-left:15px;
}

img.floatleft {
float:left;
margin-right:15px;
}

#footer {
position:relative;
clear:both;
bottom:0;
margin:5em 0 0 0;
padding:0;
height:4em;
line-height:4em;
text-align:center;
font-size:.7em;
background-color:#fff;
}