/********************************************
   HTML ELEMENTS
********************************************/ 

/* Top Elements */
* {
	margin: 0px;
	padding: 0px;
	border:0px;
}

body {
	background: #333333 url(../images/page_bg.jpg) top center repeat-y;
}

/* links */
a, a:visited {
	color: #BF9F62;
	text-decoration: none;
}
a:hover {
	color: #FFF;
	text-decoration: none;
}

/* headers */
h1, h2, h3 {
	font-family: Arial, Tahoma, sans-serif;
}
h1 {
	font-size:21px;
	letter-spacing:-1px;
	color: #BA6D21;
	border-bottom:dotted 1px #DFBD7D;
	margin-bottom:20px;

}
h3 {
	font-size: 130%;	
}
p {
	font-family: arial, helvetica, sans-serif;
	font-size:14px;
	line-height:21px;
	color:#fff;
	margin:0px;
	padding:0px;
}
ul, ol {
	margin: 0px 0px;
	padding: 0 0px;
}
p.footer {
	font-size:11px;
	padding: 0.2em 0.8em;
	margin: 20px 0 0;
}

/* images */
img {
	background: #000000;
	border: 0px solid #333;
	padding: 0px;
}
.noborder {
	border:none;
	padding:0px;
}
img.float-right {
  	margin: 5px 0px 10px 10px;  
}
img.float-left {
  	margin: 5px 10px 10px 0px;
}

code {
  	margin: 5px 0;
  	padding: 10px;
  	text-align: left;
  	display: block;
  	overflow: auto;  
  	font: 500 1em/1.5em 'Lucida Console', 'courier new', monospace ;
  	/* white-space: pre; */
  	background: url(../images/post.jpg);
	border: 1px solid #E0DBC9;  
}
acronym {
  cursor: help;
  border-bottom: 1px solid #777;
}
blockquote {
	margin: 10px;
 	padding: 0 0 0 25px;  
    background: url(../images/post.jpg);
	border: 1px solid #E0DBC9;
	font: bold 1.3em/1.5em 'Trebuchet MS', Tahoma, Sans-serif;
	color: #A89A6A;
}




/* form elements */
form {
	margin:0px;
	padding: 0;
	border: 0px solid #333;
}
label {
	display:block;
	font-weight:bold;
	margin:5px 0;
}
input {
	padding:5px;
	border:1px solid #333;
	font: normal 1.2em Arial, Verdana, sans-serif;
	color:#000;
}
textarea {
	width:400px;
	padding:2px;
	font: normal 1em Verdana, sans-serif;
	border:1px solid #eee;
	height:100px;
	display:block;
	color:#777;
}
input.button {
	font: bold 14px Arial, Sans-serif;
	height: 24px;
	margin: 0;
	padding: 5px 15px;
	color: #000;
	background: #BF9F62;
	border: none;
}
#fader {
	position:relative;
	margin:auto;
	width:850px;
	height:180px;
}

#fader img {
	display: none;
	position:absolute;
	top:0;
	left:0px;
}

/* search form */
.searchform {
	background-color: transparent;
	border: none;	
	margin: 0; padding: 5px 0 15px 0;	
	width: 220px;	
}
.searchform p { margin: 0; padding: 0; }
.searchform input.textbox { 
	width: 130px;
	color: #777; 
	height: 18px;
	line-height:1.4em;
	margin:0 10px;
	padding: 2px 5px;	
	border: 1px solid #CACACA;
}
.searchform input.button { 
	width: 50px;
	height: 24px;
	padding: 2px 4px;
	padding-top:2px;
}

/********************************************
   LAYOUT
********************************************/ 
#wrap {
	position: relative;
	width: 850px;
	margin: 0 auto;
	text-align: left;
}
.product_a {
	width: 265px;
	float: left;
	margin: 10px 5px;
	padding: 2px 3px;
	border: 1px solid #CC6600;
}
.product_b {
	width: 265px;
	float: left;
	margin: 10px 2px;
	padding: 2px 5px;
	border: 1px solid #CC6600;
}
.product_c {
	width: 265px;
	float: left;
	margin: 10px 2px;
	padding: 2px 5px;
	border: 1px solid #CC6600;
}

#content-wrap {
	background: #000;
	float: left;
	width: 850px;
	padding: 0;
	position:relative;
	margin: 0 0 3em;
}

#headerrc {
	width: 850px;
	position: relative;
	height: 351px;
	background: #000;
	line-height:2.4em;
	padding: 0;
	color: #FFFFFF;
	margin: 0;
}

#header {
	width: 850px;
	position: relative;
	height: 180px;
	background: #000;
	line-height:2.4em;
	padding: 0;
	color: #FFFFFF;
	margin: 0;
}
#header h1#logo-text a {
	position: absolute;
	margin: 0; padding: 0;
	font: bold 36px 'Trebuchet MS', Arial, Sans-serif;
	letter-spacing: -1px;
	color: #AEAAAA;
	text-transform: none;
	text-decoration: none;
	
	/* change the values of top and left to adjust the position of the logo*/
	top: 25px; left: 30px;	
}
#header h1#logo-text span {
	color: #838181;
}
#header h2#slogan {
	position: absolute;
	margin: 0; padding: 0;
	font: normal 12px 'Trebuchet MS', Arial, Sans-serif;
	text-transform: none;
	color: #838181;
	
	/* change the values of top and left to adjust the position of the slogan*/
	top: 67px; left: 95px;		
}

/* header links */
#header #header-links {
	position: absolute;
	top: 0px;	
	color: #FFF;
	font-size: 10px;	
}
#header #header-links a {	
	color: #838181;
	text-decoration: none;	
}
#header #header-links a:hover {
	color: #444;		
}

.headeraddress {width:400px; position:absolute; margin:0px 0 0 20px; font-size:100%; text-align:left;}
.headerlogo {
	width:auto;
	position:absolute;
	margin:0;
	font-size:100%;
	text-align:left;
	top: 20px;
	left: 30px;
}
.headerfadeimages {
	width:650px;
	position:absolute;
	margin:0;
	font-size:100%;
	text-align:left;
	top: 0px;
	left: 200px;
}

.footeraddress {
	width:830px;
	height:auto;
	margin:20px
	text-align:left;
	font-family:arial, helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
	padding:20px;
}

.footeremail {
	width:270px;
	position:absolute;
	margin:10px 0 0 570px;
	font-size:100%;
	text-align:right;
	font-weight:normal;
}

/* header-photo */
#header-photo {
	height: 170px;
	width: 850px;
	margin: 0 auto;
	background: #FFFFFF url(../images/header.gif) top;
	clear: both;
}

/* Main Column */
#main {
	float: left;
	width: 810px;
	padding: 20px;
	margin: 0;
	display: inline;
}
#main h1 {
	font-size:24px;
	letter-spacing:-1px;
	color: #BF9F62;
	padding:10px 0px 10px 0px;
	line-height: 0.8em;
}

#main h3 {
	font-size:112%;
	color: #BD9D61;
	padding: 0px;
	text-transform: uppercase;
}
#main ul li {
	margin:3px 0px;
	color: #E6E6E6;
	padding: 0px 5px;
}
#showhousesmain {
	float: left;
	width: 100%;
	padding: 0;
	margin: 0;
	display: inline;
}
#showhousesmain h2 {
	font: bold 1.4em Georgia, "Times New Roman", Times, serif;
	color: #000;
	padding: 0.4em 0.6em;
}
#showhousesmain ul li {
	list-style-image: url(../images/bullet.gif);
}
/* Investor Main */
#investmain {
	float: left;
	width: 62%;
	padding: 0;
	margin: 5px 0px 0;
	display: inline;
}
#investmain h1 {
	margin-top: 10px;
	font: normal 1.8em Georgia, "Times New Roman", Times, serif;
	color: #935C38;
	padding: 0.4em 0.4em;
}
#investmain h2 {
	font: normal 1.4em Georgia, "Times New Roman", Times, serif;
	color: #BD9D61;
	padding: 5px 0 5px 0px;
}
/* Sidebar */	
#sidebar {
	float: right;
	width: 200px;
	height:400px;
	background-color: #000;
	margin:0px 0px 0px 40px;
}

#sidebar h1 {
	margin-top: 0px;
	padding: 5px 0px;
	color: #BF9F62;
	text-transform: uppercase;
	font-size: 126%;
	margin: 0;
}
#sidebar ul.sidemenu {
	text-align: left;
	margin: 0px 0px;
	padding: 0px 10px;
	text-decoration: none;
}
#sidebar ul.sidemenu li {
	list-style-image: none;
	list-style:none;
	background: url(../images/dots.gif) repeat-x left bottom;
	padding: 8px 0 4px 0px;
	margin: 0px;
}
* html body #sidebar ul.sidemenu li {
	height: 1%;
}
#sidebar ul.sidemenu li a {
	text-decoration: none;
	background-image: none;
	color: #FFF;
	font-weight: normal;
}
#sidebar ul.sidemenu li a:hover {
	color: #BF9F62;
}
#sidebar ul.sidemenu li.last {
	list-style-image: none;
	list-style:none;
	background: none;
	padding: 5px 0 4px 0px;
	margin: 0px;
}
* html body #sidebar ul.sidemenu li.last {
	height: 1%;
}
#sidebar ul.sidemenu li.last a {
	text-decoration: none;
	background-image: none;
	color: #FC0;
	font-weight: normal;
}
#sidebar ul.sidemenu li.last a:hover {
	color: #CCC;
}
#sidebar img {
	margin:3em 0px 0;
}
#sidebar p {
	margin:0;
}
#sidebar .img_nomargin {
	margin:0em 0px 0;
}

/* right hand pics */	
#rightbar {
	float: right;
	width: 180px;
	padding: 0px 0 0 10px;
	margin: 10px 0;
	position: relative;
	min-height: 200px;
}
#rightbar p{
	color:#FFFFFF;
	font-size:95%;
	line-height:1.4em;
}
#rightbar h1{
	color: #000;
	padding: 0.8em 0.8em 0.6em;
	font-size: 136%;
	text-transform: uppercase;
	letter-spacing:0px;
}
#rightbar h2.ir {
	position:relative;
	width:300px;
	height:20px;
	overflow:hidden;
  }
#rightbar h2.ir em {
  display:block; 
  width:196px; 
  height:30px; 
  background: url(../images/whatwedo_hd.gif) no-repeat; 
  position:absolute;
  top:0;
  left:0;
  }
#rightbar .btn1 {
	position:absolute;
	float:left;
	color:#000;
	background: #BF9F62;
	width: 150px;
	margin: 0;
	top: 0px;
	left: 0px;
	padding: 0 20px 0 0px;
}
#rightbar .btn2 {
	position:absolute;
	float:left;
	color:#000;
	background: #BF9F62;
	width: 150px;
	margin: 0;
	top: 60px;
	left: 0px;
	padding: 0 20px 0 0px;
}
#rightbar .btn3 {
	position:absolute;
	float:left;
	color:#000;
	background: #BF9F62;
	width: 150px;
	margin: 0;
	top: 120px;
	left: 0px;
	padding: 0 20px 0 0px;
}

/* footer */
#footer-wrap {
	clear: both;
	width: 850px;
	font-size: 90%;
	text-align: left;
	padding:0;
	border-top: 1px solid #333;
	margin: 0;
	position: relative;
}
#footer-wrap a {
	text-decoration: none;
	color: #BF9F62;
	font-weight: bold;
}
#footer-wrap a:hover {
	color: #FFF;
	text-decoration: underline;
}
#footer-wrap p {
	padding:5px 0px;
}
#footer-wrap h2 {
	color: #666666;
	margin: 0;
	padding: 0 10px; 
}

#footer-columns {
	color: #888;
	margin: 0 auto; 
	padding: 0;	
	width: 720px;		
}
#footer-columns ul {
	list-style: none;
	margin: 10px 0 0 0; 
	padding: 0;
}	
#footer-columns li a {
	display: block;
	font-weight: normal;
	padding: 3px 0 3px 10px;
	width: 100%;
	border-bottom: 1px solid #fff;
}
#footer-columns li a:hover {
	display: block;
	background:#7DB1FF;
}
#footer-columns .col3, .col3-center {
	float: left;
	width: 32%;
	width: 30% !important /*Firefox*/;
	padding-bottom:10px;
	padding-top:10px;
	
}
#footer-columns .col3-center { 
	margin: 0 15px; 
}

/* bottom */
#footer-bottom {
	font-weight: normal;
	background: #000;
	color: #FFF;
	height:90px;
	margin: 0px 0 0;
	width: 850px;
	padding: 0em;
}

/* alignment classes */
.float-left  {
	float: left;
	margin: 10px 15px;
}
.float-right {
	float: right;
	margin: 15px 5px 0;
	background-color: #453D30;
}
.align-left  { text-align: left; }
.align-right { text-align: right; }

/* display and additional classes */
.clear { clear: both; }

#zoom a.r1, #zoom a.r1:visited { border: 0pt none ; background: rgb(255, 255, 255) none repeat scroll 0%; display: block; width: 130px; height: 100px; text-decoration: none; top: 0pt; left: 0pt; }

#zoom a img { border: 0pt none ; }

#zoom a.r1:hover { text-decoration: none; background-color: rgb(9, 106, 13); color: rgb(0, 0, 0); }

#zoom a .large { border: 0px none ; display: block; position: absolute; width: 1px; height: 1px; top: -1px; left: -1px; }

#zoom a.r1:hover .large { border: 1px solid black; display: block; position: absolute; top: 90px; left: 180px; width: 250px; height: 197px;}



#zoom a.r1a, #zoom a.r1a:visited { border: 0pt none ; background: rgb(255, 255, 255) none repeat scroll 0%; display: block; width: 150px; height: 90px; text-decoration: none; top: 0pt; left: 0pt; }

#zoom a img { border: 0pt none ; }

#zoom a.r1a:hover { text-decoration: none; background-color: rgb(9, 106, 13); color: rgb(0, 0, 0); }

#zoom a .large { border: 0px none ; display: block; position: absolute; width: 1px; height: 1px; top: -1px; left: -1px; }

#zoom a.r1a:hover .large { border: 1px solid black; display: block; position: absolute; top: 90px; left: 180px; width: 250px; height: 197px;}



#zoom a.b1, #zoom a.b1:visited { border: 0pt none ; background: rgb(000, 000, 000) none repeat scroll 0%; display: block; width: 200px; height: 120px; text-decoration: none; top: 0pt; left: 0pt; }

#zoom a img { border: 0pt none ; } 

#zoom a.b1:hover { text-decoration: none; background-color: rgb(0, 0, 1); color: rgb(0, 0, 0); }

#zoom a .large { border: 0px none ; display: block; position: absolute; width: 1px; height: 1px; top: -1px; left: -1px; }

#zoom a.b1:hover .large { border: 1px solid black; display: block; position: absolute; top: 350px; left: 300px; width: 300px; height: 180px;}



/*/ Warren's edits below - 2010 - God forbid whoever coded this originally /*/

.btn span {
	display:none;
}

.btn {
	background-image:url(../images/material/buttonbg.png);
	background-repeat:no-repeat;
	display:block;
	width:200px;
	padding:15px 0px 15px 0px;
	margin-bottom:10px;
	color:#fff;
	text-align:center;
	font-family:arial, helvetica, sans-serif;
	font-size:12px;
	font-weight:bold;
}

.btn a {
	color:#7F642F;
}




#intro, #left {
	width:530px;
	height:auto;
	float:left;

}

#intro p {
	margin-bottom:18px;
}

#homeside, #right {
	width:230px;
	float:right;
}

#testimonials {
	width:230px;
	height:auto;
	background-color:;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	font-family: arial, helvetica, sans-serif;
	font-size:14px;
	line-height:21px;
	color:#fff;
	padding-bottom:20px;
	border-bottom:dotted 0px #DFBD7D;
	margin-bottom:20px;
}

#testimonials strong {
	font-family: arial, helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
	color:#fff;
	width:230px;
	margin-top:10px;
	font-style:italic;
	text-indent:20px;
	display:block;
}

#motioncontainer, #motiongallery{
	float:right;
	margin-right:0px;
	width:810px;
	height:auto;
	overflow:hidden;
	display:block;
}


#trueContainer {
	width:810px;
	height:auto;
	display:block;
}

#trueContainer img {
	float:left;
	height:300px;
}


#motioncontainer {
	background-color:#BF9F62;
	margin-top:30px;
}

ul li {
	font-family: arial, helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
	color:#fff;
}


#subscribe {
	width:210px;
	padding:10px;
	background-color:#2F2D29;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}

label {
	width:200px;
	font-family: arial, helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
	color:#fff;
	margin-bottom:10px;
	display:block;
	font-weight:normal;
}

input {
	width:200px;
	background-color:#fff;
	padding:5px;
	font-family: arial, helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
	color:#444;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
	border:0px;
	margin-bottom:5px;
}

#submit {
	display:block;
	width:90px;
	font-weight:normal;
	color:#444;
	background-color:#BF9F62;
}

#ren-right {
	float:right;
	width:400px;
	height:655px;
	background-image:url(../images/concept_15.jpg);
}

#ren-left {
	float:left;
	width:400px;
	height:auto;
	font-family: arial, helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
}

#beforeafter {
	margin-top:60px;
	margin-left:45px;
	width:300px;
}

#beforeafter img {
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;

}

table {
	font-family: arial, helvetica, sans-serif;
	font-size:14px;
	font-weight:bold;
	font-style:italic;
	line-height:18px;
	color:#fff;
}


/*/ ------------- Template styles ----------------------- /*/


#template-sidebar {
	width:230px;
	float:right;
	height:auto;
	padding-top:50px;

}

#template-content {
	width:550px;
	height:auto;
	float:left;

}


#template-content p {
	font-family: arial, helvetica, sans-serif;
	font-size:14px;
	line-height:21px;
	color:#fff;
	margin-bottom:18px;
}

#template-content {
	font-family: arial, helvetica, sans-serif;
	font-size:14px;
	line-height:21px;
	color:#fff;
}

#template-sidebar ul {
	width:230px;
	display:block;
	padding:10px 0px 10px 0px;
	margin:0px;
	border-top:dotted 1px #DFBD7D;
	border-bottom:dotted 1px #DFBD7D;
}

#template-sidebar ul li {
	display:block;
	padding:0px;
	width:220px;
}

#templatesub {
	width:210px;
	padding:10px;
	margin-top:20px;
	background-color:#2F2D29;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}

#templatesub input {
	width:200px;
}

#templatesub p {
	width:210px;
	font-family:arial, helvetica, sans-serif;
	font-size:12px;
	color:#fff;
	margin-bottom:10px;
}

#templatesub #b {
	width:90px;
	display:block;
	margin-bottom:0px;
	background-color:#BF9F62;
}

#press {
	width:230px;
	margin-bottom:40px;
	overflow:hidden;
}

.name {
	width:190px;
	float:right;
}

/*/  Contact  /*/

#contactdetails {
	padding:0px;
	margin:0px;
	width:230px;
	list-style:none;
	margin-bottom:20px;
}

#contactdetails li {
	padding:0px;
	margin:0px;
	list-style:none;
}


#main label {
	margin:4px;
	padding:0px;
}

textarea {
	width:300px;
	margin-top:20px;
	margin-bottom:20px;
}


#left {
	font-family:arial, helvetica, sans-serif;
	font-size:12px;
	color:#fff;
}

select {
	width:500px;
	padding:5px;
	margin-bottom:10px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;
}

.photogalleryTable {
	width:100%;
	text-align:center;
	margin-top:40px;
}

.photogalleryTable img {
	padding:5px;
	background-color:#fff;
	margin:15px;
}

#gallery {
	height:500px;
	width:810px;
}

#galleryimageslist {
	display:inline;
}

#galleryimageslist li img{
	display:inline;
}

#xml {
	display:none;
}

#contactform {
	width:300px;
	margin:0 auto;
}

.cat_button {
	background-color:#BF9F62;	
}


.testimonialsource {
	font-family: 'georgia',arial, helvetica, sans-serif;
	font-size:14px;
	line-height:21px;
	font-style:italic;
	color:#BF9F62;
}

/*/ ----------------- blog ------------------------------ /*/

.blog-post h2.post-title {
	font-size:24px;
	letter-spacing:-1px;
	color: #BA6D21;
	border-bottom:dotted 1px #DFBD7D;
	margin-bottom:20px;
	padding-bottom:10px;
}

.blog-post {
	margin-top:20px;
}

.side-panel {
	display:none;
}

.blog-container h1 {
	display:none;
}

.comment-list, .trackbacks,  .blog-post dl {
	background-color:#333;
	border:solid 1px #444;
}

.blog-post dt {
	color:#fff;
}

.comment-list br {
	margin:0px;
	padding:0px;
	display:none;
}
