body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12pt;
	color: #000000;
	margin: 0px;
	padding: 0px;
	height: auto;
	background-color: #3b4a85;
	border: 3px none #000000;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
}
body.hl {
	background-color: #932d2d;
	border: 3px none #000000;
	background-image: url(images/bg_hl.jpg);
	background-repeat: repeat-x;
}
h1 {
	font-size: 14px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: dashed;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

#wrapper {
	margin: auto;
	height: 100%;
	width: 700px;
	padding-right: 0px;
	padding-left: 0px;
	border-top-width: 5px;
	border-right-width: 5px;
	border-bottom-width: 5px;
	border-left-width: 5px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #293254;
	border-right-color: #293254;
	border-bottom-color: #293254;
	border-left-color: #293254;
	background-color: #FFFFFF;
	top: 0px;
}

#nav {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12pt;
	font-weight: normal;
	font-variant: normal;
	color: #000000;
	background-color: #FFFFFF;
	width: 170px;
	padding: 0px 10px 10px;
	border-top-width: 5px;
	border-right-width: 1px;
	border-bottom-width: 0px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #293254;
	border-right-color: #DEE1EF;
	border-bottom-color: #DEE1EF;
	border-left-color: #DEE1EF;
	top: 190px;
	margin: 0px 0px 0px 15px;
	z-index: 2;
	position: absolute;
}
#main {
	text-align: justify;
	top: 0px;
	float: none;
	background-color: #FFFFFF;
	height: auto;
	margin: 10px;
	padding-bottom: 20px;
}
#copy {
	width: 460px;
	margin-left: 210px;
	background-color: #FFFFFF;
	font-size: 10pt;
	padding-top: 10px;
	padding-right: 10px;
	
}


#nav ul {
	list-style-type: none;
	margin: 2px;
}
#nav a {
	text-decoration: none;
	background-image: url(images/bullet_off.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	color: #000000;
	background-position: 2px;
	text-transform: uppercase;
	font-weight: normal;
}
#nav .main {
	color: #990000;
}



#nav a:hover {
	text-decoration: none;
	background-image: url(images/bullet_on.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
#nav a.at:hover {
	text-decoration: none;
	background-image: url(images/bullet_on.gif);
	background-repeat: no-repeat;
	padding-left: 20px;
	border-top-width: medium;
	border-right-width: medium;
	border-bottom-width: medium;
	border-left-width: medium;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
}
#nav p {
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-bottom-style: dotted;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	margin: 0px;
	padding-top: 5px;
	padding-bottom: 5px;
}


#nav li {
	list-style-image: url(images/bullet_off.gif);
	list-style-type: none;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-bottom-style: dotted;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	margin-right: 5px;
	margin-left: 5px;
	padding: 5px;
	text-indent: 10px;
}
#title h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20pt;
	background-repeat: no-repeat;
	width: auto;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #333333;
	border-right-color: #333333;
	border-bottom-color: #333333;
	border-left-color: #333333;
	color: #666666;
	font-weight: normal;
	background-color: #FFFFFF;
	position: relative;
	visibility: visible;
	z-index: 1;
	margin-top: 5px;
	margin-right: 0px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 220px;
}
#wrapper #main #copy .starting {
	font-size: 18px;
	font-weight: bold;
	color: #990000;
	text-align: center;
}

.green {
	color: #007647;
	font-weight: bold;
}
#footer {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	width: auto;
	padding: 3px 0px 5px;
	margin: 0px;
	color: #333333;
	font-weight: normal;
	text-align: center;
	display: block;
	height: auto;
	background-color: #F0F0F0;
	border-top: 2px solid #CCCCCC;
	border-right: 2px none #CCCCCC;
	border-bottom: 2px none #CCCCCC;
	border-left: 2px none #CCCCCC;
}
#contact {
	padding-top: 2px;
	padding-right: 5px;
	margin-top: 10px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: dashed;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
#contact img {
	float: right;
	border: 2px solid #000000;
	padding: 2px;
	margin-left: 10px;
}

#footer a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 10px;
	text-decoration: underline;
	color: #333333;
}
#footer a:hover {
	text-decoration: none;
}


#footer h1{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12pt;
	height: 25px;
	width: auto;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	text-indent: 30px;
	padding: 3px 0px 0px;
	margin: 0px;
	color: #666666;
	font-weight: normal;
	text-align: center;
	display: block;
	letter-spacing: .2em;
	background-image: none;
}

#nav a.child {
	background-image: none;
	background-repeat: no-repeat;
	text-transform: none;
	margin-left: 10px;
	font-size: 12px;
}
#nav a.child:hover {
	background-image: url(images/bullet_child_on.gif);
	background-repeat: no-repeat;
	text-transform: none;
	margin-left: 10px;
}
#nav a.childchild {
	background-image: none;
	background-repeat: no-repeat;
	text-transform: none;
	margin-left: 20px;
	font-size: 12px;
}
#nav a.childchild:hover {
	background-image: url(images/bullet_child_on.gif);
	background-repeat: no-repeat;
	text-transform: none;
	margin-left: 20px;
}
#nav a.at {
	background-image: url(images/bullet_at.jpg);
	background-repeat: no-repeat;
}


 
 
#top{
	top: 0px;
	background-image: url(images/topb.jpg);
	height: 301px;
	background-repeat: no-repeat;
}
#top h1 {
	font-size: 18px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	padding: 5px 10px 5px 5px;
	float: none;
	text-align: right;
	margin: 0px;
	top: 10px;
	position: relative;
}
#hagelane{
	top: 0px;
	background-image: url(images/HagesLane.jpg);
	height: 301px;
	background-repeat: no-repeat;
}
#hagelane h1 {
	font-size: 18px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	padding: 5px 10px 5px 5px;
	float: none;
	text-align: right;
	margin: 0px;
	top: 10px;
	position: relative;
}

#topMulti {
	top: 0px;
	background-image: url(images/multiTOP.jpg);
	height: 301px;
	background-repeat: no-repeat;
}
#topMulti h1 {
	font-size: 18px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	padding: 5px 10px 5px 5px;
	float: none;
	text-align: right;
	margin: 0px;
	top: 10px;
	position: relative;
	color: #FFFFFF;
}

#topWood {
	top: 0px;
	background-image: url(images/woodhavenTOP.jpg);
	height: 301px;
	background-repeat: no-repeat;
}
#topWood h1 {
	font-size: 18px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #000000;
	border-right-color: #000000;
	border-bottom-color: #000000;
	border-left-color: #000000;
	padding: 5px 10px 5px 5px;
	float: none;
	text-align: right;
	margin: 0px;
	top: 10px;
	position: relative;
	color: #000000;
}
#topPark{
	top: 0px;
	background-image: url(images/parkTOP2.jpg);
	height: 301px;
	background-repeat: no-repeat;
}
#topPark h1 {
	font-size: 18px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	padding: 5px 10px 5px 5px;
	float: none;
	text-align: right;
	margin: 0px;
	top: 10px;
	position: relative;
	color: #FFFFFF;
}

#topSub{
	top: 0px;
	background-image: url(images/parkTOP.jpg);
	height: 301px;
	background-repeat: no-repeat;
}
#topSub h1 {
	font-size: 18px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	padding: 5px 10px 5px 5px;
	float: none;
	text-align: right;
	margin: 0px;
	top: 10px;
	position: relative;
	color: #FFFFFF;
}
#topPort{
	top: 0px;
	background-image: url(images/parkTOP.jpg);
	height: 301px;
	background-repeat: no-repeat;
}
#topPort h1 {
	font-size: 18px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: solid;
	border-left-style: none;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	padding: 5px 10px 5px 5px;
	float: none;
	text-align: right;
	margin: 0px;
	top: 10px;
	position: relative;
	color: #FFFFFF;
}
a {
	font-weight: bold;
}


#box {
	font-family: Georgia, "Times New Roman", Times, serif;
	width: 450px;
	position: relative;
	height: 350px;
}

#box .sold {
	font-weight: bold;
	color: #CC0000;
}
#box p {
	background-color: #FFFFFF;
	margin: 2px;
	width: auto;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: dashed;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding-bottom: 5px;
}
#box br {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
#box #price {
	position: absolute;
	left: 105px;
	top: 0px;
	width: 80px;
}
#box #size {
	position: absolute;
	left: 44px;
	top: 0px;
	width: 60px;
}
#box #lot {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 40px;
}
#box #price2 {
	position: absolute;
	left: 304px;
	top: 0px;
	width: 98px;
}
#box #size2 {
	position: absolute;
	left: 244px;
	top: 0px;
	width: 59px;
}
#box #lot2 {
	position: absolute;
	left: 200px;
	top: 0px;
	width: 40px;
}

#end {
	font-family: Georgia, "Times New Roman", Times, serif;
	width: 450px;
	position: relative;
	height: 311px;
}

#end .sold {
	font-weight: bold;
	color: #CC0000;
}
#end p {
	background-color: #FFFFFF;
	margin: 2px;
	width: auto;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: dashed;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding-bottom: 5px;
	text-align: left;
}
#end br {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #CCCCCC;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
}
#end #map {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 75px;
}
#end #priceEnd {
	position: absolute;
	left: 292px;
	top: 0px;
	width: 160px;
}
#end #lotEnd {
	position: absolute;
	left: 245px;
	top: 0px;
	width: 46px;
}
#map {
	position: relative;
	height: 287px;
}
#map p {
	white-space: nowrap;
	z-index: 2;
	position: relative;
}

#map img {
	z-index: 0;
	white-space: pre;
	position: absolute;
	left: 1px;
	top: 1px;
}
#Woodmap {
	position: relative;
	height: 287px;
}
#Woodmap p {
	white-space: nowrap;
	z-index: 2;
	position: relative;
}

#Woodmap img {
	z-index: 0;
	white-space: pre;
	position: absolute;
	left: 93px;
	top: 1px;
}
.bioIMAGE {
	padding: 5px;
	border: 1px solid #000000;
	margin: 5px;
}
a {
	text-decoration: none;
	color: #5968A3;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
}
#whatsNew {
	border-top: 1px none #999999;
	border-right: 1px none #999999;
	border-bottom: 1px dashed #999999;
	border-left: 1px none #999999;
	padding-bottom: 10px;
	height: 115px;
	margin-bottom: -20px;
	overflow: hidden;
}
#whatsNew h1 {
	font-size: 12px;
	color: #FF0000;
	margin-bottom: 0px;
	padding-bottom: 0px;
}

#whatsNew img {
	float: left;
	padding-right: 5px;
}
#imageSold {
	position: absolute;
	left: 224px;
}
#imageBox {
	height: 25px;
	width: 150px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #CC0000;
	text-align: center;
	top: 0px;
	position: relative;
	text-decoration: none;
}
#imageBox a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
#description {	
	color: #000000;
	height: 42px;
	width: 300px;
	overflow: hidden;
}



#property {
	width: 450px;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-bottom-style: dotted;
	border-top-color: #666666;
	border-right-color: #666666;
	border-bottom-color: #666666;
	border-left-color: #666666;
	height: auto;
	position: relative;
	margin-top: 10px;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
#information {
	width: 275px;
	position: absolute;
	top: 0px;
	text-align: justify;
	left: 175px;
	height: auto;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#information #forsale h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #009900;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-top-color: #009900;
	border-right-color: #009900;
	border-bottom-color: #009900;
	border-left-color: #009900;
	margin-bottom: 0px;
	margin-top: 0px;
}
#information #sold h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #990000;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-top-color: #990000;
	border-right-color: #990000;
	border-bottom-color: #990000;
	border-left-color: #990000;
	margin-bottom: 0px;
	margin-top: 0px;
}
#information h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #993300;
	margin-top: 0px;
	margin-bottom: 0px;
}
#information #desc {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #000000;
	height: 75px;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#photo #sold {
	font-size: 14px;
	text-transform: uppercase;
	color: #FFFFFF;
	padding: 5px 0px;
	width: 170px;
	position: absolute;
	left: 0px;
	top: 0px;
	font-weight: bold;
	background-color: #990000;
	text-align: center;
}
#more {
	text-align: right;
}
#information p {
	margin: 0px;
}

#photo {
	width: 150px;
	height: auto;
	padding-bottom: 0px;
	position: relative;
}

#details {
	position: relative;
	width: 450px;
	height: auto;
}
#details #Dinformation {
	position: absolute;
	height: auto;
	width: 210px;
	top: 0px;
	left: 240px;
	margin: auto;
}
#details #Dinformation #facts  {
	padding: 0px;
	margin: 5px 0px 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: dashed;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	position: relative;
}
#details #Dinformation  #facts #stuff  {
	left: 85px;
	position: absolute;
	top: 0px;
	font-weight: normal;
}

#details #Rooms #level  {
	padding: 0px;
	margin: 5px 0px 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: dashed;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	position: relative;
}
#details #Rooms  #level #room  {
	left: 125px;
	position: absolute;
	top: 0px;
	font-weight: normal;
}
#details #Rooms  #level #room  #size {
	left: 125px;
	position: absolute;
	top: 0px;
	font-weight: normal;
	width: 75px;
}

#details #Dinformation #forsale h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	font-weight: bold;
	color: #006600;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-top-color: #006600;
	border-right-color: #006600;
	border-bottom-color: #006600;
	border-left-color: #006600;
	margin-top: 0px;
	margin-bottom: 5px;
}
#details #Dinformation #sold h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #990000;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: solid;
	border-top-color: #990000;
	border-right-color: #990000;
	border-bottom-color: #990000;
	border-left-color: #990000;
	margin-bottom: 5px;
	margin-top: 0px;
}
#details #images {
	position: relative;
}
#details #mainimg img{
	border: 1px solid #000000;
	padding: 2px;
	position: relative;
}
#details #thumbs {
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: none;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	margin-bottom: 10px;
	position: relative;
}


#details #Dfeatures {
	position: relative;
	height: auto;
	margin: auto;
}
#details #Dfeatures #facts  {
	padding: 0px;
	margin: 5px 0px 0px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-bottom-style: dashed;
	border-top-color: #999999;
	border-right-color: #999999;
	border-bottom-color: #999999;
	border-left-color: #999999;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	position: relative;
}
#details #Dfeatures  #facts #stuff  {
	position: absolute;
	top: 0px;
	font-weight: normal;
	left: 140px;
}


#Timage {
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
}

#details #thumbs #image {

}
#details #thumbs #description {
	position: absolute;
	left: 106px;
	height: 75px;
	width: 125px;
	top: 0px;
	margin: auto;
	vertical-align: middle;
	float: right;
}
.thumbintro{
	margin-bottom: 0px;
	font-size: 16px;
	border-top: 1px none #999999;
	border-right: 1px none #999999;
	border-bottom: 1px solid #999999;
	border-left: 1px none #999999;
	font-weight: bold;
	padding-bottom: 0px;
}
.thumbintroText {
	font-size: 12px;
	border-top: 0px none;
	border-right: 0px none;
	border-bottom: 0px none;
	border-left: 0px none;
	font-weight: normal;
	margin-top: 0px;
	padding-top: 0px;
}
#lyla {
	position: relative;
	width: 450;
	padding-bottom: 6px;
	height: 150px;
}
#lyla #photoImage {
	position: relative;
	height: 85px;
}
#lyla #exit {
	position: absolute;
	left: 325px;
	top: 70px;
	height: 87px;
	bottom: auto;
}
#lyla #contact {
	position: absolute;
	left: 83px;
	top: 61px;
}
#lyla #contactExit {
	position: absolute;
	left: 85px;
	top: 55px;
	bottom: auto;
}
.comingSoon {
	font-size: 10px;
	text-transform: uppercase;
	color: #007647;
	font-weight: bold;
}.soldOut {
	font-size: 10px;
	text-transform: uppercase;
	color: #CC0000;
	font-weight: bold;
}
#photo #open {

	font-size: 14px;
	text-transform: uppercase;
	color: #FFFFFF;
	padding: 5px 0px;
	width: 170px;
	position: absolute;
	left: 0px;
	top: 0px;
	font-weight: bold;
	background-color: #006600;
	text-align: center;
}
#copy #pull {
		float: right;
}
#copy #pull .showcase .green {
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
}
#copy #pull .showcase .grey {
	font-size: 15px;
	color: #666666;
	font-weight: bold;
}
#copy #pull .showcase p {
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
	margin: 0px;
}
#copy #pull .showcase h4 {
	padding-right: 5px;
	padding-left: 5px;
}

#copy #pull .showcase a {
	color: #FFFFFF;
	padding: 0px;
	margin: 0px;
}
#copy #pull .showcase {
	border: 1px solid #999999;
	background-color: #FFFFFF;
	padding-right: 0px;
	padding-left: 0px;
	text-align: left;
	width: 265px;
	margin-right: 0px;
	margin-top: 20px;
	margin-bottom: 0px;
	margin-left: 25px;
	position: relative;
}
.showcase .click {
	background-color: #086224;
	margin: 0px;
	text-align: center;
	padding: 5px;
}
#benefits li {
	padding-bottom: 6px;
	padding-left: 0px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
}
.box {
	font-size: 16px;
	background-color: #990000;
	padding: 10px;
	border: 1px solid #000000;
	color: #FFFFFF;
}
.box  h2, .box p {
	padding: 0px;
	margin: 0px;
}

.box  a    {
	font-weight: bold;
	color: #FFFFFF;
}
#benefits ul {
	padding: 0px;
	margin: 0px;
	text-indent: 0px;
}
.special {
	font-size: 16px;
	background-color: #FFFFFF;
	padding: 10px;
	border: 1px dashed #000000;
	color: #990000;
}
#wrapper #main #copy .special p {
	color: #000000;
}
#copy #phase2 {
	background-image: url(images/PhaseIII.png);
	height: 158px;
	width: 158px;
	background-repeat: no-repeat;
	position: absolute;
	top: 0px;
	right: 0px;
}
#copy #sold50 {
	background-image: url(images/over50sold.png);
	height: 158px;
	width: 158px;
	background-repeat: no-repeat;
	position: absolute;
	top: 0px;
	left: 0px;
}
.clear {
	clear: both;
}
