﻿/* CSS Document */


/* ---------------- Basic Style [Body, Links, Headings] --------------------------------- */

*{
	margin: 0px;
	padding: 0px;
}

body{
	margin: 0px;
	padding: 0px;
	background-color: #f2f6d7;
	background-image:url(images/background.jpg);
	background-repeat:repeat-x;
	/* Always define a background-color! */

}

/*---- ALL BODY FONTS ----------*/
body, td.DynamicText, div.DynamicText {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#2f2933;
	}


/*---- Links -------------------*/
a, a:visited{
  text-decoration: none;
  color: #01a2a6;
  font-weight: bold;
}

a:hover{
  color: #01a2a6;
}


/*---- Headings -----------------*/
h3{
	font-size: 30px;
}

h4{
	font-size: 15px;
}

h5{
	font-size: 12px;
}

h5 .title2{
	font-size: 16px;
}

h6{
	font-size: 11px;
}

/*---- Paragraphs ----------------*/
p{
	line-height: 16px;
	padding-top: 10px;
	text-align: justify;
	font-size: 12px;
}


/*---- Images --------------------*/
img{
	border: 0px;
}

/*---- Tables --------------------*/
td{
	padding: 0px 0px 3px 0px;
}

/*---- Forms ---------------------*/
input.DynamicText {
	margin:3px;
	padding:3px;
	}



/* ---------------- Main Structure ---------------------------------------- */

#main_content{
	/* THIS WIDTH IS THE MASTER WEBSITE WIDTH - Everything will scale. Make sure to resize your background images to match. */
	width: 960px;
	margin: 0px auto;
	position:relative;
	/* to add a border to the entire site, uncomment the following lines:
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	*/
}

#shell{
	position: relative;
	width: 100%;
	margin: 0px auto;
	background-image: url(images/body_bg.jpg);
	background-position: top center;
	background-repeat: repeat-y;	
}



/* ---------------- Header ------------------------------------------- */

#top_banner{
	position: relative;
	margin: 0px auto;

	background-image:url(images/header_bg.jpg);
	background-repeat:repeat-x;
	/* 	for a background image use the code below but always define background-color:
		background-image:url(images/bg.gif); */
	height:120px;
	width: 100%;
}


/* For logo on the right, apt name on the left ----!
.apt_name{
	position: absolute;
	left: 10px;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;	
	width: 50%;
	height: 100px;
	color: #000;
	padding: 20px 0px 0px 20px;
}

.logo{
	position: absolute;
	right: 10px;
	margin-top: 17px;
}
*/


/* For logo on the left, apt name on the right ----! */
.apt_name{
	position: absolute;
	right: 10px;
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;	
	width: 50%;
	height: 100px;
	color: #f2f6d7;
	padding: 30px 0px 0px 20px;
	text-align:right;
}

.logo{
	position: absolute;
	left: 0px;
	margin-top: 0px;
}

.url_name{
	font-size: 18px;
}




/* ---------------- Navigation - DO NOT EDIT EXCEPT FOR FONTS/COLORS ----------------------- */


.menu {
	position:relative; 
	/* ---- DEFINE NAVIGATION BACKGROUND ----------------- */
	background:url(images/nav_bg.gif) no-repeat; 
	/* --------------------------------------------------- */
	height:34px; 
	width:100%;	
}

.menu ul {
	list-style:none; 
	z-index:10; 
	position:absolute; 
	z-index:100; 
	padding-top:10px;
	width:100%;
}


.menu li {
	float:left; 
	width:14%; 
	text-align:center;
	/* ---- DEFINE NAVIGATION FONT ----------------------- */
	font-family: "Century Gothic", Arial, Helvetica, sans-serif; 
	text-transform:uppercase;
	/* --------------------------------------------------- */
	border-right:1px solid #34363d;	
}


.menu a, .menu a:active, .menu a:visited, .menu a:hover {
	text-decoration:none; 
	color:#34363d;  
	text-align:center;
}

.menu li.corporate {
	padding-right:0px;
	padding-left:0px;
	border-right:0;
	width:15.3%;
	}


#slide {
	position:absolute; 
	top:0; 
	height:34px;  
	z-index:10; 
	/* ---- DEFINE NAVIGATION SLIDER COLOR -------------- */
	background: #55c2b5; 
	/* -------------------------------------------------- */
}




/* ---------------- Content Area -------------------------------------------- */
#internal_link{
	padding:5px 10px; /*breadcrumb list links : link above the title of the page*/
	font-size:10px;	
}

#content_area{
	position: relative;
	width: 100%;
	/*----- To add a border under the nav, uncomment this line -----*/
	border-top:4px solid #01a2a6;
	/*--------------------------------------------------------------*/
}



/* ---------------- Left Column --------------------------------------------- */

#column_left{
	width: 25%;
	float:left;
}

#column_left ul{
	padding-top: 10px;
	padding-left: 15px;
	line-height: 16px;
	list-style-type: none;
	font-size: 11px;
}

.group{

	padding-bottom: 10px;
	color: #fff;
}

.group2{
	padding-bottom: 10px;
	color: #fff;
}

.social-group{

	padding:0px;
	margin:0px;
	height:30px;
	background-color:#34363d;

	color: #f2f6d7;
	text-align:center;
}

.social-group img{
	padding:0;
	margin:0;
	border:0;
	}
	
/* -- DEFINE SOCIAL LINK HOVER COLOR -- */	
.social-group img:hover{
	background-color: #0e4e80; 
	}

/* ------- Left Column Titles -------- */
.title{
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	position: relative;
	padding-top: 8px;
	text-transform: uppercase;
	text-align: center;
	height: 22px;
	color: #bdf271;
	background-color: #34363d;
	
}

.group a, .group2 a {
color:#bdf271;
}

/* ------- Column Links ---------------- */
.prop_link a, .prop_link a:visited{
  background-image: url(images/arrow.png);
  background-repeat: no-repeat;
  background-position: left;
  padding-left: 18px;
  text-decoration: none;
  color: #bdf271;
  font-size: 12px;
  text-transform:uppercase;
  line-height: 20px;
}

.prop_link a:hover{
  background-image: url(images/arrow.png);
  background-repeat: no-repeat;
  background-position: left;
  padding-left: 14px;
  margin: 0px 0px 0px 4px;
  text-decoration: none;
  color: #bdf271;
}


/* ---- Name of Community ------------ */ 
.name{
	font-weight: bold;
	font-size: 12px;
}

/* ---- Office Hours ----------------- */ 
.office_times{
	width: 88%;
	border: 0px;
	border-collapse: collapse;
	margin: 0px auto;
	font-size: 11px;
}

.hours{
	float: right;
}

/* ---------------- Center Column --------------------------------- */

#column_middle{
	float: left;
	width:50%;
	background-color:#fff;
} 

.group3{
	margin: 0px auto;
	padding: 10px;

}
.group3 ul, .group3 li{
	list-style:none;
}


/* ---------------- Right Column ----------------------------------- */

#column_right{
	float:right;
	width:25%
}

.group4 {
	margin: 0px auto;
	padding:10px;
}

/* ------- Right Column Titles ------ */
.title2{
	position: relative;
	padding-top: 8px;
	text-transform: uppercase;
	text-align: center;
	margin-top:0;

	height: 22px;
	color: #bdf271;
	background-color: #34363d;
	
}

/* ------- Photo Rotator ------------- */
#photo {
	text-align:center;
	overflow:hidden;

	background-color:#fff;
	}
	

/* ------- Specials Link ------------- */
.specials{
	text-align:center;
	padding: 1px;
	border:0;
}

.specials p{
	padding-top:8px;
	padding-left:8px;
	padding-right:8px;
	padding-bottom:0;
	}

.cutout{
	background-image:url(images/coupon.png);
	background-position:top center;
	background-repeat:repeat-x;
	height:100px;
	text-align:center;
	}
	
.cutout a{
	position:relative;
	top:42px;
	}
	
	

/* ------- Survey Link ---------------- */
.survey_link a, .survey_link a:visited{
  text-decoration: none;
  color: #000000;
  font-size: 12px;
  text-transform:uppercase;
  line-height: 20px;
}

.survey_link a:hover{
  margin: 0px 0px 0px 0px;
  text-decoration: none;
  color: #000000;
}


/* ---------------- Coupon Page Specific ------------------------------ */
#coupon_container{
	margin: 0px auto;
}

#specials_clip {
	width: 400px;
	border: 2px dashed #000;
	padding: 10px;
	margin: 0px auto;
}

.coupon_text{
	width: 375px;
	margin: 0px auto;
}

.print_this{
	text-align: center;
	margin-top: 3px;
}


/* ---------------- Footer ---------------------------------------- */

#footer{
	width: 100%;
	height:30px;
	margin: 0px auto;
	padding: 0px;
	position:relative;
	clear:both;
}

#footer .copy{
	width: 97%;
	margin: 0px auto;
	color: #168585;
}

.footer_info{
	background-color: #f2f6d7;
	/* for a background image use the code below but always define background-color:*/
	/*background-image:url(images/bg.gif);*/
	position: relative;
	bottom: 0;
	margin: 0px;
	padding-top: 5px;
	height: 35px;
	border-top: 3px solid #168585;
	color: #0e4e80;
}

#footer .prop_link a, #footer .prop_link a:visited{
  	background-image: url(images/arrow_white.png);
 	 background-repeat: no-repeat;
 	 background-position: left;
 	 padding-left: 18px;
 	 text-decoration: none;
	  color: #168585;
	  font-size: 12px;
}

#footer .prop_link a:hover{
  background-image: url(images/arrow_white.png);
  background-repeat: no-repeat;
  background-position: left;
  padding-left: 14px;
  margin: 0px 0px 0px 4px;
  text-decoration: none;
}

.staff-login {
	float:left;
	padding-top:5px;
	}
.bottomNav { font-size:10px}

/* ---------------- Copyright Info ----------------------- */

.copyright{
	float:right;
	padding-top:8px;
}

.copyright a,.copyright a:visited{
  text-decoration: none;
  color: #168585;
  font-size: 12px;
}

.copyright a:hover{
  text-decoration:underline;
  color: #168585;
  font-size: 12px;
}




/* ---------------- Wecome Page Specific -------------------------- */

/*#photo_middle .photo img{
	border-bottom: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
}*/





/* ---------------- Amenities Page Specific ----------------------- */

.amenities{
	width: 98%;
	padding-left:10px;
	border: 0px;
	border-collapse:collapse;
	text-align:left;
	margin: 0px auto;
	position:relative;
}

.amenities td{
	vertical-align:text-top;
}

.amenities ul , .amenities li{
	line-height: 24px;
	list-style-type:disc;
	list-style-position:inside;
	color: #000000;
}

/* ---------------- Floorplans List Page Specific ----------------------- */

.floorplan_list{
	width:100%;
	border: 0px;
	border-collapse:collapse;
	text-align:left;
	margin: 0px auto;
	position:relative;
}

.floorplan_list h5{
 	text-transform:uppercase;
}

.floorplan_list .select:hover{
 	background-color: #f2f6d7;
}

.floorplan_list td{
	padding: 5px 0px;
}


.floorplan_links{
	padding-left: 15px;
}

.orange{
	border-bottom: 1px solid #000000;
}

#form_table{
	border: 0px;
}




/* ---------------- Calendar Page Specific ----------------------- */

#shell_cal{
	position: relative;
	width: 100%;
	margin: 0px auto;
	background-image: url(images/body_bg_cal.jpg);
	background-position: top center;
	background-repeat: repeat-y;	
}

#column_middle_cal{
	float: left;
	width: 75%
} 

.group3_cal{
	margin: 0px auto;
	padding: 10px;
	color: #000000;
}




/* ---------------- Photo Gallery Page Specific ----------------------- */

#photos_table td{
	padding: 8px;
	text-align:center;
}

#photos_table td img{
	border:1px solid #888;
	}

#photos_table{
	margin: 0px auto;
	align:center;
}

.enlarge{
	font-size:10px;
	}




/* ---------------- Virtual Tours Page Specific ----------------------- */

.tours{
	width:100%;		
	
	padding-top:20px;
	padding-bottom:20px;
}

.tours_list{
	width: 250px;
	margin: 0px auto;
}

.tours_list ul, li{
	list-style:none;
}

.tour_link a, .tour_link a:visited{
  background-image: url(images/arrow.png);
  background-repeat: no-repeat;
  background-position: left;
  padding-left: 18px;
  text-decoration: none;
  color: #168585;
  font-size: 12px;
  text-transform:uppercase;
  line-height: 20px;
}

.tour_link a:hover{
  background-image: url(images/arrow.png);
  background-repeat: no-repeat;
  background-position: left;
  padding-left: 14px;
  margin: 0px 0px 0px 4px;
  text-decoration: none;
  color: #168585;
}

.instructions{
	position:absolute;
	top:10px;
	right:10px;
	font-size:10px;

}




/* ---------------- E-Brochure Page Specific -------------------------- */

#brochure_shell{
	position: relative;
	width: 960px;
	margin: 0px auto;
	background-color:#fff;
	/* to add a border to the entire site, uncomment the following lines:
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	*/
}

#brochure_print{
	width:100%;
	height:34px;
	background:url(images/nav_bg.gif) no-repeat;
	text-align:center;
	}

#brochure_print input{
	margin-top:5px;
	}
	

#brochure_content_area{
	position: relative;
	width: 100%;
}

#brochure_column_middle{
	float: left;
	width: 70%;
}

#brochure_column_right{
	float:right;
	width: 25%
	text-align:right;
}

.brochure_group{
	width: 100%;
	border-top:4px solid #01a2a6;

	background-color: #07a0a5;
	color: #FFFFFF;

}

.brochure_group2{
	width: 100%;
	margin: 0px auto;
	padding-top: 10px;
	padding-left: 10px;
	color: #000000;
	text-align:left;
	float:left;

}

/* ---------------- Meet the Staff Page Specific ----------------------- */

.meet_staff{
	width: 100%;
	border: 0px;
	border-collapse: collapse;
	margin: 0px auto;
	font-size: 11px;
}

.meet_staff td{
	padding: 3px 0px;
}

.staff_title{
	text-transform: uppercase;
	font-weight: 700;
	text-align: center;
	border-bottom: 1px solid #000000;
}

.staff_name{
	font-weight: bold;
	font-size: 11px;
}




/* ---------------- Resident Links Page Specific ----------------------- */

.link_category{
	text-transform: uppercase;
	font-weight: 700;
	text-align: center;
	border-bottom: 1px solid #000000;
}
.tableAvailabilities {
	border: 1px solid #000000;
}
.tableAvailabilities th{
	background-color: #000000;
	color: #FFFFFF;
}
	
.TopLinks {
		color: #000;
}

.TopLinks a {
		color: #000;
}

.MainLinks a {
		color: #000;
}

