﻿/* CSS Document */

*{
	margin: 0px;
	padding: 0px;
}

a, a:visited{
  text-decoration: none;
  color: #000;
  font-weight: bold;
}

a:hover{
  text-decoration: underline;
  color: #84061C;
}

.apt_logo{
	position: absolute;
	left: 0px;
	font-family: "Times New Roman", Times, serif;	
	width: 470px;
	height: 100px;
	color: #5F5A54;
	padding: 0px 0px 0px 10px;
}

.apt_name{
	position: absolute;
	left: 0px;
	font-family: "Times New Roman", Times, serif;	
	width: 470px;
	height: 100px;
	color: #5F5A54;
	padding: 25px 0px 0px 20px;
}

body{
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image:url("images/background.jpg");
	background-position:top center;
	background-repeat:repeat;
	background-color: #4F4F4F;
}


#column_left{
	width: 216px;
	float:left;
}

#column_left ul{
	padding-top: 10px;
	padding-left: 15px;
	line-height: 16px;
	list-style-type: none;
	font-size: 11px;
}

#column_middle{
	float: left;
	width: 326px;
	background-color: #FFF;
} 

#column_right{
	float:right;
	width: 216px;
} 

#content_area{
	position: relative;
	width: 760px;
}

.copyright{
	position: relative;
}
.copyright2{
	width: 205px;
	position: relative;
	left: 80px;
}

.copyright a,.copyright a:visited{
  text-decoration: none;
  color: #000;
  font-size: 12px;
}

.copyright a:hover{
  text-decoration:underline;
  color: #84061C;
  font-size: 12px;
}

.Gaines_logo{
	position: absolute;
	right: 1px;
	margin-top: 0px;
	margin-bottom: 4px;
}

#footer{
	width: 760px;
	margin: 0px auto;
	padding: 0px;
	position:relative;
	clear:both;
	border-bottom: 2px solid #000;
	color:#000000;
}

#footer .copy{
	width: 740px;
	margin: 0px auto;
	color: #000;
	height: 26px;
}

.footer_info{
	background-color: #B9B2A8;
	position: relative;
	bottom: 0;
	margin: 0px;
	padding-top: 5px;
	width: 758px;
	height: 40px;
	border: 1px solid #fff;
	color: #000;
}

#footer .prop_link a, #footer .prop_link a:visited{
  background-image: url("images/arrow.gif");
  background-repeat: no-repeat;
  background-position: left;
  padding-left: 18px;
  text-decoration: none;
  color: #000;
  font-size: 12px;
}

#footer .prop_link a:hover{
  background-image: url("images/arrow.gif");
  background-repeat: no-repeat;
  background-position: left;
  padding-left: 14px;
  margin: 0px 0px 0px 4px;
  text-decoration: none;
}

.group{
	width: 216px;
	border-bottom: 1px solid #FFF;
	padding-bottom: 10px;
	color: #333;
}

.group2{
	width: 216px;
	padding-bottom: 10px;
	color: #333;
}

.group3{
	width: 306px;
	margin: 0px auto;
	padding-top: 10px;
	color: #333;
}

h3{
	font-size: 22px;
}

h4{
	font-size: 14px;
}

h5{
	font-size: 12px;
}

h5 .title2{
	font-size: 16px;
}

h6{
	font-size: 11px;
}

#horizontal_nav{
	position: relative;
	width: 760px;
	height: 36px;	
	margin: 0px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	background-image: url("images/nav_bg.gif");
	background-position: top center;
}

#horizontal_nav a, #horizontal_nav a:visited{
	color: #FFF;
	text-decoration: none;
	font-size: 11px;
	text-transform: uppercase;
}

#horizontal_nav a:hover{
	text-decoration: underline;
}

#horizontal_nav ul{
	position: absolute;
	width: 760px;
	margin: 0px;
	padding: 0px;
	top: 15px;
}

#horizontal_nav .link1,.link2,.link3,.link4,.link5,.link6,.link7{
	position: absolute;
	list-style-type: none;
	font-weight: normal;
	width: 104px;
	text-align: center;
}

#horizontal_nav .link1{
	left: 1px;
}

#horizontal_nav .link2{
	left: 109px;
}

#horizontal_nav .link3{
	left: 217px;
}

#horizontal_nav .link4{
	left: 326px;
}

#horizontal_nav .link5{
	left: 435px;
}

#horizontal_nav .link6{
	left: 545px;
}

#horizontal_nav .link7{
	left: 653px;
}

.hours{
	float: right;
}

img{
	border: 0px;
}

#main_content{
	width: 760px;
	margin: 0px auto;
	position:relative;
}

.name{
	font-weight: bold;
	font-size: 12px;
}

.office_times{
	width: 190px;
	border: 0px;
	border-collapse: collapse;
	margin: 0px auto;
	font-size: 11px;
}

p {
	line-height: 16px;
	padding-top: 10px;
	text-align: justify;
	font-size: 12px;
}

#photo{
	border-bottom: 1px solid #FFF;
	background-color:#fff;
	text-align:center;
}

.prop_link a, .prop_link a:visited{
  background-image: url("images/arrow.gif");
  background-repeat: no-repeat;
  background-position: left;
  padding-left: 18px;
  text-decoration: none;
  color: #000;
  font-size: 12px;
  text-transform:uppercase;
  line-height: 20px;
}

.prop_link a:hover{
  background-image: url("images/arrow.gif");
  background-repeat: no-repeat;
  background-position: left;
  padding-left: 14px;
  margin: 0px 0px 0px 4px;
  text-decoration: none;
  color: #84061C;
}

#shell{
	position: relative;
	width: 774px;
	margin: 2px auto 0px auto; /* top margin set to 2 to move down page */
	background-image: url("images/page_bg.gif");
	background-position: top center;
	background-repeat: repeat-y;	
}

.specials{
	padding: 8px;
}

.specials:hover{
	background-color: #FFF;
}


.title{
	position: relative;
	padding-top: 10px;
	text-transform: uppercase;
	text-align: center;
	border-bottom: 1px solid #FFF;
	height: 22px;
	color: #FFF;
	background-color: #655E47;
}

.title2{
	position: relative;
	padding-top: 10px;
	text-transform: uppercase;
	text-align: center;
	border-bottom: 1px solid #FFF;
	height: 22px;
	color: #FFF;
	background-color: #84061C;
}



#top_banner{
	position: relative;
	margin: 0px auto;
	border-top: 3px solid #000; /*Top border added to close off top*/
	background-color: #B9B2A8;
	height: 100px;
	width: 760px;
}

ul{
	list-style-type: none;
}

.url_name{
	font-size: 18px;
}

/* ---------------- Amenities Page Specific ----------------------- */

.amenities{
	width: 250px;
	border: 0px;
	border-collapse:collapse;
	text-align:left;
	margin: 0px auto;
	position:relative;
	clear:both;
}

.amenities td{
	vertical-align:text-top;
}

.amenities ul{
	line-height: 24px;
	list-style-type: square;
	list-style-position: inside;
	color: #84061C;
}

.amenities li{
	color: #84061C;
}

ul .black{
	color:#000;
}

/* ---------------- Floorplans List Page Specific ----------------------- */

.floorplan_list{
	width: 315px;
	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: #BCB5A8;
}

.floorplan_list td{
	padding: 5px 0px;
}


.floorplan_links{
	padding-left: 15px;
}

.orange{
	border-bottom: 1px solid #84061C;
}

/* ---------------- Floorplans List Page Specific ----------------------- */

#form_table{
	border: 0px;
	width: 315px;
}

/* ---------------- Calendar Page Specific ----------------------- */

#column_middle_cal{
	float: left;
	width: 542px;
	background-color: #FFF;
} 

.group3_cal{
	width: 480px;
	margin: 0px auto;
	padding-top: 10px;
	color: #333;
}

#shell_cal{
	position: relative;
	width: 774px;
	margin: 2px auto 0px auto; /* top margin set to 2 to move down page */
	background-image: url("images/page_bg_cal.gif");
	background-position: top center;
	background-repeat: repeat-y;	
}

/* ---------------- Calendar_Inc Page Specific ----------------------- */

#calendar{
	text-align: center;
	font-size: 12px;	
	font-family: Arial, Helvetica, sans-serif;
}

#calendar .blackBacking{
	background-color: #000;
}

#calendar .names{
	background-color: #5F5A54; 
	font-size: 13px; 
	color: #FFF; 
	text-decoration: none; 
	text-align:  center;
	font-family: Arial, Helvetica, sans-serif; 
	font-weight: bold;
}

#calendar .calendarBody{
	background-color: #FFF; 
	font-size: 12px; 
	color: #000; 
	text-decoration: none; 
	text-align:  center; 
	font-family: Arial, Helvetica, sans-serif;
}

#calendar .calCurrentDay{
	background-color: #ECECEC; 
	font-size: 11px; 
	color: #000;
}

#calendar .calOtherDay{
	background-color: #FFF; 
	font-size: 11px; 
	color: #000;
}

#calendar .calNotDay{
	background-color: #85072C; 
	font-size: 11px; 
	color: #000;
}

#calendar .calFormMenu{
	background-color: #FFF; 
	font-size: 13px; 
	color: #000; 
	text-decoration: none; 
	text-align:  center; 
	font-family: Arial, Helvetica, sans-serif; 
	font-weight: bold;
}

#calendar A, #calendar A:link{
	text-decoration: none;
	color: #000;
}

#calendar A:visited{
	color: #999;
}

#calendar A:hover{
	color: #999;
}

#calendar A:active{
	text-decoration: none;
	color: #000;
}

#calLink A, #calLink A:link{
	text-decoration: none;
	color: #CCC;
}

#calLink A:visited{
	color: #999;
}


/* ---------------- View_Day_Inc Page Specific ----------------------- */

#viewDay{
	text-align: center; 
	font-size: 12px; 
	font-family: Arial, Helvetica, sans-serif; 
}

#viewDay A, #calendar A:active, #calendar A:visited, #calendar A:link{
	text-decoration: none;
	color: #000;
}

#viewDay A:hover{
	color: #999;
}

#viewDay .blackBacking{
	background-color: #000;
}

#viewDay .names{
	background-color: #5F5A54; 
	font-size: 13px; color: #FFF; 
	text-decoration: none; 
	text-align: center; 
	font-family: Arial, Helvetica, sans-serif; 
	font-weight: bold;
}

#viewDay .text{
	background-color: #FFF; 
	font-size: 12px; 
	color: #000; 
	text-align: center; 
	font-family: Arial, Helvetica, sans-serif; 
}

/* ---------------- Photo Gallery Page Specific ----------------------- */

#photos_table td{
	padding: 8px;
}

#photos_table{
	margin: 0px auto;
}


/* ---------------- Virtual Tours Page Specific ----------------------- */

.tours{
	width:475px;
	margin:0px auto;
}

.tours_list{
	width: 150px;
	margin: 0px auto;
}


/* ---------------- E-Brochure Page Specific -------------------------- */

.brochure_group{
	width: 760px;
	border-bottom: 1px solid #FFF;
	background-color: #ECECEC;
	color: #333;
}

.brochure_group2{
	width: 500px;
	margin: 0px auto;
	padding-top: 10px;
	padding-left: 10px;
	color: #333;
}

.brochure_footer_info{
	background-color: #B9B2A8;
	position: relative;
	bottom: 0;
	margin: 0px;
	padding-top: 5px;
	width: 760px;
	height: 25px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	color: #FFF;
}

.brochure_title2{
	position: relative;
	border-bottom: 1px solid #FFF;
	height: 10px;
	color: #000;
	background-color: #84061C;
}

#brochure_column_middle{
	float: left;
	width: 500px;
}

#brochure_content_area{
	position: relative;
	width: 760px;
	background-color: #FFF;
}

#brochure_column_right{
	float:right;
	width: 250px;
}

#brochure_shell{
	position: relative;
	width: 774px;
	margin: 0px auto;
	background-image: url("images/page_bg_bro.gif");
	background-position: top center;
	background-repeat: repeat-y;	
}


/* ---------------- Meet the Staff Page Specific ----------------------- */

.meet_staff{
	width: 300px;
	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;
}

/* ---------------- Coupon Page Specific ----------------------- */

#specials_clip {
	width: 400px;
	border: 2px dashed #000000;
	padding: 10px;
	margin: 0px auto;
}

.coupon_text{
	width: 375px;
	margin: 0px auto;
}
