/*
 * JTA CSS
 */
body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 1.6em;
	background: #615F60 url('../images/body-bkg.png') top repeat-x;
	color: #ddd;
	margin: 0;
	padding: 0;
}

table {
	width: 80%;
}

a {
	color: #DF1521;
	text-decoration: none;
}

a img { border: none; }

a:hover { color: #B7121C; }

h1, h2, h3, h4, h5, h6 {
	margin: 0 0 5px 0;
	padding: 0;
	font-weight: normal;
}

h2 { font-size: 20px; }
h3 { font-size: 18px; }

h2.img, h3.img {
	background-position: top left;
	background-repeat: no-repeat;
	text-indent: -9999px;
}

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

ul {
	margin: 0;
	padding: 0 0 0 30px;
}

form {
	margin: 0;
	padding: 0;
}

input.text, textarea {
	border: 1px solid #73685B;
	padding: 2px;
	width: 70%;
	color: #73685B;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
}

/*
 * Helpers
 */

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

ul.nav li {
	float: left;
	margin: 0;
	padding: 0;
}

.break { clear: both; }

.hidden {
	display: none;
}

.pageHeading {
	background-image: url('../images/red-headings.png');
	background-color: #DE1620;
	background-repeat: no-repeat;
	height: 57px;
	line-height: 57px;
}

/*
 * Lists
 */
dl {
	width: 100%;
	margin: 0;
}

dt, dd {
	float: left;
	margin: 0;
	padding: 1px 0;
}

dt {
	width: 40%;
	clear: both;
}

dd {
	width: 60%;
}

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

#content ul li {
	background: url('../images/bullet-red.png') 0px 3px no-repeat;
	padding-left: 11px;
}

#content #mainContent ul li {
	background: url('../images/bullet-red-content.png') 0px 3px no-repeat;
}

#content ul.linksList li, #content #mainContent ul.linksList li {
	background: none;
	padding-left: 0px;
}

#content ul.linksList li a {
	background-image: url('../images/bullet-red.png');
	background-repeat: no-repeat;
	padding-left: 11px;
	color: #fff;
	* background-position: 0px 3px;
}

#content ul.linksList li a:hover {
	background-image: url('../images/bullet-white.png');
	color: #DF1521;
}

/*
 * Layout
 */
#wrapper, #footer {
	width: 1000px;
	margin: 0 auto;
}	

#content {
	margin-left: 116px;
	width: 888px;
}

#bottom {
	background: url('../images/bottom-bkg.png') bottom center no-repeat;
	height: 75px;
}

#content { background: #2e2e2e url('../images/content-bkg.png') left repeat-y; }

#sidebar {
	width: 358px;
	float: left;
	background: url('../images/sidebar-bkg.jpg') top repeat-x;
}

#sidebar .spacer { padding: 40px; }

#sidebar ul li { margin: 5px 0; }
#sidebar ul li a { color: #ddd; }
#sidebar ul li a:hover { color: #fff; }

#mainContent {
	width: 530px;
	float: left;
	background: #2e2e2e;
}

#sidebar {
	position: relative;
}

#highlightPhotos {
	position: absolute;
	bottom: -74px;
	left: 0;
}

* html #highlightPhotos { bottom: -75px; }

#mainContent .spacer { padding: 30px 50px; }

.col1, .col2 {
	width: 185px;
	float: left;
}

.col1 { margin-right: 50px; }

/*
 * Header
 */
#header {
	background: #fff url('../images/logo.png') top left no-repeat;
	height: 112px;
	position: relative;
}

#header h1 {
	position: absolute;
	top: 25px;
	left: 100px;	
}

#header h1 a {
	display: block;
	width: 520px;
	text-indent: -9999px;
	height: 50px;

}

/*
 * Footer
 */
#footer { margin-bottom: 60px; }

#footer .spacer {
	margin-left: 115px;
	width: 825px;
	margin-top: 15px;
}

#contactInfo {
	background: url('../images/footer-copy.jpg') top left no-repeat;
	width: 753px;
	height: 10px;
	line-height: 10px;
	float: left;
	text-indent: -9999px;
	position: relative;
}

#footerEmail {
	position: absolute;
	width: 125px;
	height: 10px;
	right: 0;
	top: 0;
}

#entermotion {
	float: right;
	width: 10px;
}

/*
 * Navbar
 */
#navbar {
	margin-left: 90px;
	background: #000 url('../images/nav-bkg.jpg') top left no-repeat;
	height: 34px;
}

#navbar ul {
	background-image: url('../images/nav.png');
	background-position: 0px 0px;
	background-repeat: no-repeat;
	width: 711px;
	height: 34px;
	margin-left: 190px;
	position: relative;
}

body.aboutUs #navbar ul { background-position: 0px -70px; }
body.propertySearch #navbar ul { background-position: 0px -105px; }
body.developments #navbar ul { background-position: 0px -140px; }
body.news #navbar ul { background-position: 0px -175px; }
body.resources #navbar ul { background-position: 0px -210px; }
body.contactUs #navbar ul { background-position: 0px -245px; }

#navbar ul li a {
	display: block;
	text-indent: -9999px;
	position: absolute;
	height: 35px;
	top: 0;
}

#navHome a {
	left: 30px;
	width: 55px;
}

#navAboutUs a {
	left: 95px;
	width: 80px;
}

#navPropertySearch a {
	left: 185px;
	width: 135px;
}

#navDevelopments a {
	left: 330px;
	width: 100px;
}

#navNews a {
	left: 440px;
	width: 55px;
}

#navResources a {
	left: 505px;
	width: 85px;
}

#navContactUs a {
	left: 600px;
	width: 85px;
}



/*
 * Home page
 */
body#home #mainContent { background: #121212 url('../images/main-content-gradient-bkg.png') top repeat-x; }
body#home #content { background-color: #3d3d3d; }

body#home #mainContent .spacer { padding: 28px 70px; }


body#home #mainContent strong { font-size: 14px; }
body#home #sidebar .spacer { height: 109px; }

#sidebar h2#propertySearchH2 {
	background-image: url('../images/home-heading-property-search.png');
	width: 222px;
	height: 15px;
	line-height: 15px;
	margin-bottom: 10px;
}

body#home #recentNews {
	background: #161616 url('../images/recent-news-bkg.jpg') top repeat-x;
	border-bottom: 15px solid #3D3D3D;
	border-left: 15px solid #3D3D3D;
}

body#home #recentNews, body#home #recentNews h2, body#home #recentNewsListing { height: 144px; }
* html body#home #recentNews, * html body#home #recentNews h2, * html body#home #recentNewsListing,  {
	height: 138px;
}

body#home #recentNews h2 {
	float: left;
	width: 140px;
	background: url('../images/home-heading-news.png') center no-repeat;
	text-indent: -9999px;
}

body#home #recentNewsListing {
	background: url('../images/home-recent-news-separator.jpg') top left no-repeat;
	margin-top: 7px;
/*	height: 143px;*/
	width: 315px;
	padding-left: 35px;
	float: left;
}

body#home #recentNewsListing ul { padding-top: 15px; }
body#home #recentNewsListing ul li { margin: 5px 0; }

/*
 * About page
 */
body#aboutUs .pageHeading { background-position: 0px 0px; }
body#ourTeam.aboutUs .pageHeading, body#view.aboutUs .pageHeading { background-position: 0px -341px; }

body#aboutUs #mainContent h3 {
	text-transform: uppercase;
	font-size: 12px;
	margin: 0;
}

body.aboutUs #sidebar p {
	font-size: 14px;
	line-height: 1.7em;
}

body.aboutUs #sidebar h3 {
	text-transform: uppercase;
	font-size: 15px;
	color: #999;
}

body#view.aboutUs #mainContent h3 {
	color: #DE1620;
	font-weight: bold;
}

body#view.aboutUs h3 span {
	font-size: 14px;
	color: #fff;
	font-weight: normal;
}

.personDescription {
	padding-top: 10px;
}

body#view.aboutUs .col1 {
	float: right;
	margin-right: 0px;
	margin-left: 50px;
}

body#ourTeam.aboutUs #mainContent li a {
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 1px;
}

body#ourTeam.aboutUs #content #mainContent ul li {
	* background: url('../images/bullet-red-content.png') 0px 4px no-repeat;
}

/*
 * Developments page
 */
body#developments .pageHeading { background-position: 0px -114px; }

body#developments #content ul li {
	background: url('../images/bullet-white.png') 0px 3px no-repeat;
}

body#developments #content ul li h3 {
	color: #DF1521;
	text-transform: uppercase;
	margin: 0;
}

.developmentLocation p {
	font-style: italic;
	margin: 0;
	color: #999;
}

.developmentImg {
	text-align: center;
	margin: 10px 0;
}

/*
 * Resources page
 */
body#resources .pageHeading { background-position: 0px -228px; }

/*
 * News page
 */
body.news .pageHeading { background-position: 0px -171px; }

body.news #mainContent ul.linksList li { margin: 0 0 30px 0; }
body.news #mainContent ul.linksList li a { 
	background-position: 0 2px; 
	* background-position: 0 4px; 
}

img.articleImage {
	float: left;
	margin: 5px 15px 0 0;
}


/*
 * Contact Us page
 */
body#contactUs .pageHeading { background-position: 0px -57px; }

/*
 * Property Search pages
 */
body.propertySearch .pageHeading { 
	background-position: 0px -284px; 
	margin: 0;
}

body.propertySearch #sidebar {
	display: none;
}

body.propertySearch #mainContent {
	width: 888px;
}



