/* CSS Document */
* {
	margin: 0px;
	padding: 0px;
}

body {
	background: #4c1206;
	text-align:center;
}

a {
	color: #9d6411;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

#ds_wrap {
	margin: auto;
	width: 798px;
	background: url(../images/design/right_ds.gif) top right repeat-y;
}

#page {
	position: relative;
	width: 768px;
	margin: auto; /* this centers the page */
	text-align: left;
}

/* Header and main nav is the same for all pages*/

#header {
	background: url(../images/design/title_bg.gif) no-repeat top left;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 768px;
	height: 72px;
}

#logo {
	position: relative;
	left: 17px;
	top: 14px;
	float: left;
}

#logo img {
	border: none;
}

#tagline {
	position: relative;
	float: right;
	top: 20px;
	right: 20px;
}

#main_nav, #sub_main_nav {
	position:relative;
	margin-left: auto;/* centers the page */
	margin-right: auto;/* centers the page */
	width: 768px;
	height: 20px;
	background: url(../images/design/nav_bg.gif) no-repeat top left;
}	

#main_nav ul {
	margin: 0px;
	padding: 0px 0px 0px 90px;
}

#sub_main_nav {
	padding-left: 40px;
}

#main_nav ul li, #sub_main_nav ul li {
	list-style: none;
	float: left;
}

#main_nav ul li a, #sub_main_nav ul li a{
	float: left;
	height: 20px;
	line-height: 20px;
	padding: 0px 10px 0px 10px;
	font-family: Arial;
	text-transform: uppercase;
	font-size: 10px;
	color: #b5a682;
	text-decoration: none;
}	

#main_nav ul li a:hover, #main_nav ul li a#active, #sub_main_nav ul li a:hover, #sub_main_nav ul li a#active{
	color: #f2e8ca;
	background: url(../images/design/nav_ro_bg.gif) repeat-x top left;
}
/*End header and main nav*/

/*Flash on home page and image on subpage virtually the same*/
#homepage_flash {
	position: relative;
	margin: auto;
	width: 768px;
	height: 343px;
}

#subpage_image {
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 768px;
}
/*End flash/image*/

/*Homepage content area (might steal some paragraph formatting for sub pages)*/
#homepage_content {
	position: relative;
	margin: auto;
	width: 768px;
	padding-bottom: 20px; 
	background: url(../images/design/content_bg.gif) repeat-y top left;
}

#catch_phrase {
	float: left;
	position: relative;
	left: 30px;
	top: 30px;
	width: 130px;
}

#catch_phrase h1 {
	font-family: Times;
	font-size: 24px;
	font-weight: lighter;
	font-style: italic;
	color: #7a1501;
}

.home_text {
	display: block;
	position: relative;
	top: 30px;
	float: right;
	width: 360px;
	padding-right: 25px;
}

.home_text p {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 135%;
	padding-bottom: 7px;
}
.home_text p a {
	color: #9d6411;
	text-decoration: none;
}

.home_text p a:hover {
	text-decoration: underline;
}

#home_callout {
	position: relative;
	display: block;
	width: 150px;
	float: right;
	padding-right:25px;
	padding-top:50px;
}

#home_callout p {
	font-family: Arial;
	font-size: 12px;
	color: #7a1501;
	line-height: 130%;
	padding-bottom: 5px;
}

#home_callout p a {
	color: 9d6411;
	text-decoration: underline;
}

#home_callout p a:hover {
	text-decoration: none;
}
/*End homepage content*/


/*Subpage content*/
#subpage_content {
	position: relative;
	margin: auto;
	width: 768px;
	height: auto; 
	background: url(../images/design/content_bg.gif) repeat-y top left;
}
#texture_wrapper {
	background: url(../images/design/sub_content_ptrn.gif) no-repeat top left;
	height:19px;
}

/*Subpage Nav*/
#subnav {
	position: relative;
	left: 22px;
	float: left;
}

#subnav ul{
	margin: 0px;
	background-color: #ded3b1;
	padding: 5px 0px 5px 0px;
	width: 167px;	
}

#subnav ul li {
	margin: 0px;
	padding: 0px;
	list-style: none;
	display: inline;
}

#subnav ul li a{
	margin: 0px;
	display: block;
	font-family: Arial;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	color: #8b7f55;
	padding: 4px 0px 4px 17px;
}

#subnav ul li a:hover, #subnav ul li a#active {
	background: #c8ba8e url(../images/design/subnav_ro_bg.gif) no-repeat 0% 5px;
	color: #544722;
}
/*End subpage nav*/

#sub_title {
	position: relative;
	left: 50px;
	top: 30px;
	width:350px;
	float:left;
}

#sub_title h1 {
	font-family: Times;
	font-size: 24px;
	font-weight: lighter;
	font-style: italic;
	color: #7a1501;
}

#misc_title {
	position: relative;
	left: 170px;
	top: 30px;
	width:230px;
}

#misc_title h1 {
	font-family: Times;
	font-size: 24px;
	font-weight: lighter;
	font-style: italic;
	color: #7a1501;
}

#callout {
	position: relative;
	display: block;
	width: 150px;
	float: right;
	padding-right:25px;
	padding-top:90px;
}

#callout p {
	font-family: Arial;
	font-size: 12px;
	color: #7a1501;
	line-height: 130%;
	padding-bottom: 5px;
}

#callout p a {
	color: #9d6411;
	text-decoration: underline;
}

#callout p a:hover {
	text-decoration: none;
}

#subpage_text {
	position: relative;
	top: 40px;
	margin: 0 0 0 50px;
	width: 360px;
	float: left;
}

#misc_text {
	position: relative;
	top: 50px;
	left: 170px;
	width: 380px;
	float: left;
}

#subpage_text p, #misc_text p {
	font-family: Arial;
	font-size: 12px;
	line-height: 135%;
	padding-bottom: 10px;
}

#subpage_text p .subtitle, #misc_text p .subtitle {
	color: #7a1501;
}

#subpage_text ul, #misc_text ul {
	font-family: Arial;
	font-size: 12px;
	line-height: 135%;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 20px;
}

#subpage_text ul li, #misc_text ul li {
	padding: 0px 0px 8px 0px;
	list-style: square;
	
}


#subpage_text p a, #misc_text p a, #subpage_text ul li a, #misc_text ul li a {
	color: #9d6411;
	text-decoration: none;
}

#subpage_text p a:hover, #misc_text p a:hover, #subpage_text ul li a:hover, #misc_text ul li a:hover {
	text-decoration: underline;
}

#estimate_form {
	font-family: Arial;
	font-size: 12px;
}

#estimate_form td {
	padding: 7px 0px 7px 0px;
}

#estimate_form tr.header td{
	font-weight: bold;
	border-bottom: thin solid #000000;
	
}

.red {
	color: #7a1501;
}
/*End Subpage Content*/

/*Footer*/
#footer_img {
	clear: both;
	width: 768px;
	height: 30px;
	position: relative;
	margin: auto;
	background: url(../images/design/footer_bg.gif) top left no-repeat;
}

#footer {
	position: relative;
	margin: auto;
	width: 768px;
	margin-bottom: 10px;
}

#copyright {
	position: absolute;
 	bottom: 0px;
	left: 0px;
}

#footer_text {
	position: absolute;
	bottom: 0px;
	right: 0px;
}

#footer_text ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#footer_text ul li{
	float: left;
	margin: 0px;
	padding: 0px;
}

#footer_text ul li a{
	padding: 0px 5px 0px 5px;
	margin: 0px;
}

#footer_text ul li a:hover{

}
/* end footer*/

.spacer {
	clear: both;
}


/*************************** contemplate content styles *******************************/
.contentfile_title {
    font-family: Arial;
    font-size: 18px;
    color: #faefd2;
    font-weight: bold;
}

.contentfile_fieldlabel {
    font-family: Arial;
    font-size: 12px;
    color: #faefd2;
}
.body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	line-height: 110%;
}
.heading {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	line-height: 110%;
	font-weight:bold;
}
.copyright {
	font-family: Arial;
	text-transform: uppercase;
	font-size: 9px;
	color: #b5a682;
}
.copyright a {
	font-family: Arial;
	text-transform: uppercase;
	font-size: 9px;
	color: #b5a682;
}
.footer a{
	font-family: Arial;
	text-transform: uppercase;
	font-size: 9px;
	color: #b5a682;
}