/* CSS Document */

@charset "utf-8";

body, img  {
	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;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	border: 0;
	background-image: url(images/bg_header.jpg);
	background-repeat: repeat-x;
}


h1 {
	font-size: 15px;
	font-weight: bold;
	color: #5A8361;
	margin: 6px 0 -10px 14px;
	line-height: 20px;
	letter-spacing: 0.1em;
}

h2 {
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	letter-spacing: 0.1em;
	margin-bottom: 0px;
}

h3 {
	font-size: 12px;
	font-weight: bold;
	color: #CC3300;
	margin: 8px 0 -8px 14px;
	letter-spacing: .08em;
}

h4 {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	margin: 8px 0 -8px 14px;
	letter-spacing: .1em;
}

h5 {
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	margin: 2px 0 4px 0;
	letter-spacing: 0.1em;
}


ul {
	line-height: 24px;
}

.mainTable {
	margin: 0 auto;
	padding: 8px;
	width: 900px;
	font-size: 12px;
	line-height: 20px;
	background-color: #FFFFFF;
}

#header {
	background-repeat: repeat-x;
	margin: 0 auto;
	padding: 0;
} 

/* Tips for mainContent:
1. the space between the mainContent and sidebars is created with the left and right margins on the mainContent div.
2. to avoid float drop at a supported minimum 800 x 600 resolution, elements within the mainContent div should be 300px or smaller (this includes images).
3. in the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This avoids several IE-specific bugs.
*/
#centerContainer {
	width: 900px;
	text-align: left;
	font-size: 12px;
	background-image: url(images/collage.jpg);
	background-repeat: no-repeat;
	height: 244px;
	margin: 0 auto;
	padding: 0;

}
#centerContainer2 {
	width: 900px;
	font-size: 12px;
	margin: 0 auto;
	clear: both;

}

#centerContainer3 {
	width: 900px;
	font-size: 12px;
	margin: 0 auto;
	clear: both;
	margin-top: 10px;
}

.leftContent {
	float: left;
	width: 520px;
	text-align: left;
	background-image: url(images/watercolor_boat.jpg);
	background-position: bottom left;
	background-repeat: no-repeat;
}

.leftContent p {
	color: #333333;
	font-size: 12px;
	line-height: 20px;
	margin: 12px;
}

.imagesLeft {
	margin: 0 10px 10px 0;
	float: left;
}		

.rightContent {
	float: left;
	width: 348px;
}

.rightContent p {
	color: #333333;
	font-size: 12px;
	line-height: 20px;
	margin: 12px;
}

.leftContent3 {
	float: left;
	width: 520px;
	text-align: left;
	border: 1px solid #999999;
}	

.leftContent3 p {
	color: #333333;
	font-size: 12px;
	line-height: 20px;
	margin: 12px;
}	

.rightContent3 {
	float: right;
	width: 348px;
	border: 1px solid #999999;
}
.rightContent3 p {
	color: #333333;
	font-size: 12px;
	line-height: 20px;
	margin: 12px;
}

#formDiv {
	height: 100px;
	width: 900px;
	margin: 0 auto;
	clear: both;
}


#footer {
	padding: 0 10px;
	background-color: #333333;
	clear: both;
} 
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.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 its child floats */
	clear:both;
	height:195px;
	font-size: 1px;
	line-height: 0px;
	width: 900px;
}

.bodyText {
	font-family: "Trebuchet MS", "Segoe UI", Calibri, "Arial Narrow";
	font-size: 13px;
	line-height: 20px;
	margin: 12px;
	padding: 12px;
}

p {
	line-height: 20px;
	margin-right: 6px;
	margin-left: 6px;
	padding-right: 6px;
	padding-left: 6px;
}






body {
	background-color: #FDFBE8;
	margin-top: 0px;
}
body,td,th {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 22px;
}
#containerCenter {
	margin: 0px auto;
	padding: 0px;
	width: 800px;
	border: 1px solid #999999;	
}
.footerText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
.imagesPaddingRight {
	padding-top: 8px;
	padding-right: 15px;
	padding-bottom: 8px;
	padding-left: 2px;
}
.imagesPaddingLeft {
	padding-top: 8px;
	padding-right: 2px;
	padding-bottom: 8px;
	padding-left: 15px;
}
.dropcap {
	float:left;
	color:#666666;
	font-size:30px;
	line-height:20px;
	padding-top:0px;
	font-family: "Times New Roman", Times, serif;
}
h1 {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: italic;
	font-weight: bold;
	color: #000000;
}
.news {
	font-family: "Impact";
	font-size: 14px;
	color: #507683;
	text-align: left;
	margin-top: 1px;
	margin-right: 1px;
	margin-bottom: 1px;
	margin-left: 10px;
	letter-spacing: 2px;
}
.newsReleases {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #333333;
	text-align: left;
	margin-top: 1px;
	margin-right: 1px;
	margin-bottom: 1px;
	margin-left: 14px;
}

.tinyText {
	font-family: "Trebuchet MS";
	font-size: 11px;
	color: #0066CC;
}

table tr .tinyText {
	text-align: right;
}
