/******* Start by losing all the browser defaults **********/
* {
	border: 0;
	margin: 0;
	padding: 0;
}

/******* Force a scrollbar in short pages to prevent page jump in Gecko ******/
/* hide from IE mac \*/ 
html {
	min-height: 100%;
	margin-bottom: 1px;
	overflow-y: scroll;
}

/* end hiding from IE5 mac */

/******* Set the body defaults **********/ 
body {
	background: url(/images/bodybg.jpg);
	background-attachment: scroll;
	font: 100.01%/120% Arial, Helvetica, sans-serif;
	color: #1b1b1b;
	background-color: #000;
	background-repeat: repeat-y;
	background-position: top center;
}

/******** Set the wrapper ********/
#wrapper {
	margin: 0px auto;
	min-height: 300px;
	width: 760px;
	background-color: #fff;
	padding-top: 1px;
	padding-bottom: 5px;
	font-size: 80%;
}


/***** Set the headers **************/

#topheader {
	height: 30px;
	border: 1px solid #ccc;
	width: 744px;
	margin: 5px auto;
}

#topheader .contact_link a {
	float: right;
	margin: 3px 4px 2px 2px;
	display:block;
	width: 89px;
	height: 23px;
	background: transparent url(/images/contact.jpg) no-repeat;
}

#topheader .home_link a {
	float: right;
	margin: 3px 4px 2px 2px;
	display:block;
	width: 89px;
	height: 23px;
	background: transparent url(/images/home.jpg) no-repeat;
}

#topheader .home_link a:hover {
	background-position: -89px 0;
}

#topheader .contact_link a:hover {
	background-position: -89px 0;
}

#topheader .right {
	float: right;
	margin: 3px 4px 2px 2px;
}

#topheader .slogan {
	margin-top: 3px;
}

#header {
	height: 232px;
	/*background:  url(/images/header_bg_1.jpg) no-repeat;*/
	width: 746px;
	margin: 5px auto;
}

#slider {
    width: 745px; /* important to be same as image width */
    height: 236px; /* important to be same as image height */
    position: relative; /* important */
	overflow: hidden; /* important */
}

#sliderContent {
    width: 745px; /* important to be same as image width or wider */
    position: absolute;
	top: 0;
	margin-left: 0;
}

.sliderImage {
    float: left;
    position: relative;
	display: none;
}

.sliderImage span {
    position: absolute;
	font: 10px/15px Arial, Helvetica, sans-serif;
    padding: 10px 13px;
    width: 475px;
    background-color: #000;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
	-khtml-opacity: 0.7;
    opacity: 0.7;
    color: #fff;
    display: none;
}

.clear {
	clear: both;
}

.sliderImage span strong {
    font-size: 14px;
}

.bottom {
	bottom: 9px;
    left: 2px;
}

ul { list-style-type: none;}


/************** Content Area ********************/
#RightCol {
	float: right;
	min-height: 200px;
	width: 250px;
	margin: 0 2px 0 20px;
}

.set {
	margin: 5px;
}

#RightCol ul {
	list-style-type: none;
	list-style-position: inside;
	padding-left: 7px;
}


#RightCol li {
	border: 1px solid #484848;
	margin-bottom: 3px;
	width: 236px;
}

#RightCol li a {
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 4px;
	background-color: #872e06; 
}

#RightCol li a:hover, #RightCol li a:focus {
	background: #fff;
	color: #872e06;
	border: none;
}

#content {
	border: 1px solid #ccc;
	margin: 5px 250px 5px 9px;
	min-height: 380px;
	padding-bottom: 20px;
}


#content ul {
	list-style-position: inside;
	padding-left: 25px;
	margin-top: 15px;
}

#content a {
	color: #872e06;
	text-decoration: underline;
}

#content a:hover {
	color: #872e06;
	text-decoration: none;
}

#content .free_estimate a {
	float: right;
	margin: 3px 4px 2px 2px;
	display:block;
	width: 162px;
	height: 57px;
	background: transparent url(/images/free_estimate.jpg) no-repeat;
}

#content .free_estimate a:hover {
	background-position: -162px 0;
}

/********* All floats must be cleared ********/

.clear {
	clear: both;
	font-size: 1px;
}

/************ Footer styles ***************/
#footer {
	min-height: 90px;
	width: 744px;
	margin: 6px auto 0 auto;
	border: 1px solid #ccc;
	clear: both;
}

#footer p {
	color: #666666;
	font-size: 75%;
	float: right;
	padding: 0;
	margin: 6px 6px 0 0;
}
#footer a {
	color:#999999;
}

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

#footerNav {
	clear: both;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	text-align: center;
	margin: 0px 5px 3px 0px;
	padding: 0px 5px 3px 0px;
}

#footerNav ul {
	margin: 0px;
	padding: 0px;
}

#footerNav li {
	list-style-type: none;
	display: inline;
	margin-top: 0px;
	margin-bottom: 0px;
}

#footerNav a,
#footerNav a:active,
#footerNav a:visited {
	font-style: oblique;
	text-decoration: none;
	background: none;
	font-weight: bold;
}

#footerNav a:hover,
#footerNav a:focus {
	color: #000000;
	text-decoration: none;
}

/********* Headings ****************/

h1, h2, h3 {
  font-size: 125%;
  margin: 5px 0 5px 5px;
}

h2 {
	font-size: 120%;
	margin-bottom: 0;
	margin-top: 20px;
}

h3 {
	font-size: 110%;
}

h4, h5, h6 {
	font-size: 105%;
	margin: 8px 0 3px 0;
}

h4 {
	margin-top: 30px;
}

h5 {
	font-size: 100%;
}

h6 {
	font-size: 95%;
}

p {
	margin: 5px 8px 8px 5px;
}

/***** Image floats **************/
.left {
	float: left;
	margin: 5px 10px 2px 0;
}

.right {
	float: right;
	margin: 5px 0 2px 5px;
}

/******** End image floats *********/

/* loads the roll over images when the page first loads
and hides them from view, will prevent roll over lag*/

#cacheit {
	display: none;
}

/****** For IE mac ***********/

 /*\*//*/
 #footer {
 	height: 30px;
 }
/**/
