/* Redefined Tags */

body {
	margin: 0px;
	background-color: #E0D8C1;
	background-image: url(images/BG_content.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}


/* IDs */

#banner {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	height: 173px;
}

#topBar {
	background-image: url(images/BG_topBar.jpg);
	background-repeat: repeat-x;
	height: 33px;
	width: 100%;
	text-align: center;
}

#content {
	width: 770px;
	margin-right: auto;
	margin-left: auto;
}

#mainTable {
	height: 500px;
	width: 770px;
	border: none;
	margin-top: 20px;
}

#leftBar {
	text-align: left;
	vertical-align: top;
	width: 162px;
	background-color: #A7986B;
}

#rightBar {
	text-align: left;
	vertical-align: top;
	width: 152px;
}

#contentCell {
	text-align: left;
	vertical-align: top;
	width: 456px;
}

#leftNavTable {
	border: none;
	width: 162px;
}

#leftNavTable h2{
	text-align: right;
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 18px;
	font-style: italic;
	text-transform: capitalize;
	color: #FFFFFF;
	height: 22px;
	padding-right: 10px;
	background-color: #A7986B;
	background-image: url(images/BG_leftNavHeader.gif);
	background-repeat: no-repeat;
	background-position: left top;
	vertical-align: middle;
	font-weight: normal;
	margin: 0px;
}

#leftNavTable h1 {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 18px;
	font-style: italic;
	text-transform: capitalize;
	color: #FFFFFF;
	background-image: url(images/BG_leftNavHeaderTop.gif);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #A7986B;
	text-align: right;
	vertical-align: middle;
	padding-right: 10px;
	font-weight: normal;
	margin: 0px;
}

#leftNavTable a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	text-align: right;
	display: block;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	background-color: #A7986B;
}

#leftNavTable a:hover {
	color: #5E553C;
	background-color: #FFFDED;
}

#leftNavActive a {
	color: #5E553C;
	background-color: #FFFDED;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
	text-align: right;
	display: block;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
}

#rightBarTable {
	height: 100%;
	width: 152px;
	border: none;
	font-size: 10px;
}

#rightBarTestimonial {
	width: 130px;
	margin-left: 10px;
}

#pestOneCell {
	text-align: center;
	vertical-align: top;
	height: 86px;
	width: 152px;
}

#BBBCell {
	text-align: right;
	vertical-align: bottom;
	height: 70px;
	width: 152px;
}

#rightBar h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	background-image: url(images/BG_rightBarHeader.gif);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 10px;
	color: #FFFFFF;
	line-height: 17px;
	clear: both;
	margin-right: 1px;
}

#contentDiv1 {
	font-family: "Trebuchet MS", Verdana, Arial;
	font-size: 12px;
	line-height: 18px;
	color: #333333;
	width: 416px;
	margin-left: 20px;
	margin-bottom: 20px;
}

#contentDiv1 h1 {
	margin-top: 0px;
	font-size: 22px;
	color: #1E65A5;
}

#bottomBar {
	text-align: center;
	width: 100%;
	background-image: url(images/BG_bottomBar.jpg);
	background-repeat: repeat-x;
	height: 16px;
}

#footer {
	width: 771px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 10px;
}


/* Classes */

.imgFloatLeft {
	float: left;
	margin-right: 20px;
}#contentDiv1 h2 {
	font-size: 14px;
	color: #1E65A5;

}
#contactForm td {
	font-size: 12px;
}

a:visited {
	color : blue;
}

input.error {
	background-color:#FFFFD5;
	border:1px solid red;
	color:red;
	margin:0;
}