@charset "UTF-8";
/* CSS Document */

/*--------------MAIN layout--------------*/
html {
	margin-bottom: 0.5em;
	height: 100%;
}
body {
	margin: 0 auto;
	font: 76%/1.6 Arial, Helvetica, sans-serif;
	background: #000000 url(../images/back_green.gif) repeat-x;
}
.wrapper {
	margin: 0 auto;
	width: 980px;
}

.banner {
	height: 360px;
	margin: 0 auto;
	width: 980px;
}

/*--------------NAVIGATION layout--------------*/

.navigation {
	margin: 0;
	padding: 0;
	width: 976px;
	font-size: 0.9em;
	height: 28px;
	background-color: #468886;
	border-bottom: 2px solid #000;
	border-right: 2px solid #000;
	border-left: 2px solid #000;
}
.navigation ul {
	margin: 0;
	padding: 0;
	background-color: #000000;
}
.navigation li {
	list-style: none;
	margin: 0;
	float: left;
}
.navigation li a {
	color: #000000;
	text-decoration: none;
	padding: 6px 0 0 0;
	display: block;
	height: 22px;
	border-right: 2px solid #000;
	width: 242px;
	text-align: center;
	font-weight: bold;
}
	
.navigation a:hover {
	background-color: #5FB9B7;
		}
.navigation .last a {
	border-right: 0;
	width: 244px;
}
.navigation .open_section a {
	background-color: #2A5353;
	border-bottom: 2px solid #2A5353;
	color: #CCCCCC;
	font-weight: normal;
} 

/*--------------subNav--------------*/

.subNav {
	height: 24px;
	background-color: #1B1B1B;
	width: 960px;
	font-size: 0.9em;
	float: left;
	border-top: 3px solid #2A5353;
	padding: 0 0 0 20px;
}
.subNav ul {
	margin: 0;
	padding: 0;
}
.subNav li {
	list-style: none;
	margin: 0 3px 0 0;
	float: left;
}
.subNav li a {
	color: #898989;
	text-decoration: none;
	display: block;
	padding: 4px 15px;
}
.subNav a:hover {
	color: #FFFFFF;
}
.subNav .open_section a {
	color: #549897;
} 


.removeSubnavMarg {
	margin-bottom: 0px;
}

/*--------------Wrapping the right and left floats--------------*/
.content {
	width: 980px;
	min-height: 900px;
	float: left;
}
p {
	margin: 10px 0 20px 0;
	font-size: 1.15em;
	color: #8F8F8F;
	font-weight: normal;
	line-height: 1.5em;
}
p a {
	margin: 10px 0 20px 0;
	color: #594010;
	font-weight: normal;
	line-height: 1.5em;
	text-decoration: none;
}
p a:hover {
	text-decoration: underline;	
}
/*--------------leftContent--------------*/
.leftContent {
	width: 235px;
	float: left;
	padding: 0;
	margin: 40px 0 0 10px;
	text-align: right;
}


.leftContent h2 {
	margin: 0;
	color: #386E6C;
	font-size: 1.5em;
	font-style: italic;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 1.35em;
	text-shadow: 0 0 0 #000;
}

.leftContent h3 {
	margin: 18px 0 0 0;
	font-size: 0.95em;
	font-style: normal;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.35em;
	text-shadow: 0 0 0 #000;
	color: #468886;
}

/*-------------- Content--------------*/

.rightHolder {
	width: 242px;
	float: right;
	padding: 0;
	margin: 0;
	background-color: #4E1E52;
	text-align: center;
	border-top: solid 2px #000;
}


.rightHolder a {
	color: #1E0C1F;
	font-size: 0.9em;
	font-weight: bold;
	margin: 0;
	text-decoration: none;
	display: block;
	padding: 6px 0 3px 0;
}

.rightHolder a:hover {
	background-color: #72457C;

}

.loginHolder {
	width: 204px;
	float: right;
	padding: 20px;
	margin: 0 0 20px 0;
	text-align: left;
	background-color: #1B1B1B;
	height: 240px;
}
.loginHolder h2 {
	margin: 0;
	color: #999999;
	font-size: 1.2em;
	font-family: Georgia, "Times New Roman", Times, serif;
}


/*--------------rightContent--------------*/
.rightContent {
	width: 440px;
	float: left;
	background-color: #000000;
	color: #549897;
	margin: 30px 0 0 30px;
	text-shadow: 0 0 0 #000;
}
.rightContent h1 {
	margin: 0;
	color: #468886;
	font-size: 2.1em;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.rightContent h2 {
	margin: 10px 0 0 0;
	font-size: 1.15em;
	color: #DD9B09;
	font-weight: normal;
	line-height: 1em;
	text-transform: uppercase;
}
.rightContent h3 {
	margin: 10px 0 0 0;
	font-size: 1.15em;
	color: #468886;
	font-weight: normal;
	line-height: 1em;
}

/*--------------photoGallery--------------*/
.photoGalleryContent {
	width: 704px;
	float: left;
	background-color: #000000;
	color: #549897;
	margin: 30px 0 0 30px;
	text-shadow: 0 0 0 #000;
}
.photoGalleryContent h1 {
	margin: 0;
	color: #594010;
	font-size: 2.1em;
	font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.photoGalleryContent a img {
	border: 0;
	margin: 5px 16px 0 0;
	padding: 0;
}

.photoGalleryContent a img.last {
	margin: 0;
}

.bottomBar1 {
	background-color: #181818;
	width: 970px;
	height: 20px;
	float: right;
	margin-top: 60px;
	color: #468886;
	font-size: 0.9em;
	padding: 4px 0 0 10px;
}


.bottomBar2 {
	background-color: #252525;
	width: 970px;
	height: 20px;
	float: right;
	margin-top: 4px;
	color: #898989;
	font-size: 0.9em;
	padding: 4px 0 0 10px;
}

.textSpace {
	margin-right: 10px;
	float: left;
}
.textSpace a {
	color: #5C5C5C;
	text-decoration:none;
}

.lastSpace {
	float: right;
	margin-right: 15px;
}
.bottomBar2 .lastSpace a {
	color: #5C5C5C;
	text-decoration:none;
}


.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.frontpagenews {
	width: 255px;
	float: left;
	padding: 0;
	margin: 40px 0 0 60px;
	text-align: right;
}
.frontpagenews p a {
	margin: 0;
	color: #000;
	font-size: 1.1em;
	line-height: 1.0em;
	font-style: normal;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	text-align: right;
}

.frontpagenews h1 {
	margin: 0;
	color: #000;
	font-size: 1.5em;
	font-style: italic;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 1.35em;
	text-shadow: 0 0 0 #000;
	text-align: center;
	background-color: #594010;
}

.frontpagenews h2 {
	margin: 0;
	color: #000;
	font-size: 1.0em;
	font-style: italic;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 1.35em;
	text-shadow: 0 0 0 #000;
}

.frontpagenews h3 {
	margin: 5px 0px 0px 10px;
	padding-left:10px;
	text-align: left;
	font-size: 1.0em;
	font-style: normal;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.35em;
	color: #000000;
	background-color:#DD9B09;
	
}

.frontpagenews h3 a{
	font-weight: bold;
	color: #000000;
	text-decoration:none;
}

.frontpagenews h4 {
	margin: 5px 0px 0px 10px;
	padding-left:10px;
	text-align: left;
	font-size: 1.0em;
	font-style: normal;
	font-weight: normal;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.35em;
	color: #000000;
	background-color:#468886;
	
}

.frontpagenews h4 a{
	font-weight: bold;
	color: #000000;
	text-decoration:none;
}
