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

#container {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}
.navblockleft {
	float: left;
	width: 33.3%;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #FFF;
	background-color: #666;
	letter-spacing: .1em;
	text-align: center;
	padding-bottom: 5px;
	padding-top: 5px;
}
.slides {
	width: 100%;
	float: left;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	padding-bottom: 5px;
}
.slides p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	color: #CCC;
	letter-spacing: 0.1em;
	float: right;
	width: 40%;
	padding-right: 30px;
}
.slides h1 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 24px;
	color: #CCC;
	letter-spacing: 0.1em;
	width: 33%;
	float: right;
	margin-left: 5%;
}
.slides h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 24px;
	color: #CCC;
	width: 60%;
	padding-left: 50px;
}
.slides iframe {
	float: left;
	padding-left: 2%;
}
.announcement {
	width: 100%;
	float: left;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	padding-bottom: 25px;
	color: #CCC;
	font-family: Verdana, Geneva, sans-serif;
	padding-top: 25px;
}
.announcement p {
	letter-spacing: 0.1em;
	float: right;
	width: 40%;
	margin-right: 5%;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
}
.announcement h1 {
	width: 40%;
	font-size: 24px;
	clear: none;
	float: left;
	padding-left: 2%;
}
.announcement h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 24px;
	color: #CCC;
	letter-spacing: .1em;
	width: 40%;
	clear: right;
	float: left;
	padding-left: 5%;
}
.announcement ul {
	float: left;
	padding-right: 100px;
}
.announcement img {
	float: left;
	padding-left: 50px;
}
.newstory {
	width: 100%;
	float: left;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	padding-bottom: 25px;
	color: #CCC;
	font-family: Verdana, Geneva, sans-serif;
	padding-top: 25px;
}
.newstory p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 22px;
	letter-spacing: .1em;
	text-align: left;
	width: 80%;
}
.newstory h4 {
	font-size: 13px;
	font-weight: bold;
	color: #DFB33D;
	padding-top: 0px;
}
.newstory h1 {
	font-size: 24px;
	margin-bottom: -10px;
	font-weight: bold;
	letter-spacing: .1em;
}
.newstory img {
	float: left;
	width: 33%;
	padding-left: 15%;
	padding-right: 2%;
}
.newstory p a {
	color: #CCC;
}
.newstory ul {
	float: right;
	color: #FFF;
	font-size: 12px;
	line-height: 18px;
}
.newstory ul li a {
	color: #FFC;
}
.newstorylong {
	width: 100%;
	float: left;
	border-bottom-width: thin;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	padding-bottom: 25px;
	color: #CCC;
	font-family: Verdana, Geneva, sans-serif;
	padding-top: 25px;
}
.newstorylong p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	line-height: 22px;
	letter-spacing: .1em;
	text-align: left;
	width: 50%;
	padding-left: 45%;
		
}
.newstorylong h4 {
	font-size: 13px;
	font-weight: bold;
	color: #DFB33D;
	padding-top: 0px;
}
.newstorylong h1 {
	font-size: 24px;
	margin-bottom: -10px;
	font-weight: bold;
	letter-spacing: .1em;
}
.newstorylong img {
	float: left;
	width: 33%;
	padding-left: 10%;
	padding-right: 2%;
	padding-bottom: 10px;
}
.newstorylong ul {
	float: none;
	color: #FFF;
	font-size: 12px;
	line-height: 18px;
	padding-left: 30%;
}
.newstorylong ul li {
	padding-bottom: 10px;
	width: 60%;
	margin-left: 30px;
	padding-left: 40px;
}
html {
	background-color: #000;
}
.footer {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 1em;
	background-color: #E0B53D;
	letter-spacing: 0.25em;
	float: left;
	width: 100%;
	color: #000;
	font-style: normal;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top-width: thick;
	border-top-style: solid;
	border-top-color: #A93833;
	border-bottom-width: thick;
	border-bottom-style: solid;
	border-bottom-color: #A93833;
	font-weight: bold;
}
.footer h1 {
	font-size: 1em;
	margin-bottom: 2px;
	text-align: center;
	margin-top: 2px;
}
.footer h4 {
	font-size: 24px;
	letter-spacing: .25em;
	margin-top: 0px;
	margin-bottom: 0px;
}
.navbar {
	width: 100%;
	background-color: #000;
	position: fixed;
	float: none;
}
.contactbar {
	float: right;
	width: 20%;
	background-color: #FFFFFF;
	padding-right: 10%;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #666;
	letter-spacing: 0.1em;
	text-align: right;
	padding-top: 10px;
	border: 0px none #FFF;
}
.banner {
	background-color: #FFF;
	float: left;
	width: 100%;
	clear: both;	
}
.banner img {
    padding-left: 1%;
}
.banner h1 {
    font-family: Verdana, Geneva, sans-serif;
    font-size: 24px;
    letter-spacing: 0.1em;
    float: right;
    padding-right: 2%;
    padding-top: 25px;
}
.colorbar {
	background-color: #A93833;
	float: left;
	height: 10px;
	width: 100%;
	border-top-width: 10px;
	border-bottom-width: 10px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000;
	border-bottom-color: #E0B53D;
}
.leftsidebar {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 16px;
	color: #CCC;
	width: 50%;
	float: left;
}
.leftsidebar h1 {
	padding-left: 8%;
	width: 100%;
	font-size: 24px;
}
.leftsidebar p {
	padding-left: 8%;
}
.leftsidebar p a {
	color: #DFB33D;
}
.rightsidebar {
	font-family: Verdana, Geneva, sans-serif;
	float: right;
	width: 30%;
	padding-right: 10%;
}
.rightsidebar h2 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 18px;
	color: #FFF;
}
.rightsidebar p {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #CCC;
}
.rightsidebar ul {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 14px;
	color: #CCC;
}
.rightsidebar ul li {
	padding-bottom: 8px;
}
.photoarea {
}
.photoarea img {
	float: left;
	clear: right;
	padding-right: 10px;
	padding-left: 25px;
	padding-bottom: 10px;
}
