html, body {
	margin: 0;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	font-size:14px;
	background:#FFFFFF;
	color: #666666;
	width:100%;
	text-align:center;
}
/* BODY CONTAINERS */
#header, #container {
	width:960px;
	margin:0 auto 0 auto;
	text-align:left;
	position:relative;
}
#header {
	height:107px;
	background:url(../images/header.png) no-repeat left bottom;
	padding:0;
	margin:0 auto;
}
#header h1 {
	border:none;
}
#header h1 a {
	display:block;
	width:282px;
	height:56px;
	position:absolute;
	left:17px;
	top:32px;
}
#header h1 span {
	display:none;
}
#topLinks a, #topLinks a:hover, #header a, #header a:hover {
	text-decoration:none;
	color:#66cc00;
}
#topLinks {
	position:absolute;
	right:0;
	top:5px;
	color:#ccc;
}
#container {
	border:1px solid #CCCCCC;
	border-top: none;
}
#index #container {
	border:none;
	text-align:center;
}
#left {
	text-align:justify;
	width:160px;
	;
	border-right:1px solid #cce5b2;
}
#right {
	text-align:justify;
	width:160px !important;
	padding:0;
	border-left:1px solid #ccc;
}
#content {
	text-align:justify;
	width:800px;
	background:url(../images/gradient_w.gif) repeat-x;
}
.innerPad {
	padding:20px;
}
.cSpacer {
	line-height: 0;
	clear: both;
	margin : 0 0 2px 0;
	padding: 0;
	border: 0;
}
/* FOR FORM */
.cFM {
	padding:5px;
	background-color:#EEEEEE;
}
.cError {
	border:1px solid #FF0000;
	background:#FF9999;
	padding:10px;
	color:#FFFFFF;
}
#footer {
	background:url(../images/gradient_w.gif) repeat-x;
	width:960px;
	margin:0 auto 0 auto;
	text-align:center;
}
#footerHolder {
	width:800px;
}
#index #footerHolder, #footerBody #footerHolder {
	width:960px;
}
/* NAVIGATION */
ul#nav {
	margin:0;
	padding:0;
	font-size:12px;
	text-align:left;
	text-transform:capitalize;
}
ul#nav li {
	padding:0;
	margin:0;
	list-style-type:none;
	border-bottom:1px solid #c3e3a5;
	border-top:1px solid #ffffff;
}
ul#nav li.topB {
	border-top:none;
}
ul#nav li a {
	padding: 5px;
	text-decoration:none;
	display:block;
	color: #666666;
	background: #eefbe5;
}
ul#nav li a:hover {
	background: #e2f0d8;
}
ul#nav li.topB a {
	background:url(../../includes/images/gradient_g.gif) repeat-x 0 0 #eefbe5;
}
ul#nav li a:hover, ul#nav li.topB a:hover {
	background: #e2f0d8;
}
ul#nav li.property {
	border-bottom:1px solid #cccccc;
}
ul#nav li.property a {
	background:#f2f2f2;
}
ul#nav li.property a:hover {
	background:#DFDFDF;
}
/* CAPTION BUTTON HOLDER */
#captionBtn {
	text-align:center;
	padding-top:10px;
	background:url(../images/gradient_w.gif) repeat-x;
	padding-left:14px;
}
#captionBtn a {
	background:url(../images/global/iconsThree.gif) no-repeat;
	display:block;
	width:42px;
	height:42px;
	overflow:hidden;
	text-decoration:none;
	float:left;
	margin:0 2px 0 0;
}
#captionBtn a span {
	display:none;
}
#captionBtn a.rl1 {
	background-position: 0 0;
}
#captionBtn a.rl1.active, #captionBtn a.rl1:hover {
	background-position: 0 -42px;
}
#captionBtn a.rl2 {
	background-position: -42px 0;
}
#captionBtn a.rl2.active, #captionBtn a.rl2:hover {
	background-position: -42px -42px;
}
#captionBtn a.rl3 {
	background-position: -84px 0;
}
#captionBtn a.rl3.active, #captionBtn a.rl3:hover {
	background-position: -84px -42px;
}
/* HEADERS */
h1,h2,h3,h4{
	text-align:left;
}
h1 {
	font-size:20px;
	font-weight:normal;
	margin:0;
	padding:0;
	border-bottom:1px solid #57da00;
}
h1.noIndent {
	text-indent:0;
}
h1.noBorder {
	height:auto;
	padding:10px 0 5px 0;
}
h2 {
	font-size:18px;
	font-weight:normal;
	border-bottom:1px solid #57da00;
}
h2.noBorder {
	margin:5px 0;
	padding:0;
}
h3 {
	font-size:16px;
	font-weight:normal;
	margin:0;
	padding:0;
}
/*COLORS AND BORDERS*/
.green {
	color:#66cc00 !important;
}
.green2 {
	color:#79d220;
}
.charc {
	color:#333333;
}
.white {
	color:#FFFFFF;
}
.red {
	color:#FF0000;
}
.grey {
	color:#666666;
}
.lGrey {
	color:#999999;
}
.defaultBorder {
	border:1px solid #c3e3a5/* green #57da00*/;
}
.greenBorder {
	border:1px solid #57da00;
}
.greyBorder {
	border:1px solid #b2b2b2;
}
.lightBG {
	background: #eefbe5;
}
.greyBG {
	background:#f2f2f2;
}
.greenBG {
	background:#57da00;
}
/*FONT SIZES*/
.txtSmall {
	font-size:12px;
}
.txtLarge {
	font-size:16px;
}
.allCaps {
	text-transform:uppercase;
}
/* LINKS	*/
a {
	text-decoration:none;
	color:#999999;
}
a:hover {
	color:#57da00;
	text-decoration:underline;
}
a.forceDefault {
	text-decoration:none;
	color:#999999;
}
a.forceDefault:hover {
	color:#57da00 !important;
	text-decoration:underline !important;
}
a.noUnder:hover {
	color:#57da00;
	text-decoration:none;
}
a.withIcon {
	color:#333333;
	text-decoration:none;
	background:none;
	display:block;
}
a.withIcon:hover {
	background:none;
	color:#FF6600;
}
a.withIcon2 {
	color:#333333;
	text-decoration:none;
}
a.withIcon2:hover {
	color:#006600;
}
a.viewDetails {
	display:block;
	padding:3px 5px 3px 3px;
	background-color:#f2f2f2;
	color:#666666;
	text-decoration:none;
}
a.viewDetails:hover {
	background-color:#eefbe5;
}
a.viewDetails2 {
	display:block;
	padding:3px 5px 3px 3px;
	background-color:#eefbe5;
	color:#666666;
	text-decoration:none;
}
a.viewDetails2:hover {
	background-color:#f2f2f2;
}
/* FORM */
div.form {
	margin:0;
}
div.form dl {
	margin:5px 0 5px 0;
}
div.form dt {
	width: 180px;
	margin: 4px 8px 0 0;
	padding: 0;
	text-align: right;
	white-space: nowrap;
	float: left;
	clear: left;
	position: relative;
	text-transform:uppercase;
}
div.form dt.required {
	font-weight:bold;
}
div.form dd {
	margin: 0 0 5px 0px;
}
div.form dl.txtOnly dt {
	width: 150px;
	margin: 0;
	padding: 3px;
	text-align: right;
	white-space: nowrap;
	float: left;
	clear: left;
	position: relative;
	text-transform:uppercase;
	font-weight:bold;
	background-color:#EEEEEE;
}
div.form dl.txtOnly dd {
	margin: 0 0 5px 158px;
	padding: 3px;
}
div.form dt.error, dd.error {
	background:#FF0000;
	color:#FFFFFF;
	padding:5px 0 5px 0;
}
dl.largerLabels dt {
	width:240px;
}
dl.largerLabels2 dt {
	width:260px;
}
table.form {
	width:100%;
}
table.form th {
	font-weight:100;
	text-transform:uppercase;
	background-color:#EEEEEE;
	border-bottom:1px solid #FFFFFF;
	padding:4px;
	text-align:right;
}
table.form td {
	border-bottom:1px solid #FFFFFF;
	padding:4px;
}
/* FORM ELEMENTS */
input[type=text], select, textarea {
	font-family: Arial, Helvetica, sans-serif;
	border:1px solid #CCCCCC;
	padding:3px;
	font-size:14px;
}
input[type=image], input[type=radio], input[type=checkbox], input[type=file] {
	padding:0;
	border:none;
}
.sbttn {
	border-color: #9D9C99 #393835 #393835 #9D9C99;
	border-style:solid;
	border-width:1px;
	background-color:#DFDFDF !important;
	padding:3px 10px 3px 10px;
	text-transform:capitalize;
}
optgroup {
	font-style:normal;
	color:#666666;
}
optgroup option {
	color:#333333;
}
/* LISTING TABLES */
table.lists {
	background:#999999;
	width:100%;
}
table.lists th {
	text-transform:uppercase;
	background:#333333;
	color:#ffffff;
	font-weight:bold;
	padding:4px;
	text-align:justify;
}
table.lists th.light {
	text-transform:uppercase;
	background:#CCCCCC;
	color:#ffffff;
	font-weight:bold;
	padding:4px;
	text-align:justify;
}
table.lists td {
	padding:5px;
	text-align:justify;
}
table.lists tr.noHover {
	background-color:#FFFFFF !important;
	color:#333333;
}
table.lists tr.even, td.even {
	background-color:#FFFFFF !important;
	color:#333333;
	cursor:pointer;
}
table.lists tr.odd, td.odd {
	background-color:#DFDFDF !important;
	color:#333333;
	cursor:pointer;
}
table.lists tr.over {
	background:#A1C45C !important;
	color:#FFFFFF;
	cursor:pointer;
}

table.tableList{
	background:#fff;	
	border:1px solid #999;
	border-collapse:collapse;
	width:100%;
}
table.tableList th,
table.tableList td{
	padding:5px;
	border:1px solid #999;
}
table.tableList th{
	background:#ccc;
	color:#000;
}
table.tableList td{
	background:#fff;
}

#idxLegal {
	color:#999999;
	font-size:10px;
	text-align:justify;
}
#footerMenu {
	padding:10px;
	font-size:12px;
	color:#777477;
}
#footerMenu a {
	color:#777477;
	font-size:11px;
}
/* NEW CLASSES */
.tab{
	background: url('/includes/images/tab.gif') no-repeat;
	position:relative; 
	z-index:1; 
	margin-top:10px; 
	height:22px; 
	width:140px;
	line-height: 100%;
	color: #888;
	font-size:16px;
}
.tab span{
	position: absolute;
	padding: 5px 10px;
}
p.topContent{
	margin:5px 0 10px 0;
	padding:0 0 10px 0;
	border-bottom:1px solid #57da00;
}
.noBorder{
	border:none !important;
}
hr{
	border:0;
	background:#999;
	border-bottom:1px solid #fff;
	height:2px;
}
.searchButtons{
	height:1.25em;
	padding:10px 0 10px 10px;
}
.searchButtons a{
	display:block;
	width:128px;
	color:#666;
	border:1px solid #ccc;
	text-decoration:none;
	background:#eee;
	float:left;
	text-align:center;
	padding:5px 20px;
	margin-right:5px;
	line-height:100%;
}
.searchButtons a:hover{
	background:#ddd;
	
}
.searchButtons a.active{
	border-color:#66cc00;
	background:url(../images/global/tick.png) 4px center no-repeat #79d220;
	color:#fff;
	font-weight:bold;
	white-space:nowrap;
	
}

.propList{
	margin:0 0 5px 0;
	width:100%;
	font-size:12px;
	border:1px solid #ccc;
	border-collapse:collapse;
}
.propList th{
	background:#dfdfdf;
	text-transform:uppercase;
	padding:4px 2px;
}
.propList th.main{
	background:#ccc;
	font-size:14px;
}
.propList td{
	background:#fff;
	padding:2px;
}
.propList th,.propList td{
	text-align:left;
	border:1px solid #ccc;
}
.propList input,.propList select{
	width:100px;
}

.searchResults{
	width:100%;
}
.searchResults tr.withBorder td{
	vertical-align:top;
	border-top:1px solid #57da00;
	padding:5px 0 0 0;
	line-height:125%;
}
.searchResults .viewDetails{
	text-align:right;
	margin:1px 0 2px 0;
}

#listingHeader{
	padding:.5em;
}
#listingHeader h2{
	color:#000;
	font-weight:bold;
	border:none;
	font-size:20px;
	margin:5px 0 0 0;
	padding:0;
}
#images{
	width:320px;
	text-align:center;
	float:left;
}
#imageHolder{
	width:300px;
	padding:3px;
	border:1px solid #ccc;
	margin:auto;
}
#imageBrowser{
	margin-top:10px;
	width:320px;
	text-align:center;
	position: relative;
}
#imageBrowser .button {
	top:16px;
	position:absolute;
	width:16px;
	height:16px;
	padding:0;
	display:block;
	line-height:100%;
	text-decoration:none;
}
#leftButton { left: 0; background:url(../images/global/carouselControlsLeft.gif) 0 0 no-repeat; }
#rightButton { right: 0; background:url(../images/global/carouselControlsRight.gif) 0 0 no-repeat;}
#leftButton:hover,
#rightButton:hover{
	background-position:-16px 0;
}
#leftButton:active,
#rightButton:active{
	background-position:-32px 0;
}
#leftButton.off,#rightButton.off{
	background-position:-48px 0;	
}
#scroller{
	margin:auto;
	width:280px;
	height:53px;
	position: relative;
	overflow: hidden;
}
#scroller div{
	padding:5px 0;
	height:23px;
	text-align:left;
}
#scroller div a{
	display:inline-block;
	border:1px solid #ccc;	
	margin:0 2px !important;
}
/* 
	Make scroll area large enough to hold all images in one row and then some 
	Do not be shy make sure to add at least an extra  windows width
*/
.scrollContent{
	width: 6000px;
}
dl#dataSet{
	margin:0 0 0 340px;
	padding:10px 0;
	border:1px solid #eee;
	border-width:1px 0 0 0;
	min-height:188px;
}
dl#dataSet dt{
	float:left;
	width:180px;
	background:#fbfbfb;
	padding:3px;
}
dl#dataSet dd{
	margin:0 0 2px 195px;
	padding:3px;
}
.row{
	border-top:1px solid #eee;
	margin:10px 0;
	padding-top:10px;
	position:relative;
	
}
.row h3{
	color:#000;
}
.row span{
	font-size:13px;
	color:#999;
}
.row .padded{
	padding:8px;
}
.titleCase{
	text-transform:capitalize;
}
#files{
	list-style:none;
	line-height:1.5em;
	margin:0;
	padding:5px;
}
#files li{
	border-top:1px solid #eee;
	padding:4px;
	background:#fbfbfb;
	margin-bottom:1px;
}
#files li a{
	color:#444;
}
#mapLink{
	position:absolute;
	right:5px;
	color:#66cc00;
	text-decoration:underline;
}
.space{
	border:1px solid #ddd;
	padding:10px;
	margin:8px 0;
	background:url(../images/global/spaces.png) no-repeat 0 0;
	position:relative;
}
.spaceNumber{
	position:absolute;
	width:170px;	
}
.spaceData{
	list-style:none;
	padding:0;
	margin:0 0 0 210px;
	line-height:1.5em;
}
.spaceData li{
	border-bottom:1px solid #ddd;
	clear:left;
}
.spaceData li label{
	float:left;
	width:160px;
}
.spaceData li.desc{
	border:none;
	color:#000;
	padding:5px 0;
}

/*******************************************
*
*	Generic Pop Up
*
*******************************************/

.genericCloser{
	position:absolute;
	right:0;
	margin:-6px -6px 0 0;
	width:24px;
	height:24px;
	display:block;
	background:url(../images/global/btn_close.png) no-repeat 0 0;
}
#genericPopUpBG{
	background:#000;
	position:absolute;
	left:0;
	top:0;
	z-index:99!important;
}
.genericPopUp{
	position:absolute;
	width:640px;
	z-index:100;
}
.genericPopUp h2{
	margin:0 !important;
	padding:5px !important;
	font-size:18px;
	color:#666;
}
.genericPopUp .holder{
	background:#fff;
	border:1px solid #333;
	color:#000;
	text-align:left;	
}
.genericPopUp .content{
	padding:20px 20px 50px 20px;
}
.genericPopUp .btn{
	position:absolute;
	right:20px;
	bottom:20px;
}
