/* CSS Document */


BODY {
	margin-top: 0;
	background-color: #C4C1A4;
	background-image: url(graphics/bg_leaf_pattern3.jpg);
	background-repeat: repeat;
}

a:link {
	color: #004C37;
	text-decoration: none;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
}
a:visited { 
	color: #004C37;
	text-decoration: none;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
}
a:hover { 
	color: #004C37;
	text-decoration: none;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
}
a:active { 
	color: #004C37;
	text-decoration: none;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
}
a.under:link {
	color: #004C37;
	text-decoration: none;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
}
a.under:visited { 
	color: #004C37;
	text-decoration: none;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
}
a.under:hover { 
	color: #004C37;
	text-decoration: underline;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
}
a.under:active { 
	color: #004C37;
	text-decoration: none;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
}
a.leftNavi:link {
	color: #004c37;
	text-decoration: none;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
}
a.leftNavi:visited { 
	color: #000000;
	text-decoration: none;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
}
a.leftNavi:hover { 
	color: #999999;
	text-decoration: underline;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
}
a.leftNavi:active { 
	color: #996633;
	text-decoration: none;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style: normal;
}
a.mail:link {
	color: #000000;
	text-decoration: underline;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: normal;
}
a.mail:visited { 
	color: #000000;
	text-decoration: underline;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: normal;
}
a.mail:hover { 
	color: #ffcc66;
	text-decoration: underline;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: normal;
}
a.mail:active { 
	color: #ffcc66;
	text-decoration: underline;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-style: normal;
}

#container {
	width: 780px;
	margin: 10px auto;
	border: 1px solid #EBEADF;
}

#Top {
	height: 238px;
	width: 780px; 
	background-image:  url(graphics/bg_top.jpg);
	background-position: left top;
}

#topButton {
	padding-top: 46px;
	padding-left: 0px;
}

#mainNavContainer ul {
	border-bottom: 1px solid #004C37;
	border-top: 0px solid #004C37;
	text-align: center;
	padding-bottom: 5px;
	padding-top: 4px;
	padding-left: 0;
	margin-top: 0;
	/* cancels gap caused by top padding in Opera 7.54 */
	margin-left: 0;
	color: #004C37;
	width: 100%;
	font-family: Arial,Helvetica,sans-serif;
	line-height: 18px;
	/* fixes Firefox 0.9.3 */
}

#mainNavContainer ul li {
	display: inline;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 5px;
	/* matches link padding except for left and right */
	padding-top: 5px;
}

#mainNavContainer ul li a {
	padding-left: 15px;
	padding-right: 9px;
	padding-bottom: 5px;
	padding-top: 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:1em;
	color: #004C37;
	text-decoration: none;
}

#mainNavContainer a:hover {
	background-image:  url(graphics/activeBox3.gif);
	background-repeat: no-repeat;
	color: #004c37;
	text-decoration: none;
}

#secondaryNavContainer ul {
	text-align: center;
	padding-bottom: 5px;
	padding-top: 3px;
	padding-left: 0;
	margin-top: -15px;
	/* cancels gap caused by top padding in Opera 7.54 */
	margin-left: 0;
	color: #004C37;
	width: 100%;
	font-family: Arial,Helvetica,sans-serif;
	line-height: 21px;
	/* fixes Firefox 0.9.3 */
	border-bottom: 1px solid #004C37;
}

#secondaryNavContainer ul li {
	display: inline;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 5px;
	/* matches link padding except for left and right */
	padding-top: 6px;
}

#secondaryNavContainer ul li a {
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-top: 6px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:.75em;
	color: #004C37;
	text-decoration: none;
}

#secondaryNavContainer a:hover {
	background-image:  url(graphics/activeBox3.gif);
	background-repeat: no-repeat;
	text-decoration: none;
	color: #004c37;
}

#secondaryNavContainerSm ul {
	text-align: center;
	padding-bottom: 5px;
	padding-top: 0;
	padding-left: 0;
	margin-top: -15px;
	/* cancels gap caused by top padding in Opera 7.54 */
	margin-left: 0;
	color: #004C37;
	width: 100%;
	font-family: Arial,Helvetica,sans-serif;
	line-height: 18px;
	/* fixes Firefox 0.9.3 */
		border-bottom: 1px solid #004C37;
}

#secondaryNavContainerSm ul li {
	display: inline;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 5px;
	/* matches link padding except for left and right */
	padding-top: 6px;
}

#secondaryNavContainerSm ul li a {
	padding-left: 15px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-top: 7px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:.7em;
	color: #004C37;
	text-decoration: none;
}

#secondaryNavContainerSm a:hover {
	background-image:  url(graphics/activeBox3.gif);
	background-repeat: no-repeat;
	text-decoration: none;
	color: #004c37;
}

#active a:link, #active a:visited, #active a:hover {
	background-image:  url(graphics/activeBox4.gif);
	background-repeat: no-repeat;
	color: #004c37;
	text-decoration: none;
}


ul#featuresList {
	list-style-type: circle;
}

ul#apartmentList {
	list-style-type: none;
}

#indexContentArea {
	background-image:  url(graphics/bg_content.jpg);
	margin: 0px;
	width: 780px;

	background-repeat: repeat-y;
}


#beigeBG {
	margin-top: 0;
	padding-bottom: 10px;
	margin-left: 20px;
	margin-right: 20px;
	border: 0px solid grey;
	
}

#paragraph{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	font-weight: normal;
	color: #000000;
	padding: -5px 10px 5px 0;
	margin-top: 0px;
	margin-right: 55px;
	margin-bottom: 10px;
	margin-left: 55px;
}

#paragraphHeadline{
	padding: 20px 20px 0 20px;
	margin: 10px 20px 10px 20px;
}

#paragraph2{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
	font-weight: normal;
	color: #000000;
	margin: 0 0 0 20px;
}

#biggerFont {
	font-size: 1em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	line-height: 1.2em;
	padding: 0 20px 0 0;
}

.indexfloatleft {
	float: left;
	margin: 0 30px 10px 0;
	clear: left;
	border: 1px solid #004C37;
	padding: 2px;	
}
.indexfloatleftplain {
	float: left;
	margin: 0 30px 10px 0;
	clear: left;
	border: 0px solid #004C37;
	padding: 2px;	
}
.indexfloatright {
	float: right;
	margin: 0px 5px 10px 30px;
	border: 1px solid #004C37;
	padding: 2px;
}
.clearboth { clear:both; }

#rightContent {
	margin-left: 30px;
	margin-right: 30px;
	border-left: 0px solid gray;
	padding: 30px;
	text-align: justify;	
}

#rightContent3d {
	margin-left: 20px;
	margin-right: 30px;
	border-left: 0px solid gray;
	padding: 30px;
	text-align: justify;	
}

#tinyType{
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	font-size: .7em;
	color: #000000;
	font-style: normal;
	text-align: center;
	padding: 10px 20px 20px;
	vertical-align: bottom;
}

#directionsType {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: .85em;
	font-weight: normal;
	color: #000000;
}

a img {border: none; }

#stripeBot{
	height: 8px;
	width: 780px;
	margin-top: -18px;
	background-image:  url(graphics/darkGreen.jpg);
	background-position: left top;
}

#header1{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:1.6em;
	color: #004C37;
	padding: 0px 40px;
	margin-right: 40px;
	margin-bottom: 20px;
	margin-left: 40px;
	text-align: center;
	font-weight: bold;
	font-variant: small-caps;
	text-transform: capitalize;
}
	  
#header2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:1.2em;
    color: #004C37;
	margin-top: 0px;
	margin-right: 40px;
	margin-bottom: 10px;
	margin-left: 55px;
	padding: 0px 40px 0 0;
}

#header3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:1.2em;
    color: #004C37;
	margin-top: 15px;
	margin-right: 40px;
	margin-bottom: 10px;
	margin-left: 0px;

}
#header4 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:1em;
    color: #004C37;
	margin-top: 11px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 0px;
}

#headerStep{
	margin-top: -10px;
	margin-bottom: 2px;
	padding-bottom: 5px;
	border-bottom: 1px solid #004C37;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.8em;
	color: #004C37;
	text-align: center;
	font-weight: bold;
	font-variant: small-caps;
	text-transform: capitalize;
}

#apartmentbox {
	width: 600px;
	border-top: 1px solid #004C37;
	margin: 10px auto;
	padding-bottom: 10px;
	padding-top: 10px;

}

#rooms {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.3em;
    color: #004C37;
	margin-left: 20px;
	float: left;

}

#sqft {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:1em;
    color: #004C37;
	margin-left: 40px;
	float: left;

}

#rent {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:1em;
    color: #004C37;
	margin-left: 60px;
	float: left;
}

#avail {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1em;
    color: black;
	float: left;
	margin-left: 50px;

}

#options {
	clear: both;
	margin-left: 20px;
	font-size: .9em;
}

