@charset "utf-8";

.index #container {
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF url(../../images/dropshadow.gif) repeat-y center top;
	margin: 0 auto;
	text-align: justify; /* this overrides the text-align: center on the body element. */
	padding-right: 15px;
	padding-left: 15px;
} 
.index #header {
	background: url(../../images/banner_top.jpg) no-repeat right top;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	height: 175px;
	width: 100%;
} 

.index #mainContent {
	margin: 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 0 10px 20px;
} 
.index #mainContent p {
	font-size: 12px;
	line-height: 18px;
	text-align: justify;
}
.index #mainContent h1 {
	color: #4C4539;
	font: bold 21px 'Optima', Geneva, Arial, Helvetica, sans-serif;
	background: url(../../images/h1_index_titleBar.jpg) no-repeat;
	height: 60px;
	padding-top: 13px;
	padding-left: 15px;
	margin-bottom: -15px;
	margin-top: 0px;
}
.index #mainContent h2 {
	color: #42750E;
	font: bold 1.2em 'Optima', Geneva, Arial, Helvetica, sans-serif;
	background: url(none);
	padding: 0;
	text-align: right;
	margin: -5px 15px 2px 0;
}
.index #mainContent h2 a {
	color: #42750E;
	background: url(none);
	text-align: right;
	text-decoration: none;
}
.index #mainContent h2 a:hover, .index #mainContent h2 a:active {
	color: #C6D764;
	background: url(none);
	text-decoration: underline;
}

.index #mainContent h3 {
	color: #1F3C76;
	font: bold 18px/21px 'Optima', Geneva, Arial, Helvetica, sans-serif;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #4AACC5;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #4AACC5;
	margin-top: 0px;
	padding: 12px 10px;
	text-align: center;
}
.index #mainContent h4 {
	color: #4AACC5;
	font: bold 16px 'Optima', Geneva, Arial, Helvetica, sans-serif;
	padding: 0 15px 0 0;
	margin-top: 0px;
	text-align: left;
}

#menu {
	float: left;
	cursor: pointer;
	height: 27px;
	text-align: right;
	padding-right: 20px;
	padding-top: 4px;
	width: 860px;
	margin-top: 12px;
	padding-left: 20px;
	margin-bottom: 0px;
	position: relative;
}
#news {
	width: 251px;
	padding-top: 0px;
}
#news a {
	color: #42750E;
	text-decoration: none;
	font-weight: bold;
	padding: 2px 5px;
}
#news a:hover {
	text-decoration: underline;
}
#image {
	float: right;
	height: 300px;
	width: 590px;
	margin-right: 0px;
	padding-right: 20px;
	margin-top: 0px;
	padding-top: 0px;
}
#tabs {
	padding: 10px 20px 0 0;
	width: 860px;
	margin-top: 10px;
	margin-bottom: 10px;
	clear: right;
	text-align: left;
}
#tabs a {
	color: #42750E;
	text-decoration: none;
	background: #FCE3C2;
	padding: 2px;
}
#tabs a:hover {
	color: #42750E;
	text-decoration: underline;
	background: #FCE3C2;
}

.signBody{
	text-align: right;
	}

.signLt {
	background: #F9BA5B url(../../images/tab_gold.jpg) no-repeat center center;
	height: 194px;
	width: 273px;
	vertical-align: top;
}
#signLtTitle {
	color: #42750E;
	font: bold 19px 'Optima', Geneva, Arial, Helvetica, sans-serif;
	padding: 0 0 0 35px;
	text-align: left;
	margin: 7px 0 10px 0;
}
#signContentLt {
	font: bold 12px/16px Tahoma, Arial, sans-serif;
	color: #333333;
	text-align: right;
	width: 150px;
	padding-left: 10px;
	margin-top: 0;
}
.signMid {
	background: #BADB82 url(../../images/tab_green.jpg) no-repeat center center;
	height: 194px;
	width: 273px;
	vertical-align: top;
}
#signMidTitle {
	color: #1F3C76;
	font: bold 19px 'Optima', Geneva, Arial, Helvetica, sans-serif;
	padding: 0 0 0 35px;
	text-align: left;
	margin: 7px 0 10px 0;
}
#signContentMid {
	font: bold 12px/16px Tahoma, Arial, sans-serif;
	color: #333333;
	text-align: right;
	width: 150px;
	padding-left: 10px;
	margin-top: 0;
}
.signRt {
	background: #4AACC5 url(../../images/tab_teal.jpg) no-repeat center center;
	height: 194px;
	width: 273px;
	vertical-align: top;
}
#signRtTitle {
	color: #FFFFFF;
	font: bold 19px 'Optima', Geneva, Arial, Helvetica, sans-serif;
	padding: 0 0 0 35px;
	text-align: left;
	margin: 7px 0 10px 0;
}
#signContentRt {
	font: bold 12px/16px Tahoma, Arial, sans-serif;
	color: #333333;
	text-align: right;
	width: 150px;
	padding-left: 10px;
	margin-top: 0;
}

#tabs img {
	padding-right: 15px;
}





.index #footer {
	padding: 0 30px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#42750E url(../../images/dropshadow_bottom.gif) repeat-x left bottom;
	height: 42px;
	margin-top: 0px;
	clear: both;
} 
.index #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: 5px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	color: #FFFFFF;
	font-size: 0.7em;
	text-align: right;
	font-weight: bold;
}
.index #footer .copyright {
	float: left;
}
.flashrss {
	padding-right: 10px;
}
.index #container #browser {
	font-size: 0.75em;
	color: #666666;
	text-align: center;
	padding: 0 0 4px 0;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
.index #container #browser a:link, .index #container #browser a:visited {
	font-weight: bold;
	color: #42750E;
}
.index #container #browser a:hover, .index #container #browser a:active {
	font-weight: bold;
	color: #666666;
}
#homeIntro {
	width: 860px;
	margin-bottom: 15px;
	margin-top: 15px;
	padding: 0px;
	margin-right: 20px;
}
