/*   
Theme Name: Decatur Lake Development
Theme URI: http://www.decaturslakefront.com
Description: Decatur's Lakefront Development theme
Author: Jeff Underwood
Author URI: http://www.e-dcc.com
Version: 1.0
.
General comments/License Statement if any.
.
*/

html, body {
	background-color:#EDF3F7;
	margin:0px;
	/*
	height:100%;
	min-height:100%;
	*/
}
.wrapper {
	margin-left:auto; 
	margin-right:auto; 
	width:1018px;
	height:100%;
	margin-bottom:0px;
	
}
.header {
	background-image:url(images/header_bg.jpg);
	background-repeat:no-repeat;
	height:162px;
	width:1018px;
	text-align:center;
	position:relative;
}
.header_home_link {
	position:absolute;
	right:40px;
	top:10px;
}

.home_link_text {
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	text-decoration:none;
}

.logo {
	position:absolute;
	left:75px;
	top:18px;
}
.index_body {
	position:relative;
	background-image:url(images/index_bg.jpg);
	background-repeat:no-repeat;
	width:1018px;
	padding-left:9px;
	
}

.nav_menu {
	position:absolute;
	background-image:url(images/index_menu_bg.png);
	background-repeat:no-repeat;
	width:252px;
	height:326px;
	top:0px;
	left:57px;
	text-align:center;
	padding-top:8px;
}

.index_footer {
	position:relative;
	background-image:url(images/footer_bg.jpg);
	background-repeat:no-repeat;
	width:1018px;
	height:312px;
	margin-top:-4px;
}

.quicklinks {
	position:absolute;
	left:75px;
	top:90px;
}

.index_footer_text_left {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#fff;
	position:absolute;
	width:300px;
	left:350px;
	top:40px;
	line-height:20px;
}
.index_footer_text_right {
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#fff;
	position:absolute;
	width:300px;
	left:700px;
	top:40px;
	line-height:20px;
}


.index_footer_title {
	font-size:17px;
	font-weight:800;
}

.footer_links {
	background-image:url(images/index_bg.jpg);
	position:relative;
	/*
	bottom:0px;
	*/
	text-align:center;
	width:1018px;
	height:50px;
}

.footer_links a {
	text-decoration:none;
	color:#001B38;
	font-family:Arial, Helvetica, sans-serif;
	font-size:9px;
	font-weight:800;


}

/* fading for nav menu */
.fade {  
	position: relative;  
	top: 0px;
	left: 0px;
	height:45px;
}
.fade div {  
	position: absolute;  
	top: 5px;  
	left: 7px;  
	display:none;
}


/* subpages */
.subpage_body {
	position:relative;
	background-image:url(images/index_bg.jpg);
	background-repeat:repeat-y;
	width:1018px;
	padding-left:9px;
	min-height:650px;
    height: auto !important;
    height: 500px;

	

}

.nav_menu_subpage {
	position:absolute;
	background-color:#001B38;
	width:252px;
	height:100%;
	top:-8px;
	left:57px;
	text-align:center;
	padding-top:8px;
	
}

.subpage_title {
	font-size:17px;
	font-weight:800;
}

.subpage_text {
	position: relative;
	left:350px;
	top:10px;
	width:600px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#002942;
	padding-bottom:10px;
	line-height:20px;
}

.subpage_text p a {
	color:#002942;
}
