/*
* Default style sheet
*/

html {
	/* background: #D3D3D3  url(images/bg.jpg) repeat-x; */
	width: 100%;
	height: 100%;
	background-color: #ece9d8;
}

body {
	margin: 0 auto;
	width: 816px;
	margin-top: 10px;
	margin-bottom: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	color: #585757;
	color: black;
	background: transparent url(images/body-bg.jpg) repeat-y;
}

a img {
	border: none;
}
a, a:visited, a:active {
	text-decoration: none;
	font-weight: bold;
	color: green;
}
#mainContent p {
	margin-bottom: 1.5em;
}

a:hover {
	text-decoration: underline;
}

/*---------------------------------------------------------------------------*/
/* Header */
/*---------------------------------------------------------------------------*/

#headerContainer {
	background: #ece9d8 url(images/header4.jpg) no-repeat;
	margin: 0 auto;
	width: 816px;
	height: 200px;
	text-align: center;
	color: #cbc6ad;
	font-size: 1.2em;
	font-family: georgia, serif;
	font-weight: bold;
	font-style: italic;
}
#headerContent {
}


/*---------------------------------------------------------------------------*/
/* Navigation */
/*---------------------------------------------------------------------------*/

div.navbar2 {
	height: 25px;
	width: 801px;
	margin: 0 auto;
	background: #49260c; 
}

div.navbar2 ul {
	margin: 0 auto;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	white-space: nowrap;
}

div.navbar2 li {
	list-style-type: none;
	display: inline;
	line-height: 25px;
}

div.navbar2 a {
	margin: 0 auto;
	text-decoration: none;
	padding: 7px 10px;
}

div.navbar2 a:link, div.navbar2 a:visited, div.navbar2 a:hover, div.navbar2 a:active {
	color: white;
}

div.navbar2 a:hover {
	text-decoration: underline;
}

#homePage li#homeItem a,
#aboutPage li#aboutItem a,#servicesPage li#servicesItem a,
#estimatesPage li#estimatesItem a,#photosPage li#photosItem a,
#contactPage li#contactItem a {
	color: #006400;
	background-color: white;
	padding-top: 1px;
	margin-left: 1px;
}

/*---------------------------------------------------------------------------*/
/* Main content */
/*---------------------------------------------------------------------------*/
#mainContainer {
	width: 816px;
	margin: 0 auto;
}
#mainContent {
	padding-top: 1em;
	padding-left: 10em;
	padding-right: 10em;
}

#mainContent h1 {
	color: #386524;
	font-size: 1.5em;
	font-weight: bold;
	margin-bottom: 0.5em;
	font-family: Georgia, Helvetica, san-serif;
}
#mainContent h2 {
	color: #386524;
	font-weight: bold;
	font-size: 1.4em;
	font-style: italic;
	font-family: Georgia;
	margin-bottom: 1em;
}
#mainContent h3 {
	color: #fff;
	font-weight: bold;
	font-size: 1.6em;
	font-style: italic;
	font-family: Georgia;
	margin-bottom: 1em;
}
mainContent p {
	margin-bottom: 1em;
}

ul#servicesList {
	font-size: 120%;
}

div#contactInfo {
	width: 500px;
	height: 300px;
	border: 1px solid #49260c;
	/*background: #f1eee0 url(images/bizcard2.jpg);*/
	background: #ebe8d7 url(images/bizcard2.jpg) no-repeat;
	margin-bottom: 1em;
}
div#contactInfo span.ctype {
	font-weight: bold;
}

div#contactInfo p {
	margin-left: 270px;
	margin-top: 215px;
	padding-bottom: 10px;
	margin-bottom: 20px;
}

p.intro {
	font-size: 110%;
	font-style: oblique;
	font-style: italic;
}

div#estimatesSection {
	height: 20em;
}

div#servicesNote {
	background: white url(images/services.jpg);
	width: 560px;
	height: 372px;
}
div#servicesNote p {
	width: 215px;
	font-family: arial,helvetica;
	font-weight: bold;
	font-size: 120%;
	font-style: italic;
	color: #192fd2;
	color: red;
	margin-left: 345px;
	margin-top: 10px;
}

/* used to clear floats */
#mainContent hr {
	display: block; 
	clear: both; 
	margin: -0.66em 0;
	visibility: hidden;
}

#photoSection {
	width: 684px; 
	background-color: #e1e1e1;
	margin: 0 auto;
	border: 1px solid #49260c;
	border: 1px solid gray;
	padding-bottom: 20px;
}

#photoSection img {
	margin: 10px 5px 0px 5px;;
	border-left: 2px solid gray;
	border-top: 2px solid gray;
	border-bottom: 2px solid white;
	border-right: 2px solid white;
	padding: 0;
}

/*---------------------------------------------------------------------------*/
/* Footer */
/*---------------------------------------------------------------------------*/
#footerContainer {
	clear:both;
	height: 58px;
	width: 816px;
	margin: 0 auto;
	margin-top: 20px;
	text-align: center;
	font-size: 90%;
	font-family: arial;
	background: #265188 url(images/footer.jpg) no-repeat;
	color: white;
}
#footerContent {
	padding-top: 10px;
}

#footerContent span {
	font-size: 0.80em;
	font-family: arial;
}

#footerContent a:link, #footerContent a:visited, #footerContent a:hover, #footerContent a:active {
	color: white;
} 

#footerContent span a:link {
}

#footerContent span a:visited {
}



