

/* Structure
------------------------------------*/

body {
	background-image: url(../images/bk.jpg);
	background-repeat: repeat-x;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	background-color:#CACBCD ;
}

#site {
	width: 1023px;
	margin: 0 auto;
	position: relative;
	background-color:#fff;
	position:relative;
}

#header {
	width: 1023px;
	height: 400px;
	margin: 0 auto;
	position: relative;
	z-index:1000;
}

#content {
	width: 739px;
	margin:0px;
	padding:0px;
	float:left;
	background-color:#F3F3F4;
}

#content #container{
width:700px;
margin:0px 0px 0px 10px;
padding-left:10px;
overflow:hidden;
}

#content_right{
width:284px;
margin:0px;
float:left;
background-color:#fff;
}

#content_right #grey{
background-color:#E9E9EA;
background:#E9E9EA;
margin:0 10px 0 1px;
padding:0 10px;

}

#footer {
	width: 1003px;
	margin: 0 auto;
	padding: 10px;
	display:block;
	clear: both;
}
#footer a {
	margin: 0 2px;
}

.block {
	float: left;
	margin: 10px;
}

.row {
	float: left;
	width: 100%;
	display: block;
	position: relative;
}

.column {
	position: relative;
	float: left;
	left: 100%;
}

.sap-content {
	padding: 0 0 10px 0;
	overflow: hidden;
}

.column2, .column3 {
	padding:0 0 10px 10px;
}

/* General Styles
------------------------------------*/

p {
	margin: 10px 0;
}
a {
	color: #3E7270;
	text-decoration: none;
	font-weight:bold;
}
	a:hover {
		color: #99B3B2;
		text-decoration: none;
		font-weight:bold;
	}
#footer {
}
	#footer a {
	}
	#footer a:hover {
	}
blockquote {
	background: #000;
	padding: 1em 1.5em;
	margin: 1.5em 0;
	border: 2px solid #444;
}
.blog_date,
.news_date,
.events_date {
	font: bold 90% verdana, sans-serif;
	margin: 0;
}
.blog_meta,
.news_meta,
.events_meta {
	background: ;
	padding: .5em 0;
	margin: 1.5em 0 0 0;
}
.blog_views,
.news_views,
.events_views,
.blog_comments,
.news_comments,
.events_comments {
	margin: 0 .5em;
}
.modal_image {
	border: 4px solid;
	padding: 1px;
	margin: 10px;
}

.section-heading{
	font-size:18px;
	font-weight:bold;
}
#header_img {
	width: 513px;
	height: 293px;
	overflow: hidden;
	position: absolute;
	top: 107px;
	left: 0;
}
#header_svc{
	float:left;
	width:273px;
	height:116px;
	margin-left:1px;
}

#header_svc ul{
	margin: 10px 10px 10px 30px;
	padding: 0;
	font-size:14px; 
	color:#fff; 
	font-weight:bold;
}
#header_svc ul li {
	margin: 5px 0;
}
#header_svc ul a{
	color:#fff;
}
#header_svc ul a:hover{
	text-decoration: underline;
}


/* Menus and Lists
------------------------------------*/

/*** MENU ***/	

#menu ul {width:226px;height:293px;margin:0;padding:0;position:absolute;left:513px;top:107px;list-style:none;}
	#menu li a{text-indent:-9999em;overflow:hidden;float:left;}
	
	#m_home a  {width:226px;height:41px;left:0px; top:0px;background: url("../images/nav.png") no-repeat 0 0;}	
	#m_about a {width:226px;height:30px;left:0px;top:41px;background: url("../images/nav.png") no-repeat 0px -41px;}
	#m_service a {width:226px;height:30px;left:0px;top:71px;background: url("../images/nav.png") no-repeat 0px -71px;}
	#m_appraisals a {width:226px;height:30px;left:0px;top:101px;background: url("../images/nav.png") no-repeat 0px -101px;}
	#m_documents a {width:226px;height:31px;left:0px;top:131px;background: url("../images/nav.png") no-repeat 0px -131px;}
	#m_fees a {width:226px;height:30px;left:0px;top:162px;background: url("../images/nav.png") no-repeat 0px -162px;}
	#m_faq a {width:226px;height:30px;left:0px;top:192px;background: url("../images/nav.png") no-repeat 0px -192px;}
	#m_links a {width:226px;height:30px;left:0px;top:222px;background: url("../images/nav.png") no-repeat 0px -222px;}
	#m_contact a {width:226px;height:41px;left:0px;top:252px;background: url("../images/nav.png") no-repeat 0px -252px;}
	
	#m_home a:hover, #m_home:hover > a {background: url("../images/nav.png") no-repeat -226px 0px;}	
	#m_about a:hover, #m_about:hover > a {background: url("../images/nav.png") no-repeat -226px -41px;}	
	#m_service a:hover, #m_service:hover > a {background: url("../images/nav.png") no-repeat -226px -71px;}
	#m_appraisals a:hover, #m_appraisals:hover > a {background: url("../images/nav.png") no-repeat -226px -101px;}
	#m_documents a:hover, #m_documents:hover > a {background: url("../images/nav.png") no-repeat -226px -131px;}
	#m_fees a:hover, #m_fees:hover > a {background: url("../images/nav.png") no-repeat -226px -162px;}
	#m_faq a:hover, #m_faq:hover > a {background: url("../images/nav.png") no-repeat -226px -192px;}	
	#m_links a:hover, #m_links:hover > a {background: url("../images/nav.png") no-repeat -226px -222px;}	
	#m_contact a:hover, #m_contact:hover > a {background: url("../images/nav.png") no-repeat -226px -252px;}
	
	/* Dropdown style */
		#menu li {
			float:left;
			display:block;
			position:relative;
		}
		#menu li:hover > a {
			
		}

		#menu li ul {
			list-style: none;
			position: absolute;
			left: -9999px;
			top: 30px;
			height: auto;
			line-height: 20px;
			z-index: 1500;
			width: 100%;
			display: block;
			margin: 0;
			padding: 1px;
			width: 226px;
			background: #3e7270;
		}
		#menu li ul:after {
			content: "."; 
			display: block; 
			height: 0; 
			clear: both; 
			visibility: hidden;
		}
			#menu li:hover ul {
				left: -228px;
				top: 0;
			}
			#menu li ul li {
				float: left;
				clear: both;
				display: block;
				width: 226px;
			}
			#menu li ul li a {
				line-height: 28px;
				color: #fff;
				width: 226px;
				height: 30px;
				padding: 0;
				background: #3e7270;
				display: block;
				text-indent: 10px;
				text-decoration: none;
			}
			#menu li ul li a:hover{
				background: #9ab4b3;
			}

	
#menu_right{
	width:284px;
	height:293px;
	position:absolute;
	left:739px;
	top:107px;
	background: transparent url(../images/menu_right_bg.gif) repeat-y;
}

.block li.last {
	border: none;
}
#footer ul li {
	display: inline;
	border-right: 1px solid;
	padding: 0 10px;
}
	#footer ul li.last {
		border: none;
	}


/* Headings
------------------------------------*/

h1#logo {
	margin: 0;
	padding: 0;
}
	h1#logo a {
		width: ;
		height: ;
		position: absolute;
		top: 0;
		left: 0;
		background: transparent url() no-repeat;
		text-indent: -9999px;
		overflow: hidden;
	}
		h1#logo a:hover {
			background: transparent url() no-repeat 0 0;
		}
h2 {
}
h3 {
}
h4 {
}
h5 {
}
h6 {
}
.section-heading {
	font: 24px/30px arial, sans-serif;
	background: #efeff0;
	padding: 20px 10px 5px 10px;
	margin: 22px 0 10px 0;
	border-bottom: 1px solid #bfbfc0;
	width: 700px;
	position: relative;
	top: -20px;
	left: -10px;
	color: #243433;
}

/* Tables
------------------------------------*/

table {
}
th, td {
	
}
th {
	text-align: left;
}
tr.alt {
	background: ;
}
tfoot td {
	background: ;
}

.home_table{
}


/* Forms
------------------------------------*/

fieldset {
	border: 1px solid;
}
legend {
	font-weight: bold;
	font-size: 120%;
}
textarea, input[type='text'] {
	background: ;
	border: 1px solid #ccc;
}
label {
	font-weight: bold;
	margin-right: .5em;
}
select {
	background: ;
	border: 1px solid #ccc;
}
button, input[type='submit'], input[type='button'] {
	padding: .2em 1em;
	background: ;
	color: ;
	border: 1px solid;
	font-weight: bold;
}
button:hover, input[type='submit']:hover, input[type='button']:hover {
	background: ;
	color: ;
}
form {
	display: inline;
}
form div {
	padding: .5em 1em;
}
input[type='text'], input[type='password'] {
	padding: .1em .2em;
}


/* Special Elements
------------------------------------*/

.success {
	background: #8dc63f;
	padding: 1em;
	color: #1b3619;
	border: 1px solid #9ad44c;
}
.error {
	background: #ed1c24;
	padding: 1em;
	color: #fff;
	border: 1px solid #f9333a;
}
#cookieTrail {
	background: ;
	padding: .5em 1em;
}
	#cookieTrail a {
		margin: 0 5px;
	}
		#cookieTrail a:hover {
		}
.fontChooser {
	float: right;
	margin: 10px;
}
.wysiwyg {
	display: block;
}










