@charset "utf-8";
/* CSS Document */
/* Common formatting */
Body {
	margin-top: 0;
}
#wrapper {
	position:relative;
	width: 1024px;
	height: 700px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0;
	padding-top: 0;
}
#MenuHolder {
	position: relative;
	top: 0;
	left: 0;
	width: 1024px;
	height: 51px;
	background-image:url(images/MenuBG.jpg);
}
#Logo {
	position: absolute;
	top: 30px;
	left: 80px;
	width: 201px;
	height: 156px;
}
img {
	border: none;
}
a {
	text-decoration: none; 
}

/* Common formatting */

/*  Menu formatting */

#Menu {
	position: absolute;
	right: 10px;
	top: 0px;
	right: 10px;
	width: 540px;
	height: 40px;
	margin-top: 10px;
}
#Menu ul {
	margin: 0;
	padding: 0;
	margin-top: .5em;
}
#Menu ul li {
	font-family: Tahoma, Geneva, sans-serif;
	font-size:10px;
	color: #F5D696;
	list-style: none;
	padding-left: 5px;
	padding-right: 10px;
	border-right: 2px solid #F5D696;
	float: left;
}
#Menu ul li a {
	color: #F5D696;
	text-decoration: none;
	text-align:center;
	display: block;
}
#Menu ul li a:hover {
	color: white;
}
#Menu div {
	position: absolute;
	visibility: hidden;
	background: #963;
	margin: 0;
	padding: 0;
}
	
#Menu div a {
	position: relative;
	margin:0;
	padding: 5px 10px;
	width: auto;
	white-space:nowrap;
	text-align:left;
	text-decoration:none;
	color: #FFF;
}
#Menu div a: hover {
	color: #FFF;
}
#Menu ul #lastMenu {
	border-right: none;
}


/*  End Menu formatting */

/* Main page formatting */

#MainBody {
	position:relative;
	width: 1024px;
	height: auto !important;
	height: 539px;
	min-height: 539px;
	background-image: url(images/RiverBG.jpg);
	background-repeat:no-repeat;
	background-position:top;
}
#MainRight {
	float: right;
	width: 366px;
	margin-top: 300px;
}
#MainLeft {
	position:relative;
	width: 620px;
}
#MainClear {
	clear: both;
	height: 1px;
}
#Main-Topic {
	position: relative;
	margin-top: 200px;
	float: right;
}
#Main-Descript {
	position: relative;
	float: right;
}
#Main-Descript H1 {
	font-family: "Times New Roman", Times, serif;
	font-size: large;
	color: #008C99;
	text-align:right;
}
#Main-Descript p {
	text-align: right;
	width: 600px;
	font-size: 12px;
	font-family: Tahoma, Geneva, sans-serif;
	line-height: 1.8em;
}
#bridge {
	position:relative;
	float: right;
}
#NewsHeader {
	position: relative;
	width: 200px;
	margin-left: 45px;
	margin-top: 45px;
	border-bottom: 2px solid #AB710A;
}
.NewsArticle {
	width: 200px;
	margin-left: 45px;
	margin-top: .1em;
	margin-bottom: .1em;
	border-bottom: 1px solid #AB710A;
}
.NewsArticleLast {
	border-bottom: none;
}
.NewsArticle H3 {
	color: #008C99;
	font-size: small;
	font-size: .7em;
	margin-top: .3em;
	margin-bottom: 0;
}
.NewsArticle p {
	font-size: x-small;
	font-size: .6em;
	margin-top: 0.2em;
	margin-bottom: .4em;
	font-family:Georgia, "Times New Roman", Times, serif;
}
.More {
	color: #004F5A;
	font-weight:bold;
	text-decoration: none;
}
#RSS {
	position: absolute;
	bottom: 30px;
	right: 60px;
	border: none;
}
#Bottom {
	position: relative;
	width: 900px;
	height: 93px;
	margin-left: auto;
	margin-right: auto;
	border-top: 1px solid #AB710A;
}
#Bottom-Right {
	position: absolute;
	right: 0;
	width: 275px;
	height: 72px;
	float: left;
	margin-left: 600px;
	top: 10px;
	background-image:url(images/NewsletterBG.jpg);
	padding-left: 4px;
	background-repeat:no-repeat;
}
#Bottom-Middle {
	position: absolute;
	width: 300px;
	height: 72px;
	float: left;
	margin-left: 300px;
	top: 10px;
}
#Bottom-Left {
	position: absolute;
	width: 300px;
	height: 72px;
	float: left;
	top: 10px;
	border-right: 1px solid #AB710A;
}
#Bottom-Left img, #Bottom-Middle img {
	float: left;
	margin: 5px;
}
#Bottom-Left p, #Bottom-Middle p {
	font-size: small;
	font-size: .7em;
	margin-top: 0.4em;
	color: #999;
	margin-top: 10px;
	margin-right: 7px;
}
#Bottom-Left a, #Bottom-Middle a {
	text-decoration: none;
	color: #999;
}
#Bottom-Right H3, #Bottom-Middle H3 {
	color: White;
	font-size: small;
	margin-top: .5em;
	margin-bottom: .3em;
	font-size: .7em;
}
#Bottom-Right p {
	font-size: x-small;
	color: white;
	margin-top: 0;
}
#NewsletterForm {
	position: relative;
}
#NewsletterForm fieldset {
	border: none;
	margin: 0;
	padding: 0;
}
#NewsletterForm label {
	color: white;
	font-size: x-small;
	
}
#NewsletterEmail {
	position:relative;
	width: 260px;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid gray;	
}
#NewsletterSubmit {
	background:none;
	text-decoration:none;
	border: none;
	background-image:url(images/NewsletterSubmit.png);
	font-family:"Times New Roman", Times, serif;
	padding-top: 0;
	color: white;
	width: 54px;
	height: 16px;
	float: right;
	margin-right: 35px;
	margin-top: 5px
}

/* End Main page formatting */
/* Page formatting */

#PageBodyTop {
	position: relative;
	height: 177px;
	width: 1024px;
	background-image: url(images/RiverBG.jpg);
	background-repeat:no-repeat;
	background-position:0 -160px;
}
#PageBodyTop H1 {
	float: left;
	margin-left: 300px;
	margin-top: 45px;
	font-size: 2.2em;
}
#PageContent {
	position:relative;
	height: auto !important;
	height: 480px;
	min-height: 480px;
	left: 0;
	background:white url(images/PageBG.jpg) no-repeat bottom;
	border-top: 1px solid white;
	border-bottom: 1px solid white;
	font-size: smaller;	
}
#PageContentText {
	margin: 0 40px 170px 40px;
}
#PageContent H2 {
	color: #008C99;
	/*font-size: x-large;*/
	font-family: "Times New Roman", Times, serif;
	font-size: large;
}
.bluedot{
	padding: 0;
	margin-left:290px;	
	color: #008C99;
}
.blacktext {
	color: black;
}
img.FloatLeft,p.FloatRight {
	float: left;
	margin: 10px 40px; 
	clear: left;
}
img.FloatRight,p.FloatRight {
	float: right;
	margin: 10px 40px;
	clear: right;
}
#PrevNext {
	margin-left: 40px;
}
#PrevNext a {
	text-decoration: none;
	color: #008C99;
}

/* End of Page formatting */

/* Contact Form formatting */

#Contact-Form fieldset {
	border: 0;
	width: 350px;
	float: right;
	margin-right: 60px;
}
#Contact-Form .CaptchaRow {
	width: 100%;
	margin-left: 10px;
}
#Contact-Form .CaptchaRow img {
	margin-top: 5px;
	width: 80px;
	height: 40px;
	vertical-align:middle;
}
#Contact-Form label {
	font-size: small;
	float: left;
}
#Contact-Form input {
	width: 100px;
	font-size: x-small;
	float: right;
	border: 1px solid #A6BACD;
}
#Contact-Form div.row {
	clear: both;
	padding-top: 0px;
	padding-top: 8px;
	width: 55%;
	margin-left: 10px;
}
#Contact-Form .submit {
	float: left;
	margin-top: 10px;
}
.button {
	border: 1px solid grey;
	font-size: small;
	margin-right: 6px;
	margin-top: 5px;
	background-color:#CCC;
	float: right;
	padding: 0 2px;
}
#CapButtons input{
	float:left;
	margin: 5px 5px 0 10px;
}
#CapButtons a {
	text-decoration: none;
	color: black;
}

/* End of Contact Form formatting */

/* News Page formatting */

.NewsPageArticle {
	width: 950px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	/*border-bottom: 1px solid #AB710A;*/
}
.NewsPageArticle h2 {
	font-size: medium;
}
.NewsPageArticle a {
	text-decoration: none;
	color: #AB710A;
}

/* End of News Page Formatting */
