/*

	CSS Simple Grid
	Author:Robert Kabwe
	
	Based on Golden Grid - CSS Library
	by Author:Vladimir Carrer
*/

/* Min CSS Reset */

html, body, div{
  margin: 0;
  padding: 0;
  border: 0;
  
  }
body {
	background-image: url(../img/common/masterbg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	font-family: "Trebuchet MS", "Microsoft Sans Serif", Helvetica, sans-serif;
	font-size: 16px;
	line-height: 1.225em;
	color: #505863;
	background-color: #5C2926;
	
}
# p {  
margin-bottom: 1.225em;  
}  
.bd1 {
	border: 1px dotted #E0DFE3;
}

 
/* CSS Grid */



.main{
	margin:0 auto;
	width:990px;
	padding-top:0px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.gMid,
.g160,
.g320,
.g480,
.g640,
.g800,
.g960,
.g80,
.g240,
.g280,
.g400,
.g560,
.g720,
.g880, .g960, .g200
{float:left; display: inline; margin-left:10px;  } 

.g160{width:150px; }
.g320 {
	width:310px;
}
.g480{width:470px;}
.g640{width:630px;}
.gMid {
	width: 500px;
	padding-right: 16px;
	margin-right: 32px;
}
#content p {
	line-height: 140%;
	color: #000000;
	text-align: justify;
}

#content #feature-property h2 {
	font-size: 0.95em;	
}

.g800{width:790px;}
.g960{width:950px;}

.g80 {width:70px;}
.g200{width:194px;}
.g240{width:230px;}
.g280{width:270px;}
.g400{width:390px;}
.g560{width:550px;}
.g720{width:710px;}
.g880{width:870px;}

.ml80 {margin-left:90px;}
.ml160{margin-left:170px;}
.ml240{margin-left:250px;}
.ml320{margin-left:330px;}
.ml400{margin-left:410px;}
.ml480{margin-left:490px;}
.ml560{margin-left:560px;}
.ml640{margin-left:650px;}
.ml720{margin-left:730px;}
.ml800{margin-left:810px;}
.ml880{margin-left:890px;}
.ml960{margin-left:970px;}


.inside{margin-left:0;}

p.grid{ padding-left:10px;}
  
.clear {clear:both;}


.clearfix:after, .main:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
	 }
	 
.clearfix, .main{
	display:block;
} 
.dot {
}
.dot li {
	list-style-type: disc;
	list-style-image: url(../img/dot.gif);
	list-style-position: outside;
	margin-right: 32px;
	margin-bottom: 16px;
}
#home .main #content .g240 .bio {
	font-size: 12px;
	margin-right: 16px;
	text-align: justify;
	line-height: 24px;
}
p.bio {
	margin-right: 16px;
	text-align: justify;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
}

.bioblock {
	height: 64px;
	width: auto;
	margin-top: 16px;
	background-color: #5CA4B3;
	color: #FFFFFF;
	text-align: right;
	padding: 0px;
	margin-right: 16px;
	margin-bottom: 0px;
	margin-left: 0px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
#home .main #content .g240 .bioblock h3 {
	margin-right: 16px;
	margin-top: 110px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
}
#nav {

}
ul#nav {
	display: block;
	padding: 0px;
	height: 48px;
	clear: both;
	margin: 0px;
}
.propPic {
	-moz-border-radius: 0px;
	-webkit-border-radius: 0px;
	border: 1px solid #BDC2CA;
	margin-right: 8px;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: center;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 8px;
	padding-left: 0px;
}
.propPic img {
	height: 160px;
	width: 240px;
	border: 1px solid #677381;
}
.prop {
	font-size: 13px;
}
.tiny {
	font-size: 10px;
}


#nav li {
	float: left;
	list-style-type: none;
	padding: 0px;
	width: 161px;
	display: block;
	margin-top: 0px;
	margin-right: 4px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#nav       a              {
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	display: block;
	padding: 4px;
	margin: 0px;
	background-color: #BBAA4E;
	color: #FFFFFF;
	text-decoration: none;
	text-align: center;
	text-transform: none;
	letter-spacing: 0em;
	font-size: 14px;
	border: 0px solid #3B3F42;
	font-weight: normal;
	background-image: url(../img/common/buttons.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
.padright {
	padding-right: 48px;
}

#nav  a:hover, #nav a.selected {
	
	background-color: #AFC3CE;
	color: #000000;
	background-image: none;
}
.floatRight {
	float: right;
}
.floatLeft {
	float: left;
}
#pics {
	height: 281px;
	width: 741px;
	background-color: #FFFFFF;
}
.centerimg {
	display: block;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}
.pad10 {
	margin-right: 16px;
	margin-bottom: 10px;
	margin-top: 24px;
}
.props {
	font-size: 12px;
	/* [disabled]margin-top: 16px; */
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

