@charset "utf-8";
/* CSS Document */

html,body  {
	font: 100% Arial, Helvetica, sans-serif;
	background: #330000 url(../images/bg-main.jpg) repeat-x center top;
	margin: 0;
	padding: 0;
	text-align: center;
	font-weight: normal;
	color: #333333;
	text-decoration: none;
}

#container
{
	width:960px;
	margin:0 auto;
	background:#ffffff;
	overflow:auto;
}

#container #toplinks
{
	height:22px;
	width:960px;
	margin:0 auto;
	background:#FF6600;
	color:#FFFFFF;
	font-weight:normal;
	font:75% Arial, Helvetica, sans-serif;
	padding-top:3px;
}

#container #toplinks #left
{
	width:200px;
	text-align:left;
	float:left;
	color:#000000;
	padding-left:10px;
}
#container #toplinks #right
{
	width:700px;
	text-align:right;
	float:right;
	padding-right:10px;
}

#container #toplinks a:link
{
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
}
#container #toplinks a:active
{
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
}
#container #toplinks a:visited
{
	color:#FFFFFF;
	font-weight:bold;
	text-decoration:none;
}
#container #toplinks a:hover
{
	color:#000000;
	font-weight:bold;
	text-decoration:none;
}
#container #header
{
	height:45px;
	width:960px;
	margin:0 auto;
	background:#660000;
}
#container #header #linkbar{ 
	height:30px;
	width:100%;
	float:right;
	margin-top:15px;
}
#container #header #linkbar ul{
	padding:0px;
	margin:0px;
}

#container #header #linkbar li{
	list-style-type:none;
	text-align:center;
	background-color:#FbFbFb;
	border-left:1px solid #660000;
	border-bottom:1px solid #EEEEEE;
	float:right;
	padding:6px 10px 0 10px;
	margin:0px;
	height:23px;
	font-size:75%;
}
#container #header #linkbar a:link{
	color:#660000;
	font-weight:bold;
	text-decoration:none;
}
#container #header #linkbar a:active{
	color:#660000;
	font-weight:bold;
	text-decoration:none;
}

#container #header #linkbar a:visited{
	color:#660000;
	font-weight:bold;
	text-decoration:none;
}
#container #header #linkbar a:hover{
	color:#FF6600;
	font-weight:bold;
	text-decoration:none;
}
#container #masthead
{
	background:#FFFFCC;
	height:160px;
	margin:0 auto;
}
#container #contentseparator
{
	background:#660000;
	height:60px;
	margin:0 auto;
	padding:10px 10px 0px 10px;
}
#container #content
{
	width:960px;
	margin:0 auto;
	font:75% Arial, Helvetica, sans-serif;
	color:#333333;
	padding-top:20px;
	background:#FFFFFF url(../images/bg-content.jpg) repeat-y top center;
	overflow:auto;
}
#container #content #contentleft
{
	width:650px;
	float:left;
	padding:0 20px 0 15px;
	text-align:left;
	line-height:16px;
	color:#333333;
}

#container #content #contentleft h2
{
	font:140% "Trebuchet MS";
	font-weight:bold;
	line-height:40px;
	margin:0px;
	padding:0px;
	display:block;
	border-bottom:1px #DDDDDD solid;
	color:#660000;
}
#container #content #contentleft h3
{
	font:110% "Trebuchet MS";
	font-weight:bold;
	line-height:30px;
	margin:0px;
	padding:0px;
	display:block;
	border-bottom:1px #EEEEEE solid;
	color:#FF6600;
}
#container #content #contentleft p
{
	margin:0px;
	padding:15px 0 10px 0;
}
#container #content #contentleft a:link{
	color:#0066CC;
	text-decoration:none;
}
#container #content #contentleft a:active{
	color:#0066CC;
	text-decoration:none;
}

#container #content #contentleft a:visited{
	color:#0066CC;
	text-decoration:none;
}
#container #content #contentleft a:hover{
	color:#FF6600;
	text-decoration:underline;
}
#container #content #contentright
{
	width:250px;
	float:right;
	background:#FFFFFF;
	overflow:visible;
	text-align:left;
	color:#666666;
}
#container #content #contentright h2
{
	font:140% "Trebuchet MS";
	font-weight:bold;
	line-height:40px;
	margin:0px;
	padding:0px;
	display:block;
	border-bottom:1px #DDDDDD solid;
	color:#FF6600;
}
#container #content #contentright h3
{
	font:110% "Trebuchet MS";
	font-weight:bold;
	line-height:30px;
	margin:0px;
	padding:0px;
	display:block;
	border-bottom:1px #EEEEEE solid;
	color:#FF6600;
}
#container #content #contentright p
{
	margin:0px;
	padding:15px 0 10px 0;
}

#footercontainer
{
	widht:100%;
	height:100px;
	background:#660000;
	font-size:75%;
}
#footercontainer #footertop
{
	height:35px;
	background:#330000;
	width:950px;
	margin:0 auto;
	color:#FFFFFF;
	text-align:right;
	padding:8px 10px 7px 0px;
	line-height:18px;
}
#footercontainer #footertop a:link
{
	color:#FFFFFF;
	text-decoration:none;
}
#footercontainer #footertop a:active
{
	color:#FFFFFF;
	text-decoration:none;
}
#footercontainer #footertop a:visited
{
	color:#FFFFFF;
	text-decoration:none;
}
#footercontainer #footertop a:hover
{
	color:#FF6600;
	text-decoration:none;
}
#footercontainer #footerbottom
{
	height:35px;
	background:#660000;
	width:970px;
	margin:0 auto;
	color:#CC0000;
	text-align:left;
	padding:8px 0 7px 10px;
	line-height:18px;
}
#footercontainer #footerbottom a:link
{
	color:#CC0000;
	text-decoration:none;
}
#footercontainer #footerbottom a:active
{
	color:#CC0000;
	text-decoration:none;
}
#footercontainer #footerbottom a:visited
{
	color:#CC0000;
	text-decoration:none;
}
#footercontainer #footerbottom a:hover
{
	color:#FF6600;
	text-decoration:none;
}


/* PAGINATION ****************************************************************/
.admin #container #pagebody #pagination {
	padding:10px;
	margin:0px;
}
#container #content #contentleft #pagination ul {
	list-style-type: none;
	margin:0;
	padding:0;
}
#container #content #contentleft #pagination li {
	float: left;
	display: inline;
	margin: 0 5px 0 0;
	display: block;
}
#container #content #contentleft #pagination li a {
	color: #990000;
	padding: 5px;
	border: 1px solid #ddd;
	text-decoration: none;
	float: left;
}
#container #content #contentleft #pagination li a:hover {
	color: #FFF;
	background: #990000;
	border: 1px solid #990000;
}
#container #content #contentleft #pagination li.nolink {
	color: #CCC;
	border: 1px solid #F3F3F3;
	padding: 5px;
}
#container #content #contentleft #pagination li.current {
	color: #FFF;
	border: 1px solid #990000;
	padding: 5px;
	background: #990000;
}
/****************************************************************************/


.formdisplay
{
	background:#EEEEEE;
	width:100%;
}
.formdisplay th
{
	background:#F7F7F7;
	padding:4px;
}
.formdisplay td
{
	background:#FFFFFF;
	padding:4px;
}
.textbox {
	BORDER-RIGHT: #8c8c8c 1px solid; 
	BORDER-TOP: #8c8c8c 1px solid; 
	FONT-SIZE: 10px; 
	height: 20px;
	BORDER-LEFT: #8c8c8c 1px solid; 
	COLOR: #000000; 
	BORDER-BOTTOM: #8c8c8c 1px solid; 
	FONT-FAMILY: Verdana, Arial, Helvetica; 
	BACKGROUND-COLOR: #ffffff;
	padding:2px;
	
}
.textarea {
	BORDER-RIGHT: #8c8c8c 1px solid; 
	BORDER-TOP: #8c8c8c 1px solid; 
	FONT-SIZE: 10px; 
	BORDER-LEFT: #8c8c8c 1px solid; 
	COLOR: #000000; 
	BORDER-BOTTOM: #8c8c8c 1px solid; 
	FONT-FAMILY: Verdana, Arial, Helvetica; 
	BACKGROUND-COLOR: #ffffff;
}
.button {
	FONT-SIZE: 11px;
	height: 18;
	COLOR: #FFFFFF;
	FONT-FAMILY: Verdana, Arial, Helvetica;
	BACKGROUND-COLOR: #990000;
	border: 1px solid #990000;
	font-weight: normal;
}
.button1 {
	FONT-SIZE: 12px;
	height: 25;
	COLOR: #FFFFFF;
	FONT-FAMILY: Verdana, Arial, Helvetica;
	BACKGROUND-COLOR: #990000;
	border: 1px solid #990000;
	font-weight: bold;
}

#errbox
{
	margin: 10px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 7px 6px 5px 40px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-size:100%;
	height:auto;
	color:#990000;
	border:1px dashed #666666;
	background: #FFE8E8 url(../images/ico/error.gif) no-repeat left top;
	width:600px;
}

#infobox
{
	margin: 10px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 7px 6px 5px 40px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	font-size:100%;
	height:auto;
	color:#006699;
	border:1px dashed #666666;
	background: #ECF4FB url(../images/ico/info.gif) no-repeat left top;
	width:600px;
}
#pagenotes
{
	font-family: "Trebuchet MS";
	font-size: 11px;
	font-weight: normal;
	color:#999999;
	display:block;
	padding-top:10px;
}

#dropmenudiv{
	position:absolute;
	border:1px solid #006699;
	border-bottom-width: 0;
	font:75% "Trebuchet MS";
	line-height:20px;
	z-index:100;
	background-color: #003366;
	text-align:left;
}

#dropmenudiv a{
	width: 100%;
	display: block;
	text-indent: 5px;
	border-bottom: 1px solid #006699;
	padding: 1px 0;
	text-decoration: none;
	font-weight: normal;
	background-color: #003366;
	color: #FFFFFF;
}

#dropmenudiv a:hover{
	background-color: #006699;
	color: #FFFFFF;
	font-weight: normal;
}

.srchtextbox {
	BORDER-RIGHT: #8c8c8c 1px solid; 
	BORDER-TOP: #8c8c8c 1px solid; 
	FONT-SIZE: 10px; 
	height: 18px;
	BORDER-LEFT: #8c8c8c 1px solid; 
	COLOR: #000000; 
	BORDER-BOTTOM: #8c8c8c 1px solid; 
	FONT-FAMILY: Verdana, Arial, Helvetica; 
	BACKGROUND-COLOR: #ffffff;
	padding:0;
	width:175px;
	
}
.srchbutton {
	font-family: "Trebuchet MS";
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	height: 22px;
	background-color: #990000;
}


#container #content #contentright a:link
{
	color:#0E71B5;
	text-decoration:underline;
}
#container #content #contentright a:active
{
	color:#0E71B5;
	text-decoration:underline;
}
#container #content #contentright a:visited
{
	color:#0E71B5;
	text-decoration:underline;
}
#container #content #contentright a:hover
{
	color:#FF6600;
	text-decoration:underline;
}

#container #content #contentright ul{
	padding:10px 0 0 0;
	margin:0;
}
#container #content #contentright li{
	list-style-type:none;
	text-align:left;
	background:#FFFFFF url(../images/ico/arrow05.gif) no-repeat left center;
	border-bottom:1px solid #F7F7F7;
	padding:6px 4px 0 20px;
	margin:0px;
	height:20px;
}
#container #content #contentright li a:link{
	color:#0066CC;
	text-decoration:none;
}
#container #content #contentright li a:active{
	color:#0066CC;
	text-decoration:none;
}
#container #content #contentright li a:visited{
	color:#0066CC;
	text-decoration:none;
}
#container #content #contentright li a:hover{
	color:#FF6600;
	text-decoration:none;
}
#propertylistings
{
	width:100%;
	font-family: "Trebuchet MS";
	font-size: 12px;
	background:#F5F5F5;
	border:1px solid #0E71B5;
	margin-bottom:20px;
	color:#333333;
}

#propertylistings .ptitle
{
	font-family: "Trebuchet MS";
	font-size: 13px;
	font-weight:bold;
	text-align:left;
	color:#006699;
}

.propertyprice
{
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#0066CC;
	font-weight:normal;
	line-height:20px;
}

.propertyfeatures h3
{
	font:120% Arial, Helvetica, sans-serif;
	font-weight:bold;
	color:#006699;
	display:block;
	margin:0;
	padding:0;
}

#container #content #contentleft #propertydisplay
{
	height:220px; 
	width:100%; 
	border:1px #006699 solid;
	background:#F7F7F7;
}
#container #content #contentleft #propertydisplay #photo-left
{
	width:210px;
	float:left;
	padding:10px;
	text-align:center;
}
#container #content #contentleft #propertydisplay #text-right
{
	width:400px;
	float:right;
	padding:10px;
}
#container #content #contentleft #propertydisplay #photo-right
{
	width:210px;
	float:right;
	padding:10px;
	text-align:center;
}
#container #content #contentleft #propertydisplay #text-left
{
	width:400px;
	float:left;
	padding:10px;
}

#container #content #contentleft #showproj
{
	font-family:Arial, Helvetica, sans-serif;
}
#container #content #contentleft #showproj ul{
	margin:0;
	padding:10px 0 0 5px;
	list-style:none;
	height:auto;
}
#container #content #contentleft #showproj li{
	text-align:left;
	border-bottom:1px solid #F7F7F7;
	padding:0px 4px 0px 20px;
	margin:0px;
	display:block;
	line-height:25px;
	
}
#container #content #contentleft #showproj li a:link{
	color:#0066CC;
	text-decoration:none;
}
#container #content #contentleft #showproj li a:active{
	color:#0066CC;
	text-decoration:none;
}
#container #content #contentleft #showproj li a:visited{
	color:#0066CC;
	text-decoration:none;
}
#container #content #contentleft #showproj li a:hover{
	color:#FF6600;
	text-decoration:none;
}