/* list of fields to populate cellproperties style dropdown (formbuilder) */
/* <!-- {frontendformitemlabel,frontendformitemlabelreq,frontendformiteminput,frontendformitemcheckbox} --> */
/************************************************************************/
/*Block Level Styles                                                    */
/*                                                                      */
/*body, table, td, h1-h6, p, div, span, a, ul, ol, li                   */
/*These styles are read into vars and initialization of the site's      */
/*application, and they're used to define the basic look and feel of    */
/*the front end of the site.                                            */
/*                                                                      */
/*please put any custom classes or styles in the Custom area below this */
/*one                                                                   */
/************************************************************************/

@import url(/css/site_v2.css);
@import url(/css/clearfix.css);

body, table, td, p, div, span, li {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14px;
	color: #000000;
}
body{
	background-image:url(/media/images/blueBGTilePattern.jpg);
	background-repeat:repeat-x;
	background-position: top;
	background-color: #B6CBD7;
}
ul {
	color : #000000;
	padding: 0px 0px 0px 20px;
	margin : 0px 0px 0px 0px;
}
h1 {
	font-size : 22px;
	color:#a9a42a;
}
h2 {
	font-size : 17px;
	color:#000000;
	font-weight : bold;
}
h3 {
	font-size : 14px;
	color : #000000;
	font-weight : bold;
}
a, a:focus, a:hover, a:visited {
	font-size : inherit;
	color:#1aabf7;
	font-weight : inherit;
}
/************************************************************************/
/*Site Map Styles;                                            */
/************************************************************************/
.sitemapColumn{
	margin:0;
	padding:5px;
}
.sitemapSection{
	font-weight:bold;
}
.sitemapSubSection{
	font-weight:bold;
}
.sitemapPage{
	font-weight:normal;
}

/* nav manager */
.navItemLevel_1{
	margin-left: 3px;
	background-color:#E1E1E1;
}
.parentLevel_1{
	margin-left: 3px;
	background-color:#E1E1E1;
}
.navItemLevel_2{
	margin-left: 6px;
	background-color:#CCCCCC;
}
.parentLevel_2{
	margin-left: 6px;
	background-color:#CCCCCC;
}

/************************************************************************/
/*Error Handeling Styles                                                */
/************************************************************************/
#errorBlock{
	margin-left: 15px;
	margin-bottom: 10px;
}
#errorBlock h2{
	color: #cc0000;
	margin: 2px;
	height: 25px;
	background-image:url(/media/images/icon_error.gif);
	background-repeat:no-repeat;
	padding-left: 30px;
}
#errorBlock ul{
	list-style:square;
	margin: 3px 0px;
	padding-left: 30px;
}
#errorBlock ul li{
	color: #cc0000;
	border-left: 1px solid #cc0000;
	margin-left: 3px;
	padding-left: 8px;
}

/************************************************************************/
/*Custom Classes and Styles;                                            */
/*                                                                      */
/*Any custom classes or styles needed specifically for this site's      */
/*front end go here.                                                    */
/************************************************************************/
.clearFloats{clear:both;}
/** TEMPLATE STYLES **/
/* Shared: home & interior */
#siteWrapper{
	margin:0 auto;
	width:770px;
	border:1px solid #000;
	padding:3px;
}
#siteContainer{
	background-color:#00457c;
	padding:10px;
}
#FCENlogo{
	float:left;
	width:344px;
}

.detailLink {
	width: 120px;
}
.detailLink a{
	display: block;
	color: #145ea9;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
	background-image:url(/media/images/readmoreArrow.gif);
	background-repeat:no-repeat;
	background-position: right;
	padding: 3px 5px;
}
.detailLink a:hover{
	background-color:#EDE97D;
	
}

.funButton a{
	display:block;
	background-color: #08457B;
	border: 1px solid #000000;
	color:#78bde6;
	width:90px;
	text-decoration:none;
	text-align: center;
	padding: 2px;
	margin: 5px 0;
	font-weight: bold;
	font-size: 11px;
}

.funButton a:hover{
	color: #FFFFFF;
}

.funButton input{
	display:block;
	background-color: #08457B;
	border: 1px solid #000000;
	color:#78bde6;
	text-decoration:none;
	text-align: center;
	padding: 2px;
	margin: 5px 0;
	font-weight: bold;
	font-size: 11px;
}

.funButton input:hover{
	color: #FFFFFF;
}

#empLogin{
	float:right;
	width:398px;
	text-align:right;
	color:#fff;
	margin-top:30px;
}
#empLogin a, #empLogin a:visited{
	color:#fff;
	text-decoration:none;
}
#empLogin img{
	position:relative;
	top:6px;
	margin-left:3px;
}
#topnav{
	clear:both;
	border:1px solid #000;
	border-width:3px 3px;
	height:38px;
}
*html #topnav {
	line-height:0px;
}
#topnav ul{
	margin:0;
	padding:0;
	list-style:none;
}
#topnav ul li{
	margin:0;
	padding:0;
	float:left;
}
#homeContainer, #interiorContainer{
	border:1px solid #000;
	border-width:3px 2px;
	padding-bottom:10px;
	border-top-width:0;
}
#footerContainer{
	margin-top:5px;
}
#footerContainer, #footerCopy, #footerDP, #footerContainer a, #footerCopy a, #footerDP a{
	font-size:11px;
	color:#8ed7fd;
	text-align:center; 
}
#footerCopy a{
	text-decoration:none;
}
.imageIcon{
	border: 2px solid #000000;
}
/* home specific styles */
#homeContainer{
	background-color:#000;
}
#featureImg{
	text-align:center;
}
.searchWrapper{
	float:left;
	width:50%;
	text-align:center;
	margin-top:5px;
	margin-bottom:10px;
}
.searchLink{
	display:block;
	margin:2px;
	height:38px;
}
#searchRental, #searchHomes{
	width:363px;
	height:167px;
	margin:0 auto;
}
#searchRental{	
	background-image:url(/media/images/searchRental.jpg);
}
#searchHomes{
	background-image:url(/media/images/searchHomes.jpg);
}
.searchText{
	position:relative;
	top:5px;
	left:228px;
	#left:112px; /*IE6 & IE7 fix*/
	width:120px;
	text-align:left;
	font-size:11px;
	height:120px;
	overflow:auto;
	margin-left: 12px	
}
/* interior specific styles */
#interiorContainer{
	background-color:#fff;
	width:746px;
}
#pageHdr{
	padding:0px 0px 0px 0px;
}

#pageHdr img{
	margin-top:25px;
}
#leftnav{
	width:195px;
	float:left;
}
#leftnav ul{
	margin-left:10px;
	padding:0;
}
#leftnav li{
	list-style:none;
	
}
#leftnav li li{
	font-weight:bold;
	/*list-style-image:url(/media/images/leftnavBullet.gif);
	list-style-position:inside*/
	margin:2px 0;
	border-bottom:1px solid #dadada;
	padding: 3px 0px 6px 0px;
	min-height:15px;
	
}

#leftnav li a{
	font-size:13px;
	text-decoration:none;
	color:#084173;
}

#leftnav li a.leftnavselected{
	color: #4584DF;
}

#leftnav li a:hover{
	color: #4584DF;
}

#leftnav img{ /* hide all top level items (image based) */
	display:none;
}


#bodyContent{
	width:480px;
	margin-left:30px;
	float:left;
	min-height:250px;
	#margin-top:15px; /* IE6 & 7 fix */
}
#bodyContent a:hover{
	color: #FFFFFF;
}
* html #bodyContent{/*IE6 fix*/
	height:250px;
}
#bodyContentNoSideBar{
	width:690px;
	min-height:250px;
	padding-left:25px;
	#margin-top:15px; /* IE6 & 7 fix */
}
* html #bodyContentNoSideBar{/*IE6 fix*/
	height:250px;
	width:684px;
}
a.linkbutton, .linkbutton{
	/*display:table-cell;*/
	/*width: 60px;*/
	background-color: #08457B;
	border: 1px solid #000000;
	color:#78bde6;
	text-align: center;
	padding: 2px;
	font-weight: bold;
	font-size: 11px;
	text-decoration:none;
}
.linkbutton a{color:#78bde6;text-decoration:none;}
a.linkbutton:hover, .linkbutton a:hover{
	color: #FFFFFF;
	text-decoration:none;
}
/************************************************************************/
/*Admin Tools Styles and classes;                                       */
/*                                                                      */
/*Used by admintools and administrative displays on the front end       */
/*(Not actually put into use yet - still using admintools.css           */
/************************************************************************/

.formbuilderheader {
	padding-bottom : 5px;
	padding-left : 5px;
	padding-right : 5px;
	padding-top : 5px;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
	color : #FFFFFF;
	vertical-align : top;
	background-color : #4c4c4c;
}
.smallfontsize {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 9px;
	color : #000000;
}
.errortext {
	padding-bottom : 5px;
	padding-left : 8px;
	padding-right : 5px;
	padding-top : 5px;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	color : #ffffff;
	background-color : #f4f4f4;
	border : 3px solid #cc0000;
}
.logintext {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
	color : #663366;
}
.submitbuttonFront {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : bold;
	text-align : center;
	padding-left:5px;
	padding-right:5px;
	padding-top:2px;
	padding-bottom:2px;
	color : #5D8DB8;
	background-color : #ffffff;
	border: 1px solid #5D8DB8;
}
.submitbuttonGray {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	font-weight : bold;
	text-align : center;
	padding-left:5px;
	padding-right:5px;
	color : #ffffff;
	background-color : #666666;
	border : 2px ridge #dadada;
}
.frontendformitemlabel{
	padding-bottom : 5px;
	padding-left : 5px;
	padding-right : 5px;
	padding-top : 5px;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : #666666;
	vertical-align : top;
	font-style : italic;
}
.formitemlabelreq{
	padding-bottom : 5px;
	padding-left : 5px;
	padding-right : 5px;
	padding-top : 5px;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10px;
	COLOR: #000000;
	vertical-align : top;
	background-color : #dadada;
}
.frontendformitemlabelreq{
	padding-bottom : 5px;
	padding-left : 5px;
	padding-right : 5px;
	padding-top : 5px;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : #666666;
	vertical-align : top;
}
.frontendformiteminput {
	padding-bottom : 5px;
	padding-left : 5px;
	padding-right : 5px;
	padding-top : 5px;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : #666666;
	vertical-align : top;
	border-style : none;
}
.frontendformitemcheckbox {
	padding-bottom : 5px;
	padding-left : 5px;
	padding-right : 5px;
	padding-top : 5px;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : #666666;
	vertical-align : top;
}
.frontendinputfield{
	background-color:#F0F0F0;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 11px;
	color : #666666;
	padding: 1px;
}
.submitbutton {
	BACKGROUND-COLOR: #749BAD;
	BORDER-BOTTOM: #dadada 2px ridge;
	BORDER-LEFT: #dadada 2px ridge;
	BORDER-RIGHT: #dadada 2px ridge;
	BORDER-TOP: #dadada 2px ridge;
	COLOR: #ffffff;
	FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif;
	FONT-SIZE: 11px;
	FONT-WEIGHT: bold;
	TEXT-ALIGN: center
}
.successtext {
	padding-bottom : 5px;
	padding-left : 5px;
	padding-right : 5px;
	padding-top : 5px;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
	font-weight : bold;
	color : #ffffff;
	background-color : #c4c4ff;
	border : 1px dashed #555555;
}

.toolheader {
	padding-bottom : 5px;
	padding-left : 5px;
	padding-right : 8px;
	padding-top : 5px;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 14px;
	font-weight : bold;
	text-align : right;
	color : #ffffff;
	background-color : #333333;
}
.toolheaderi3 {
	BACKGROUND-COLOR: #5B879C;
	COLOR: #FFFFFF;
	FONT-FAMILY: Verdana, Geneva, Arial, Helvetica, sans-serif;
	FONT-SIZE: 14px;
	FONT-WEIGHT: bold;
	PADDING-BOTTOM: 6px;
	PADDING-LEFT: 6px;
	PADDING-TOP: 6px;
	PADDING-RIGHT: 6px;
}
.toolTable {
	BACKGROUND-COLOR: #ffffff
}


#footerDP_v2, 
#footerDP_v2 a {
	font-size:11px;
	color:#60a3ca;
	text-align:center; 
}
#footerDP_v2 {
	padding-bottom:10px;
}
#empLogin_v2 {
	display:block;
	float:right;
}
#empLogin_v2 img{
	vertical-align:middle;
}

#contactUsLink_v2 {
	float:right;
	text-align:right;
	color:#8ed7fd;
	margin-top:35px;
}
#contactUsLink_v2 a, 
#contactUsLink_v2 a:hover,
#contactUsLink_v2 a:visited{
	color:#8ed7fd;
	text-decoration:none;
	font-size:13px;
}
#contactUsLink_v2 img {
	vertical-align:middle;
}

#searchHomesWrapper_v2 {
/*	margin-left:5px;
	margin-right:5px;
*/}
.searchWrapper_v2{
	float:left;
	width:32%;
	text-align:center;
	margin-top:5px;
	margin-bottom:0px;
	margin-left:7px;
}
#searchRental_v2, 
#searchHomes_v2,
#searchLuxuryApartments {
	height:235px;
	margin:0 auto;
	background-repeat:no-repeat;
}
#searchRental_v2 {	
	background-image:url(/media/images/searchRental_v2.gif);
}
#searchHomes_v2 {
	background-image:url(/media/images/searchHomes_v2.gif);
}
#searchLuxuryApartments {
	background-image:url(/media/images/searchLuxuryApartments.gif);
}
.searchText_v2{
	position:relative;
	top:137px;
	left:0px;
	#left:0px; /*IE6 & IE7 fix*/
	text-align:left;
	font-size:11px;
	overflow:auto;
	padding-left:30px;
	padding-right:5px;
}
