/* CSS Document */

/*===============================================*/
/*      Basic Style [Body, Links, Headings]      */
/*===============================================*/
body{	/* Checked by Will S. */
	margin: 0px;
	padding: 0px;
	background:#000 url(http://liveatthesummitofshreveportapts.com/images/background.jpg) top left repeat-x;
	/* Always define a background color! */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#000;
}



/*---- Links -------------------*/
/*a, a:visited{
	text-decoration: none;
	color: #666666;
	font-weight: bold;
}

a:hover{
  color: #000;
}*/


h3{	/* Checked by Will S. */
	font-size: 30px;
	margin: 0px;
}

h4{	/* Checked by Will S. */
	font-size: 15px;
	margin: 0px;
}

h5{	/* Checked by Will S. */
	font-size: 12px;
	margin: 0px;
}

h5 .title2{	/* Checked by Will S. */
	font-size: 16px;
}

h6{	/* Checked by Will S. */
	font-size: 11px;
	margin: 0px;
}

p{	/* Checked by Will S. */
	margin: 0px;
	padding: 0px;
	line-height: 16px;
	padding-top: 10px;
	text-align: justify;
	font-size: 12px;
}

img{	/* Checked by Will S. */
	border: 0px;
}

/*---- Tables --------------------*/
/*td{
	padding: 0px 0px 3px 0px;
}
*/
/*---- Forms ---------------------*/
/*input.DynamicText {
	margin:3px;
	padding:3px;
	}
*/


/*===============================================*/
/*                  Main Wrapper                 */
/*===============================================*/
#wrapper{	/* Checked by Will S. */
	/* 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;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	background-image: url(http://liveatthesummitofshreveportapts.com/images/body_bg.jpg);
	background-position: top center;
	background-repeat: repeat-y;
}



/* ---------------- Header ------------------------------------------- */

#topBanner{	/* Checked by Will S. */
	position: relative;
	margin: 0px auto;
	background-color:#000;
	background-image:url(http://liveatthesummitofshreveportapts.com/images/Header_Bg.gif);
	background-repeat:repeat-x;
	height:120px;
	width: 100%;
	text-align: center;
}



/* ---------------- Navigation - DO NOT EDIT EXCEPT FOR FONTS/COLORS ----------------------- */


.menu {	/* Checked by Will S. */
	position:relative;
	/* ---- DEFINE NAVIGATION BACKGROUND ----------------- */
	background:url(http://liveatthesummitofshreveportapts.com/images/nav_bg.gif) no-repeat;
	/* --------------------------------------------------- */
	height:35px;
	width:100%;
}

.menu ul {	/* Checked by Will S. */
	padding: 10px 0px 0px 0px;
	margin: 0px;
	list-style: none;
	z-index: 10;
	position: absolute;
	width: 100%;
}

.menu li {	/* Checked by Will S. */
	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 #fff;	
}

.menu a {	/* Checked by Will S. */
	text-decoration:none; 
	color:#FFF;  
	text-align:center;
	font-weight:bold
}

.menu li.corporate {	/* Checked by Will S. */
	padding-right:0px;
	padding-left:0px;
	border-right:0;
	width:15.3%;
}

#slide {	/* Checked by Will S. */
	position:absolute; 
	top:0; 
	height:35px;  
	z-index:9; 
	/* ---- DEFINE NAVIGATION SLIDER COLOR -------------- */
	background: #B1BA1E; 
	/* -------------------------------------------------- */
}




/* ---------------- Content Area -------------------------------------------- */
#contentArea{	/* Checked by Will S. */
	position: relative;
	width: 100%;
	/*----- To add a border under the nav, uncomment this line -----*/
	border-top:1px solid #fff;
	/*--------------------------------------------------------------*/
}

#breadcrumbLink{	/* Checked by Will S. */
	padding:5px 10px; /*breadcrumb list links : link above the title of the page*/
	font-size:10px;	
}

#breadcrumbLink a{	/* Checked by Will S. */
	text-decoration: none;
	color: #666666;
	font-weight: bold;
}

#breadcrumbLink a:hover{	/* Checked by Will S. */
  color: #000;
}



/* ---------------- Left Column --------------------------------------------- */

#columnLeft{	/* Checked by Will S. */
	width: 25%;
	float:left;
}

#columnLeft ul{	/* Checked by Will S. */
	padding: 10px 0px 0px 15px;
	margin: 0px;
	line-height: 16px;
	list-style-type: none;
	font-size: 11px;
}

#columnLeft a, #columnRight a {	/* Checked by Will S. */
	text-decoration: none;
	color: #666666;
	font-weight: bold;
}
	
#columnLeft a:hover, #columnRight a:hover {	/* Checked by Will S. */
	color:#999999;
}

.groupWrapper{	/* Checked by Will S. */
	border-bottom: 1px solid #fff;
	padding-bottom: 10px;
	color: #666666;
}

.groupWrapper2{	/* Checked by Will S. */
	padding-bottom: 10px;
	color: #666666;
}

.socialWrapper{	/* Checked by Will S. */
	border-bottom: 1px solid #fff;
	border-top:1px solid #fff;
	padding:0px;
	margin:0px;
	height:30px;
	text-align:center;
	background:#000 url(http://liveatthesummitofshreveportapts.com/images/title_bg.jpg) top left repeat-x;
}

.socialWrapper img{	/* Checked by Will S. */
	padding:0;
	margin:0;
	border:0;
	}
	
/* -- DEFINE SOCIAL LINK HOVER COLOR -- */	
.socialWrapper img:hover{	/* Checked by Will S. */
	background-color: #43433b; 
	}

.chatWrapper{
	text-align:center;
	padding-top: 10px;
	padding-bottom: 10px;
}

/* ------- Left Column Titles -------- */
.title, .title2{	/* Checked by Will S. */
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	position: relative;
	padding-top: 8px;
	text-transform: uppercase;
	text-align: center;
	border-bottom: 1px solid #fff;
	height: 22px;
	color: #000;
	background:#000 url(http://liveatthesummitofshreveportapts.com/images/title_bg.jpg) top left repeat-x;
}

.title a, .title2 a{	/* Checked by Will S. */
	color: #000;
}

/* ------- Column Links ---------------- */
.columnLink a{	/* Checked by Will S. */
  background-image: url(http://liveatthesummitofshreveportapts.com/images/arrow.png);
  background-repeat: no-repeat;
  background-position: left;
  padding-left: 18px;
  text-decoration: none;
  /*color: #e3cd95;*/
  font-size: 12px;
  text-transform:uppercase;
  line-height: 20px;
}

.columnLink a:hover{	/* Checked by Will S. */
  background-image: url(http://liveatthesummitofshreveportapts.com/images/arrow.png);
  background-repeat: no-repeat;
  background-position: left;
  padding-left: 14px;
  margin: 0px 0px 0px 4px;
  text-decoration: none;
  /*color: #fff;*/
}


/* ---- Name of Community ------------ */ 
.boldText{	/* Checked by Will S. */
	font-weight: bold;
	font-size: 12px;
}

/* ---- Office Hours ----------------- */ 
#officeTimes{	/* Checked by Will S. */
	width: 88%;
	border: 0px;
	border-collapse: collapse;
	margin: 0px auto;
	font-size: 11px;
}

#officeTimes td{	/* Checked by Will S. */
	padding: 0px 0px 3px 0px;
}

.hours{	/* Checked by Will S. */
	float: right;
}

/* ---------------- Center Column --------------------------------- */

#columnMiddle{	/* Checked by Will S. */
	float: left;
	width:50%;
	/*background-color:#fff;*/
} 

.groupWrapper3{	/* Checked by Will S. */
	margin: 0px auto;
	padding: 10px;
	color: #666666;
}
.groupWrapper3 ul, .groupWrapper3 li{	/* Checked by Will S. */
	list-style:none;
}


/* ---------------- Right Column ----------------------------------- */

#columnRight{	/* Checked by Will S. */
	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;
	border-bottom: 1px solid #8e7f5e;
	height: 22px;
	color: #b79e4a;
	background-color: #000;
}*/

/* ------- Photo Rotator ------------- */
#photoRotator {	/* Checked by Will S. */
	text-align:center;
	overflow:hidden;
	border-bottom:1px solid #8e7f5e;
	background-color:#fff;
}
	

/* ------- Specials Link ------------- */
.specials{	/* Checked by Will S. */
	text-align:center;
	padding: 1px;
	border:0;
}

.specials p{	/* Checked by Will S. */
	padding-top:8px;
	padding-left:8px;
	padding-right:8px;
	padding-bottom:0;
}

.cutout{	/* Checked by Will S. */
	background-image:url(http://liveatthesummitofshreveportapts.com/images/coupon.png);
	background-position:top center;
	background-repeat:repeat-x;
	height:100px;
	text-align:center;
}

.cutout a{	/* Checked by Will S. */
	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 ---------------------------------------- */

#footerWrap{	/* Checked by Will S. */
	width: 100%;
	margin: 0px auto;
	padding: 0px;
	position:relative;
	clear:both;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
}

#footerWrap a {	/* Checked by Will S. */
	 color: #fff;
}
	 
#footerWrap a:hover {	/* Checked by Will S. */
	text-decoration:none;
}

.footerCopy{	/* Checked by Will S. */
	width: 97%;
	margin: 0px auto;
	color: #fff;
}

.footerInfo{	/* Checked by Will S. */
	/* for a background image use the code below but always define background-color:*/;
	background: #000 url(http://liveatthesummitofshreveportapts.com/images/footer_bg.jpg) repeat;
	position: relative;
	margin: 0px;
	padding-top: 5px;
	height: 35px;
	color: #fff;
}

.staffLink a{	/* Checked by Will S. */
	background-image: url(images/arrow_white.png);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 18px;
	text-decoration: none;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}

.staffLink a:hover{	/* Checked by Will S. */
	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;
	color:#fff;
}

.staffLogin {	/* Checked by Will S. */
	float:left;
	padding-top:8px;
	}



/* ---------------- Copyright Info ----------------------- */

.copyright{	/* Checked by Will S. */
	float:right;
	padding-top:8px;
}

.copyright a{	/* Checked by Will S. */
  text-decoration: none;
  color: #0e4e80;
  font-size: 12px;
  font-weight: bold;
}

.copyright a:hover{	/* Checked by Will S. */
  text-decoration:underline;
  color: #0e4e80;
  font-size: 12px;
}



/* ---------------- Bottom Navigation ----------------------- */

#bottomNav {	/* Checked by Will S. */
	font-size:10px;
	width:100%;
	text-align:center;
	padding-top:15px;
	padding-bottom:10px;
	clear:both;
	color:#999999;
}

#bottomNav a {	/* Checked by Will S. */
	font-size:10px;
	color:#999999;
	text-decoration: none;
	font-weight:bold;
}

#bottomNav a:hover {	/* Checked by Will S. */
	color:#FFFFFF;
}




/* ---------------- Wecome Page Specific -------------------------- */

#HomePhotoWrapper .HomePhoto img{	/* Checked by Will S. */
	border-bottom: 1px solid #8e7f5e;
	border-left: 1px solid #8e7f5e;
}





/* ---------------- Amenities Page Specific ----------------------- */

.amenities{	/* Checked by Will S. */
	width: 98%;
	padding-left:10px;
	border: 0px;
	border-collapse:collapse;
	text-align:left;
	margin: 0px auto;
	position:relative;
}

.amenities ul, .amenities li{	/* Checked by Will S. */
	line-height: 24px;
	list-style-type:disc;
	list-style-position:inside;
	color: #000000;
	margin: 0px;
	padding: 0px;
}




/* ---------------- Floorplans List Page Specific ----------------------- */

.floorplanList{	/* Checked by Will S. */
	width:100%;
	border: 0px;
	border-collapse:collapse;
	text-align:left;
	margin: 0px auto;
	position:relative;
}

.floorplanList a{	/* Checked by Will S. */
	text-decoration: none;
	color: #666666;
	font-weight: bold;
}

.floorplanList a:hover{	/* Checked by Will S. */
	color: #000000;
}

.floorplanList h5{	/* Checked by Will S. */
 	text-transform:uppercase;
}

.floorplanRow:hover{	/* Checked by Will S. */
 	background-color: #a19f93;
}

.floorplanList td{	/* Checked by Will S. */
	padding: 5px 0px 5px 0px;
}

.floorplanLinks {	/* Checked by Will S. */
	padding-left: 15px;
}

.floorplanUL {	/* Checked by Will S. */
	padding: 0px;
	margin: 0px;
}

.floorplanListHeading{	/* Checked by Will S. */
	border-bottom: 1px solid #000000;
}

/*
#form_table{
	border: 0px;
}
*/




/* ---------------- Calendar Page Specific ----------------------- */

#wrapperCal{	/* Checked by Will S. */
	/* 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;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
	background-image: url(http://liveatthesummitofshreveportapts.com/images/body_bg_cal.jpg);
	background-position: top center;
	background-repeat: repeat-y;
}

#columnMiddleCal{	/* Checked by Will S. */
	float: left;
	width: 75%
} 

.groupWrapper3Cal{	/* Checked by Will S. */
	margin: 0px auto;
	padding: 10px;
	color: #000000;
}




/* ---------------- Photo Gallery Page Specific ----------------------- */

#photosTable{	/* Checked by Will S. */
	margin: 0px auto;
	text-align:center;
}

#photosTable td{	/* Checked by Will S. */
	padding: 8px;
	text-align:center;
}

#photosTable td img{	/* Checked by Will S. */
	border:1px solid #888;
}

.enlarge{	/* Checked by Will S. */
	font-size:10px;
}




/* ---------------- Virtual Tours Page Specific ----------------------- */

.tours{	/* Checked by Will S. */
	width:100%;		
	padding-top:20px;
	padding-bottom:20px;
}

.toursList{	/* Checked by Will S. */
	width: 200px;
	margin: 0px auto;
}

.toursList ul, li{	/* Checked by Will S. */
	list-style:none;
}

.tourLink a, .tourLink a:visited{	/* Checked by Will S. */
	background-image: url(http://liveatthesummitofshreveportapts.com/images/arrow.png);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 18px;
	text-decoration: none;
	color: #000;
	font-size: 12px;
	text-transform:uppercase;
	line-height: 20px;
}

.tourLink a:hover{	/* Checked by Will S. */
	background-image: url(http://liveatthesummitofshreveportapts.com/images/arrow.png);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 14px;
	margin: 0px 0px 0px 4px;
	text-decoration: none;
	color: #999999;
}

.instructions{	/* Checked by Will S. */
	position:absolute;
	top:10px;
	right:10px;
	font-size:10px;
	color:#000;
}




/* ---------------- E-Brochure Page Specific -------------------------- */

#brochureWrapper{	/* Checked by Will S. */
	position: relative;
	width: 960px;
	margin: 0px auto;
	background-color:#d4d0c7;
}

#brochurePrint{	/* Checked by Will S. */
	width:100%;
	height:35px;
	background:url(http://liveatthesummitofshreveportapts.com/images/nav_bg.gif) no-repeat;
	text-align:center;
}

#brochurePrint input{	/* Checked by Will S. */
	margin-top:6px;
}
	

#brochureContentArea{	/* Checked by Will S. */
	position: relative;
	width: 960px;
}

#brochureColumnMiddle{	/* Checked by Will S. */
	float: left;
	width: 70%;
}

#brochureColumnRight{	/* Checked by Will S. */
	float:right;
	width: 25%;
	text-align:right;
}

.brochureGroup{	/* Checked by Will S. */
	width: 100%;
	background-color: #43433b;
	color: #d4d0c7;
}

.brochureGroup2{	/* Checked by Will S. */
	width: 100%;
	margin: 0px auto;
	padding-top: 10px;
	padding-left: 10px;
	color: #000000;
	text-align:left;
	float:left;
}

/* ---------------- Meet the Staff Page Specific ----------------------- */

.meetStaff{	/* Checked by Will S. */
	width: 100%;
	border: 0px;
	border-collapse: collapse;
	margin: 0px auto;
	font-size: 11px;
}

.meetStaff td{	/* Checked by Will S. */
	padding: 3px 0px;
}

.staffTitle{	/* Checked by Will S. */
	text-transform: uppercase;
	font-weight: 700;
	text-align: center;
	border-bottom: 1px solid #000000;
}

.staffName{	/* Checked by Will S. */
	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;
}