@charset "utf-8";
/* CSS Document */

body{

	margin-top: 0px;
	font-family: Arial, Helvetica, sans-serif;	

}

h1,h2,h3,h4 {
	text-decoration: underline;
}

li {
	margin-left: 2em;
	padding: 0em 0em 0.5em 0em;
}

#scroller1{
	margin: 0px -5px 0px -5%;
	width: 105%;
	height: 75px;
	z-index: 0;
	position: absolute;
	left: 0px;
	top: 0px;
	overflow: hidden;
}

#header{
	height: 75px;
	z-index: 2;
	position: absolute;
	left: 100px;
	top: 0px;
	font-weight: bold;
}

#menuTop{

	margin: 78px -5px 0px -8px;
	color: #FFFFFF;
	background-color: #003366;
	padding: 0.3em;
	width: 100.5%;	

}

a.menuTop:link, a.menuTop:visited, a.menuTop:active {

	color: #FFFFFF;
	background-color: transparent;
	text-decoration: none;
	font-size: small;
	font-weight: bold;

}

a.menuTop:hover {

	color: #FFFFFF;
	background-color: transparent;
	text-decoration: underline;
	font-size: small;

}

a:link,a:visited,a:active {
	color: #0000FF;
	background-color: transparent;
	text-decoration: none;
	font-weight: bold;
	}

a:hover {
	color: #0000FF;
	background-color: transparent;
	text-decoration: underline;
	}

a.featured:link, a.featured:visited, a.featured:active, a.featured:hover {

	color: #003366;
	background-color: transparent;
	text-decoration: none;	
	
}

table.complex{
	width: 60%;
	background-color: #EDE7C5;
	border: thin solid #003399;
	white-space: nowrap;
	margin-bottom: 3em;
	}

td.complexOuter{
	}

td.complexInner{
	background-color: #FFFFFF;
	padding: 0.25em;
	}

td.complexBottom{
	text-align: center;
	}

a.complex:link,a.complex:visited,a.complex:active {
	color: #003399;
	background-color: transparent;
	text-decoration: none;
	font-weight: bold;
	}

a.complex:hover {
	color: #003399;
	background-color: transparent;
	text-decoration: underline;
	font-weight: bold;
	}

#complexDescription {

        width: 55%;
        background-color: white;
        color: black;
        float: left;

        }

#complexAmenities{

        width: 45%;
        background-color: white;
        color: black;
        float: right;

        }

#menuBottom{

	float: left;
	clear: both;
	/*margin: 78px -5px 0px -8px;*/
	color: #003366;
	background-color: #FFFFFF;
	padding: 0.3em;
	width: 99%;
	text-align: center;

}

a.menuBottom:link, a.menuBottom:visited, a.menuBottom:active {

	color: #003366;
	background-color: transparent;
	text-decoration: none;
	font-size: small;
	font-weight: bold;

}

a.menuBottom:hover {

	color: #003366;
	background-color: transparent;
	text-decoration: underline;
	font-size: small;

}

#bodyContainer{

	margin-top: 1.5em;

}

#bodyLeft{
	width: 20%;
	height: 700px;
	margin: 0px 0px 0px -8px;
	color: #000000;
	background-color: #DFDBBD;
	float: left;
}

#bodyCenterFront{

	width: 55%;
	margin: 0;
	color: #000000;
	background-color: #FFFFFF;
	float: left;
	padding-left: 1%;
	padding-right: 1%;
	
}

#bodyCenter{

	width: 73%;
	margin: 0;
	color: #000000;
	background-color: #FFFFFF;
	float: left;
        clear: right;
        padding-left: 1%;
	padding-right: 1%;	
	
}

#bodyRight{
	width: 18%;
	/*height: 700px;*/
	margin: 0;
	color: #003366;
	background-color: #DFDBBD;
	float: left;
	text-align: center;
	border-top-style: groove;
	border-right-style: groove;
	border-bottom-style: groove;
	border-left-style: groove;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	overflow: hidden;
}

#contact{
	color: #000000;
	background-color: #FFFFFF;
	text-align: center;
	font-size: small;
	width: 100%;
	font-weight: bold;
}

.menuHeading{
	width: 98%;
	color: #FFFFFF;
	background-color: #003366;
	font-weight: bold;
	font-size:  larger;
	padding-left: 2%;
}

p.menuLeft{

	padding-left: 2%;
	margin-top: 0.5em;
	margin-bottom: 0.5em;

}

a.menuLeft:link, a.menuLeft:visited, a.menuLeft:active {

	color: #000000;
	background-color: transparent;
	text-decoration: none;
	font-size: small;
	font-weight: bold;

}

a.menuLeft:hover {

	color: #000000;
	background-color: transparent;
	text-decoration: underline;
	font-size: small;

}

.backtox {
	font-size: smaller;
	margin-top: -1em;
}


