/**********************************
**  BODY,HTML,MISC
*/

body,html {
	background: url(../img/body_bg.jpg) repeat top left;
	color: #353535;
	font: normal 75% 'Trebuchet MS',sans-serif;
	margin: 0;
	padding: 0;
	}

html>body {
	font-size: 12px;
	}
	
h1,h2,h3,h4,h5,h6,p,blockquote,ul,ol,li,dl,dt,dd,form,fieldset {
	font-size: 12px;
	margin: 0;
	padding: 0;
	}

.clear {
	clear: both;
}

.clearLeft {
	clear: left;
}

.clearRight {
	clear: right;
}
	
/**********************************
**  HEADER
*/

#headerContainer {
	background: url(../img/header_bg.gif) repeat-x top left;
	}

#header,
#footer,
#container {
	margin: 0 auto;
	width: 765px;
	}

#header h1 {
	float: left;
	margin: 28px 0 0 4px;
	text-indent: -1000em;
	}
	
#header h1 a {
	background: url(../img/gsr_logo.png) no-repeat top left;
	float: left;
	line-height: 111px;
	width: 176px;
	}

#header div {
	padding: 48px 0 0 300px;
	text-align: center;
	}

#header div span {
	color: #6f5021;
	font-family: Verdana;
	display: block;
	font-size: 25px;
	}

#header ul {
	clear: left;
	height: 41px;
	list-style: none;
	margin: 60px 0 0;
	}

#header ul li {
	float: left;
	margin: 0 0 -13px;
	}

#header ul li.sel {
	background-image: url(../img/header_nav.png);
	background-repeat: no-repeat;
	}
	
#header ul li#properties_menu.sel {
	background-position: bottom left;
	}
	
#header ul li#calculator_menu.sel {
	background-position: -167px bottom;
	}
	
#header ul li#about_menu.sel {
	background-position: -354px bottom;
	}
	
#header ul li#contact_menu.sel {
	background-position: -449px bottom;
	}

#header ul li a {
	color: #cdcdcd;
	float: left;
	font-size: 14px;
	height: 43px;
	letter-spacing: 1px;
	padding: 11px 13px 0 14px;
	text-decoration: none;
	text-transform: uppercase;
	}

#header ul li a:hover {
	color: #eaeaea;
	}

#header ul li.sel a {
	color: #353535;
	}

/**********************************
**  FOOTER
*/

#footerContainer {
	border-top: 1px solid #353535;
	clear: both;
	margin-top: 50px;
	}

#footer #affiliates {
	float: right;
	}
	
#footer #affiliates img {
	border: 0;
	filter: alpha(opacity=50);
	margin: 0 0 0 10px;
	opacity: .5;
	}

#footer dl {
	color: #565656;
	margin: 25px 0 0;
	padding: 0 0 25px;
	width: 320px;
	}

#footer dl dt,
#footer dl dd {
	float: left;
	}

#footer dl dt {
	font-size: 14px;
	font-style: italic;
	line-height: 20px;
	padding: 0 6px 0 0;
	}

#footer dl dt.address {
	text-indent: -1000em;
	}

#footer dl dd {
	font-size: 16px;
	padding: 0 16px 0 0;
	}

#footer dl dd.address {
	font-size: 14px;
	line-height: 25px;
	}

#footer div {
	clear: left;
	}

#footer div#footerEmail {
	margin: 40px 0 30px;
	}

#footer div#footerEmail a {
	color: #a27b39;
	font-size: 14px;
	}

#footer div#footerCopyright {
	color: #aaa;
	font-size: 11px;
	margin: 0 0 30px;
	}
	
#footer div#footerCopyright a,
#footer div#footerCopyright a:visited {
	color: #aaa;
	font-size: 11px;
	}
	
/**********************************
**  HOMEPAGE - ABOUT US
*/	
	
#home #aboutContainer {
	float: right;
	margin: 37px 0 0;
	width: 230px;
	}
	
#home #aboutContainer h2 {
	border-bottom: 1px solid #bdbcb9;
	color: #aa8345;
	font-size: 14px;
	line-height: 24px;
	text-transform: uppercase;
	}
	
#home #aboutContainer p {
	line-height: 20px;
	margin: 8px 0;
	}

#home #aboutContainer p strong {
	font-size: 14px;
	line-height: 24px;
	margin: 0 0 10px;
	}

#home #aboutContainer p a {
	color: #aa8345;
	}

#home #aboutContainer img {
	border: 1px solid #353535;
	}
	
/**********************************
**  HOMEPAGE - FEATURED PROPERTY
*/

#home #featuredContainer {
	background: url(../img/feat_prop_bg.jpg) repeat-y top left;
	float: left;
	padding: 37px 40px 0 40px;
	width: 420px;
	}
	
#home #featuredContainer #featFooter {
	background: url(../img/feat_prop_footer_bg.jpg) no-repeat top left;
	height: 14px;
	margin: 37px -40px 0;
	}
	
#home #featuredContainer h2 {
	border-bottom: 1px solid #bdbcb9;
	color: #aa8345;
	font-size: 14px;
	line-height: 24px;
	margin: 0 0 19px;
	text-transform: uppercase;
	}
	
#home #featuredContainer h2 span {
	border-left: 1px solid #bdbcb9;
	font-weight: normal;
	margin: 0 0 0 10px;
	padding: 0 0 0 10px;
	text-transform: capitalize;
	}
	
#home #featuredContainer dl {
	float: left;
	line-height: 18px;
	padding: 0 12px 0 0;
	width: 107px;
	}
	
#home #featuredContainer dl dt {
	color: #6E6E6E;
	font-style: italic;
	}
	
#home #featuredContainer dl dd {
	font-size: 13px;
	margin: 0 0 14px;
	}

#home #featuredContainer img {
	border: 3px solid #353535;
	}

/**********************************
**  HOMEPAGE - SLIDESHOW
*/	

#home #slideshowContainer {
	margin: 45px 0 0;
	}
	
#home #slideshowContainer h2 {
	color: #aa8345;
	font-size: 14px;
	font-weight: normal;
	line-height: 24px;
	text-transform: capitalize;
	}
	
#home #slideshowContainer #slideshow {
	border: 2px solid #353535;
	}
	
/**********************************
**  ABOUT - HISTORY
*/

#about h2 {
	border-bottom: 1px solid #b5b4af;
	color: #aa8345;
	font-size: 24px;
	font-weight: normal;
	line-height: 44px;
	margin: 44px 0 15px;
	text-transform: uppercase;
	}

#about #history {
	float: right;
	width: 230px;
	}

#about #history h3 {
	border-bottom: 1px solid #b5b4af;
	color: #aa8345;
	font-size: 14px;
	line-height: 22px;
	margin: -4px 0 15px;
	text-transform: uppercase;
	}

#about #history p {
	line-height: 18px;
	font-size: 13px;
	margin: 15px 0;
	}

/**********************************
**  ABOUT - EMPLOYEES
*/

#about div.employee {
	border-top: 1px solid #b5b4af;
	margin: 0 35px 0 0;
	padding: 15px 0 15px 170px;
	width: 330px;
	}

#about div.employee.first {
	border: 0;
	padding-top: 0;
	}

#about div.employee h3 {
	color: #aa8345;
	font-size: 16px;
	font-weight: normal;
	}

#about div.employee img {
	border: 3px solid #353535;
	float: left;
	margin: 0 0 0 -170px;
	}

#about div.employee dl dt {
	display: none;
	}

#about div.employee dl dd {
	color: #6e6e6e;
	line-height: 16px;
	}

#about div.employee p,
#about div.employee ul {
	line-height: 16px;
	margin: 15px 0;
	}
	
#about div.employee ul {
	margin: 0 0 0 15px;
}
	
#about div.employee a,
#about div.employee a:visited {
	color: #aa8345;
	font-size: 12px;
	}

/**********************************
**  CONTACT
*/

#contact h2 {
	border-bottom: 1px solid #b5b4af;
	color: #aa8345;
	font-size: 24px;
	font-weight: normal;
	line-height: 44px;
	margin: 44px 0 15px;
	text-transform: uppercase;
	}

#contact #other {
	float: right;
	width: 230px;
	}

#contact #other h3 {
	border-bottom: 1px solid #b5b4af;
	color: #aa8345;
	font-size: 14px;
	line-height: 22px;
	margin: -4px 0 15px;
	text-transform: uppercase;
	}

#contact #other dl dt {
	color: #6e6e6e;
	font-style: italic;
	padding: 0 0 6px;
	}

#contact #other dl dd {
	font-size: 13px;
	padding: 0 0 20px;
	}

#contact fieldset {
	border: 0;
	width: 500px;
	}
	
#contact fieldset legend {
	display: none;
	}

#contact fieldset div {
	margin: 0 0 23px;
	}

#contact fieldset div label {
	display: block;
	font-size: 13px;
	padding: 0 0 3px;
	}

#contact fieldset div input {
	width: 200px;
	}

#contact fieldset div textarea {
	width: 422px;
	}

#contact fieldset div.btn input {
	width: 75px;
	}
	
#contact div.message {
	font-size: 14px;
	font-weight: bold;
	margin: 0 0 15px;
	}
	
/**********************************
**  MORTGAGE CALCULATOR
*/

#calculator h2 {
	border-bottom: 1px solid #b5b4af;
	color: #aa8345;
	font-size: 24px;
	font-weight: normal;
	line-height: 44px;
	margin: 44px 0 15px;
	text-transform: uppercase;
	}

#calculator fieldset {
	border: 0;
	float: left;
	width: 300px;
	}

#calculator fieldset div {
	margin: 0 0 23px;
	}

#calculator fieldset div label {
	display: block;
	font-size: 13px;
	padding: 0 0 3px;
	}

#calculator fieldset div input {
	width: 200px;
	}

#calculator fieldset div textarea {
	width: 422px;
	}

#calculator fieldset div.btn input {
	width: 75px;
	}
	
#calculator fieldset div.btn a,
#calculator fieldset div.btn a:visited {
	color: #aa8345;
	padding: 0 0 0 10px;
	}
	
#calculator table {
	float: right;
	width: 462px;
}
	
#calculator table tr th {
	border-bottom: 1px solid #b5b4af;
	color: #aa8345;
	font-size: 18px;
	font-weight: normal;
	margin: 0 0 15px;
	padding: 0 0 8px;
	text-align: left;
	}
	
#calculator table tr td {
	font-size: 12px;
	padding: 10px 2px 10px;
	vertical-align: top;
	}

/**********************************
**  PROPERTY LISTINGS
*/

#properties h2 {
	border-bottom: 1px solid #b5b4af;
	color: #aa8345;
	font-size: 24px;
	font-weight: normal;
	line-height: 44px;
	margin: 44px 0 15px;
	text-transform: uppercase;
	}
	
#properties .paginate {
	color: #969696;
	display: inline;
	float: right;
	font-size: 12px;
	}
	
#properties .paginate.top,
#properties .paginate.bottom {
	margin-top: 15px;
	}

#properties .paginate a {
	color: #aa8345;
	font-size: 12px;
	padding: 0 1px;
	}
	
#properties #brochure {
	margin: 10px 0 0;
	padding: 0;
	}
	
#properties #brochure a {
	color: #aa8345;
	font-size: 13px;
	}
	
#properties h3 {
	color: #aa8345;
	font-size: 18px;
	font-weight: normal;
	line-height: 40px;
	margin: 30px 0 0;
	text-transform: uppercase;
	}
	
#properties .property {
	border-bottom: 1px solid #bdbcb9;
	margin: 30px 0 0;
	padding: 0 0 30px 158px;
	}
	
#properties .property h3 {
	border-bottom: 1px solid #bdbcb9;
	margin: 0 0 19px;
	padding: 0 0 2px;
	width: 275px;
	}
	
#properties .property h3 a {	
	color: #aa8345;
	font-size: 14px;
	text-decoration: none;
	text-transform: uppercase;
	}

#properties .property h3 a span {
	font-weight: normal;
	text-transform: capitalize;
	}

#properties .property img {	
	border: 3px solid #353535;
	float: left;
	margin: 0 0 0 -158px;
	}

#properties .property dl dt,
#properties .property dl dd {
	float: left;
	padding: 0 20px 0 0;
	width: 130px;
	}

#properties .property dl dt {
	color: #6d6d6d;
	font-style: italic;
	}

#properties .property dl dd {
	font-size: 13px;
	line-height: 18px;
	margin: 16px 0 0 -150px;
	}
	
#properties .property dl dd span {
	display: block;
	}
	
#properties form {
	text-align: right;
	}
	
#properties form div {
	display: inline;
	}
	
#properties form div label {
	padding: 0 5px 0 0;
	}
	
#properties form div.submit {
	padding: 0 0 0 5px;
	}

/**********************************
**  PROPERTY DETAILS
*/

#property h2 {
	border-bottom: 1px solid #b5b4af;
	color: #aa8345;
	font-size: 24px;
	font-weight: normal;
	line-height: 44px;
	margin: 44px 0 15px;
	text-transform: uppercase;
	}

#property #propInfo {
	float: right;
	width: 230px;
	}

#property #propInfo h3 {
	border-bottom: 1px solid #b5b4af;
	color: #aa8345;
	font-size: 14px;
	line-height: 22px;
	margin: -4px 0 15px;
	text-transform: uppercase;
	}

#property #propInfo dl dt {
	color: #6e6e6e;
	font-style: italic;
	padding: 0 0 6px;
	}

#property #propInfo dl dd {
	font-size: 13px;
	padding: 0 0 20px;
	}
	
#property #propInfo dl dd p {
	padding: 0 0 10px;
	}
	
#property #propInfo div {
	margin: 10px 0 0;
	}	
	
#property #propInfo div a {
	color: #aa8345;
	display: block;
	font-size: 13px;
	line-height: 23px;
	margin: 0 0 9px;
	padding: 0 0 0 41px;
	}

#property #propInfo div a#send {	
	background: url(../img/send_to_friend.png) no-repeat 2px center;
	}
	
#property #propInfo div a#download {	
	background: url(../img/download_brochure.png) no-repeat 4px center;
	}

#property #propInfo div a#request {	
	background: url(../img/request_more_info.png) no-repeat center left;
	}

#property #photosContainer a {
	background-color: #353535;
	float: left;
	margin: 1px 5px 2px 0;
	}
	
#property #photosContainer a div {
	background: #fff url(../img/ajax-loader2.gif) no-repeat center;
	display: none;
	height: 64px;
	filter: alpha(opacity=50);
	margin: 3px;
	opacity: .5;
	position: absolute;
	width: 90px;
	}

#property #photosContainer a img {
	border: 3px solid #353535;
	}
	
#property #photosContainer #mainPhoto {
	background: #fff url(../img/ajax-loader.gif) no-repeat center;
	border: 5px solid #353535;
	height: 378px;
	margin: 0 0 3px;
	width: 490px;
	}
	
#property #mapContainer h3 {	
	color: #bdbcb9;
	font-size: 14px;
	margin: 30px 0 8px;
	}

#property #mapContainer #map {
	border: 5px solid #353535;
	height: 367px;
	}
	
#property #mapContainer #map div#noMap {
	margin: 177px 0 0;
	text-align: center;
	}
	
/**********************************
**  PRIVACY
*/

#privacy h2 {
	border-bottom: 1px solid #b5b4af;
	color: #aa8345;
	font-size: 24px;
	font-weight: normal;
	line-height: 44px;
	margin: 44px 0 15px;
	text-transform: uppercase;
	}
	
/**********************************
**  BROCHURES ON LANDING PAGE
*/

ul#brochures {
	list-style: none;
	margin-top: 45px;
}

ul#brochures li {
	float: left;
	margin-right: 20px;
}

ul#brochures li a {
	color: #AA8345;
	font-size: 14px;
}
