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

a {
  outline: none;
}

* {
margin:0;
padding:0;
}
body {
	background-image: url(images/body_bg.jpg);
}

#wrapper {
	width: 1033px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#postit {
	position: absolute;
	left: 725px;
	top: 10px;
}

#leftCol {
	background-image: url(images/leftcol.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 898px;
	width: 73px;
	margin-top: 0px;
}
#leftCol_home {
	background-image: url(images/leftcol_home.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 898px;
	width: 73px;
	margin-top: 0px;
}

#middle {
	float: left;
	width: 700px;
	background-image: url(images/content_bg.gif);
	background-repeat: repeat-y;
	margin-top: 0px;
}

#head2_home {
	background-image: url(images/head_home.jpg);
	background-repeat: no-repeat;
	height: 232px;
	width: 700px;
}

#head2 {
	background-image: url(images/head.jpg);
	background-repeat: no-repeat;
	height: 232px;
	width: 700px;
}
.headtitle {
	margin-left: 180px;
	margin-top: 30px;
}
#head2 h1 {
	color:#999999;
	margin-left: 140px;
	padding-top: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 25px;
}
#head2 h2 {
	color:#999999;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
}

#content {
	float: left;
	width: 600px;

	margin-top: 35px;
}

#content p {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 27px;
	padding-left: 30px;
	padding-right: 60px;
	margin-bottom: 27px;
}
#content h1 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 20px;
	line-height: 22px;
	padding-left: 20px;
	margin-bottom: 15px;
}
#content h1 span {
	display:none;
	}
#content ul {
	margin-bottom: 20px;
	margin-top: -22px;
}
#content li {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	margin-left: 50px;
	list-style-type: none;
	line-height: 27px;
	margin-right: 50px;
	margin-bottom: 27px;
}

#sidebar {
	width:100px;
	height:675px;
	float: left;
	clear: both;
	padding-top: 11px;
}

#nav {
	position: relative;
	top: 85px;
	left: 135px;
	width: 550px;
	height: 30px;
}

#nav ul {
}
#nav li {
	list-style-type: none;
	display:inline;
	float:left;
	margin-right: 15px;
}


/* home nav link and image */
#nav li#home h2 {
	display: block;
	

	background-repeat: no-repeat;
	text-indent: -9999px;
}
#nav li#home h2 a {
	background-image: url(images/nav_home_off.gif);
	background-repeat:no-repeat;
	display:block;
	height: 25px;
	width: 50px;
}
#nav li#home h2 a:hover {
	background-image: url(images/nav_home_on.gif);
	background-repeat: no-repeat;
}

/* about nav link and image */
#nav li#about h2 {
	display: block;
	

	background-repeat: no-repeat;
	text-indent: -9999px;
}
#nav li#about h2 a {
	background-image: url(images/nav_about_off.gif);
	background-repeat:no-repeat;
	display:block;
	height: 25px;
	width: 57px;
}


#nav li#about h2 a:hover {
	background-image: url(images/nav_about_on.gif);
	background-repeat: no-repeat;
}

/* estate nav link and image */
#nav li#estate h2 {
	display: block;
	

	background-repeat: no-repeat;
	text-indent: -9999px;
}
#nav li#estate h2 a {
	background-image: url(images/nav_estate_off.gif);
	background-repeat:no-repeat;
	display:block;
	height: 25px;
	width: 130px;
}
#nav li#estate h2 a:hover {
	background-image: url(images/nav_estate_on.gif);
	background-repeat: no-repeat;
}

/* probate nav link and image */
#nav li#probate h2 {
	display: block;
	

	background-repeat: no-repeat;
	text-indent: -9999px;
}
#nav li#probate h2 a {
	background-image: url(images/nav_probate_off.gif);
	background-repeat:no-repeat;
	display:block;
	height: 25px;
	width: 65px;
}
#nav li#probate h2 a:hover {
	background-image: url(images/nav_probate_on.gif);
	background-repeat: no-repeat;
}

/* location nav link and image */
#nav li#location h2 {
	display: block;
	

	background-repeat: no-repeat;
	text-indent: -9999px;
}
#nav li#location h2 a {
	background-image: url(images/nav_location_off.gif);
	background-repeat:no-repeat;
	display:block;
	height: 25px;
	width: 75px;
}
#nav li#location h2 a:hover {
	background-image: url(images/nav_location_on.gif);
	background-repeat: no-repeat;
}

/* contact nav link and image */
#nav li#contact h2 {
	display: block;
	

	background-repeat: no-repeat;
	text-indent: -9999px;
}
#nav li#contact h2 a {
	background-image: url(images/nav_contact_off.gif);
	background-repeat:no-repeat;
	display:block;
	height: 25px;
	width: 70px;
}
#nav li#contact h2 a:hover {
	background-image: url(images/nav_contact_on.gif);
	background-repeat: no-repeat;
}





#rightCol {
	background-image: url(images/rightcol.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 898px;
	width: 259px;
	margin-top: 0px;
}

#footer {
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	clear: both;
	height: 50px;
	margin-left: 73px;
	width: 700px;
	height:45px;
}
#footer p {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 10px;
	color: #000000;
	padding-top: 20px;
	margin-left: 130px;
}
#footer a {
	color: #FFFFFF;
	text-decoration: none;	
}
#footer a:hover {
	color: #000000;	
}
.shiftup {
	margin-bottom:-9px;
}
.warning {
	color:#FF0000
	}
.map {
	margin-left:25px;
	width: 425px;
	}
	
	table, td
{
    border-color: #600;
    border-style: solid;
}

table
{
    border-width: 0 0 1px 1px;
    border-spacing: 0;
    border-collapse: collapse;
}

td
{
    margin: 0;
    padding: 7px;
    border-width: 1px 1px 0 0;
    background-color: #FFC;
}

span.table {
	font-size:10px;
	padding: 0px;
	font-family: Verdana, Geneva, sans-serif;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: -10px;
	margin-left: 0px;
}
.photo {
	float: left;
	margin-left: 25px;
	margin-right: 15px;
}

