﻿@charset "utf-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	background-color: #F4F5F7;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

span.phoneNumber {
	font-size: 16px;
}

/* PAGE LAYOUT */
#glare {
	background: url('../images/global/top_bkgnd.jpg') no-repeat center top;
}
#bottomBar {
	background: url('../images/global/footer_bkgnd.png') repeat-x left bottom;
}
#wrapper {
	width: 881px;
	margin: 0px auto;
}
#siteHeader {
	float: left;
	width: 881px;
	height: 115px;
	margin: 0px auto;
}
#topRow {
	float: left;
	width: 881px;
	padding: 0px;
	margin-bottom: 25px;
	/*
	background-color: #FFFFFF;
	filter:progid:DXImageTransform.Microsoft.alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
	border: 0px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	*/
}
#bottomRow {
	float: left;
	width: 881px;
	margin-bottom: 25px;
}
#footer {
	display: block;
	clear: both;
	width: 881px;
	color: #a5acb0;
	font-size: 11px;
	padding: 0px;
}
#footer #copyright {
	float: left;
	width: 600px;
	padding: 2px;
	line-height: 1.8em;
}
#footer #copyright a {
	color: #FFFFFF;
	text-decoration: none;
}
#footer #copyright a:hover {
	text-decoration: underline;
}
#footer #morguard {
	float: left;
	width: 276px;
	height: 45px;
	padding: 0px;
}
#footer #morguard a {
	float: right;
}
#footer #morguard img {
	border: 0px;
}
.clearFloat {
	clear: both;
}


/* siteHeader Styles */
#facebook { display: block; float: right; }
#facebook a {
	display: block;
	background: #cbd4da url(../images/icons/fb_mini.png) no-repeat 10px 4px;
	color: #36424a;
	text-decoration: none;
	padding: 5px 12px;
	text-indent: 20px;
	-moz-border-radius-bottomleft: 7px;
	-moz-border-radius-bottomright: 7px;
	-webkit-border-bottom-left-radius: 7px;
	-webkit-border-bottom-right-radius: 7px;
}
#facebook a:hover {
	background-color: #36424a;
	color: #ffffff;
	text-decoration: none;
}
#navBar {
	display: block;
	float: left;
	width: 525px;
	height: 60px;
	padding-top: 25px;
	text-align: right;
	color: #36424a;
	font-size: 18px;
}
#whitebar {
	float: right;
	background-color: #cbd4da;
	padding: 2px;
	-moz-border-radius: 9px;
	-webkit-border-radius: 9px;
}
#whitebar a {
	display: inline-block;
	color: #36424a;
	text-decoration: none;
	padding: 6px 7px;
	border: 0px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	margin-left: 0px;
}
#whitebar a:hover {
	color: #FFFFFF;
	background-color: #36424a;
	text-decoration: none;
}
#siteHeader a.homelink {
	display: block;
	float: left;
	width: 350px;
	height: 115px;
	background: url('../images/global/160chapel_logo.png') no-repeat left top;
}


/* siteContent Styles */

/* Home Page Styles */
#topRow #logoRow {
	display: block;
	clear: both;
	margin: 0 auto 22px;
	text-align: center;
}
#topRow #logoRow a { margin: 0 30px; }
	
#topRow #slideshow {
	float: left;
	clear: none;
	width: 575px;
	height: 350px;
	margin-right: 25px;
}
#topRow #bigGreenBox {
	float: left;
	clear: none;
	width: 250px;
	height: 320px;
	padding: 15px;
	margin: 0px;
	background-color: #36424a;   /* old color: #39892f; */
	border: 0px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	color: #FFFFFF;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
#topRow #bigGreenBox h1 {
	font-size: 24px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	color: #FFFFFF;
	border: 0px;
}
#topRow #bigGreenBox p {
	font-size: 17px !important;
	height: 200px;
	line-height: 24px !important;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
#topRow #bigGreenBox span.leasingInfo {
	background-color: #CBD4DA;
	display: block;
	color: #36424A;
	padding: 3px;
	margin: 10px 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}
#topRow #bigGreenBox a.bgbLink {
	display: block;
	text-align: right;
	background: url('../images/global/arrow_lg_grey.png') no-repeat right top;
	height: 32px;
}
#topRow #bigGreenBox a.bgbLink:hover {
	background: url('../images/global/arrow_lg_white.png') no-repeat right top;
}

/* Top Row Styles */
h1 {
	display: block;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 27px;
	font-weight: bold;
	color: #36424a;
	border-bottom: 1px #39892f dotted;
	margin: 0px;
	margin-bottom: 15px;
	padding: 0px;
	padding-bottom: 10px;
}
#topRow p, ul {
	font-size: 14px;
	line-height: 18px;
	margin: 12px 0px;
}
#topRow p.last, ul.last {
	margin-bottom: 0px;
}
#topRow a, #topRow a:visited {
	color: #39892f;
	font-weight: bold;
	text-decoration: none;
}
#topRow a:hover, #topRow a:active {
	text-decoration: underline;
}


/* Bottom Row Styles */
#featureBox {
	float: left;
	width: 275px;
	margin-right: 26px;
	background-color: #36424a;
	border: 0px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	color: #FFFFFF;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
#featureBox img {
	float: left;
	width: 130px;
}
#featureBox p {
	font-size: 16px;
	font-weight: bold;
	line-height: 21px;
	text-align: right;
	height: 99px;
	margin: 10px;
}
#featureBox a.featureLink {
	display: block;
	text-align: right;
	background: url('../images/global/arrow_sm_green.png') no-repeat right top;
	height: 21px;
	margin: 10px;
}
#featureBox a.featureLink:hover {
	background: url('../images/global/arrow_sm_white.png') no-repeat right top;
}
#featureText {
	float: left;
	width: 278px;
	color: #36424a;
	font-family: Geneva, Arial, Helvetica, sans-serif;
}
#featureText h1 {
	color: #39892f;
	font-size: 24px;
	font-weight: bold;
	padding-bottom: 14px;
}
#featureText p {
	font-size: 17px;
	font-weight: normal;
	line-height: 130%;
	margin-bottom: 0px;
}

