/*
Eric Marschall - www.ejmdesigns.com
*/

/*----------------LEFTOVERS from previous developer--------------------*/

body {
background-color: #e7e7e7;
font-family: Arial;
}
	
.banner {
background-image: url('layouts/Legend 2/images/BANNER.jpg');
background-repeat: no-repeat;
width: 800px;
height: 80px;
}
 
table.page {
width: 100%;
}
 
	table.page td.spacer {
		width: 50%;
	}
 
table.content1 {
width: 100%; 
background-color: #a19685;
}
 
	table.content1 td.banner {
		background-color: #732020;
		vertical-align: top;
		color: white;
		
	}
	
	table.content1 td.banner h1 {
			font: Arial;
			font-size: 55px;
			margin: 0;
		}
 
	table.content1 td.banner_subtext {
	    vertical-align: bottom; 
	    text-align: right; 
	    font-size: 14px; 
	    color: white; 
	    padding: 2px 5px 2px 5px; 
	    text-align: right;
	    background-color: #6d1400;
	}
	
	
	
table.content2 {
width: 100%; 
background-color: #a19685;
}
	
table.navbar {
	width: 100%;
	background-image: url('/layouts/Legend 2/images/BACKGROUND.jpg');
}
	table.navbar td.navbar {
		/*background-color: #6d1400; */
		
		
		color: white;
		font-size: 12px;
	}
 
 
a.menu_option {
display: block; 
padding: 0px 5px 2px 5px; 
text-decoration: none; 
font-size: 18px; 
color: white;
background-color: #a19685;
}
 
a.menu_option:hover {
color: white;
background-color: #732020;
}
 
table.footer {
width: 100%; 
}
 
	table.footer td {
		padding: 2px; 
		font-size: 12px; 
		text-align: center; 
		color: #cecece; 
		background-image: url('layouts/Legend 2/images/FOOTER.jpg');
	}
	
		table.footer td a {
			color: gray;
		}
 

 
div.remodelman {
padding: 10px;
text-align: center;
font-size: 18px;
background-color: #92335b;
margin-right: 50px;
margin-left: 50px;
margin-bottom: 10px;
text-shadow: 2px 2px 5px #2a0112;
width:680px;
}

/* --------------- GLOBAL SETTINGS ----------------*/

h1 {font-size:1.4em;font-weight:bold;}
h2 {font-size:1.2em;font-weight:bold;}
h3 {font-size:1.0em;font-weight:bold;}

.blogger {
	float:right;
	margin: 47px 50px 0 0;
}

.testimonial {
	width:400px;
	padding: 0 0 20px 0;
	margin: 0 0 20px 0;
	border-bottom: 2px solid #92335b;
}

.clearboth {clear:both;}



/* --------------- ONE-OFF Container Hierarchy -------------------*/

#container {
	width:800px;
	margin:auto;

}

#top {
	float:left;
	background-color: white; 
	background-image: url('/layouts/Legend 2/images/BACKGROUND.jpg');
}

#header {
	width:800px;
	height:80px;
	background-image: url('/layouts/Legend 2/images/BANNER.jpg');
	background-repeat: no-repeat;
}

#mainNav {
	margin:0;
	padding:0;
}

#picNav {
	width:800px;
	height:186px;
	margin:0 0 25px 0;
	float:left;
}

#picNav a {
	margin:0;
	border:0;
	padding:0;
}
#picNav a img {
	margin:0;
	border:0;
	padding:0;
}

#main {
	float:left;
	background-color: white; 
	background-image: url('/layouts/Legend 2/images/BACKGROUND.jpg');
}

#announce {

}

#mainBody {
	width:800px;
	float:left;

}

#homeLeft {
	float:left;
	width:262px;
	height:600px;
	padding-left:25px;

}

#homeContent {
	float:right;
	width:400px;
	font-family: Arial; 
	text-align: left; 
	font-size: 13px; 
	color: #4c4c4c;
	margin-right:25px;
}

#mainContent {
	width:680px;
	text-align:left; 
	font-size: 13px;
	color:#4c4c4c;
	margin: 20px 60px 20px 60px;
}

#mainContentGallery {
	width:800px;
	text-align:left; 
	font-size: 13px;
	color:#4c4c4c;
	margin: 20px 0px 20px 35px;
}

#mainContent img.highlight {
	position:relative; 
	float:right; 
	margin: 0 0 5px 20px; 
	border:none;
}

#maincontent table.mainGallery {
	text-align:center;
	vertical-align: top; 
	font-size: 12px;
	width:680px;
}

#maincontent table.mainGallery td {
	width:170px;
	padding: 0 35px 0 35px;
	text-align:center;
	vertical-align: top; 
	font-size: 12px;
}

#announcement {
	float:right;
	width:120px;
	font-weight:bold;
	font-style:italic;
	margin: 0 0 10px 10px;
	padding:10px;
	border: 2px solid #92335b;
	background-color:#efe5e9;

}

a.captionlink {
	text-decoration: none; 
	color: #4c4c4c;
}

#maincontent table td {
	text-align:center;
	vertical-align: top; 
	font-size: 12px;
}

#mainCap {
	width:800px;
	height:10px;
	float:left;
	background-image: url('/layouts/Legend 2/images/FOOTER.jpg');
}

#footer {
	width:800px;
	margin:0px 0px 5px 0px; 
	padding:28px 0px 0px 0px; 
	float:left;
	font-family: Arial; 
	color: gray; 
	font-size: 10px; 
	text-align: center; 
	/*color: #cecece; */
	background-image: url('/layouts/Legend 2/images/FOOTER.jpg');
}

#footer a {
	color:gray;
}#footer a:hover {
	color:#00008B;
}
 