/*********************************************************************
   Style Sheet for Edgewater Place
   Code by Michael Williams (mwilliams@behrdesign.com)
   Behr Design, LLC (937-492-5704)
*********************************************************************/

* {
	margin:0;
	padding:0;
	}

body {
	text-align:center;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:160%;
	margin-top:20px;
	background:#164666 url(../images/bg.jpg) top left repeat-x;
	}
	
img {
	border:0;
	}
	
.clear {
	clear:both;
	}

/* Main
-------------------------------------------------------------------- */
#main {
	margin:auto;
	width:950px;
	}
	
/* Head
-------------------------------------------------------------------- */
#top {
	height:178px;
	background:url(../images/top.gif) top left no-repeat;
	}
	
/* Head
-------------------------------------------------------------------- */
#head {
	height:337px;
	}
	
/* Body
-------------------------------------------------------------------- */
#body {
	text-align:left;
	background:#ffffff url(../images/bodybg.gif) top left repeat-y;
	padding:20px;
	}
	
/* Body Text Styles
-------------------------------------------------------------------- */
#body h1 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	font-size:26px;
	color:#164666;
	font-weight:lighter;
	line-height:normal;
	margin-bottom:15px;
	}
	
#body h2 {
	font-size:18px;
	color:#666666;
	line-height:normal;
	margin-bottom:15px;
	}
	
#body h3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	color:#164666;
	line-height:normal;
	margin-bottom:5px;
	}
	
#body p {
	margin-bottom:15px;
	color:#666;
	}
	
hr {
	margin:20px 0px;
	}
	
/* Left
-------------------------------------------------------------------- */
#left {
	float:left;
	width:160px;
	}
	
/* Nav
-------------------------------------------------------------------- */	
#nav {
	width:100%;
	font-size:16px;
	}
	
#nav ul {
	list-style:none;
	}
	
#nav ul li a {
	display:block;
	color:#666666;
	padding:10px 0px 10px 45px;
	text-decoration:none;
	background:url(../images/heart.gif) left center no-repeat;
	}
	
#nav ul li a:link, #nav ul li a:visited {
	color:#666666;
	text-decoration:none;
	}
	
#nav ul li a:hover, #nav ul li a:active {
	color:#164666;
	text-decoration:none;
	}
	
/* Content
-------------------------------------------------------------------- */
#content {
	float:right;
	width:710px;
	background:url(../images/contentbg2.jpg) top left no-repeat;
	}
	
#content ul, #content ol {
	color:#638da8;
	margin:0px 0px 15px 40px;
	}
	
#content a, #content a:link, #content a:visited {
	color:#638da8;
	}
	
#content a:hover, #content a:active {
	color:#164666;
	text-decoration:none;
	}
	
/* 2 Columns
-------------------------------------------------------------------- */
.cols td {
	width:50%;
	}
	
.col1 {
	padding-right:20px;
	}
	
.col2 {
	padding-left:20px;
	}
	
/* 3 Columns
-------------------------------------------------------------------- */
.3col td {
	width:33%;
	}
	
/* Rates Table
-------------------------------------------------------------------- */
.rates {
	line-height:normal;
	margin-bottom:30px;
	}
	
.rates tr td {
	padding:7px;
	}

.ratestitle td {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	color:#164666;
	border-bottom:2px solid #164666;
	}
	
.ratesmem td {
	border-top:2px solid #164666;
	}
	
/* Foot
-------------------------------------------------------------------- */
#foot {
	text-align:left;
	height:106px;
	background:url(../images/foot.jpg) top left no-repeat;
	color:#ffffff;
	}
	
.footinside {
	float:left;
	width:375px;
	margin:30px 0px 0px 165px;
	}
	
#footlinks ul {
	list-style:none;
	}
	
#footlinks li {
	display:inline;
	padding:2px;
	}
	
#footlinks a, #footlinks a:link, #footlinks a:visited {
	color:#98b6ca;
	}
	
#footlinks a:hover, #footlinks a:active {
	color:#ffffff;
	text-decoration:none;
	}
