/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size:9pt;
	color:#7b2420;
	background-color:#cfdee0;
	height:100%;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size:9pt;
	color:#000000;
	line-height:150%;
}

li {
	font-family: Arial, Helvetica, sans-serif;
	font-size:9pt;
	color:#000000;
	line-height:150%;
	padding-bottom:5px;
}

.calloutbox p {
	font-size:1.05em;
	font-weight:bold;
	padding-left:15px;
	padding-right:15px;
	color:#7b2420;
	line-height:130%;
	
}

.findProperty {
padding-left:10px;

}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size:9pt;
	color:#7b2420;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:1.5em;
	color:#7b2420;
	font-weight:bold;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size:1.5em;
	color:#7b2420;
	font-weight:bold;
	margin-top:0px;
	padding-top:10px;
}

#homeTable2 p{
margin-top:0px;
padding-top:7px;
font-size:.9em;
font-weight: bold;
color:#7b2420;

}

#homeCompanyText  {
padding-right:30px;
padding-left:3px;
}

#homeCompanyText p {
margin-top:0px;
padding-top:7px;
font-size:.9em;

}

#myTagCloud {

padding-bottom:20px;
}

.headingsubheading {font-size:.8em; font-weight:bold; }

.subheading {font-size:1.1em; font-weight:bold; color:#7b2420; } 

.bulletHome {
padding-right:2px;
padding-left:1px;
}

a {

	color:#7b2420;
}

a:hover {

color:#7b2420;
}

#pageContent {
	width:750px;
	height:100%;

}


#content {
	width:642px;
	float:right;
	background-image:url(images/content-bg.gif);
	background-repeat:repeat-y;

}

#bottomLinks {
width:400px;
padding-left:45px;

	
}

#bottomLinks p {
	
font-size:.85em;	
}


#navbar {
	width:108px;
	float:left; 
}

#main {
	width:432px;
	float:left;
	padding-left:45px;
	padding-right:20px;
	padding-bottom:20px;

}


#rightLines {
	width:145px;
	float:right; 
}

.clearfloat {
	/* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0px;
}


