/* @group General Rules */

/* -- undo browser HTML defaults (see: http://tantek.com/log/2004/09.html#d06t2354) -- */

:link,:visited {
	text-decoration: none;
}

ul,ol {
	list-style: none;
}

h1,h2,h3,h4,h5,h6,pre,code,p {
	font-size: 1em;
}

ul,ol,dl,li,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input {
	margin: 0;
	padding: 0;
}

a img,:link img,:visited img {
	border: none;
}

address {
	font-style: normal;
}

span {
	display: none;
}

em.warn {
	font-style: normal;
	color: #f00;
}

a {
	color: #06477d;
	text-decoration: none;
}

a:hover {
	color: #005a92;
	text-decoration: underline;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

ul, ol {
	list-style: none;
}

html {
	display: block;
	color: #6b5634;
	font: 11px/150% Georgia, "Times New Roman", Times, serif;
	background: #d2caa9 url(../images/bg.gif) repeat-y center top;
}

body {
	display: block;
	position: relative;
	margin: 0 auto;
	width: 760px;
	padding-top: 53px;
	background: url(../images/top-bar-trans.png) no-repeat left top;
}

/* @end */

#main-content {
	display: block;
	margin: 0 auto;
	overflow: hidden;
	min-height: 600px;
	background: url(../images/content-bg-trans.png) repeat-y center top;
}

#main-body {
	display: block;
	position: relative;
	float: right;
	width: 556px;
	padding-bottom: 10px;
}

body.index #main-body h1 a img {
	display: block;
	position: relative;
	margin: 0 0 0 110px;
	z-index: 10;
}

#main-body h1 a img {
	display: block;
	position: relative;
	margin: 0 0 0 170px;
	z-index: 10;
}

body.index #main-body img.main {
	display: block;
	position: relative;
	width: 507px;
	height: 220px;
	margin: -35px auto;
}

#main-body p, #main-body ul, #main-body dl, #main-body table, #main-body h3, #main-body h4 {
	display: block;
	position: relative;
	width: 415px;
	margin: 5px 0 10px 70px;
}

#main-body p.main {
	margin: 30px 0 20px 70px;
}

#main-body p.main img.photo {
	display: block;	
	padding: 5px;
	background-color: #fff;
	border: 1px solid #e4dfce;
	margin: -10px 5px 30px 5px;
}

#main-body h3, #main-body h4 {
	margin-bottom: 0;
	border-bottom: 1px solid #e9e5d7;
	font-size: 14px;
	font-weight: normal;
	text-transform: uppercase;
	color: #06477d;
}

#main-body h3 a {
	font-size: 10px;
	font-style: italic;
}

#main-body table {
	border: 1px solid #e9e5d7;
	border-bottom: none;
	border-right: none;
}

#main-body table th {
	background-color: #fff;
	padding: 5px;
	font-weight: normal;
	color: #06477d;
	border-right: 1px solid #e9e5d7;
	border-bottom: 1px solid #e9e5d7;
}

#main-body table td {
	padding: 5px;
	border-right: 1px solid #e9e5d7;
	border-bottom: 1px solid #e9e5d7;
}

#main-body blockquote {
	display: block;
	position: relative;
	width: 395px;
	margin: 30px 0 20px 90px;
	font-style: italic;
}

#main-body dl dt {
	font-size: 12px;
	font-weight: normal;
	text-transform: none;
	color: #06477d;
}

#main-body ul {
	margin-bottom: 30px;
}

#main-body dl dd, #main-body ul li {
	display: block;
	padding-left: 20px;
	line-height: 20px;
	background: url(../images/bullet.gif) no-repeat left top;
}

#main-body cite {
	font-style: normal;
}

#main-body img.home {
	display: block;
	margin-left: 70px;
	padding: 5px;
	background-color: #fff;
	border: 1px solid #e4dfce;
}

#main-body h2 {
	display: block;
	position: relative;
	height: 45px;
	width: 409px;	
	margin: 0 0 0 70px;
}

body.about #main-body h2 {
	background: url(../images/about-us-trans.png) no-repeat;
}

body.community #main-body h2 {
	background: url(../images/our-community-trans.png) no-repeat;
}

body.properties #main-body h2 {
	background: url(../images/available-properties-trans.png) no-repeat;
}

body.contact #main-body h2 {
	background: url(../images/contact-us-trans.png) no-repeat;
}

body.privacy #main-body h2 {
	background: url(../images/privacy-trans.png) no-repeat;
}

body.client #main-body h2 {
	background: url(../images/client-area-trans.png) no-repeat;
}

body.sitemap #main-body h2 {
	background: url(../images/site-map-trans.png) no-repeat;
}

body.green #main-body h2 {
	background: url(../images/green-building-trans.png) no-repeat;
}

body.portfolio #main-body h2 {
	background: url(../images/our-portfolio-trans.png) no-repeat;
}

body.newsletters #main-body h2 {
	background: url(../images/newsletters-trans.png) no-repeat;
}

img.drop-cap {
	display: inline;
	position: relative;
	float: left;
	margin: -30px -15px 0 -40px;
}

img.pull-quote {
	display: block;
	position: relative;
	margin: 30px auto;
}

body.index img.drop-cap {
	display: inline;
	position: relative;
	float: left;
	margin: -30px -5px 0 -40px;
}

body.privacy img.drop-cap, body.about img.drop-cap {
	display: inline;
	position: relative;
	float: left;
	margin: -30px -5px 0 -40px;
}

#main-body form {
	display: block;
	position: relative;
	width: 415px;
	margin: 30px 0 40px 70px;
}

#main-body form fieldset {
	display: block;
	border: none;
}

#main-body form legend {
	display: none;
}

#main-body form dl {
	display: block;
	position: relative;
	overflow: hidden;
	margin: 0;
}

#main-body form dt {
	display: inline;
	float: left;
	width: 120px;
	margin: 5px 0 5px 0;
	font-size: 11px;
	color: #6b5634;
}

#main-body form dd {
	display: inline;
	float: left;
	margin: 5px 0 5px 0;
	width: 200px;
	background-image: none;
	padding: 0;
}

#main-body form input, #main-body form textarea {
	display: block;
	width: 200px;
}

#main-body form input.medium, #main-body select {
	width: 150px;
}

#main-body form input.short {
	display: block;
	width: 50px;
}

#main-body form input.checkbox {
	display: block;
	float: left;
	width: 12px;
	margin-right: 3px;
}

#main-body form dd input.go-button {
	display: block;
	margin-left: 150px;
	width: 52px;
	height: 22px;
}

#nav-main {
	display: inline;
	position: relative;
	float: left;
	width: 162px;
	height: 455px;
	margin: 5px 0 10px 40px;
	background: transparent url(../images/nav-bg.gif) no-repeat left top;
}

#nav-main ul {
	display: block;
	position: absolute;
	top: 81px;
	left: 0;
	width: 162px;
	height: 300px;
	background: url(../images/dotted-div.gif) no-repeat center top;
}

#nav-main ul li {
	display: block;
	position: relative;
	width: 162px;
	float: left;
	background: url(../images/dotted-div.gif) no-repeat center bottom;
}

#nav-main ul li a {
	display: block;
	position: relative;
	width: 162px;
}

#nav-main ul li#nav-about-us a {
	height: 37px;
	background: url(../images/nav/about-us-x.gif) no-repeat left top;
}

#nav-main ul li#nav-about-us a:hover {
	background-image: url(../images/nav/about-us-o.gif);
}

#nav-main ul li#nav-our-portfolio a {
	height: 62px;
	background: url(../images/nav/our-portfolio-x.gif) no-repeat left top;
}

#nav-main ul li#nav-our-portfolio a:hover {
	background-image: url(../images/nav/our-portfolio-o.gif);
}

#nav-main ul li#nav-our-community a {
	height: 62px;
	background: url(../images/nav/our-community-x.gif) no-repeat left top;
}

#nav-main ul li#nav-our-community a:hover {
	background-image: url(../images/nav/our-community-o.gif);
}

#nav-main ul li#nav-available-properties a {
	height: 62px;
	background: url(../images/nav/available-properties-x.gif) no-repeat left top;
}

#nav-main ul li#nav-available-properties a:hover {
	background-image: url(../images/nav/available-properties-o.gif);
}

#nav-main ul li#nav-contact-us a {
	height: 37px;
	background: url(../images/nav/contact-us-x.gif) no-repeat left -5px;
}

#nav-main ul li#nav-contact-us a:hover {
	background-image: url(../images/nav/contact-us-o.gif);
}

#nav-main ul li#nav-newsletter a {
	height: 37px;
	background: url(../images/nav/newsletter-x.gif) no-repeat left -4px;
}

#nav-main ul li#nav-newsletter a:hover {
	background-image: url(../images/nav/newsletter-o.gif);
}



/* nav css based */
#nav-main2 {
	display: inline;
	position: relative;
	float: left;
	width: 162px;
	height: 455px;
	margin: 5px 0 10px 40px;
	background: transparent url(../images/nav-bg.gif) no-repeat left top;
}

#nav-main2 ul {
	display: block;
	position: absolute;
	top: 81px;
	left: 0;
	width: 162px;
	height: 300px;
	background: url(../images/dotted-div.gif) no-repeat center top;
}

#nav-main2 ul li {
	display: block;
	position: relative;
	width: 122px;
	float: left;
	padding: 0 20px;
	background: url(../images/dotted-div.gif) no-repeat center bottom;
}

#nav-main2 ul li a {
	display: block;
	position: relative;
	width: 122px;
	text-align: center;
	text-transform: uppercase;
	padding: 10px 0;
	font-size: 13px;
	line-height: 17px;
	color: #433d34;
}
#nav-main2 ul li a:hover {color: #0a366a; text-decoration: none;}


#divider {
	display: block;
	position: relative;
	width: 760px;
	height: 31px;
	background: url(../images/middle-bar-trans.png) no-repeat center center;
}

#featured {
	display: block;
	position: relative;
	width: 720px;
	height: 203px;
	padding-left: 40px;
	background: url(../images/content-bg-trans.png) no-repeat center top;
}

body.index #featured {
	width: 760px;
	padding-left: 0;
	background: url(../images/award-winner-bg.jpg) no-repeat center top;
}

#featured img {
	display: block;
	position: relative;
	float: left;
	height: 146px;
	width: 146px;
	padding: 5px;
	background-color: #fff;
	border: 1px solid #e4dfce;
	margin: 22px 5px 0 5px;
}

body.index #featured img {
	display: block;
	position: absolute;
	top: 22px;
	left: 40px;
	margin: 0 0 0 0;
	background-color: #fff;
	border: 1px solid #e4dfce;
}

#featured h2 {
	display: block;
	position: absolute;
	top: 22px;
	left: 280px;
	height: 128px;
	width: 237px;
	background: url(../images/award-winner-trans.png) no-repeat left top;
}


#featured h3 {
	display: block;
	position: absolute;
	top: 35px;
	left: 140px;
	height: 141px;
	width: 141px;
	background: url(../images/2007-seal-trans.png) no-repeat left top;
	z-index: 11;
}

#featured h3.spotlight {
	display: block;
	position: absolute;
	top: 35px;
	left: 160px;
	height: 141px;
	width: 141px;
	background: url(../images/project-spotlight-trans.png) no-repeat left top;
	z-index: 11;
}

#featured p.spotlight {
	display: block;
	position: absolute;
	top: 25px;
	left: 300px;
	width: 415px;
	text-align: left;
	line-height: 15px;
}

#featured h4, #featured ul {
	display: none;
}

#footer {
	display: block;
	position: relative;
	clear: both;
	width: 760px;
	height: 40px;
	margin: 0 auto;
	text-align: center;
	padding: 30px 0 20px 0;
	background: url(../images/bottom-bar-trans.png) no-repeat center top;
}

#footer dl.vcard {
	display: block;
	position: relative;
	width: 760px;
}

#footer dl.vcard span {
	display: inline;
}

#footer dl.vcard a {
	color: #6b5634;
}

#footer dl.vcard dt, #footer dl.vcard dd {
	display: inline;
	margin-right: 7px;
}

#footer ul {
	display: block;
	position: relative;
	width: 280px;
	margin: 0 auto;
}

#footer ul li {
	display: inline;
	float: left;
	width: 70px;
}

#footer ul li a {
	display: inline;	
	color: #6b5634;
}

#footer ul li#nav-client-login a {	
	color: #0a366a;
}










