@charset "utf-8";
/* CSS Document */

html{
	font-family:Arial, Helvetica, sans-serif;	
}



body{
	width:800px;
	background-color:#bfb583;
	text-align:center;
	margin:0 auto;
}

#wrapper{
	background:#e6ddb4 url(../images/background.jpg) no-repeat;
	width:100%;
	min-height:800px;
	margin:0px;
	padding:0px;
	border:1px solid #bfb583;
}

#main-content{
	width:674px;
	min-height:492px;
	margin-left:63px;
	margin-right:63px;
	margin-top:308px;
}

#menu{
	width:100%;
	height:49px;
	background:url(../images/menuBkg.png) no-repeat;
}

#content{
	width:100%;
	height:100%;
	min-height:492px;
	background:url(../images/mainContentBkg.jpg) repeat-y;
}


#content-hdr{
	background:url(../images/contentHeader.png) no-repeat;
	width:646px;
	height:12px;
	margin:0px auto;
}

#content-sub{
	width:646px;
	min-height:480px;
	background:url(../images/contentBkg.gif) repeat-y;
	margin:0px auto;
}

#content-sub h1{
	font-size:22px;
	color:#645d41;
	
}

#content-sub p{
	text-align:left;
	margin-left:8px;
	margin-right:8px;
}

#content-sub a img{
	border:none;	
}

#side-buttons{
	width:269px;
	float:left;
	margin-left:4px;
}

#side-buttons img{
	margin-left:2px;	
	margin-top:2px;
	margin-bottom:2px;
	border:0px;
}

#side-buttons a{
	text-decoration:none;
	border:0px;
}

#right-column{
	width:370px;
	float:right;
	background:none;
}

#right-column h1{
	font-size:18px;
	color:#645d41;
	
}

#footer{
	background:url(../images/footerBkg.png) no-repeat;
	height:42px;
	width:733px;
	margin-left:auto;
	margin-right:auto;
	
}

#copyright{
	width:500px;
	height:100%;
	float:left;
	text-align:center;
	font-size:10px;
	color:#ffffff;
	text-transform:uppercase;	
	line-height:40px;
	letter-spacing:1px;
}

#logikal{
	width:220px;
	height:100%;
	float:right;
	text-align:center;
	font-size:10px;
	color:#ffffff;
	text-transform:uppercase;
	line-height:40px;
	letter-spacing:1px;
	
}

#logikal a{
	text-decoration:none;
	color:#ffffff;
}

#advertisement{
	background:url(../images/advertisementbox.jpg) no-repeat;
	width:266px;
	height:194px;
	margin-left:3px;
}

#contact{
	float:right;
	margin-right:0px;
	margin-top:5px;
	width:130px;
}
#contact img{
	border:0px;	
	display:inline;
	float:left;
}

#contact p{
	display:inline;
	line-height:26px;
}

#contact a{
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	border:0px;
	color:#ffffff;
	text-transform:uppercase;
}
#contact-info{
	width:85%;
	font-size:13px;
	margin:0px auto;
}

#contact-info label{
	display:block;
	width:120px;
	float:left;
}

#contact-info div{
	display:inline;	
}

.projects{
	
}

.projects a{
	text-decoration:none;
	font-size:18px;
	color:#645d41;
	float:left;
	text-align:center;
	margin-right:4px;
}

.projects img{
	border:0px;	
}

#mortgageCalcIcon{
	float:right;
	margin-top:-475px;
	margin-right:20px;
}

#mortgageCalcIcon a{
	text-decoration:none;
	color:#0142ac;
	font-size:12px;	
}

#mortgageCalcIcon a img{
	border:none;
	float:right;
}

label{
	width:350px;
	display:block;	
}

.ui-datepicker-trigger{
	cursor:pointer;
}

#attachFiles{
	margin-left:20px;
	text-align:left;
}

#galleryContainer{
	margin-top:10px;
	margin-left:200px;
	*margin-left:0px;
}

#ui-datepicker-div{
	background:#fff;	
}

.ui-datepicker-header{
	text-align:left;
}

.ui-datepicker-next{
	margin-left:90px;
	cursor:pointer;
}

.ui-datepicker-prev{
	margin-left:3px;
	cursor:pointer;
}
.ui-datepicker-title{
	text-align:center;	
}

#ui-datepicker-div tr td{
	border:1px solid #000;
}

.projectList{	
	overflow:hidden;
}
.project{
	width:200px;
	float:left;
	margin:13px 0px 0px 13px;
}

.projectList .project h4{
	font-weight:normal;
}

#projectDetail p{
	font-size:14px;
	margin-top:15px;
	margin-bottom:20px;
}

#projectAccessList{
	text-align:center;
}

#projectAccessList table{
	margin-left:250px;
	*margin-left:0px;
}

#projectAccessList label, #projectAccessList input{
	width:auto;
}

#projectAccessList label{
	margin-right:10px;
}

#pageMenu{
	width:100%;
	height:49px;
	background:url(../images/menuBkg.png) no-repeat;	
}

#menuItems{
	height:24px;
	padding-top:13px;	
	padding-left:25px;
}

.menuItem .curveLeft{
	float:left;
	height:24px;
	width:11px;
}

.menuItem .curveRight{
	float:right;
	height:24px;
	width:11px;
}

.currentItem .curveLeft{
	float:left;
	height:24px;
	width:11px;
	background:url(../images/curveLeft.jpg);
}

.currentItem .curveRight{
	float:right;
	height:24px;
	width:11px;
	background:url(../images/curveRight.jpg);
}

.mouseItem .curveLeft{
	float:left;
	height:24px;
	width:11px;
	background:url(../images/mouseCurveLeft.jpg);
}

.mouseItem .curveRight{
	float:right;
	height:24px;
	width:11px;
	background:url(../images/mouseCurveRight.jpg);
}

.menuItem, .currentItem, .mouseItem{
	float:left;
	width:100px;
	margin:0px 5px;
}

.mouseItem{
	background:#2d3b80;
	height:24px;
}

.menuItem{
	height:24px;
}

.currentItem{
	background:#cd4a30;
}

.menuItem a, .mouseItem a{
	color:#fff;
	text-decoration:none;
	font-size:12px;
	text-transform:uppercase;
	display:block;
	line-height:24px;
}

.currentItem a{
	color:#ffec00;
	text-decoration:none;	
	font-size:12px;
	text-transform:uppercase;
	display:block;
	line-height:24px;
}

#homeLink{
	width:60px;
}

#commercialSaleLink{
	width:110px;	
}

#photosLink{
	width:75px;	
}

#housePlansLink{
	width:110px;	
}

#pastLink{
	width:110px;	
}

#aboutLink{
	width:90px;
}

.status{
	overflow:hidden;
	margin-top:10px;	
}
#content-sub p.aboutP{
	font-size:14px;
	margin:10px 20px;
	line-height:18px;
}

/* Gallery CSS */
.svwp {width: 50px; height: 20px; background: #fff;} /*preloader stuff. do not modify!*/
.svwp ul{position: relative; left: -999em;}/*preloader stuff. do not modify!*/
.slideViewer { 
position: relative;
overflow: hidden; 
margin: 0;
padding: 0;
background: #fff;
}
.slideViewer ul {  /*your list of images*/
position: relative;
left: 0;
top: 0;
width: 1%;
list-style-type: none;
margin: 0; 
padding: 0;
}
.slideViewer ul li {
float:left;
}

/*typographic info*/
.slideViewer span.typo{ 
padding: 6px; /* do not modify padding */
background: #fff;
color: #000;
font: normal 10px Verdana;
}

.thumbSlider { /*the thumbnails slider*/
overflow: hidden;
width: 1%;
}
.thumbSlider ul { 
list-style-type: none;
margin: 0; 
padding: 0;
}
.thumbSlider ul li{ 
float:left;
margin: 0;
}
.thumbSlider a{
color: #fff;
text-decoration: none;
}
.thumbSlider a img{
border: 0;
display: block;
padding: 0;
}
.thumbSlider p.tmbrdr { /* the border above -not around- each thumb */
/* width, height and top values are dynamically added by the script. Do not modify. */
position:relative; 
left: 0;
font-size: 0.01em;
left: 0;
margin: 0;
padding: 0;
}

a.left, a.right { /*the left and right buttons (links)*/
background: transparent; /* could be any color  */
color: #ff0000;
font: bold 16px Arial;
overflow: hidden;
}
a.left span, a.right span{

}
a.left img, a.right img{
border: 0;
}
a.l_dis, a.r_dis {
background: transparent; /* ALWAYS leave transparent. this is the 'disabled' state of the link !  */
cursor: default;
}
a.l_dis span, a.r_dis span {
visibility: hidden;
}
a:focus {outline:none;}

/*Thickbox Css */

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
*{padding: 0; margin: 0;}
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
  font: 12px Arial, Helvetica, sans-serif;
  color: #333333;
}
#TB_secondLine {
  font: 10px Arial, Helvetica, sans-serif;
  color:#666666;
}
#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}
/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
  position: fixed;
  z-index:100;
  top: 0px;
  left: 0px;
  height:100%;
  width:100%;
}
.TB_overlayMacFFBGHack {background: url(macFFBgHack.png) repeat;}
.TB_overlayBG {
  background-color:#000;
  filter:alpha(opacity=75);
  -moz-opacity: 0.75;
  opacity: 0.75;
}
* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
#TB_window {
  position: fixed;
  background: #ffffff;
  z-index: 102;
  color:#000000;
  display:none;
  border: 4px solid #525252;
  text-align:left;
  top:50%;
  left:50%;
}
* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}
#TB_window img#TB_Image {
  display:block;
  margin: 15px 0 0 15px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #666;
  border-left: 1px solid #666;
}
#TB_caption{
  height:25px;
  padding:7px 30px 10px 25px;
  float:left;
}
#TB_closeWindow{
  height:25px;
  padding:11px 25px 10px 0;
  float:right;
}
#TB_closeAjaxWindow{
  padding:7px 10px 5px 0;
  margin-bottom:1px;
  text-align:right;
  float:right;
}
#TB_ajaxWindowTitle{
  float:left;
  padding:7px 0 5px 10px;
  margin-bottom:1px;
}
#TB_title{
  background-color:#e8e8e8;
  height:27px;
}
#TB_ajaxContent{
  clear:both;
  padding:2px 15px 15px 15px;
  overflow:auto;
  text-align:left;
  line-height:1.4em;
}
#TB_ajaxContent.TB_modal{
  padding:15px;
}
#TB_ajaxContent p{
  padding:5px 0px 5px 0px;
}
#TB_load{
  position: fixed;
  display:none;
  height:13px;
  width:208px;
  z-index:103;
  top: 50%;
  left: 50%;
  margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}
* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}
#TB_HideSelect{
  z-index:99;
  position:fixed;
  top: 0;
  left: 0;
  background-color:#fff;
  border:none;
  filter:alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  height:100%;
  width:100%;
}
* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}
#TB_iframeContent{
  clear:both;
  border:none;
  margin-bottom:-1px;
  margin-top:1px;
  _margin-bottom:1px;
}
