body {
    text-align: center; /* ie fix */
    background: #999999 url('../assets/images/background/bg.jpg') repeat left top;
	font-family: Arial, sans-serif;
}
div#container {
    text-align: left; /* ie fix */
    margin: 0px auto;
    width: 900px; /*height: 786px;*/
    background-color: #ffffff;
}
div#container div#header {
    width: 900px; height: 150px;
    border-bottom: 1px solid #ccc;
    background: #ffffff url('../assets/images/background/header_photos.jpg') no-repeat left top;
	overflow: hidden;
}
	div#container div#header div.slideshow {
		width: 150px;height: 150px;
		float: left;
	}
		div#container div#header div.show-01,
		div#container div#header div.show-02,
		div#container div#header div.show-03,
		div#container div#header div.show-04,
		div#container div#header div.show-05,
		div#container div#header div.show-06 {
			width: 150px; height: 150px;
			float: left;
		}
div#container div#left_column {
    float: left;
    width: 230px; height: 680px;
    background: #f4f3e2 url('../assets/images/background/bg_left.jpg') repeat left top;
    color: #849758;
}
    div#container div#left_column ul#menu {
        width: 217px; height: auto;
        margin-top: 25px; margin-left: 13px;
        font-size: 1.45em; line-height: 1.5em;
    }
        div#container div#left_column ul#menu li a,
        div#container div#left_column ul#menu li a:visited,
        div#container div#left_column ul#menu li a:hover,
        div#container div#left_column ul#menu li a:active {
            text-decoration: none;
            color: #849758;
        }
        div#container div#left_column ul#menu li a:hover {
            color: #522c1b;
        }
    div#container div#left_column ul#contact {
        margin: 30px 0 0 12px;
        color: #522c1b;
        line-height: .8em;
    }
        div#container div#left_column ul#contact li {
            color: #522c1b;
            font-size: 1.1em; line-height: 1.2em;
        }
        div#container div#left_column ul#contact li.address {
            margin: 15px 0 0 0;   
        }
        div#container div#left_column ul#contact li.small {
            color: #000000;
            font-size: .8em;
        }
    div#container div#left_column p {
        margin-top: 10px; margin-left: 13px;
        font-size: .8em;
    }
        div#container div#left_column p a,
        div#container div#left_column p a:visited,
        div#container div#left_column p a:hover,
        div#container div#left_column p a:active {
            color: #000000;
            text-decoration: none;
        }
        div#container div#left_column p a:hover {
            text-decoration: underline;
        }
div#container div#content {
    position: relative;
    float: left;
    width: 670px; min-height: 660px; /*height: 570px;*/
    background: #ffffff url('../assets/images/background/bg_content.jpg') repeat left top;
	overflow: visible;
	_height: 10px;
	_overflow: visible;
	padding-bottom: 15px;
}
    div#container div#content div#home_info {
        padding-left: 25px;
        font-family: Arial, san-serif;
    }
    div#container div#content div#home_info h1 img {
        border: none;
        width: 546px; height: 163px;
        margin-left: -15px; margin-top: 5px;
    }
    div#container div#content div#home_info h2 {
        font-size: 1.6em;
        color: #849758;
    }
    div#container div#content div#home_info p {
        font-size: 1em; line-height: 1.25em;
        color: #000000;
        width: 380px;
    }
    div#container div#content div#home_info h3 {
        color: #849758;
        font-size: 1.3em;
        font-weight: normal;
        margin-top: 30px;
    }
    div#container div#content div#sticky {
        position: absolute;
        top: 167px; right: 20px;
        width: 230px; height: 200px;
        background: transparent url('../assets/images/background/sticky.png') no-repeat left top;
    }
        div#container div#content div#sticky ul {
            font-size: .8em; line-height: 1.2em;
            margin: 90px 0 0 33px;
        }
            div#container div#content div#sticky ul li {
                margin: 0 0 18px 0;
				width: 175px;
            }
				div#container div#content div#sticky ul li a,
				div#container div#content div#sticky ul li a:visited,
				div#container div#content div#sticky ul li a:hover,
				div#container div#content div#sticky ul li a:active {
					color: #522c1b;
				}
    div#container div#content div#home_info #box {
        border: none;
        position: absolute;
        bottom: 15px; right: 28px;
        width: 215px; height: 179px;
    }
div#container div#footer {
    clear: both;
    width: 900px; height: 50px;
    border-top: 1px solid #cccccc;
    color: #522c1b;
    font-size: .9em; line-height: 1.8em;
}
    div#container div#footer ul {
        width: 847px;
        padding-left: 53px;
    }
        div#container div#footer ul li {
            float: left;
            display: inline;
        }
            div#container div#footer ul li a,
            div#container div#footer ul li a:visited,
            div#container div#footer ul li a:hover,
            div#container div#footer ul li a:active {
                text-decoration: none;
                padding: 0 5px 0 5px;
                color: #522c1b;
                font-weight: bold;
                letter-spacing: -.1em;
            }
            div#container div#footer ul li a:hover {
                text-decoration: underline;
                color: #000000;
            }
        div#container div#footer p {
            color: #b6b3b2;
            padding-left: 125px;
        }
            div#container div#footer p a,
            div#container div#footer p a:visited,
            div#container div#footer p a:hover,
            div#container div#footer p a:active {
                color: #b6b3b2;
                text-decoration: none;
            }
            div#container div#footer p a:hover {
                text-decoration: underline;
            }

/*=============================================================*/
/*================== a.current - Current Menu =================*/
/*=============================================================*/			
			
.current {
	color: #522c1b !important;
}

/*=============================================================*/
/*=============== div.emergency - emergency.php ===============*/
/*=============================================================*/

div.emergency {
	margin-top: 5px;
	font-size: 1em;
}
	div.emergency h1, div.emergency h2 {
		margin: 0 15px;
		line-height: 2.5em;
		border-bottom: 1px dashed #522c1b;
		color: #522c1b;
		font-size: 1.3em;
	}
div.emergency h3 {
	margin: 10px 20px;
	line-height: 1.5em;
	color: #849758;
	font-size: 1em
}
div.emergency p {
	margin: 10px 20px;
	line-height: 1.2em;
}
	div.emergency a,
	div.emergency a:visited,
	div.emergency a:hover,
	div.emergency a :active {
		color: #849758;
        font-weight: bold;
		text-decoration: none;
	}
	div.emergency a:hover {
		text-decoration: underline;
	}
div.emergency ul {
	margin: 10px 20px;
}
	div.emergency ul li {
		list-style: round;
		list-style-position: inside;
		line-height: 1.2em;
		padding-left: 23px;

	}
div#emergency-call {
	font-size: 1em;
	float: left;
	width: 640px; /*height: 2000px;*/
	margin-left: 2px; padding: 15px;
}
	div#emergency-call ul {
		width: 635px;
		display: block;
		float: left;
		margin: 0 0 10px 0;
		border-top: 2px solid #666;
	}
		div#emergency-call ul li {
			display: block;
			line-height: 1.5em;
			padding: 0 5px;
			color: #111;
			cursor: default; 
		}
			div#emergency-call ul li span {
				float: right;
			}
	div#emergency-call h3 {
		display: block;
		width: 630px;
		background-color: #ac9287;
		color: #fff;
		margin-bottom: 0px; padding-left: 5px;
		font-size: 1.0em; line-height: 1.7em;
		overflow: hidden;
	}
		div#emergency-call h3 a,
		div#emergency-call h3 a:visited,
		div#emergency-call h3 a:hover,
		div#emergency-call h3 a:active {
			float: right;
			text-decoration: none;
			padding-right: 5px;
			color: #fff;
			font-size: 0.8em;
		}
		div#emergency-call h3 a:hover {
			color: #000;
			text-decoration: underline;
		}

/*=============================================================*/
/*=================== div.board - board.php ===================*/
/*=============================================================*/

div.board table {
	margin: 0 0 60px 15px;
	color: #522c1b;
}
	div.board table h2 {
		margin: 0px 0;
		color: #522c1b;
		font-size: 1.3em; line-height: 2.5em;
		border-bottom: 1px dashed #522c1b;
	}
	div.board table p {
		color: #849758;
	}
	div.board table a,
	div.board table a:visited,
	div.board table a:hover,
	div.board table a:active {
		color: #849758;
        font-weight: bold;
		text-decoration: none;
	}
	div.board table a:hover {
		color: #849758;
		text-decoration: underline;
	}	
	div.board table td.pdf a {
		padding-left: 23px;
		background: transparent url('../assets/images/icons/pdf_icon.gif') no-repeat -2px left;
	}

/*=============================================================*/
/*================ div.realtors - realtors.php ================*/
/*=============================================================*/

div.realtors table {
	margin: 0 0 10px 15px;
	color: #522c1b;
}
	div.realtors table h2 {
		margin: 8px 0;
		color: #522c1b;
		font-size: 1.3em; line-height: 1.7em;
		border-bottom: 1px dashed #522c1b;
	}
	div.realtors p {
		font-size: 1em; line-height: 1.1em;
	}
	div.realtors td.green p {
		color: #522c1b !important;
	}
	div.realtors td.black p {
		color: #000 !important;
	}
	div.realtors table td p {
		color: #849758;
	}
	div.realtors table td {
		height: 2em;
	}
div.realtors a,
div.realtors a:visited,
div.realtors a:hover,
div.realtors a :active {
	float: left;
	display: block;
	color: #522c1b;
	padding-left: 23px;
	text-decoration: none;
    font-weight: bold;
	background: transparent url('../assets/images/icons/pdf_icon.gif') no-repeat -2px left;
}	
div.realtors a:hover {
	color: #849758;
}
	div.realtors a img {
		width: 70px;
		border: none;
	}

/*=============================================================*/
/*=================== div.rules - rules.php ===================*/
/*=============================================================*/	
div.rules table {
	margin: 0 0 10px 15px;
	color: #522c1b;
}
	div.rules table h2 {
		margin: 8px 0;
		color: #522c1b;
		font-size: 1.3em; line-height: 1.7em;
		border-bottom: 1px dashed #522c1b;
	}
	
	div.rules table p {
		color: #849758;
	}
	div.rules table td {
		height: 2em;
	}
div.rules a,
div.rules a:visited,
div.rules a:hover,
div.rules a :active {
	float: left;
	display: block;
	color: #522c1b;
	text-decoration: none;
    font-weight: bold;
	padding-left: 23px;
	background: transparent url('../assets/images/icons/pdf_icon.gif') no-repeat -2px left;
}	
div.rules a:hover {
	color: #849758;
}
	div.rules a img {
		width: 70px;
		border: none;
	}

/*=============================================================*/
/*=================== div#top - Back to Top ===================*/
/*=============================================================*/
div.members ul {
	margin: 0 0 10px 15px;
	color: #522c1b;
}
	div.members h2 {
		margin: 8px 15px;
		color: #522c1b;
		font-size: 1em; line-height: 2em;
		border-bottom: 1px dashed #522c1b;
	}
	
	div.members table p {
		color: #849758;
		line-height: 1.5em;
	}
	div.members table td {
		height: 2em;
	}
	div.members ul li {
		float: left;
		width: 600px;
		color: #849758;
		line-height: 1.5em;
	}
div.members a,
div.members a:visited,
div.members a:hover,
div.members a :active {
	width: 300px;
	float: right;
	display: block;
	color: #522c1b;
	text-decoration: none;
	padding-left: 23px;
	background: transparent url('../assets/images/icons/pdf_icon.gif') no-repeat -2px left;
}	
div.members a:hover {
	color: #849758;
}
	div.members a img {
		width: 70px;
		border: none;
	}

/*=============================================================*/
/*================ div.calendar - calendar.php ================*/
/*=============================================================*/
div.calendar iframe{
	margin: 15px 0 0 15px;;
}
div.calendar p {
	color: #522c1b;
	font-size: 1em; line-height: 1.2em;
	margin: 15px;
}
	
/*=============================================================*/
/*======================== contact.php ========================*/
/*=============================================================*/
div#content ul#contact_info {
	color: #522c1b;
	font-size: 1em; line-height: 1.1em;
	margin: 25px 0 0 30px;
}
div#content ul#contact_info li.small {
	float: left; width: 600px;
	text-align: left;
}
div#content ul#contact_info li.address {
	margin-top: 5px;
}
div#content ul#contact_info li.small span {
	float: right;
	text-align: right;
	width: 150px;
}
p.con a,
p.con a:visited,
p.con a:hover,
p.con a :active {
	color: #522c1b;
	text-decoration: none;
	margin-left: 30px;
	line-height: 2em;
    font-weight: bold;
}	
p.con a:hover {
	color: #849758;
}

/*=============================================================*/
/*======================== history.php ========================*/
/*=============================================================*/
div.history h2 {
	margin: 8px 15px;
	color: #522c1b;
	font-size: 1em; line-height: 1.7em;
	border-bottom: 1px dashed #522c1b;
}
div.history img {
	border: 1px solid #666;
	padding: 7px;
	background: #495430;
	margin: 10px 25px;
}

/*=============================================================*/
/*========================== Site Map =========================*/
/*=============================================================*/
div.sitemap ul {
	margin: 20px 0 10px 35px;
	color: #522c1b;
	font-size: 1.3em;
}
	div.sitemap ul li {
		list-style: square;
		list-style-position: inside;
	}
div.sitemap a,
div.sitemap a:visited,
div.sitemap a:hover,
div.sitemap a :active {
	display: block;
	color: #522c1b;
	text-decoration: none;
	background: none;
	line-height: 1.5em;
}	
div.sitemap a:hover {
	color: #849758;
}

	
/*=============================================================*/
/*=================== div#top - Back to Top ===================*/
/*=============================================================*/
a.bottom_history {
	clear: both;
	font-style: italic;
	font-size: 1em;
	color: #757575;
	background-image: none !important;
	margin-left: 300px;
}	
a#bottom {
	clear: both;
	position: absolute;
	bottom: 0px; left: 0px;
	margin: 15px; padding: 0px;
	font-style: italic;
	font-size: .8em;
	color: #757575;
	background-image: none !important;
}

div#content h1 {
	color: #522c1b !important;
	font-size: 1.8em !important;
	line-height: 1.8em !important;
	border-bottom: 1px dashed #522c1b !important;
	margin: 7px 15px;
}

/*=============================================================*/
/*=================== a#logout - Logout ===================*/
/*=============================================================*/
div.members a#logout {
	display: block;
	width: 50px; height: 50px;
	position: absolute;
	top: 22px;
	right: 37px;
	background: none !important;
	font-weight: bold;
	font-size: 1.3em !important;
	text-decoration: underline;
}