@charset "UTF-8";
body {
	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;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	background-color: #FFFFFF;
}
* html body {
font-size: x-small; /* for IE5/Win */
font-size: small; /*for other IE Versions*/
}
.mainpage #container {
	width: 891px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 16px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: 44px;
	height: 900px;
	white-space: normal;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.mainpage #header {
	margin: 0px;
	float: left;
	height: 25px;
	width: 890px;
	padding: 0;
	background-color: #FFFFFF;
}
.mainpage #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.mainpage #container #header h1 {
	margin: 0px;
	padding: 2px;
}
.mainpage #mainContent {
	margin: 0px;
	float: left;
	height: 270px;
	width: 890px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	background-color: #FFFFFF;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #756545;
	border-bottom-color: #FFFFFF;
	border-left-color: #756545;
	border-right-width: thin;
	border-left-width: thin;
}

.mainpage #footer {
	margin: 0px;
	float: left;
	height: 40px;
	width: 890px;
	padding: 0;
	background-color: #FFFFFF;
	border: thin solid #8D815A;
}
.mainpage #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 */
	text-align: center;
	font-size: medium;
	font-weight: normal;
	color: #D6D7A2;
}
.mainpage #container #navigation {
	margin: 0px;
	float: left;
	height: 41px;
	width: 890px;
	height: 29px;
	width: 890px;
	margin: 0px;
	padding: 0px;
	background-color: #ffffff;
	z-index: 1;
	border: thin solid #8D7E69;
}


.mainpage #container #slideshowheader {
	margin: 0px;
	padding: 0px;
	height: 221px;
	width: 890px;
	float: left;
	z-index: 2;
}
.mainpage #container #slideshowheader #flashcontent {
	margin: 0px;
	padding: 0px;
	height: 221px;
	width: 890px;
	float: left;
	z-index: 3;
}

#topcontent {
	margin: 0px;
	padding: 0px;
	float: left;
	height: 140px;
	width: 890px;
	background-color: #ffffff;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #756545;
	border-right-color: #756545;
	border-bottom-color: #756545;
	border-left-color: #756545;
}
#tltlebar_middlepage {
	margin: 0px;
	padding: 0px;
	height: 34px;
	width: 890px;
	background-color: #ffffff;
	float: left;
	border: thin solid #756545;
}
.mainpage #container #tltlebar_middlepage h5 {
	font-size: medium;
	color: #A3A359;
	margin: 0px;
	padding-top: 8px;
	padding-bottom: 1px;
	font-weight: normal;
}
.mainpage #container #tltlebar_middlepage ul {
	text-decoration: none;
	display: inline;
	list-style-type: none;
}
.mainpage #container #tltlebar_middlepage li {
	margin: 0px;
	float: left;
	height: 27px;
	width: 260px;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 3px;
	color: #4F4120;
	text-align: left;
	font-weight: normal;
	font-size: small;
}
#topcontent_col1 {
	float: left;
	height: 126px;
	width: 203px;
	padding: 4px;
}
#topcontent_col2 {
	padding: 4px;
	height: 126px;
	width: 203px;
	float: left;
}
#topcontent_col3 {
	padding: 4px;
	float: left;
	height: 126px;
	width: 203px;
}
#topcontent_col4 {
	padding: 4px;
	float: left;
	height: 126px;
	width: 203px;
}
#mainContent_col1 {
	float: left;
	height: 257px;
	width: 235px;
}
#mainContent_col2 {
	float: left;
	height: 257px;
	width: 315px;
	padding-left: 10px;
}
#mainContent_col3 {
	float: left;
	height: 257px;
	width: 290px;
	padding-left: 6px;
}
.mainpage #container #topcontent  h1 {
	font-size: 15px;
	font-weight: normal;
	color: #0C361C;
}
.mainpage #container #topcontent  p {
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	margin-top: 5px;
	margin-bottom: 0px;
}
.mainpage #container #topcontent  h2 {
	font-size: 11px;
	color: #0C361C;
	font-weight: normal;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.mainpage #container #mainContent p {
	font-size: x-small;
	font-weight: normal;
	color: #000000;
	margin-top: 4px;
	padding-left: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.mainpage #container #mainContent  h1 {
	font-size: 150%;
	font-weight: normal;
	color: #0C361C;
	padding: 0px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.mainpage #container #mainContent  h2 {
	font-size: 11px;
	color: #0C361C;
	font-weight: normal;
	margin-top: 8px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.mainpage #container #mainContent  h3 {
	font-size: 120%;
	font-weight: normal;
	color: #0C361C;
	margin-top: 4px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	padding-left: 10px;
}
.mainpage #container #mainContent  h4 {
	font-size: 110%;
	font-weight: normal;
	color: #0C361C;
	margin-top: 4px;
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 0px;
	padding-left: 10px;
}
.mainpage #container #topcontent #bar1 {
	float: left;
	width: 10px;
	padding-top: 6px;
	padding-right: 1px;
}
#bar2 {
	float: left;
	width: 11px;
	height: 257px;
}
.mainpage #container #mainContent #bar2 img {
	padding-top: 20px;
	padding-bottom: 10px;
}
.mainpage #container #topcontent  h1 {
	margin: 0px;
}
.paragraphcol1 {
	height: 57px;
}
#mainpage_calendar {
	height: 200px;
	width: 270px;
	margin-top: 5px;
	padding-left: 10px;
}
.mainpage #container #header p {
	font-size: small;
	font-weight: normal;
	color: #0C361C;
}
.headerimage {
	float: left;
	width: 700px;
}
.headerlinks {
	float: right;
	width: 151px;
}
.mainpage #container #header .headerlinks p {
	font-size: small;
	font-weight: normal;
	color: #0C361C;
	margin: 0px;
	padding-top: 3px;
}
.mainpage #container #header .headerlinks ul {
	list-style-type: none;
	display: inline;
}
.mainpage #container #header .headerlinks li {
	font-size: x-small;
	font-style: normal;
	font-weight: normal;
	color: #0B3019;
	display: block;
	float: left;
	width: 50px;
	padding-top: 5px;
}
.mainpage #container #header .headerlinks a {
	color: #0C361C;
	text-decoration: none;
}
.mainpage #container #topcontent #topcontent_col1 a {
	color: #0C361C;
	text-decoration: underline;
}
.mainpage #container #topcontent #topcontent_col3 a {
	color: #0C361C;
	text-decoration: underline;
}
.mainpage #container #topcontent #topcontent_col4 a {
	color: #0C361C;
	text-decoration: underline;
}
.mainpage #container #mainContent #mainContent_col2 a {
	color: #0C361C;
	text-decoration: none;
}
.mainpage #container #mainContent #mainContent_col2 a {
	color: #0C361C;
	text-decoration: none;
}
.mainpage #container #mainContent #mainContent_col1 a {
	color: #0C361C;
	text-decoration: none;
}
.mainpage #container #mainContent #mainContent_col1 a {
	color: #000000;
	text-decoration: underline;
}
.mainpage #container #mainContent #mainContent_col3 a {
	color: #0C361C;
	text-decoration: underline;
}
.mainpage #container #mainContent #mainContent_col3 a {
	color: #0B341B;
}
.mainpage #container #footer a {
	color: #A8A571;
	text-decoration: none;
}
.mainpage #container #mainContent #mainContent_col1 h2  a {
	color: #0C361C;
}
.mainpage #container #mainContent #mainContent_col3 #iphone {
	padding-left: 5px;
}
