/* CSS Document */

.clear {
	clear: both;
	padding-bottom: 1px;	/* for Gecko-based browsers */
	margin-bottom: -1px;	/* for Gecko-based browsers */
}

.hide {
	display: none !important;
}

body {
	font-size: 100.1%;	/* resolve some font size issues in some layouts for some browsers. */
}

html, body {
	margin: 0;
	padding: 0;
	color: #3B2314;
	font-family: Arial, Verdana, Helvetica, sans-serif;
	background-image: url(images/bg_main.gif);
	background-repeat: repeat;
	background-color: #7e8059;
}

.error {
	color: #990000;
	font-weight: bold;
}

#menu img, div, table, form {
	margin: 0;
	padding: 0;
	border: 0;
}

img.leftpic {
	float: left;
	margin: 0 20px 10px 0;
	padding: 0;
}

img.rightpic {
	float: right;
	margin: 0 0 10px 20px;
	padding: 0;
}

.formtext {
	display: inline;
	padding: 0;
	margin: 0;
	position: relative;
	bottom: 3px;
}

a, a:link, a:visited, a:active {
	font-weight: bold;
	color: #3b2314;
}

a:hover {
	color: #93A285;
}

div#container {
	width: 900px;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	position: relative;
}

div.bigtext, div.bigtext p {
	font-size: 16px;
}

ul, ol {
	margin-top: 0;
	margin-left: 20px;
	padding-left: 20px;
}

ul {
	list-style-image:url(../images/list_square.gif);
}

li {
	margin-top: 10px;
}

li div {
	margin-top: 16px;
}

p.listhead {
	margin-bottom: 0;
}

div.testimonial {
	margin-left: 20px;
}

span.underline {
	text-decoration: underline;
}

div#footer p {
	color: #fffbcc;
	margin: 10px 0 20px 0;
	font-size: 11px;
	text-align: center;
}

div#footer p a {
	color: #fffbcc;
}

hr {
	background-color: #527c81;
	color: #527c81;
	height: 1px;
	width: 500px;
	border: 0;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}

div.quotes {
	padding: 20px;
	padding-bottom: 4px;
	margin-bottom: 16px;
	background-image: url(../images/bg_quotes.jpg);
	background-position: top left;
	background-repeat: repeat-y;
}

div.quotes p {
	color: #527c81;
	font-weight: bold;
	font-style: italic;
}

td.label {
	padding-right: 10px;
	text-align: right;
}

.blue {
	color: #305a5f;
}

/* HOME PAGE */

div#home {
	background-color: white;
	background-image: url(../images/bg_home.gif);
	background-position: top left;
	background-repeat: repeat-x;
}

div#homecontent {
	padding: 0 88px 20px 88px;
}

div#flashbox {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 24px;
}

div#homecontent p, div#homecontent li {
	font-size: 14px;
	margin-bottom: 16px;
} 

div#homecontent p.listhead {
	margin-bottom: 0;
} 

table tr.odd {
	background: url(../images/bg_greenpics.gif);
	background-repeat: repeat;
	background-color: #c8d8ba;
}

table td.imagecol {
	text-align:center;
	padding: 25px 0 15px 20px;
}

table td.textcol {
	padding: 10px;
}

table td.textcol ul, table td.textbox ul {
	margin-left: 0;
}

/* 2-COLUMN LAYOUT */

div#content {
	z-index: 50;
	margin-left: 226px;
	padding: 31px;
	padding-bottom: 20px;
}

td#content {
	background-color: #fffbcc;
	padding: 30px;
	background-repeat: no-repeat;
	background-position: top left;
}

div#contentbox {
	width: 840px;
}

td#sidebar {
	background-color: #ffffbd;
	background-image: url(../images/bg_sidebar.gif);
	background-repeat: repeat-y;
	background-position: top left;
	width: 235px;
}

div#sidecontent {
	padding: 30px 20px;
	background-image: url(../images/bg_sidebar_top.gif);
	background-repeat: no-repeat;
	background-position: top left;
}


/* MENU */

table#menu {
	margin: 0 auto;
}

table#submenu {
	display: none;
	position: absolute;
	z-index: 150;
	left: 572px;
	top: 331px;
}