@charset "utf-8";
body  {
	font: 100% Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	behavior:url("scripts/csshover.htc");
}
h2 {
	color: #AE592F;
	font-weight: normal;
	font-size: 18px;
	letter-spacing: 2px;
	margin: 0px 0px 5px;
	padding: 0px;
}
h3 {
	color: #AE592F;
	font-weight: normal;
	font-size: 16px;
	margin: 0px 0px 5px;
	padding: 0px;
}
a {
	color: #760709;
	text-decoration: none;
}
a:hover {
	color: #143E56;
}
hr {
	color: #FFFFFF;
	background: #FFFFFF;
	height: 1px;
	border-style: none;
}
p {
	font-size: 11px;
	margin: 0px 0px 15px;
	padding: 0px;
	line-height: 18px;
}



/* LAYOUT ELEMENTS */

.contentText {
	font-size: 11px;
	margin: 0px 0px 15px;
	padding: 0px;
	line-height: 18px;
}


.container {
	width: 950px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	position: relative;
	background: #E9D3A2;
} 
.header {
	padding: 0px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	margin: 0px;
} 
.header .nav {
	text-align: center;
	background: url(../images/int_headeNavBG.gif) no-repeat center 50px;
	vertical-align: middle;
	margin: 0px;
	padding: 5px 0px 0px;
	z-index: 3;
}
.header .nav img {
	margin: 0px 1px;
	padding: 0px;
	border-style: none;
}
.sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 240px;
	border-right: 1px solid #FFFFFF;
	margin: 40px 0px 50px;
	padding: 68px 28px 0px 50px;
}
#TerracinaLogo_main {
	position: absolute;
	top: 123px;
	left: 50px;
	border-style: none;
	z-index: 2;
}
.mainContent {
	margin: 0px 0px 0px 320px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 55px 60px 0px 35px;
} 
.footer {
	padding: 17px 15px 12px 20px;
	margin-top: 55px;
} 
.footer a {
	color: #000000;
}
.footer a:hover {
	color: #760709;
}
.footer #cdcLogo {
	float: right;
	margin: 7px 0px 0px;
	padding: 0px;
}
.footer #eohHandicap {
	float: left;
	margin: 14px 0px 0px;
	padding: 0px;
}

.footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0 10px 55px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 9px;
}


/* COMMON ELEMENTS */

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/* Common Form Elements */

.textField01 {
	font-size: 10px;
	margin: 0px 0px 0px 12px;
	padding: 0px;
}
.textField02 {
	font-size: 10px;
	margin: 0px;
	padding: 0px;
}
.formSelect {
	font-size: 10px;
	margin-right: 5px;
}
.formTable td {
	height: 35px;
}
.instructions {
	font-size: 9px;
}
.submitButton {
	background: url(../images/int_btn_submit.png);
	height: 31px;
	width: 97px;
	border-style: none;
	cursor:pointer;
}
.submitButton:hover {
	background: url(../images/int_btn_submit_on.png);
}


/* CURRENT RESIDENTS ELEMENTS */

.curResidents_nav {
	margin: 0px 0px 37px;
	padding: 0px;
}
.curResidents_nav a {
	font-size: 18px;
	margin: 0px 16px 0px 0px;
	padding: 0px;
}
.messagesAnnouncements {
	margin: 21px 0px 0px;
	padding: 0px;
	width: 400px;
}
.messagesAnnouncements hr {
	margin-top: 12px;
	margin-bottom: 12px;
}


/* RECOMMENDATIONS ELEMENTS */

.wrapper_recomendations  {
	margin: 12px 30px 0px 55px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0px;
}
.sidebar_recomendations {
	width: 235px;
	padding-right: 35px;
	border-right: 1px solid #FFFFFF;
}
.recommendations_mapTabs a {
	color: #FFFFFF;
	font-size: 12px;
	text-decoration: none;
	text-transform: uppercase;
}
.recommendations_mapTabs a:hover {
	color: #FFFFFF;
}
.recommendations_mapTabs ul{
	list-style:none;
	background-image: url(../images/recommendations_tabsBG.jpg);
	color: #FFFFFF;
	font-size: 13px;
	text-align: center;
	background-repeat: repeat-x;
	margin: 0px 3px 0px 0px;
	padding: 8px 15px 5px;
	float: left;
}
.recommendations_mapTabs ul:hover{
	background-image: url(../images/recommendations_tabsBG_on.jpg);
}
.recommendations_map {
	float: right;
	width: 566px;
}
.recomendationsReturns ul {
	margin: 15px 0px 0px;
	padding: 0px;
}
.recomendationsReturns a {
	color: #000000;
	text-decoration: underline;
	padding-bottom: 12px;
}
.recomendationsReturns a:hover {
	color: #760709;
}
.recomendationsReturns li {
	float: left;
	font-size: 9px;
	margin-right: 25px;
	list-style: none;
	background: url(../images/recomend_googleBullet.png) no-repeat;
	padding-left: 30px;
}




/* EVENTS ELEMENTS */

.eventInfo {
	height: 125px;
	width: 145px;
	padding: 10px;
	background: #760709;
}
.eventInfo p {
	font-size: 9px;
	line-height: 14px;
	color: #FFFFFF;
}
.calendarHeadline {
	font-size: 14px;
	font-weight: bold;
}


/* HOW DID WE DO ELEMENTS */

.wrapper_howDidWeDo  {
	margin: 0px 55px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0px;
}
.moveInExperience {
	float: left;
	width: 440px;
}
.serviceFeedback {
	margin-left: 440px;
	padding-left: 45px;
	border-left: 1px solid #FFFFFF;
}


/* APARTMENT VLLAS ELEMENTS */

.aptVillas_header {
	background: url(../images/aptVillas_artistRendering.jpg) no-repeat;
	height: 274px;
	width: 920px;
	margin: 0px;
	padding: 0px;
	position: absolute;
	z-index: 1;
	top: 140px;
	left: 15px;
}
.aptartmentSearch {
	margin: 0px;
	position: absolute;
	top: 180px;
	right: 150px;
}
.aptVillas_thumbs {
	margin-top: 250px;
	padding-right: 15px;
	padding-left: 15px;
	z-index: 5;
}
.searchButton {
	font-size: 18px;
	color: #AE592F;
	border-style: none;
	background: url(../images/int_btn_search.png);
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	cursor:pointer;
	height: 22px;
	width: 76px;
}
.searchButton:hover {
	background: url(../images/int_btn_search_on.png);
}
.aptVillas_thumbs th {
	margin: 0px;
	padding: 20px 8px 5px;
}
.aptVillas_thumbs th p {
	color: #FFFFFF;
	text-transform: uppercase;
	font-size: 18px;
	font-weight: normal;
}
.aptVillas_thumbs th a {
	float: right;
	font-size: 9px;
	color: #FFFFFF;
	background: #740605;
	padding: 3px 12px;
}
.aptVillas_thumbs th a:hover {
	color: #FFFFFF;
}
.aptVillas_thumbs th a:hover {
	background: #143E56;
}
.aptVillas_thumbs td {
	padding: 0px 22px 0px 20px;
}
.aptVillas_thumbs td p {
	line-height: 12px;
}
.aptVillas_thumbs td a {
	font-size: 14px;
	color: #996632;
}
.aptVillas_thumbs td a:hover {
	color: #143E56;
}
.aptVillas_thumbs td hr {
	color: #996632;
	background: #996632;
}
.aptVillas_thumbs .portrait {
	margin-bottom: 12px;
}
#terracinaDetails {
	top: 230px;
	position: absolute;
	right: 630px;
}
#terrazzaDetails {
	top: 230px;
	position: absolute;
	right: 333px;
}
#palazzoDetails {
	top: 230px;
	position: absolute;
	right: 33px;
}
.apartmentStyleDetail {
	/*background: url(../images/aptVillas_descriptRollOverBG.png) no-repeat right bottom;*/
	background: #740605;
	padding: 5px;
	width: 275px;
	margin: 0px;
	font-size: 10px;
	color: #FFFFFF;
}
.apartmentStyleDetail_content {
	height: 140px;
	background: #760709;
	padding: 5px 12px;
	font-size: 10px;
	color: #FFFFFF;
}
.apartmentStyleDetail .closeBox {
	float: right;
}
.hidden { display: none; }
.unhidden { display: block; }


/* Apartment Details Elements */

.wrapper_aptDetails {
	margin-top: 65px;
	padding-right: 15px;
	padding-left: 15px;
}
.apartmentDetails .inquire {
	font-size: 14px;
}
.apartmentDetails {
	margin: 12px 0px 0px;
	background: #FFFFFF;
	padding-top: 20px;
	padding-bottom: 30px;
}
.communityMap {
	margin: 12px 0px 0px;
	background: #FFFFFF;
	padding-top: 20px;
	padding-bottom: 30px;
}


/* PICTURE PERFECT ELEMENTS */

.picPerfect_thumb {
	margin: 2px;
	padding: 2px;
}
.picPerfect_thumb:hover {
	background: #760709;
}


/* COMMUNITY COMFORTS ELEMENTS */

#table_communityComforts td {
	padding-right: 21px;
}


/* HOME ELEMENTS */

.container_home {
	background: url(../images/layout_home.jpg);
	width: 955px;
	margin: 70px auto 0;
	text-align: left; /* this overrides the text-align: center on the body element. */
	position: relative;
	background: #E8D4A3;
	height: 440px;
}

.apartmentSearch_home {
	position: absolute;
	top: 20px;
	right: 20px;
	text-align: right;
	z-index: 4;
}
#mediaPlayer_home {
	position: absolute;
	top: 20px;
	left: 35px;
}
#navBG_home {
	position: absolute;
	top: 94px;
	left: 63px;
	z-index: 2;
}
.nav_home {
	z-index: 3;
	position: absolute;
	top: 18px;
	left: 168px;
}
.mainContent_home {
	text-align: center;
	width: 955px;
	margin: 0 auto 0;
	background: #E8D4A3;

}

.mainContent_home .contentText
{
	margin-left: 12px;
	margin-right: 25px;	
}

.mainContent_home td {
	border-left: 1px solid #FFFFFF;
}
.footer_home 
{
	text-align:left;
	padding: 17px 15px 12px 20px;
	margin: 70px auto 0;
	margin-top: 0px;
	width: 920px;
} 
.footer_home a {
	color: #FFFFFF;
}
.footer_home a:hover {
	color: #C8A20F;
}
.footer_home #cdcLogo {
	float: right;
	margin: 7px 0px 0px;
	padding: 0px;
}
.footer_home #eohHandicap {
	float: left;
	margin: 14px 0px 0px;
	padding: 0px;
}
.footer_home p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0 10px 55px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-size: 9px;
	color: #FFFFFF;
}
