@charset "UTF-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
p {
	margin: 4px 0px 0px;
	padding: 0;
}
.customk a {
	color: #D5CECC;
	text-decoration: none;
}
.customk a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
li {
	margin: 0px;
	padding: 0px;
	list-style: circle;
}
.customk h3 {
	font: italic 240%/1 "Times New Roman", Times, serif;
	color: #D5CECC;
}
.customk h4 {
	font-size: 120%;
	font-weight: bold;
}
.highlight {
	font: italic 165%/1.3 "Times New Roman", Times, serif;
	color: #D5CECC;
	margin: 0px;
	padding: 0px;
	border-width: 0px;
}
.highlight a {
	color: #D5CECC;
	text-decoration: none;
}
.highlight a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.contextLinks {
	color: #FFFFFF;
	font: italic 150% "Times New Roman", Times, serif;
	margin: 0px;
	padding: 0px;
	display: block;
}
.contextLinks a {
	color: #D5CECC;
	text-decoration: none;
}
.contextLinks a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
.fltright {
	float: right;
}
.fltelft {
	float: left;
}
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


/* HEADER */
#headerContainer {
	width: 780px;
	height: 132px;
	margin: 20px auto 0px;
	padding: 0px;
	text-align: left;
}
#telno {
	float: left;
	margin: 50px 0px 0px;
	padding: 0px;
}
#est20years {
	float: right;
	margin: 0px;
	padding: 0px;
}
/* --------- */
#logo_top  {
	float: left;
	margin: 0px 39px;
	padding: 0px;
}
#logo_mid {
	margin: 0px 10px 0px 39px;
	padding: 0px;
}
#logo_bot {
	margin: 0px 0px 10px 19px;
	padding: 0px;
}
/* --------- */


/* TOPNAV */
#TopNav {
	width: 780px;
	margin: 0px auto;
	padding: 0px;
	text-align: left;
	height: 20px;
}
.topnavPos {
	margin: 0px;
	padding: 0px 0px 8px 32px;
}
/* --------- */


/* MIDDLE SECTION */
#main {
	background: #B5A9A6 url(../images/constants/background.gif) repeat-y center;
	margin: 0px;
	padding: 0px;
	font-size: 70%;
	line-height: 1.6;
	color: #FFFFFF;
}
.customk  #middleContainer {
	width: 780px;
	text-align: left;
	padding: 0px;
	margin: 0 auto 0px;
}


.customk #column1 {
	float: left;
	width: 262px;
	margin: 0px;
	padding: 0px 8px 10px 20px;
}
.customk #column2 {
	margin: 0 0 0 290px;
	padding: 0px;
}



.customk #column1Larger {
	float: left;
	width: 472px;
	margin: 0px;
	padding: 0px 8px 10px 20px;
}
.customk #column2Smaller {
	margin: 0 0 0 500px;
	padding: 0px;
}  


.customk #column1Largest {
	float: left;
	width: 650px;
	margin: 0px;
	padding: 0px 8px 10px 20px;
}
.customk #column2Smallest {
	margin: 0 0 0 678px;
	padding: 0px;
}
/* --------- */


/* FOOTER */
#footerContainer {
	margin: 0px auto;
	padding: 0px;
	text-align: left;
	font-size: 80%;
	color: #664150;
	height: 50px;
	width: 780px;
	clear: both;
	background: #B5A9A6;
}
#footerContainer a {
	color: #664150;
	text-decoration: none;
}
#footerContainer a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
#ContactForm {
	margin: 0px;
	padding: 0px;
	width: 650px;
}
#ContactForm label {
	DISPLAY: block;
	MARGIN: 4px;
	WIDTH: 300px;
	padding: 2px;
	float: left;
	text-align: right;
}
#ContactForm fieldset {
	border-width: 0px;
}
#ContactForm  br {
	clear: left
}
.inputStyles {
	background: #D5CECC;
	width: 300px;
	margin: 4px;
	padding: 2px;
	float: left;
}
.selectStyles {
	width: 300px;
	margin: 4px;
	padding: 2px;
}
