body {
	background: #cab981;
	width: 100%;
	font-family: helvetica;
}

#main {
	width: 900px;
	height: auto;
	float: left;
	
}

#wrapper {
	width: 932px;
	height: 1099px;
	margin: auto;
	padding-top: 35px;
	margin-bottom: 35px;
	

}

#sidegrad {
	width: 16px;
	height:100%;
	float: left;
	background: url(../images/sidegrad.png);
}

#rsidegrad {
	width: 16px;
	height:100%;
	float: left;
	background: url(../images/rsidegrad.png);
}

#header 
{
	width: 900px;
	height: 140px;
	background: url(../images/header.jpg) no-repeat;
	position: relative;
	z-index: 2000;
}

.logo {
/*	padding: 10px 0px 0px 10px;*/
	border: none;
	float: left;
}


.sale {
	position: absolute;
	left: 568px;
	top: -31px;
}

#goldstripe {
	width: 900px;
	height: 29px;
	background: url(../images/goldstripe.jpg);
	clear: both;
}

#menu { 
	font-family: helvetica;
	position:relative;
	clear: both; 
	float: left;
	width:630px; 
	height:39px; 
	font-size:13px; 
	color:#999; 
	margin: 0 auto; 
	background:  url(../images/navoverlay.png);
	z-index:999;
}
.name {
	color:080b3a;
	position:absolute; 
	margin:175px 0px 0 40px;
	font-size:12px;
}
		
#menu ul { list-style-type:none; }
		
#menu ul li { 
	float:left; 
	position: relative; 
}
		
#menu ul li a { 
	padding: 13px 18px 13px 18px; 
	display:block; 
	text-decoration:none; 
	text-align:center; 
	color:#fff; 
}
		
#menu ul li a:hover { 
	color:#fff; 
} 

#menu ul li ul { display: none;}

#menu ul li:hover ul { 
	display: block; 
	float: left;
	position: absolute; 
	z-index: 20000;
}	

#menu ul li:hover ul li a { 
	display:block; 
	background: #cab981; 
	color:#080a3c; 
	width: 130px; 
	padding: 10px 10px 10px 10px;
	text-align: center; 
	border-bottom: 1px solid #080a3c;
}

#menu ul li:hover ul li a:hover { 
	background: #111639;
	color:#ffffff; 
}

.top {border-top: 1px solid #cab981;}

/*

#menu {
	width: 630px;
	height: 39px;
	float: left;
	clear: both;
	background-image:  url(../images/navoverlay.png);
	background-repeat: repeat-x;
	font-family: georgia;
	position: relative;
	font-size: 13px;
}

#menu ul li {
	float: left;
	position: relative;
}

#menu ul li a {
	text-decoration: none;
	color: white;
	padding: 13px 0px 0px 35px;
	display: block;
	text-align: center;
}

#menu ul li ul li {
	display: none;
}

#menu ul li:hover ul {
	display: block;
	position: absolute;
}



#menu ul li a:hover {
	color: #cab981;
	background: #1d2666;
}

#menu ul .second {
	display: none;
	position: relative;
}

#menu ul .third {
	display: none;
	position: relative;
}

#menu ul .fourth {
	display: none;
	position: absolute;
	z-index: 4;
}

#menu li {
	position: relative;
}

#menu ul:hover .second{
	width: 150px;
	display: block;
	background: #080a3c;
	padding: 10px 10px 10px 10px;
	border-top: 1px solid #cab981;
	text-align: center;
	position: absolute;
	left: -20px;
	top: 25px;
}

#menu ul:hover .third{
	width: 150px;
	display: block;
	background: #080a3c;
	padding: 10px 10px 10px 10px;
	border-top: 1px solid #cab981;
	text-align: center;
	position: absolute;
	left: -20px;
	top: 58px;
}

#menu ul:hover .fourth{
	width: 150px;
	display: block;
	background: #080a3c;
	padding: 10px 10px 10px 10px;
	border-top: 1px solid #cab981;
	text-align: center;
	position: absolute;
	left: -20px;
	top: 87px;
	z-index: 4;
}
*/

.clear {
	clear: both;
}

#leftcon 
{
	width:700px;
	height: 870px;
	background: white;
	float: left;
	position:relative;
	z-index:-200;
}

#rightcon
{
	width: 200px;
	background: white url(../images/rightcon.png) no-repeat;
	float: left;
	position: relative;
	padding-bottom:20px;

}

#rightconextrahm {
/*	width: 187px;
	height: 28px;
	float: right;
	background: #080a3c;*/
}

#rightcon p {
	color: white;
	font-size: 20px;
	padding: 20px 0px 10px 30px;
}

#rightcon ul {
	width: 154px;
	height: 840px;
	padding: 0px 0px 0px 30px;
	color: #cab981;
	font-size: 11px;
	line-height: 20px;
}

#rightcon a {
	color: #cab981;
	text-decoration: none;
}

#rightcon a:hover {
	color: white;
	text-decoration: underline;
}

#rightcon li {
	border-bottom: 1px solid;
	padding: 5px;
}

#first {
	border-top: 1px solid;
}

#more {
/*	color: white;*/
}

#mainpic 
{
	width :653px;
	height: 349px;
	background: url(../images/mainpic.png) no-repeat;
	margin: auto;
	margin-top: 10px;
	position: relative;
	z-index: 1;
}

#mainpic img {
	padding: 20px;
}

.pyleinfo {
	width: 650px;
	height: 200px;
	vertical-align:text-bottom;
}

.pyleinfo img {
	float: left;
	padding: 7px 5px 0px 23px;
}

.pinfo {
	font-size: 14px;
	line-height: 20px;
	padding-top: 17px;
	color: #515151;
	vertical-align: text-bottom;

}
.pinfo span {
	font-size: 20px;
	font-weight: bold;
	color: #080a3c;
	font-family: georgia;
	vertical-align: text-bottom;
}
#emphasize {
	vertical-align: bottom;
	font-weight: bold;
	font-size: 12px;
	color: #515151;	
}

.imgstack {
	width: 195px;
	height: 175px;
	float:left;
	position: absolute;
	top: -30px;
	left: 470px;
}

.serviceinfo {
	width: 600px;
	color: #515151;
	padding: 10px 0px 10px 30px;
	line-height: 22px;
	font-size: 14px;
	float:  left;
	position: relative;
}

.serviceinfo ul {
	list-style-type: disc;
	list-style-position: inside;
}

.serviceinfo li {
	list-style-position: inside;


}

.serviceinfo h1{
	color: #080a3c;
	font-size: 22px;
	padding-bottom: 10px;
}

#footer 
{
	width: 900px;
	height: 200px;
	background: white;
	clear: both;
	position: relative;
	top: -121px;
	z-index:1;
}

#footbg {
	width: 695px;
	height:  101px;
	background: url(../images/footer.png) no-repeat;
	
	position: relative;
	left: 9px;
	top: -10px;
}

#footbg ul {
	margin-left: 40px;
	padding-top: 10px;
}

#footbg li {
	display: inline;
	padding: 17px;
	font-size: 13px;
	color: #3b3523;
}

#footwrap {
	width: 520px;
	height: 60px;
	padding: 20px 0px 0px 0px;
	margin: auto;
}

.house {
	float: left;
}

.footertext {
	width: 400px;
	float: left;
	font-size: 12px;
	padding: 10px;
	color: #373326;
}

.footertext span {
	font-size: 10px;
	padding-left: 105px;
	line-height: 22px;
}

.footertext a {
	color: #373326;
}

.footertext a:hover {
	color: #ddcc91;
}

.realtor {
	float: left;
}

/* vacation rentals */

#wrapperva {
	width: 932px;
	height: 2560px;
	margin: auto;
	padding-top: 35px;
	margin-bottom: 35px;
}

#leftconva 
{
	width:700px;
	height: 2390px;
	background: white;
	float: left;
	clear: both;
}

#leftconva a {
	color: #111646;
	text-decoration: none;
}

#leftconva a:hover {
	color: #3c66ff;
}

#rightconva
{
	width: 200px;
	height: 100%;
	background: white url(../images/rightcon.png) no-repeat;
	float: left;
	position: relative;
}



#sidegradva {
	width: 16px;
	height:100%;
	float: left;
	background: url(../images/sidegrad.png);
}

#rsidegradva {
	width: 16px;
	height: 100%;
	float: left;
	background: url(../images/rsidegrad.png);
}

#rightconextra {
	width: 187px;
	height: 1360px;
	float: right;
	background: #080a3c;
}

#rightconva p {
	color: white;
	font-size: 20px;
	padding: 20px 0px 10px 30px;
}

#rightconva ul {
	width: 154px;
	height: 980px;
	padding: 0px 0px 0px 30px;
	color: #cab981;
	font-size: 11px;
	line-height: 20px;
}

#rightconva a {
	color: #cab981;
	text-decoration: none;
}

#rightconva a:hover {
	color: white;
	text-decoration: underline;
}


#rightconva li {
	border-bottom: 1px solid;
	padding: 5px;
}

.headbar {
	width: 662px;
	height: 50px;
	margin: auto;
	margin-top: 20px;
	background: #111646;
	border-bottom: 4px solid #a58d47;
}

#properties {

}

.boldhead {
	color: white;
	font-size: 30px;
	text-align: center;
	padding-top: 10px;
	font-family: georgia;
}

.links {
	font-family: georgia;
}
.icon {
	float:left;
	margin-left:10px;

}

.address {
	font-size:12px;
	color:#fff;
	margin:0px 0 0 0;
}
.piccontainer {
	margin: auto;
	width: 660px;
	height: 160px;
	background: url(../images/paragrad2.jpg);
	margin-bottom: 2px;
	border: 1px solid gray;
}

.piccontainer832 {
	margin: auto;
	width: 660px;
	height: 210px;
	background: url(../images/paragrad2.jpg);
	margin-bottom: 2px;
	border: 1px solid gray;
}

.piccontainer img {
	border: 1px solid gray;
}

.piccontainer832 img {
	border: 1px solid gray;
}

.leftpic {
	padding: 20px 20px 10px 10px;
	width: 170px;
	height: 120px;
	float: left;
}

.rightinfo {
	padding: 18px 10px 10px 0px;
	width: 450px;
	float: left;
}

.first-title {
	color: #0e1243;
	font-size: 18px;
	font-weight: bold;
	border-bottom: 1px solid #1d1d1d;
	padding-bottom: 5px;
	width: 420px;
}

.infotext {
	font-size: 15px;
	padding-top: 5px;
}

.infotext li {
	padding: 2px;
}

.infotext span {
	color: #0e1243;
}

/* Property Page */

.proptitle {
	text-align: center;
	font-size: 22px;
	padding-top: 20px;
	color: #0e1243;
}

#thumbs {
	margin: 20px 0px 0px 50px;
}

#thumbs img {
	margin-bottom: 4px;
}

#thumbs a img  {
	border: 1px solid gray;
}

#thumbs a:hover img {
	border: 1px solid black;
}

#thumbs ul li {
	display: inline;
	padding: 15px;
}

#propinfo {
	float: left;
	height: 740px;
	margin-left: 12px;
	clear:both;
}

#propinfo502 {
	height: 800px;
}

#propinfo305 {
	height: 270px;
}

#propinfo401 {
	height: auto;
}

.propinfotitle {
	margin: 10px auto 0px auto;
	padding: 10px;
	text-align: center;
	font-size: 20px;
	width: 662px;
	height: auto;
	background: #111646;
	color: #fff;
	font-family: georgia;
}

div.autoPadDiv {
	padding: 10px;
}

.paragrad {
	width: 678px;
	height: auto;
	padding-bottom: 20px;
	background: url(../images/paragrad.jpg);
	border: 1px solid gray;
	position: relative;
}

.paragrad2 {
	width: 678px;
	height: auto;
	padding-bottom: 20px;
	background: url(../images/paragrad2.jpg);
	border: 1px solid gray;
}

.propinfo p {
	margin: 10px 0px 0px 42px;
}

.propcon {
	width: 600px;
	height: 100px;
	font-size: 14px;
	margin: 5px 0px 0px 42px;
	line-height: 17px;
	color: #4d4d4d;
	list-style-type: disc;
}

.propcon li {
	padding: 7px;
	margin-left: 20px;
	height: auto;
}

.propcon2 {
	width: 600px;
	height: auto;
	font-size: 14px;
	margin: 5px 0px 0px 42px;
	line-height: 17px;
	color: #4d4d4d;
	list-style-type: disc;
}

.propcon2 li {
	height: auto;
}

.propcon span {
	color: black;
	font-weight: bold;
	float: left;
}

/*propties structure */

#wrapper502 {
	width: 932px;
	height: 1519px;
	margin: auto;
	padding-top: 35px;
	margin-bottom: 35px;
}

#leftcon502 
{
	width:700px;
	height: 1260px;
	background: white;
	float: left;
}

#rightcon502
{
	width: 200px;
	height: auto;
	background: white url(../images/rightcon.png) no-repeat;
	float: left;
	position: relative;
}

#rightconextra502 {
	width: 187px;
	height: 460px;
	float: right;
	background: #080a3c;
}

#rightcon502 p {
	color: white;
	font-size: 20px;
	padding: 20px 0px 10px 30px;
}

#rightcon502 ul {
	width: 154px;
	height: 840px;
	padding: 0px 0px 0px 30px;
	color: #cab981;
	font-size: 11px;
	line-height: 20px;
}

#rightcon502 a {
	color: #cab981;
	text-decoration: none;
}

#rightcon502 a:hover {
	color: white;
	text-decoration: underline;
}


#rightcon502 li {
	border-bottom: 1px solid;
	padding: 5px;
}

/* 824 */



#wrapper824 {
	width: 932px;
	height: 1719px;
	margin: auto;
	padding-top: 35px;
	margin-bottom: 35px;
}

#leftcon824 
{
	width:700px;
	height: 1500px;
	background: white;
	float: left;
}

#rightcon824
{
	width: 200px;
	height: auto;
	background: white url(../images/rightcon.png) no-repeat;
	float: left;
}

#rightconextra824 {
	width: 187px;
	height: 660px;
	float: right;
	background: #080a3c;
}

#rightcon824 p {
	color: white;
	font-size: 20px;
	padding: 20px 0px 10px 30px;
}

#rightcon824 ul {
	width: 154px;
	height: 840px;
	padding: 0px 0px 0px 30px;
	color: #cab981;
	font-size: 11px;
	line-height: 20px;
}

#rightcon824 a {
	color: #cab981;
	text-decoration: none;
}

#rightcon824 a:hover {
	color: white;
	text-decoration: underline;
}


#rightcon824 li {
	border-bottom: 1px solid;
	padding: 5px;
}

#pricing {
	margin: 10px 0px 0px 72px;
	line-height: 22px;
	font-weight: bold;
	color: #444;
	font-size: .9em;
	
}

#pricing span {
	text-decoration: line-through;
	font-weight: normal;
}

#breakdown {
	width: 680px;
	font-size: 14px;
	color: #4d4d4d;
	margin: 1080;
}

#breakdown ul {
	list-style-type: disc;
	list-style-position: inside;
	margin-bottom: 20px;
	width: auto;
}

#breakdown h1 {
	width: 650px;
	height: 20px;
	background: #080a3c;
	margin: 10px 0px 8px 20px;
	color: white;
	text-align: center;
	padding-bottom: 5px;
	padding-top: 12px;
	clear:  both;
}

.kitchen {
	float: left;
	padding-right:20px;
	margin-right: 20px;
	border-right: 1px solid gray;
	padding-left: 20px;
}

.kitchen2 {
	float: left;
	padding-right:20px;
	margin-right: 20px;
	border-right: 1px solid gray;
}

.kitchen3 {
	float: left;
	margin-right: 0px;
}

/* 665 */

#wrapper665 {
	width: 932px;
	height: 869px;
	margin: auto;
	padding-top: 35px;
	margin-bottom: 35px;
}

#leftcon665 
{
	width:700px;
	height: 650px;
	background: white;
	float: left;
}

#rightcon665
{
	width: 200px;
	height: 700px;
	background: white url(../images/rightcon.png) no-repeat;
	float: left;
}

#rightconextra665 {
	width: 187px;
	height: 0px;
	float: right;
	background: #080a3c;
}

#rightcon665 p {
	color: white;
	font-size: 20px;
	padding: 20px 0px 10px 30px;
}

#rightcon665 ul {
	width: 154px;
	height: 840px;
	padding: 0px 0px 0px 30px;
	color: #cab981;
	font-size: 11px;
	line-height: 20px;
}

#rightcon665 a {
	color: #cab981;
	text-decoration: none;
}

#rightcon665 a:hover {
	color: white;
	text-decoration: underline;
}


#rightcon665 li {
	border-bottom: 1px solid;
	padding: 5px;
}

#onepropcenter {
	width: 300px;
	height: 226px;
	margin: auto;
}

#onepropcenter img{
	border: 1px solid gray;
	margin-bottom: 4px;
	margin-top: 5px;
}

/* 216 */



#wrapper216 {
	width: 932px;
	height: 1370px;
	margin: auto;
	padding-top: 35px;
	margin-bottom: 35px;
}

#leftcon216 
{
	width:700px;
	height: 1200px;
	background: white;
	float: left;
}

#rightcon216
{
	width: 200px;
	height: 1200px;
	background: white url(../images/rightcon.png) no-repeat;
	float: left;
}

#rightconextra216 {
	width: 187px;
	height: 378px;
	float: right;
	display: block;
	background: #080a3c;
}

#rightcon216 p {
	color: white;
	font-size: 20px;
	padding: 20px 0px 10px 30px;
}

#rightcon216 ul {
	width: 154px;
	height: 770px;
	padding: 0px 0px 0px 30px;
	color: #cab981;
	font-size: 11px;
	line-height: 20px;
}

#rightcon216 a {
	color: #cab981;
	text-decoration: none;
}

#rightcon216 a:hover {
	color: white;
	text-decoration: underline;
}


#rightcon216 li {
	border-bottom: 1px solid;
	padding: 5px;
}

/* 216 */




#wrapper8600 {
	width: 932px;
	height: 1329px;
	margin: auto;
	padding-top: 35px;
	margin-bottom: 35px;
}

#leftcon8600 
{
	width:700px;
	height: 1160px;
	background: white;
	float: left;
}

#rightcon8600
{
	width: 200px;
	height: 1160px;
	background: white url(../images/rightcon.png) no-repeat;
	float: left;
}

#rightconextra8600 {
	width: 187px;
	height: 340px;
	float: right;
	display: block;
	background: #080a3c;
}

#rightcon8600 p {
	color: white;
	font-size: 20px;
	padding: 20px 0px 10px 30px;
}

#rightcon8600 ul {
	width: 154px;
	height: 770px;
	padding: 0px 0px 0px 30px;
	color: #cab981;
	font-size: 11px;
	line-height: 20px;
}

#rightcon8600 a {
	color: #cab981;
	text-decoration: none;
}

#rightcon8600 a:hover {
	color: white;
	text-decoration: underline;
}


#rightcon8600 li {
	border-bottom: 1px solid;
	padding: 5px;
}

/* 108 */

#onepropcenter108 {
	width: 170px;
	margin: auto;
}

#onepropcenter108 img{
	border: 1px solid gray;
	margin-bottom: 4px;
	margin-top: 15px;
}

/* homesales */



#wrapperhs {
	width: 932px;
	height: 1459px;
	margin: auto;
	padding-top: 35px;
	margin-bottom: 35px;
}

#leftconhs {
	width:700px;
	height: 1250px;
	background: white;
	float: left;
}

#rightconhs
{
	width: 200px;
	height: auto;
	background: white url(../images/rightcon.png) no-repeat;
	float: left;
	position: relative;
}

#rightconextrahs {
	width: 187px;
	height: 400px;
	float: right;
	background: #080a3c;
}

#rightconhs p {
	color: white;
	font-size: 20px;
	padding: 20px 0px 10px 30px;
}

#rightconhs ul {
	width: 154px;
	height: 840px;
	padding: 0px 0px 0px 30px;
	color: #cab981;
	font-size: 11px;
	line-height: 20px;
}

#rightconhs a {
	color: #cab981;
	text-decoration: none;
}

#rightconhs a:hover {
	color: white;
	text-decoration: underline;
}


#rightconhs li {
	border-bottom: 1px solid;
	padding: 5px;
}

#mainsection {
	width: 660px;
	margin: auto;
	font-family: helvetica;
}

.olist1 {
	width: 550px;
	line-height: 22px;
	font-size: 14px;
	list-style-position: outside;
	padding-left: 30px;
	margin-left: 10px;
	font-weight: bold;
	color: #333;
	list-style-type: disc;
}

.olist1 span {
		color: #555;
		font-style: normal;
		font-weight: normal;	
}

.para1 {
	font-size: 14px;
	line-height: 22px;
	width: 600px;
	padding: 15px 0px 0px 50px;
	color: #515151;
	text-align: left;
	font-family: helvetica;
}

.para1 span {
	color: #080a3c;
	font-size: 28px;
	font-weight: bold;
}

#mainsection h1 {
	margin: 10px 0px 7px 20px;
	border-top: 1px solid gray;
	padding: 10px 0px 0px 0px;
	font-family: georgia;
}

/* about page */



#wrapperabout {
	width: 932px;
	height: 2159px;
	margin: 0px auto;
	padding-top: 35px;
	margin-bottom: 35px;
}

#leftconabout {
	width:700px;
	height: 1990px;
	background: white;
	float: left;
}

#rightconabout
{
	width: 200px;
	height: auto;
	background: white url(../images/rightcon.png) no-repeat;
	float: left;
	position: relative;
}



#rightconabout p {
	color: white;
	font-size: 20px;
	padding: 20px 0px 10px 30px;
}

#rightconabout ul {
	width: 154px;
	height: 840px;
	padding: 0px 0px 0px 30px;
	color: #cab981;
	font-size: 11px;
	line-height: 20px;
}

#rightconabout a {
	color: #cab981;
	text-decoration: none;
}

#rightconabout a:hover {
	color: white;
	text-decoration: underline;
}


#rightconabout li {
	border-bottom: 1px solid;
	padding: 5px;	
}

#rightconextraabout {
	width: 187px;
	height: 1100px;
	float: right;
	background: #080a3c;
}

.aboutpyle {
	padding: 25px 0px 0px 30px;
	font-size: 25px;
	color: #080a3c;
}

.alleninfo {
	list-style-type: disc;
	color: #515151;
	font-size: 14px;
	line-height: 22px;
	position: relative;
	left: 15px;
}

/* contact page */

.contact {
	position:absolute;
	/*	float:left;*/
	margin-top:165px;
	margin-left:10px;
	width:50px;
	height:30px;
	/*	background:red;*/
	display:block;
	z-index:50000;
/*	left: 155px;
	top: 1447px;*/
}

#leftconcon 
{
	width:700px;
	height: 1000px;
	background: white;
	float: left;
}

#rightconcon
{
	width: 200px;
	height: 1050px;
	background: white url(../images/rightcon.png) no-repeat;
	float: left;
	position: relative;
}

#rightconextracon {
	width: 1200px;
	height: 11px;
	float: right;
	background: #080a3c;
}

#rightconcon p {
	color: white;
	font-size: 20px;
	padding: 20px 0px 10px 30px;
}

#rightconcon ul {
	width: 154px;
	height: auto;
	padding: 0px 0px 0px 30px;
	color: #cab981;
	font-size: 11px;
	line-height: 20px;
}

#rightconcon a {
	color: #cab981;
	text-decoration: none;
}

#rightconcon a:hover {
	color: white;
	text-decoration: underline;
}


#rightconcon li {
	border-bottom: 1px solid;
	padding: 5px;
}

#wrappercon {
	width: 932px;
	height: 1219px;
	margin: auto;
	padding-top: 35px;
	margin-bottom: 35px;
}

#contact-area {
	width: 550px;
	padding: 20px 20px 0px 20px;
	float: left;
	margin: 30px 10px 0px 56px;
	background: #ececec;
	border: 1px solid #ccc;
}

#contact-area p {
	color: #080a3c;
	font-weight: bold;
	font-size: 17px;
	padding-bottom: 10px;
	padding-right: 15px;
	text-align: center;
}

#contact-area textarea {
	height: 90px;
}

#contact-area input, #contact-area textarea {
	padding: 5px;
	width: 430px;
	font-family: georgia;
	font-style: italic;
	font-weight: bold;
	font-size: 9pt;
	color: #080a3c;
	margin: 5px 0px 10px 0px;
	border: 1px solid #ccc;
	background: #fff;
}

#contact-area textarea:focus, #contact-area input:focus {
	border: 2px solid #cab981;
}

#contact-area input.submit-button {
	width: 100px;
	background: #cab981;
	border: 1px solid #080a3c;
	margin-top: 10px;
	margin-bottom: 5px;
}

#contact-content {
	float: left;
	width: 300px;
	height: 400px;
}

#contact-area ul li {
	width: 75px;
	padding-bottom: 5px;
	font-family: helvetica, arial;
	color: #080a3c;
	font-weight: bold;
	font-size: .9em!important;
	margin-left: 47px;
}

#cell {
	clear: both;
	text-align: center;
	color: black;
	padding-top: 10px;
}

#contact-area select {
	padding: 5px;
	width: 437px;
	font-family: georgia;
	font-style: italic;
	font-weight: bold;
	font-size: 9pt;
	color: #080a3c;
	margin: 5px 0px 10px 0px;
	border: 2px solid #ccc;
	background: #fff;
}

#google {
	border: 5px solid #080a3c;
	width: 500px;
	margin: 30px 0px 30px 20px;
	background: #080a3c;
	padding-bottom: 0px;
	position: relative;
	color: #fff;
}

a#bigger  {
	text-decoration: none;
	color: white;
	font-size: 15px;
	position:absolute;
	top: 240px;
	left: 90px;
}

a:hover#bigger {
	text-decoration: underline;
	color: #999;
}

#visit {
	text-align: leftt;
	font-style: italic;
	font-weight: bold;
	font-size: 17px;
	padding: 5px 5px 10px 5px;
}

/* Thanks */

#thanks {
	text-align: center;
	margin-top: 35px;
	color: #111646;
}

.smallpic {
	width: 150px;
	height: 130px;
	position: absolute;
	top: 270px;
	left: 30px;
	display: none;
}

/* Marguerites Page */

#marguerite {
	float: left;
}

.allenimg {
	float: left;
	margin: 0px 5px 0px 0px;
	
}

#mar {
	position: relative;
	top: 5px;
	height: 15px;
}

#tele {
	height: 16px;
}

#office {
	color: gray;
	font-size: 12px;
	font-style: italic;
	margin-bottom: 10px;
}

.marach {
	font-size: 19px;
	color: #080a3c;
	margin: 15px 0px 5px 0px;
	width: 385px;
	clear: both;
}

#marlist {
	width: 385px;
	float: left;
	list-style-position: outside;
}

.allist {
	float: left;
	list-style-position: outside;
}

#links {
	width: 200px;
	float: left;
	padding: 10px;
	border: 2px dotted;
	background: #c8b782;
	position: relative;
	top: -80px;
	left: 400px;
	color: #080a3c;
}

#links a {
	color: #080a3c;
	text-decoration: none;
}

#links a:hover {
	text-decoration: underline;
	color: #0d1168;
}

/* 661 South Atlantic */


#wrapper661 {
	width: 932px;
	height: 1600px;
	margin: auto;
	padding-top: 35px;
	margin-bottom: 35px;
}

#leftcon661 
{
	width:700px;
	height: 1340px;
	background: white;
	float: left;
}

#rightcon661
{
	width: 200px;
	height: auto;
	background: white url(../images/rightcon.png) no-repeat;
	float: left;
}

#rightconextra661 {
	width: 187px;
	height: 1080px;
	float: right;
	background: #080a3c;
}

#rightcon661 p {
	color: white;
	font-size: 20px;
	padding: 20px 0px 10px 30px;
}

#rightcon661 ul {
	width: 154px;
	height: 800px;
	padding: 0px 0px 0px 30px;
	color: #cab981;
	font-size: 11px;
	line-height: 20px;
}

#rightcon661 a {
	color: #cab981;
	text-decoration: none;
}

#rightcon661 a:hover {
	color: white;
	text-decoration: underline;
}


#rightcon661 li {
	border-bottom: 1px solid;
	padding: 5px;
}

/* 529 South Atlantic */


#wrapper529 {
	width: 932px;
	height: 2000px;
	margin: auto;
	padding-top: 35px;
	margin-bottom: 35px;
}

#leftcon529 
{
	width:700px;
	height: 1820px;
	background: white;
	float: left;
}

#rightcon529
{
	width: 200px;
	height: 595;
	background: white url(../images/rightcon.png) no-repeat;
	float: left;
}

#rightconextra529 {
	width: 187px;
	height: 595px;
	float: right;
	background: #080a3c;
}

#rightcon529 p {
	color: white;
	font-size: 20px;
	padding: 20px 0px 10px 30px;
}

#rightcon529 ul {
	width: 154px;
	height: 1000px;
	padding: 0px 0px 0px 30px;
	color: #cab981;
	font-size: 11px;
	line-height: 20px;
}

#rightcon529 a {
	color: #cab981;
	text-decoration: none;
}

#rightcon529 a:hover {
	color: white;
	text-decoration: underline;
}


#rightcon529 li {
	border-bottom: 1px solid;
	padding: 5px;
}

/* 609 South Atlantic */


#wrapper609 {
	width: 932px;
	height: 2085px;
	margin: auto;
	padding-top: 35px;
	margin-bottom: 35px;
}

#leftcon609
{
	width:700px;
	height: 1250px;
	background: white;
	float: left;
}

#rightcon609
{
	width: 200px;
	height: auto;
	background: white url(../images/rightcon.png) no-repeat;
	float: left;
}

#rightconextra609 {
	width: 187px;
	height: 500px;
	float: right;
	background: #080a3c;
}

#rightcon609 p {
	color: white;
	font-size: 20px;
	padding: 20px 0px 10px 30px;
}

#rightcon609 ul {
	width: 154px;
	height: 800px;
	padding: 0px 0px 0px 30px;
	color: #cab981;
	font-size: 11px;
	line-height: 20px;
}

#rightcon609 a {
	color: #cab981;
	text-decoration: none;
}

#rightcon609 a:hover {
	color: white;
	text-decoration: underline;
}


#rightcon609 li {
	border-bottom: 1px solid;
	padding: 5px;
}


/* Testimonials */

.tabNavigation {
	text-align: center;
	font-size: 12px;
	padding: 10px 10px 7px 10px;
	list-style-type: none;
	margin-top: 25px;
}

.tabNavigation li{
		display: inline;
}

.tabNavigation li a{
	padding: 8px 12px; 
	border: 1px solid #1d1d1d;
	background: white url(../images/tabgrad.png) bottom center;
	background-repeat: repeat-x;
	color: #666; 
	margin-right: 0px;
	text-decoration: none;
	border-bottom: none;
}

.tabNavigation li a:hover {
	background: lightgrey;
}

.tabs h2{
	font-size: 20px;
	padding-bottom: 10px;
}

.tabs h3 {
	font-size: 13px;
	padding-bottom: 10px;
}

.test1 {
	width: 600px;
	border: 1px solid #1d1d1d;
	margin: 2px auto;
	font-size: 13px;
	padding: 20px;
	background: url(../images/contentgrad.png) bottom;
	background-repeat: repeat-x;
	line-height: 17px;
}

#test2 {
	width: 600px;
	border: 1px solid #1d1d1d;
	margin: 2px auto;
	font-size: 13px;
	padding: 20px;
	background: url(../images/contentgrad.png) bottom;
	background-repeat: repeat-x;
	line-height: 17px;
}

#test3 {
	width: 600px;
	border: 1px solid #1d1d1d;
	margin: 2px auto;
	font-size: 13px;
	padding: 20px;
	background: url(../images/contentgrad.png) bottom;
	background-repeat: repeat-x;
	line-height: 17px;
}
#test4 {
	width: 600px;
	border: 1px solid #1d1d1d;
	margin: 2px auto;
	font-size: 13px;
	padding: 20px;
	background: url(../images/contentgrad.png) bottom;
	background-repeat: repeat-x;
	line-height: 17px;
}



#wrappertest {
	width: 932px;
	height: 2499px;
	margin: auto;
	padding-top: 35px;
	margin-bottom: 35px;
}

#leftcontest 
{
	width:700px;
	height: 2330px;
	background: white;
	float: left;
}

#rightcontest
{
	width: 200px;
	height: 2330px;
	background: white url(../images/rightcon.png) no-repeat;
	float: left;
	position: relative;
}

#rightcontest p {
	color: white;
	font-size: 20px;
	padding: 20px 0px 10px 30px;
}

#rightcontest ul {
	width: 154px;
	height: auto;
	padding: 0px 0px 0px 30px;
	color: #cab981;
	font-size: 11px;
	line-height: 20px;
}

#rightcontest a {
	color: #cab981;
	text-decoration: none;
}

#rightcontest a:hover {
	color: white;
	text-decoration: underline;
}


#rightcontest li {
	border-bottom: 1px solid;
	padding: 5px;
}

#rightconextratest {
	width: 187px;
	height: 2073px;
	float: right;
	background: #080a3c;
}

.propinfotitletest {
	margin: 10px auto 0px auto;
	padding-top: 10px;
	text-align: center;
	font-size: 20px;
	width: 642px;
	height: 30px;
	background: #111646;
	color: #fff;
	font-family: georgia;
}

.topofpage {
	float: right;
	position: relative;
	bottom: 15px;
}

.topofpage a {
	color: #fff;
	text-decoration: none;
	background: #080a3c;
	padding: 5px 10px 5px 10px;
}

.topofpage a:hover {
	background: #201e7d;
}
.imgback {
    clear: both;
	float: left;
	margin: 05px 20px 0px 68px;
	background: #cab981;
	border: 3px solid #080a3c;
	font-weight: bold;
	font-size: 0.8em;
}

.imgback a {
	text-decoration: none;
	color: #080a3c;	
	padding: 10px;
	display: block;
}

.imgback a:hover {
	background: #bfaf79;
}

/*list items on property 832 Surfside */

#kitchenwrap {
	width: 510px;
	margin: 0 auto;
}

#ifwrap {
	width: 670px;
	margin: 0 auto;
}

#ofwrap {
	width: 585px;
	margin: 0 auto;
}

/*list items on property 824 South Atlantic */

#kitwrap {
	width: 525px;
	margin: 0 auto;
}

#oewrap {
	width: 495px;
	margin: 0 auto;
}

#iewrap {
	width: 555px;
	margin: 0 auto;
}

#of824wrap {
	width: 610px;
	margin: 0 auto;
}

#aawrap {
	width: 405px;
	margin: 0 auto;
}

/* list items for 661 property */

#bdwrap {
	width: 645px;
	margin: 0 auto;
}

#gawrap {
	width: 445px;
	margin: 0 auto;
}

#kit661wrap {
	width: 465px;
	margin: 0 auto;
}

#ewrap {
	width: 505px;
	margin: 0 auto;
}

#dwrap {
	width: 485px;
	margin: 0 auto;
}

.directions {
/*	float:left;*/
	margin-top:120px;
}

/* list items for 529 property */

#bdwrap {
	width: 645px;
	margin: 0 auto;
}

#gawrap {
	width: 445px;
	margin: 0 auto;
}

#kit529wrap {
	width: 465px;
	margin: 0 auto;
}

#ewrap {
	width: 505px;
	margin: 0 auto;
}

#dwrap {
	width: 485px;
	margin: 0 auto;
}

.directions {
	position: absolute;
	top:350px; 
	left: 31px;
}

/* list items for 609 property */

#bdwrap {
	width: 655px;
	margin: 0 auto;
}

#gawrap {
	width: auto;
	margin: 0 auto;
}

#kit609wrap {
	width: 465px;
	margin: 0 auto;
}

#ewrap {
	width: 505px;
	margin: 0 auto;
}

#dwrap {
	width: 485px;
	margin: 0 auto;
}

.directions {
	position: absolute;
	top:451px; 
	left: 32px;
}



/* Allen's Page */




#wrapperallen {
	width: 932px;
	height: 1059px;
	margin: auto;
	padding-top: 35px;
	margin-bottom: 35px;
}


#leftconallen 
{
	width:700px;
	height: 840px;
	background: white;
	float: left;
	position: relative;
}

#rightconallen
{
	width: 200px;
	height: 890px;
	background: white url(../images/rightcon.png) no-repeat;
	float: left;
	position: relative;
}

#rightconallen p {
	color: white;
	font-size: 20px;
	padding: 20px 0px 10px 30px;
}

#rightconallen ul {
	width: 154px;
	height: auto;
	padding: 0px 0px 0px 30px;
	color: #cab981;
	font-size: 11px;
	line-height: 20px;
}

#rightconallen a {
	color: #cab981;
	text-decoration: none;
}

#rightconallen a:hover {
	color: white;
	text-decoration: underline;
}


#rightconallen li {
	border-bottom: 1px solid;
	padding: 5px;
}

#allenlinks {
	width: 200px;
	float: left;
	padding: 10px;
	border: 2px dotted;
	background: #c8b782;
	position: absolute;
	top: 35px;
	left: 460px;
	color: #080a3c;
}

#allenlinks a {
	color: #080a3c;
	text-decoration: none;
}

#allenlinks a:hover {
	text-decoration: underline;
	color: #0d1168;
}

a.allenslink {
	color: #0d1168;
	text-decoration: none;
}

a:hover.allenslink {
	color: #10158c;
	text-decoration: underline;
}

#ttt {
	margin-right:20px;
	font-size: .8em;
	float: right;
}

.proppic {
	float: right;
	position: relative;
	left: 15px;
}

/* Links Page */

#linkleft {
	width: 300px;
	margin: 5px 20px 20px 30px;
	float: left;
}

#linkleft ul {
	list-style-type: disc;
	list-style-position: inside;
}

#linkleft ul li {
	padding: 5px;
}

#linkleft ul li a {
	text-decoration: none;
	font-size: .9em;
	color: #080a3c;
}

#linkright {
	width: 300px;
	margin: 5px 0px 20px 30px;
	float: left;
}

#linkright ul {
	list-style-type: disc;
	list-style-position: inside;
}

#linkright ul li {
	padding: 5px;
}

#linkright ul li a {
	text-decoration: none;
	font-size: .9em;
	color: #080a3c;
}

.linktitle {
	text-align: center;
	margin-top: 20px;
	width: 650px;
	font-size: .9em;
	margin: 10px auto;
	background: #080a3c;
	color: #fff;
	font-family: helvetica;
	font-weight: normal;
	padding: 15px;
}

.twitter {
	position: absolute;
	top:280px;
	left: 112px;
	width: 38px;
	height: 43px;
}
