/* CSS Document */

body {

	width:100%;
	height:100%;
	padding:0px 0px 10px 0px;
	margin:10px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size:0.73em;
	line-height:1.5em;
	/*letter-spacing:0.01em;*/
	color:#666666;
	background-color:#FFFFFF;
}


h1 {
	font-size:14px;
	font-weight:bold;
	color:#9AC631;
	padding:0px 0px 8px 0px;
	margin:0px 0px 0px 0px;
}


h2 {
	color:#018385;
	font-size:14px;
	font-weight:bold;
}


h3 {
	color:#018385;
	font-size:13px;
	font-weight:bold;
	padding:0px 0px 0px 0px;
	margin:0px 0px 7px 0px;
}

li {
	list-style-type:square;
}

p a, a:link, a:visited, a:active {
	text-decoration:underline;
	color:#666666;
}

p a:hover {
	text-decoration:underline;
	color:#F99A13;
}

.title {
	color:#018385;
	font-weight:bold;
}

.titleSmall {
	color:#018385;
}

a.title, a.title:link, a.title:visited, a.title:active {
	color:#018385;
	text-decoration:underline;
	font-weight:bold;
}

a.title:hover {
	color:#018385;
	text-decoration:none;
	font-weight:bold;

}

.smallText {
	font-size:10px;
}

.boldTitle {
	font-weight:bold;
}

.newsTitle {
	font-weight:bold; 
	color:#018385;
}



/************************************
	NAVIGATION
************************************/

div#subNavigation ul {
	margin:0px 10px 10px!important; 
	margin:0px 0px 0px 4px;
	padding:0px;
}

div#subNavigation li{
	list-style-type:none;
	padding:0px 0px 4px;
	margin: 0px;
}

div#subNavigation a, a:link, a:visited, a:active {
	color:#666666;
	text-decoration:none;
}

div#subNavigation a:hover {
	color:#F99A13;
	text-decoration:none;
}


div#subsubNavigation ul {
	margin:0px 0px 0px -20px !important;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}

div#subSubNavigation li{
	list-style-type:none;
	margin:0px 0px 0px -10px !important;
	margin:0px 0px 0px 20px;
/*	padding: 0px 0px 0px -20px !important;*/
	padding:0px 0px 4px 0px;
}

div#subSubNavigation a, a:link, a:visited, a:active {
	color:#018385;
	text-decoration:none;
	font-weight:normal;
}

div#subNavigation a:hover {
	color:#018385;
	text-decoration:underline;
	font-weight:normal;
}

.subLinks {
	font-weight:normal;
}

.subLinks a:link {
	color:#018385;
	text-decoration:underline;
	font-weight:bold;
}
.subLinks a:visited {
	color:#018385;
	text-decoration:underline;
	font-weight:bold;
}
.subLinks a:active {
	color:#018385;
	text-decoration:underline;
	font-weight:bold;
}
/*
.subLinks a, a:link, a:visited, a:active {
	color:#018385;
	text-decoration:none;
	font-weight:normal;
}  */

.subLinks a:hover {
	color:#e6964d;
	text-decoration:underline;
	font-weight:bold;
}


.subSubSelected {
	font-weight:normal;
	list-style-type:square; 

}

/*div#subSubSelected{
	color:#018385;
	font-weight:bold;
}


a.subSubSelected, a.subSelected:link{
	font-size:14px;
	font-weight:bold;
	color:#018385;
}

a.subSubSelected:hover{
	font-size:14px;
	font-weight:bold;
	color:#018385;
}*/

.sectionTitle {
	font-size:13px;
	font-weight:bold;
	color:#e6964d;
	margin: 0px;
	padding: 0px;
}

.sectionTitleSmall {
	font-weight:normal;
	color:#e6964d;
	margin: 0px;
	padding: 0px;
	font-size: .7em;
}

.names {
	font-weight:bold;
	color:#e6964d;
}

.selected {
	color:#018385;
	font-weight:bold;
	font-size:1.2em;
	margin: 0px;
}

.selected1 {
	color:#666666;
	font-weight:bold;
	font-size:1.2em;
	margin: 10px;
}

#subSubNav a{
	margin: 0px;
	padding: 0px 0px 0px 10px;
	font-size: 0.85em;
}

/************************************
	LAYOUT CONFIGURATIONS
************************************/

div#content {
	width:800px;
	overflow:auto; 
	/*height:auto;*/
	margin:0px 0px 0px 8px;
	padding:10px 0px 10px 0px;
	min-height:450px; 
	/*border:1px solid #229804; */
}


div#leftContent {
	margin:0px 0px 0px 30px;
	width:169px;
	float:left;
	/*border:1px solid #999999;*/
}
	
div#rightContent {
	width:560px;
	float:right;
	overflow:auto;
	/*border:1px solid #990000;*/
}

div#fullContent {
	width:729px;
	/*	height:360px;  */
	float:right;
	margin: 0px;
	padding: 0px;
	/*border:1px solid #990000;*/
}

div#contentHome {
	width:800px;
	overflow:auto;
	/*height:auto;*/
	margin:0px 0px 0px 8px;
	padding:10px 0px 10px 0px;
	/*border:1px solid #229804; */
}

div#homeFeatures {
	margin:0px 0px 0px 70px; 
	padding:10px 0px 2px 8px; 
	background-color:#018385; 
	width:auto; 
	height:200px; 
	color:#FFFFFF; 
	font-size:11px; 
	line-height:15px;
	vertical-align:top;
	background-image:url(../images/bgBlue.gif);
	background-position:left;
	background-repeat:no-repeat;
}

div#homeFeatures a, a:link, a:visited, a:active {
	color:#FFFFFF; 
	text-decoration:none;

}

div#homeFeatures a:hover {
	color:#FFFFFF; 
	text-decoration:underline;

}



/************************************
	GLOBAL NAVIGATION
************************************/
div#globalNav {
	margin:3px 0px 0px 250px;
	padding:0px;
	height:35px !important;
	height:27px;
}

/************************************
	FORMS
************************************/

.frmButton {
	background-color: #018385;
	border-color: #000000;
	border-style: ridge;
	border-width: 1px;
	color: #FFFFFF;
	font-weight:bold;
	width:140px;
	height:25px;

}

.frmButtonOver {
	background: #A09F9F;
	border-color: #000000;
	border-style: ridge;
	border-width: 1px;
	color: #FFFFFF;
	font-weight:bold;
	width:140px;
	height:25px;
}

.required {
	font-weight:bold;
	color: #018385;
	font-size:18px;
}

/************************************
	FOOTER
************************************/
div#footer {
	/*	position:absolute;
	width:800px;
	height:10px;
	padding:0px;
	color:#666666;
	font-size:10px;
	border:1px solid #006699; */
	margin:10px 0px 5px 250px;
	padding:0px;
	height:45px!important;
	height:27px;
	font-size:10px;
	background-color: #018385;

}

div#footerProperty {
	/*	position:absolute;
	width:800px;
	height:10px;
	padding:0px;
	color:#666666;
	font-size:10px;
	border:1px solid #006699; */
	margin:10px 0px 5px 10px;
	padding:0px;
	height:45px!important;
	height:27px;
	font-size:10px;
	background-color: #018385;

}

div#footer a, a:link, a:visited {
	text-decoration:underline;
	color:#666666;
}

div#footer a:hover { 
	text-decoration:none;
	color:#F99A13;
}

div#footer a:active {
	text-decoration:underline;
	color:#666666;
}

/************************************
	THE BUZZ
************************************/

table#news {
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}

table#news td {
	padding:0px 0px 15px 0px;
	vertical-align:top;
}

/*********************************
title stuff
*********************************/
.blueNew_24pt {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24pt;
	color: #0066FF;
	margin: 0px;
	padding: 0px;
	line-height: normal;
	 }
	 
.yellow_bigNew {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.85em;
	color: #666666;
	margin: 10px;
	padding: 0px;
	line-height: normal;
	font-weight: bold;
	}
	
.white_bigNew {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	color: #ffffff;
	margin: 10px;
	padding: 0px;
	line-height: normal;
	font-weight: bold;
	}
	
div#homePage {
	width:auto;
	height:auto;
	margin:0px;
	padding:0px;
	/*border:1px solid #229804; */
}
.picBox {
	border: thin none #018385;
	margin: 10px;
	padding: 5px;
	vertical-align: top;
}
.firstParagraph {
	font-size: 1.5em;
}


#content #fullContent #homePage .white_10pt {
	font-size: 0.9em;
	color: #FFFFFF;
	margin: 13px 5px 5px;
	padding: 5px;
}
#content #leftContent #subNavigation .sectionTitle img {
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	margin: 0px;
	padding: 0px;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
	position: relative;
}

.error {
	color: #FF0000;
}

#picFrame{
	height: 370px;
	width: 410px;
}
.sold {
	background-image: url(../images/sold.jpg);
	background-repeat: repeat-x;
	position: relative;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	background-position: left top;
}
.leased {
	background-image: url(../images/leased.jpg);
	background-repeat: repeat;
	background-repeat: repeat-x;
	position: relative;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	background-position: left top;
}
.bgNone{
	background-image: none;
}
.black_12pt_bold {  
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 12px; 
	font-weight: bold; 
	color: #000000;
}
