* {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;
color:#000;  
text-align:center;
font-family:Verdana, Arial, Helvetica, sans-serif;
font-size:.8em;
line-height:130%;
}

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

a:hover {
color:#0000CC;
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;}

ul.star {
margin:0;
}

ul.star li {
background:url(images/li_star.gif) center left no-repeat;
padding:3px 0 3px 25px;
margin:10px 0;
list-style-type:none;
}

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

dl {
margin:10px 0;
}

dt {
font-weight:bold;
margin-bottom:3px;
}

dd {
margin-bottom:16px;
}

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

#centerColumn h2 {
margin:0 0 .5em 0;
padding:.75em 0 0 0;
font-size:1.1em;
color:#A80400;
}

#centerColumn h3 {
margin:0 0 .5em 0;
padding:.75em 0 0 0;
font-size:0.8em;
font-weight:lighter;
letter-spacing:0.1em;
color:#A80400;
}

#navbar {
background:url(images/nav.jpg) repeat-x;
border-bottom:1px solid #fff;
font-size:11px;
}

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

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

#navbar li a {
margin:0 0 0 0;
display:block;
float:left;
padding:3px 30px;
text-decoration:none;
color:#fff;
}

#navbar li a:hover {
color:#fff;
text-decoration:underline;
}

#navbar li#active a {
background:url(images/nav_on.jpg) no-repeat center top;
font-weight:bold;
color:#fff;
}

#header {
margin:0;
padding:14px 0 0 10px;
height:78px;
background:#ccc url(images/header.jpg) no-repeat;
border-top:1px solid #fff;
border-bottom:1px solid #fff;
}

#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:435px;
height:65px;
background:#fff url(images/logo.jpg) no-repeat;
}

#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) repeat-x;
padding:10px 0;
}

#banner {
background:url(images/markyeroofing.gif) right top no-repeat;
height:40px;
margin:0 10px;
}

#block_1 {
margin:0 5px 1em 0;
padding:20px 8px 0 8px;
float:left;
width:385px;
}

.cell_3 {
margin:0 0 1em 5px;
padding-top:20px;
float:right;
width:355px;
}

.barepic {
border:none;
}

.right {
float:right;
}

.left {
float:left;
}

.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 {
clear:both;
bottom:0;
margin:0 0 0 0;
padding:3px;
text-align:center;
font-size:.7em;
background:url(images/nav.jpg) repeat-x;
color:#fff;
}

#footer a {
color:#fff;
}
.border {
	border: 1px solid #000000;
	margin-left: 2px;
	margin-right: 2px;
}

