/*
Website:
Site URI: http://www.sunsethomeinspections.com
Version: 1.0, November 18, 2008
Author: Marj Wyatt dba Wyatt, Inc.
Author URI: http://www.wyatt-inc.com
*/

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;
}

ol, ul {list-style: none;}

table {
border-collapse: separate;
border-spacing: 0;
}

caption, th, td {
text-align: left;
font-weight: normal;
}

/* end reset styles */
/* clearing technique *
.clearfix:after {
content:".";
display:block;
height:0;
clear:both;
visibility:hidden;
}

.clearfix {display:inline-block;}
/* mac hide */
* 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.+*/
}

/*    End Reset */
/*****************    Main Body  **************/
body {
    font : 85% "Trebuchet MS", Arial, Helvetica, sans-serif;
    font-size : 13px;
}

#wrapper {
  width: 852px;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  border: 25px solid #CC9B66;
}

#header {
  width: 855px;
  height: 200px;
/*  float: left; */
/*  border-left : 1px solid #d1d1d1;
  border-right : 1px solid #d1d1d1; */
  margin-left: auto;
  margin-right: auto;
  background: #CC9B66; /*menu strip background*/
  background-image: url(../images/header_sunsethomeinspection.png);
  background-repeat: no-repeat;
}

#header_tag_001 {
  width: 50%;
  padding-left: 60px;
}

#table {
    width: 852px;
    table-layout: automatic;
	margin-left: auto;
	margin-right: auto;
}

#form {
  margin-left: auto;
  margin-right: auto;
}


p {
    padding-left: 15px;
    padding-right: 15px;
    font-size: 1.1em;
}

ol.A {
  list-style-type: upper-roman;
  font-size: 1em;
  margin-left: 50px;
}

ul.la {
list-style: decimal;
font-size: 1em;
margin-left: 50px;
}



.red {color: #BC181F;}
.orange {color: #FF6600;}
.blue {color: #538BFF;}
.green {color: #9BE538;}
.darkgreen {color: #034702;}
.yellow {color: #FFFF00;}

.tag_table_001 {
    table-layout: automatic;
    width: 50%;
/*    margin-left: 0.5%;
    margin-right: 0%; */
    font-size: 100%;
    border: none;
    text-align: center;
}

.tag_cell_left {
    font-size: 100%;
    border: none;
    vertical-align: top;
    position: absolute;
    left: 300px;
    top: 40px;
    text-align: center;
}

/************************* Links *******************************/

a:link {color: #2E888A; font-weight:bold; text-decoration: none;}     /* unvisited link */
a:visited {color: #2E888A; font-weight: bold; text-decoration: none;}  /* visited link */
a:hover {color: #FF6600; font-size:105%; text-decoration: none;}   /* mouse over link */
a:active {color: #FF6600; font-weight: bold; text-decoration: none;}   /* selected link */

a.cream:visited {color:#ffff99;} /*white link */

a.blue:hover {color: #33526F;}
a.gold:hover {color: #d6c56d;}
a.red:hover {color: #ff0000;}
a.yellow:hover {color: #ffff00;}
a.maroon:hover {color: #800000;}

/************************ Header Navigation *******************/

#main-menu {
	width:855px;
 	height:35px;
    background: #CC9B66; /*menu strip background*/
    padding-top: 2px;
}

#main-menu ul {
	overflow:hidden;
}

#main-menu li {
	list-style-type:none;
	float:left;
	width:100px;
/*	margin-left:-1px; */
    position: relative;
	text-align:center;
    color: #000000;
}

#main-menu a{
	height:70px;
/* 	background: url('../images/tab_100w70h.gif') no-repeat bottom center; */
	display:block;
    font-family: Georgia;
    text-transform: uppercase;
    font-weight:bold;
	color: #F0693D;
}

#main-menu a:hover{
	height:35px;
/* 	background: url('../images/tab_100w70h.gif') no-repeat bottom center; */
    font-weight: bold;
    color: #FFFFFF;
}



