/* CSS Document */

body {
	background:url(images/stone.jpg);
	font:"Times New Roman", Times, serif;
	color:#003300;
	}

h1 {
	padding:3px 10px 3px 10px;
	margin:5px 0 0 0;
	color:#003300;
	font-size:1.5em;
	font-weight:lighter;
	letter-spacing:.2em;
	text-align:left;
	border-bottom:#D7C57D 1px solid;
	}

h2 {
	padding:5px;
	margin:5px;
	color:#1F3614;
	font-size:1.3em;
	font-weight:lighter;
	}

li {
	list-style:url(images/list.png);
	border-bottom:#003300 1px solid;
	font-size:16px;
	}
p {
	font-size:1em;
	}



#lindsay_construction_home,
#lindsay_construction_projects,
#lindsay_construction_about,
#lindsay_construction_contact {}

#banner {
	height:99px;
	width:800px;
	position:relative;
	border:#4D3602 1PX solid;
	}
	
#nav {
	position:absolute;
	top:100px;
	left:-5px;
	width:810px;
	height:50px;
	background:url(images/mantle.jpg);
	text-align:center;
	}
	#nav_links {
		position:absolute;
		top:28px;
		left:0px;
		width:100%;
		padding:.1em;
		}
	#nav h3 {
		font-size:.9em;
		font-stretch:expanded;
		letter-spacing:2px;
		display:inline;
		padding:3px;
		margin:0 20px 0 20px;
		border-left:#003300 1px solid;
		border-right:#003300 1px solid;
		}

	#lindsay_construction_home #nav_home a,
	#lindsay_construction_projects #nav_projects a,
	#lindsay_construction_about #nav_about a,
	#lindsay_construction_contact #nav_contact a {
		border:none;
		text-decoration:underline overline;
		padding:2px;
		margin:15px auto 0px auto;
		}
		
		#nav_home,
		#nav_projects,
		#nav_about,
		#nav_contact {
			background:url(images/stone_darker.jpg));
			padding:3px;
			}
		
		#nav_home a,
		#nav_projects a,
		#nav_about a,
		#nav_contact a {
			color:#FFFFCC;
			text-decoration:none;
			padding:2px;
			}
		#nav_home a:visited,
		#nav_projects a:visited,
		#nav_about a:visited,
		#nav_contact a:visited {
			color:#FFFFCC;
			text-decoration:none;
			}
		#nav_home a:hover,
		#nav_projects a:hover,
		#nav_about a:hover,
		#nav_contact a:hover {
			text-decoration:underline overline;
			font-weight:bolder;	
			}
		#nav_home a:active,
		#nav_projects a:active,
		#nav_about a:active,
		#nav_contact a:active {
			color:#006600;
			text-decoration:none;
			}

#container {
	position:relative;
	margin:auto;
	width:800px;
	}

#main_content {
	background:url(images/stone_light.jpg);
	position:absolute;
	top:150px;
	width:100%;
	border-left:#AA8D66 1px solid;
	border-right:#AA8D66 1px solid;
	}

#frame {
	background:url(images/stone_darker.jpg);
	border-left:#83603D 2px solid;
	border-right:#83603D 2px solid;
	position:absolute;
	top:151px;
	width:100%;
	}


#footer {
	background:url(images/wood_bg_dark_H.jpg);
	border:#533D26 1px solid;
	width:820px;
	position:absolute;
	bottom:0px;
	left:-10px;
	font-size:.9em;
	}

#thumbs {
	position:relative;
	min-height:700px;
	}




.large_img {
	padding:10px;
	background:url(images/stone_darker.jpg);
	margin:auto;
	text-align:center;
	border:#83603D 1px solid;
	}
.small_img {
	text-align:center;
	border:#83603D 3px solid;
	}
.display_img {
	padding:10px;
	border:#83603D 1px solid;
	}
.text_box {
	padding:10px;
	background:#EEECBB;
	border:#83603D 1px solid;
	}
.dark_bg {
	border-bottom:#003300 1px dotted;
	font-weight:bold;
	}