/*------------------------------------
 Colors
 
 Tan #e7e6d8 
 Brown #503d28
 Red #b30838
 
------------------------------------*/

body {
	width: 100%; 
	height: 100%;
	font-family: Verdana, Arial, Helvetica, san-serif;
	font-size: 12px;
	line-height: 18px;
	font-weight: normal;
	color: #503d28;
	background-color: transparent;
	margin:0;
	padding:0;
	scrollbar-face-color: #d4d3bf;
	scrollbar-track-color: #e7e6d8;
	scrollbar-arrow-color: #503d28;
	scrollbar-highlight-color: #ffffff;
	scrollbar-3dlight-color: #d4d3bf;
	scrollbar-shadow-color: #b7b59d;
	scrollbar-darkshadow-color: #503d28;
	}

img { 
	margin:0;
	padding:0;
	border: 0;
	}
	
.bkg {
	top: 0;
	left: 0;
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 1;
	}

img.background {
	position: absolute; 
	width: 100%;
	height: 100%;
	left: 0px;
}

p {
	margin: 0;
	padding: 5px 0 0 0;
	}

a {
	color: #503d28; /* #b30838 */
	text-decoration: underline;
	font-weight: normal;
	}

a:hover, a.selected {
	color: #b30838;
	text-decoration:none;
	}

ul {
	margin: 5px 0 0 0;
	padding: 0 0 0 15px;
	}

ul.clean {
	width: 265px;
	margin: 5px 0 0 0;
	padding: 0;
	list-style: none; 
	float: left;
	}


.clean li {
	padding: 0 0 10px 0;
	}

ul.first { margin-right: 30px; }

li {
	margin: 0;
	padding: 0;
	}

li ul { 
	margin: 0;
	padding: 0;
	list-style: none; 
	}

.xPad li {
	margin: 0;
	padding: 10px 0 0 0;
	}

ul.bList {
	font-weight: bold;
	margin: 0;
	padding: 0 0 10px 0;
	}

.bList li {
	padding: 0 0 7px 0;
	}

.bList li a {
	font-weight: bold;
	}

ul.hList {
	list-style: none; 
	font-weight: bold;
	margin: 0;
	padding: 10px 0;
	}

.hList li {
	float: left;
	padding: 0 40px 0 0;
	}

.hList li a {
	font-weight: bold;
	}

.galleryList {
	font-weight: normal;
	margin: 0;
	padding: 0 0 10px 30px;	
	}

.galleryList a {
	text-decoration:none;
	}
	
/*------------------------------------
 Start Global Header Styling
------------------------------------*/


h1 {
	font-size: 30px;
	color: #b30838;
	margin: 8px 0 5px 12px;
	padding-top: 0;
	text-transform: none;
	letter-spacing: -0.02em;
	}

h2 {
	font-size: 18px;
	color: #ffffff;
	clear: both;
	margin: 0;
	padding: 0;
	}

h3 {
	font-size: 24px;
	color: #b30838;
	margin: 0 0 10px 0;
	padding: 0 0 5px 0;
	border-bottom: 1px solid #a6937e;
	}

#Wide_inner h3 {
	font-size: 24px;
	color: #b30838;
	margin: 0;
	padding: 15px 0 5px 0;
	}
	
#WN_parentsLeft h3 {
	padding: 15px 0 0 0;
	}

h4 {
	font-size: 18px;
	color: #b30838;
	margin: 0;
	padding: 15px 0 0 0;
	}

h5, h5 a {
	font-size: 18px;
	color: #503d28;
	margin: 0;
	padding: 5px 0 0 0;
	}

h5.selected a, h5 a:hover {
	color: #b30838;
	}
	
#WN_floorPlan_Right h5{ 
	display: inline;
	}

h6.old {
	font-size: 18px;
	line-height: 24px;
	color: #503d28;
	margin: 0;
	padding: 5px 0 0 0;
	border-bottom: 1px solid #a6937e;
	}

h6 {
	font-size: 18px;
	line-height: 24px;
	color: #503d28;
	margin: 10px 0 0 0;
	padding: 5px 0 0 0;
	border-top: 1px solid #a6937e;
	}

h6 a {
	text-decoration: none;
	}

h6.selected,h6.selected a, h6 a:hover {
	color: #b30838;
	}

h6.last, h6.last a {
	border-bottom: 0;
	}

h6.first, h6.first a {
	border-top: 0;
	}

	
/*------------------------------------
 Start Page Div Styling
------------------------------------*/
	
#container  {
	position: relative;
	width: 1000px;
	margin: 0 auto;
	overflow: hidden;
	background: transparent url(../images/common/bkg.png) repeat-y 0 0;	
	z-index:3;
	}
	
#formContainer  {
	color: #503d28;
	margin: 0 auto;
	overflow: hidden;
	background: #fff url(../images/common/header_sm_bkg.gif) repeat-x 0 0;
	}
	
#logo {
	position:absolute;
	left:23px;
	top:0px;
	width:154px;
	height:144px;
	z-index:10;
	}
	
#logo_sm {
	position:absolute;
	left:23px;
	top:0px;
	width:77px;
	height:72px;
	z-index:10;
	}
	
#snipe {
	position:absolute;
	left: 778px;
	top: 99px;
	width:190px;
	height:128px;
	margin: 0;
	padding: 0;
	background: transparent url(../images/common/snipe-bkg.png) no-repeat 0 0;
	z-index:10;
	}

#snipe p {
	font-size: 13px;
	color: #fff;
	text-align: center;
	padding: 15px 15px 10px;
	letter-spacing: 0.1em;
	}

#snipe a {
	color: #fff;
	line-height: 32px;
	text-decoration: none;
	}

#header {
	position: relative;
	width: 992px;
	height: 120px;
	margin: 0 0 0 8px;
	padding: 0;
	background: #e7e6d8 url(../images/common/header_bkg2.gif) repeat-x 0 0;
	text-align: right;
	}

/*** Navigation ***/

#nav {
	position: absolute;
	left: 200px;
	top: 43px;
	margin: 0;
	padding: 0;
	list-style: none;
	width: 770px;
	height: 50px;
	background: transparent url(../images/common/nav_bkg.gif) repeat-x 0 0;
	}

#nav li {
	float: left;
	margin: 0 55px 0 0;
	padding: 0;
	height: 20px;
	}

#nav li a {
	font-size: 15px;
	color: #503d28;
	text-decoration:none;
	font-weight: bold;
	margin: 0;
	padding: 0;
	}

#nav a:hover,
#nav a.selected {
	color: #b30838;
	}

#community a.community,
#amenities a.amenities,
#cottages a.cottages,
#leasing a.leasing,
#parents a.parents,
#contact a.contact {
	color:#b30838;
	}


/*** Submenus ***/

#nav li ul {
	position: absolute;
	left: 0px;
	display: none;
	margin: 0;
	padding: 0;
	height: 30px;
	}

#nav li ul li {
	margin: 0;
	padding:  10px 20px 0 0;
	display: block;
	float: left;
	height: 20px;
	}

#nav li ul.selected {
	display: block;
	}

#nav li:hover ul, 
#nav li.over ul{
	display: block;
	z-index: 100;
	}

#nav li #communityList {
	margin-left: 0px;
	}

#nav li #cottagesList {
	margin-left: 285px;
	}

#nav li #leasingList {
	margin-left: 45px;
	}
	
#nav li ul#contactList {
	width: 124px;
	}

#nav li ul li a  {
	font-size: 12px;
	text-decoration:none;
	font-weight: normal;
	color: #503d28;
	padding: 0 0 0 12px;
	}

#nav li ul li a:hover {
	color: #b30838;
	background: transparent url(../images/common/indicatorArrow_lt.gif) no-repeat 0 2px;
	}

#nav li.selected a,
#nav li.selected a:hover {
	font-weight: bold;
	color: #b30838;
	background: transparent url(../images/common/indicatorArrow.gif) no-repeat 0 2px;
	}
	

/*** Right Column CSS Sprite Submenus ***/
	
#inpageSub {
	position:absolute;
	left: 715px;
	top: 160px;
	width: 285px;
	height: 260px;
	margin: 0;
	padding: 0;
	background: transparent url(../images/subnav/inpageSub-bkg.gif) no-repeat bottom left;
	z-index:10;
	}

#subNav,
#inpageSub {
	margin: 0;
	}

#subNav div a,
#inpageSub div a {
	font-weight:normal;
	}
	
#requestInfo, #requestInfo a,
#parentsGuide, #parentsGuide a,
#residentInfo, #residentInfo a,
#watchVideo, #watchVideo a {
	width: 316px;
	height: 30px;
	}

#requestInfo a { 
	display:block;
	background:transparent url(../images/subnav/request-info.png) no-repeat top left; 
	}
#requestInfo a:hover, 
#requestInfo a.active { 
	background-position: bottom left; 
	}

#parentsGuide a { 
	display:block;
	background:transparent url(../images/subnav/parents-guide.png) no-repeat top left;
	}
#parentsGuide a:hover, 
#parentsGuide a.active { 
	background-position: bottom left;  
	}

#residentInfo a { 
	display:block;
	background:transparent url(../images/subnav/resident-info.png) no-repeat top left; 
	}
#residentInfo a:hover, 
#residentInfo a.active { 
	background-position: bottom left; 
	}

#watchVideo a { 
	display:block;
	background:transparent url(../images/subnav/watch-video.png) no-repeat top left; 
	}
#watchVideo a:hover, 
#watchVideo a.active { 
	background-position: bottom left; 
	}
	
	
#studentHome, #studentHome a,
#housingDollars, #housingDollars a,
#collegeExperience, #collegeExperience a {
	width: 316px;
	height: 54px;
	margin: 0 0 20px 10px;
	}

#studentHome a { 
	display:block;
	background:transparent url(../images/subnav/students-home.gif) no-repeat top left;
	}
#studentHome a:hover, 
#studentHome a.selected { 
	background-position: bottom left;  
	}

#housingDollars a { 
	display:block;
	background:transparent url(../images/subnav/housing-dollars.gif) no-repeat top left;
	}
#housingDollars a:hover, 
#housingDollars a.selected { 
	background-position: bottom left;  
	}

#collegeExperience a { 
	display:block;
	background:transparent url(../images/subnav/college-experience.gif) no-repeat top left;
	}
#collegeExperience a:hover, 
#collegeExperience a.selected { 
	background-position: bottom left;  
	}

#subNav div a span,
#inpageSub div a span { 
	display:none; 
	}


/*** content ***/

#content {
	width: 992px;
	margin: 0 0 0 8px;
	padding: 0;
	background-color: #e7e6d8;
	}

#content2 {
	width: 992px;
	margin: 0 0 0 8px;
	padding: 0;
	background-color: #fff;
	}
	
#heroContent {
	width: 992px;
	height: 460px;
	margin: 0;
	padding: 0;
	z-index:5;
	}
	
#formContent {
	color: #503d28;
	margin: 90px 30px 20px 30px;
	padding: 0;
	}
	

/*** content overlays ***/

#imageOverlay {
	position:absolute;
	left: 8px;
	top: 444px;
	width: 992px;
	height: 138px;
	margin: 0;
	padding: 0;
	background: url(../images/common/shader.png) repeat 0 0;
	z-index:10;
	}
	
#imageOverlay-short {
	position:absolute;
	left: 8px;
	top: 474px;
	width: 992px;
	height: 108px;
	margin: 0;
	padding: 0;
	background: url(../images/common/shader.png) repeat 0 0;
	z-index:10;
	}

/*** columns ***/

#WN_Left {
	float: left;
	width: 646px;
	margin: 0;
	padding: 0;
	z-index:5;
	}
	
#WN_Left p {
	margin: 0;
	padding: 10px 20px;
	}

#WN_LeftTall {
	width: 646px;
	margin: 0;
	padding: 0;
	float: left;
	background-color: #fff;
	z-index:5;
	}

#WN_LeftScroll {
	width: 646px;
	margin: 0;
	padding: 10px 0 0 0;
	float: left;
	background-color: #fff;
	z-index:5;
	}
	
#WN_parentsLeft {
	width: 662px;
	float: left;
	margin: 20px 0 0 0;
	padding: 0 20px;
	color: #333;
	font-weight: normal;
	}

#WN_parentsLeft p {
	margin: 0;
	padding: 10px 0;
	}
	
#NW_Left {
	width: 366px;
	height: 460px;
	margin: 0;
	padding: 0;
	float: left;
	z-index:5;
	}
	
#NW_Left_Calendar {
	width: 260px;
	margin: 0;
	padding: 35px 20px 0 20px;
	float: left;
	z-index:5;
	}

#WN_Right {
	width: 290px;
	margin: 0;
	padding: 10px 0 0 30px;
	float: left;
	color: #503d28;
	z-index:5;
	}

#WN_RightScroll {
	width: 306px;
	margin: 0 0 0 30px;
	padding: 10px 10px 10px 0;
	float: left;
	color: #503d28;
	z-index:5;
	}
	
#NW_Right {
	width: 566px;
	margin: 0 0 0 30px;
	padding: 10px 30px 10px 0;
	float: left;
	color: #503d28;
	}

#Wide {
	width: 992px;
	margin: 0;
	padding: 0;
	z-index:5;
	color: #503d28;
	background-color: #e7e6d8;
	}


/*** column content ***/

#WN_homeInnerLeft {
	color: #fff;
	width: 600px;
	float: left;
	margin: 5px 0 0 0;
	padding: 0 0 0 42px;
	font-weight: normal;
	}

#WN_homeInnerLeft a {
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: underline;
	}

#WN_homeInnerLeft a:hover {
	color: #b30838;
	}
	

#WN_innerLeft {
	width: 580px;
	float: left;
	margin: 20px 0 0 0;
	padding: 0 20px;
	color: #333;
	font-weight: normal;
	}

#WN_innerLeft a {
	color: #fff;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: underline;
	}

#WN_innerLeft a:hover {
	color: #b30838;
	}
	

#WN_innerRight {
	color: #fff;
	width: 316px;
	float: right;
	margin: 5px 0 0 10px;
	padding: 0;
	overflow:hidden;
	}

#NW_leftHeader2 {
	width: 295px;
	float: left;
	margin: 40px 0 0 0;
	padding: 0 0 0 42px;
	}

#NW_leftHeader2-short {
	width: 295px;
	float: left;
	margin: 25px 0 0 0;
	padding: 0 0 0 42px;
	}

#NW_leftHeader3 {
	width: 295px;
	float: left;
	margin: 25px 0 0 0;
	padding: 0 0 0 42px;
	}

#NW_innerRight {
	color: #fff;
	width: 575px;
	float: left;
	margin: 10px 0 0 20px;
	padding: 0;
	text-align: left;
	overflow:hidden;
	}

#Wide_inner {
	margin: 0 30px 20px 30px;
	padding: 30px 0 0 0;
	color: #333;
	font-weight: normal;
	}
	
#Wide_inner p {
	padding: 17px 0 0 0;
	}
	
#galleryThumbs {
	color: #333;
	margin: 50px 0;
	padding: 0;
	text-align: center;
	}


/*** floor plans ***/

#WN_floorPlan {
	width: 646px;
	height: 460px;
	margin: 0;
	padding: 0;
	float: left;
	z-index:5;
	}
	
#WN_floorPlan_Right {
	width: 270px;
	margin: 20px 20px 20px 30px;
	padding: 10px 0 10px 20px;
	border-left: 1px solid #a6937e;
	float: left;
	color: #503d28;
	}
	

#WN_floorPlan_Right a {
	color: #503d28;
	text-decoration: none;
	font-weight: normal;
	}

#WN_floorPlan_Right a:hover{ 
	color: #b30838;
	text-decoration:none;
	}

#WN_floorPlan_Right a.selected {
	color: #b30838;
	}

.fpPhoto {
	margin: 60px 22px 0 40px;
	border: 8px solid #fff;
	float: left;
	}

.fpDrawing {
	margin: 0;
	padding: 0;
	float: left;
	}
	

/*** footerBar ***/
#footerBar {
	position: relative;
	left: 0;
	top: 0;
	width: 992px;
	height: 85px;
	margin: 0 0 0 8px;
	padding: 0;
	text-align: left;
	clear: both;
	background: #fff;
	}

#footerText {
	padding: 25px 0 0 42px;
	font-size: 10px;
	line-height: 13px;
	color: #503d28;
	float: left;
	}

#footerText a {
	text-decoration: underline;
	}

#footerText a.lightview {
	color: #b30838;
	text-decoration: underline;
	}

#footerLogos {
	width: 260px;
	height: 50px;
	float: right;
	margin: 20px 55px 0 0;
	padding: 0;
	}
	
#footerShadow  {
	position: relative;
	width: 1000px;
	height: 14px;
	margin: 0 auto;
	overflow: hidden;
	background: url(../images/common/footer_shadow.png) no-repeat 0 0;
	z-index:4;
	}

	
/*------------------------------------
 Table Styling
------------------------------------*/
.borderTop {
	border-top: 1px #a6937e solid;
}
.borderBottom {
	border-bottom: 1px #a6937e solid;
}
.borderTopBottom {
	padding: 0 0 5px 0;
	border-top: 1px #a6937e solid;
	border-bottom: 1px #a6937e solid;
}
.borderRight {
	border-right: 1px #a6937e solid;
}
.borderLeft {
	border-left: 1px #a6937e solid;
}
.borderNone {
	border: none;
}
	
	
/*------------------------------------
 Start Misc. Styling
------------------------------------*/

.red15 {
	font-size: 15px;
	color: #b30838;
	}
	
.red13 {
	font-size: 13px;
	color: #b30838;
	}
	
.intro {	
	font-size: 13px;
	}
	
.bText {
	text-transform: uppercase;
	font-weight: bold;
	}

.contactText {
	font-size: 14px;
	}

.phoneNum {
	font-size: 16px;
	color: #b30838;
	}

.smallText {
	font-size: 9px;
	line-height: 11px;
	}

.clearer, .clear {
	clear: both;
	display: block;
	height: 1px;
	margin-bottom: -1px;
	font-size: 1px;
	line-height: 1px;
	}

.left {
	float: left;
	}

.right {
	float: right;
	}
 
.noShow {
	display: none;
	}
	
.homeLink {
	margin: 0;
	padding: 10px 0 0 0;
	}
	
.group{
	clear:both; 
	margin: 0;
	padding: 20px 0 0 0;
	}
	
.group img{
	padding: 0 10px;
	}

.size14 {
	font-size: 14px; 
	font-weight: bold;
	}

#faqs p {
	padding: 10px 0;
	border-top: 1px #a6937e solid;
}
	
#testimonials p {
	padding: 0 0 18px 0;
	}
	
#testimonials i {
	color:#914a56;
	}
	
.calendar_unavailable {
	color:#503d28;
	}
	
.calendar_MyAppt {
	color:#b30838;
	}