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

body {background-color:#14400D;}
p {font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#333333; margin-top:0px; line-height:18px;}
p.body {padding-left:15px; padding-right:20px; font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#333333; margin-top:0px; line-height:18px;}
ul.body {font-family:Arial, Helvetica, sans-serif; font-size:12px; color:#333333; margin-top:0px; line-height:15px;}
li {list-style:outside; list-style-image:url(../images/list_image.gif); margin-bottom:5px;}

a:link {
	color:#003300;
	text-decoration: underline;
	}
	a:hover {
	color: #006600;
	text-decoration: underline;
	background-color: none;
	}
	a:active {
		color:#003300;
		text-decoration: underline;
		}
	a:visited {
		color:#003300;
		text-decoration: underline;
		background-color: none;
		}
	a:visited:hover {
		color: #006600;
		text-decoration: underline;
		background-color: none;
		}
	a.footer:link {
		color: #FFFFCC;
		text-decoration: none;
		}
	a.footer:hover {
		color: #438239;
		text-decoration: underline;
		}
	a.footer:active {
		color: #FFFFCC;
		text-decoration: none;
		}
	a.footer:visited {
		color: #FFFFCC;
		text-decoration: none;
		}
	a.footer:visited:hover {
		color: #438239;
		text-decoration: underline;
		}



/* DIV Classes */

.banner_homepage {
	background-image:url(../images/tctbanner_home.jpg);
	background-repeat:no-repeat;
	background-position:center;
	height:283px;
}
.banner_house {
	background-image:url(../images/tctbanner_house.jpg);
	background-repeat:no-repeat;
	background-position:center;
	height:283px;
}
.banner_sellers {
	background-image:url(../images/tctbanner_sellers.jpg);
	background-repeat:no-repeat;
	background-position:center;
	height:283px;
}
.banner_buyers {
	background-image:url(../images/tctbanner_buyers.jpg);
	background-repeat:no-repeat;
	background-position:center;
	height:283px;
}
.banner_local {
	background-image:url(../images/tctbanner_local.jpg);
	background-repeat:no-repeat;
	background-position:center;
	height:283px;
}
.banner_about {
	background-image:url(../images/tctbanner_about.jpg);
	background-repeat:no-repeat;
	background-position:center;
	height:283px;
}
.banner_testimonials {
	background-image:url(../images/tctbanner_testimonials.jpg);
	background-repeat:no-repeat;
	background-position:center;
	height:283px;
}
.banner_fourth {
	background-image:url(../images/tctbanner_fourth.jpg);
	background-repeat:no-repeat;
	background-position:center;
	height:283px;
}
.navbar {
margin-top:0px;
margin-bottom:0px;
}

.footer {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#FFFFCC;
	margin-top:5px;
	line-height:15px;
}

.txthdr {
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	color: #003300;
	font-weight: bold;
	padding-top:5px;
}

.calculator {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #333333;
}
.featured_property {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: bold;
	color: #333333;
}

.form_header {font-family:Arial, Helvetica, sans-serif; font-size:11px; font-weight:bold; color:#333333; margin-top:0px; line-height:18px;}

.red {font-family: Arial, Helvetica, sans-serif; font-size: 12px; font-weight: bold; color: #990000; }


/* --------------------------- Form --------------------------------- */

form {
	margin: 0 auto;
	}
	
input, textarea, select {
	border:1px solid #597B63;
	margin-bottom:3px;
	background-color:#EFECBF;
	}

textarea {
	width:250px;
	overflow:hidden;
	}


	form br {
		line-height:0.0;  /* defaults vertical spacing between fields */
		clear:left;
		}
