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

html{
	width:100%;
	height:100%;
}

body{
	background-color:#dad9c9;
	margin:0px;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size:11pt;
}

.clear{
	clear:both;
}

a{
	color:#333;
}

/* header styles */

div#header-container{
	width:100%;
	height:115px;
	background-color:#FFF;
	border-bottom: solid 5px #000;
	font-family:Arial, Helvetica, sans-serif;
}

	div#header{
		width:775px;
		height:115px;
		background:url(images/logo.jpg) no-repeat left;
		margin:auto;
		position:relative;
	}
	
		div#menu-container{
			height:27px;
			width:auto;
			position:absolute;
			bottom:0px;
			right:0px;
		}
		
			div#menu-container menu{
				margin:0px;
				padding:0px;
			}
			
			div#menu-container menu li{
				display:inline;
			}
			
			div#menu-container menu li a{
				text-transform:uppercase;
				text-decoration:none;
				padding:15px;
				padding-top:7px;
				padding-bottom:10px;
				color:#76765e;
				font-size:15px;
				height:30px;
				overflow:hidden;
			}
			
			div#menu-container menu li a:hover{
				background-color:#6b6a45;
				color:#fff;
			}
			
			div#menu-container menu li a.active{
				background-color:#000;
				color:#fff;
			}
			
/* End Header Styles */

/*Begin Universal Container Styles*/

div#container{
	width:760px;
	height:auto;
	background:url(images/container-bg.png) repeat-y;
	margin:auto;
	padding-right:15px;
	padding-left:15px;
}

/* End Universal Container Styles*/

/* Begin Slideshow Styles */

div#slideshow{
	width:760px;
	height:335px;
	overflow:hidden;
	margin-bottom:8px;
}

/* End Slideshow Styles */

/* Begin Footer Styles */

div#footer{
	width:100%;
	height:40px;
	background-color:#48482e;
}

div#container-bottom{
	width:790px;
	height:15px;
	background-image:url(images/container-bottom.png);
	margin:auto;
}

div#footer p.left{
	float:left;
	color:#fff;
	margin-top:10px;
	margin-left:10px;
}

div#footer p.right{
	float:right;
	color:#fff;
	margin-top:10px;
	margin-right:10px;
}

/* End Footer Styles */

/* Begin Home Page Styles */

div#featured-property{
	width:290px;
	overflow:hidden;
	float:left;
}

div#featured-property h2{
	font-style:italic;
	color:#fff;
	display:block;
	margin:0px;
	background-color:#8fa8bc;
	padding-bottom:7px;
	padding-top:3px;
	padding-left:15px;
}

div#featured-property p{
	margin-left:15px;
	margin-top:3px;
	line-height:12pt;
}

	div#featured-property p a{
		display:block;
		width:94px;
		height:24px;
		background-image:url(images/blue-button.png);
		color:#fff;
		text-transform:uppercase;
		text-decoration:none;
		padding-left:7px;
		padding-top:6px;
		float:right;
		margin-top:-15px;
		margin-right:10px;
	}

div#featured-prop-img{
	width:256px;
	height:120px;
	background-image:url(images/featured-prop-bg.png);
	padding:11px;
	margin-top:5px;
	margin-left:5px;
}

div#index-content{
	width:431px;
	height:331px;
	background-image:url(images/philosophy-bg.png);
	float:right;
	position:relative;
	top:-60px;
	z-index:1000;
	padding-left:17px;
	padding-right:17px;
}

div#index-content h2{
	font-style:italic;
	font-family:Arial, Helvetica, sans-serif;
	font-size:20pt;
	letter-spacing:1px;
	color:#404040;
	margin-top:13px;
}

/* End Home Page Styles */

/* Begin Services Page Styles */

table#services{
	margin-bottom:15px;
}

td#sidebar{
	border-right:solid 1px #999;
	padding-right:10px;
}

td#sidebar div{
	border-bottom:solid 1px #999;
	padding-bottom:20px;
	margin-top:20px;
}

td#sidebar div ul{
	margin:0px;
	padding:0px;
	list-style:none;
	text-align:left;
}

td#sidebar div ul li a{
	color:#6d90a2;
	font-family:Arial, Helvetica, sans-serif;
	font-style:italic;
	line-height:15pt;
	font-size:12pt;
}

td#sidebar div div.contact-box{
	background-color:#98b2ba;
	border:solid 1px #999;
	width:100%;
	padding-bottom:0px;
	text-align:left;
}

div.contact-box h3{
	height:25px;
	background:url(images/phone.png) no-repeat left;
	padding-left:38px;
	color:#FFF;
	text-transform:uppercase;
	font-weight:normal;
	font-size:16pt;
	margin:0px;
	margin-top:10px;
	margin-left:15px;
}

div.contact-box p{
	margin-left:15px;
	margin-top:10px;
	color:#FFF;
	font-size:14pt;
	line-height:20pt;
}

div.contact-box p a, div.contact-box p a:visited{
	color:#FFF;
}

td#content{
	width:550px;
	padding-left:10px;
	font-family:Arial, Helvetica, sans-serif;
}

td#content h3{
	margin:0px;
	font-size:14pt;
	font-style:italic;
}

/* End Services Page Styles */

/* Begin Properties Styles */

table#properties{
	width:100%;
	text-align:center;
}

table#properties h3{
	margin-bottom:5px;
}

table#properties a{
	color:#496670;
}

table#properties tr td{
	border-bottom:solid 1px #999;
	padding-top:10px;
	padding-bottom:10px;
}

table#properties tr#banner{
	background:#8fa8bc;
	color:#fff;
	font-size:14pt;
	padding:0px;
}

table#properties img{
	border:solid 1px #666;
	margin-bottom:5px;
}

/* End Properties Styles */

/* Begin Contact Styles */

td#contact-map{
	width:225px;
	border-right:solid 1px #999;
}

form.ajaxForm{
	margin-right:20px;
}

form.ajaxForm input{
	width:100%;
	height:20px;
	border:solid 1px #999;
}

form.ajaxForm input.submit{
	font-size:12pt;
	height:25px;
	border:solid 1px #999;
	color:#FFF;
	background-color:#8fa8bc;
	cursor:pointer;
}

form.ajaxForm textarea{
	width:100%;
	height:100px;
	border:solid 1px #999;
}

/* End Contact Styles */

/* Universal Styles */

h1.header{
	color:#9d9d6b;
	text-transform:uppercase;
	margin-top:0px;
	padding-top:15px;
	font-weight:normal;
	font-size:20pt;
}

.ajaxFormError{
	background-color: #dbcecd;
}


/* End Universal Styles */

