@charset "utf-8";
/* CSS Document */
body {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #003366;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	overflow: -moz-scrollbars-vertical;
	overflow-x: hidden;
	overflow-y: scroll;	
}

body.lineofduty {
	background-color: #FFF;
}

a:link, a:visited {
	color: #008bc0;
	text-decoration: none;
	outline: none;
}

a:hover {
	color: #003366;
}

/*a.enter:link, a.enter:visited {
	color: #d0bf50;
	text-decoration: none;
}

a.enter:hover {
	color: #FFF;
}*/

a.eventflyer:link, a.eventflyer:visited {
	color: #000;
	text-decoration: none;
}

a.eventflyer:hover {
	color: #000;
	font-weight: bold;
}

a.footer:link, a.footer:visited {
	color: #505050;
	text-decoration: none;
}

a.footer:hover {
	color: #008bc0;
}

td, th {
	color: #003366;
}

td.field {
	background-color: #d0bf50;
}

h1 {
	color: #d0bf50;
	margin: 0px 0px 0px 0px;
}

h2 {
	color: #d0bf50;
	margin: 0px 0px 0px 0px;
	font-size: 14px;
}

h3, h4 {
	color: #FFFFCC;
}

h5, h6 {
	color: #6699CC;
}

p {
	text-indent: 5px;
}

p.no {
	text-indent: 0px;
}

p.close {
	margin: 0px 0px 0px 0px;
	text-indent: 5px;
}

p.noclose {
	margin: 0px 0px 0px 0px;
	text-indent: 0px;
}

p.bold {
	font-weight: bold;
}

p.address1 {
	margin: 0px 0px 0px 0px;
	text-indent: 5px;
}

p.address2 {
	margin: 0px 0px 0px 0px;
	text-indent: 20px;
}

img {
	border: none;
}

/* Container */
#container {
	position: absolute;
	width: 1000px;
	top: 50px;
	left: 50%;
	margin-left: -500px;
}
/* Flyer Link */
#flyer {
	text-align: center;
}

/* Contact Page */
#details {
	 background-color: #d0bf50;
	 padding-left: 5px;
}

#e_block {
	position: absolute;
	width: 260px;
	margin: 80px 0px 0px 300px;
	padding-left: 5px;
}

#mail_rt {
	position: absolute;
	width: 200px;
	background-color: #d0bf50;
	margin: 340px 0px 0px 350px;
	padding-left: 5px;
}

#mail_r {
	position: absolute;
	width: 200px;
	margin: 357px 0px 0px 350px;
	padding-left: 5px;
}

#wait {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 200px;
	height: 16px;
	margin-left: -100px;
	margin-top: -20px;
	background-color: #d0bf50;
	text-align: center;
	border: solid 1px #000;
}

/* Donate Page */
#donate_btn {
	position: absolute;
	left: 450px;
	top: 370px;
}

/* Gallery Page */
#galleryprops {
	position: absolute;
	left: 210px;
	top: 210px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	z-index: -1;
}

/* Content Scroller */
#Scroller {
  	position: relative;
  	width: 550px;
  	height: 420px;
  	overflow: hidden;
}
#Scrollbar-Container {
  	position: absolute;
  	top: 0px; 
	left: 570px;
}
 
.Scroller-Container {
  	position: absolute;
  	top: 0px;
  	left: 0px;
}
.Scrollbar-Up {
  	cursor: pointer;
  	position: absolute;
  	width: 10px;
  	height: 10px;
  	background-color: #CCC;
	background-image:url(../images/arrow_up.png)
}
.Scrollbar-Track {
  	position: absolute;
	width: 10px; 
	height: 406px;
  	top: 12px;
  	background-color: #EEE;
}
.Scrollbar-Handle {
	position: absolute;
	width: 10px;
	height: 30px;
	background-color: #CCC;
	top: 0px;
	left: 0px;
}
.Scrollbar-Down {
  	cursor: pointer;
  	position: absolute;
  	width: 10px;
  	height: 10px;
	top: 420px;
  	background-color: #CCC;
	background-image:url(../images/arrow_dn.png)
}

/* Content Pages */
#keypic {
	float: left;
	margin-right: 10px;
	border: solid;
	border-width: 1px;
	border-color: #000;
}

#logo {
	float: left;
	position: absolute;
	width: 200px;
	height: 200px;
	top: 0px;
	left: 0px;
}

#header {
	float: left;
	position: absolute;
	top: 36px;
	left: 200px;
}

#newsletter {
	position: absolute;
	top: 123px;
	left: 625px;
	background-color: #000;
	color: #FFF;
	padding: 5px 10px 5px 10px;
}

a.newsletter:link, a.newsletter:visited {
	color: #FFF;
}

a.newsletter:hover {
	color: #d0bf50;
}

#content_title {
	background-color: #000;
	color: #d0bf50;
	font-size: 14px;
	font-weight: bold;
	text-align: right;
	position: absolute;
	width: 133px;
	height: 20px;
	top: 50%;
	left: 50%;
	margin-left: -203px;
	margin-top: -145px;
	padding: 5px 10px 0px 0px;
	z-index: 11;
}

#content {
	background-color: #FFF;
	color: #000;
	position:absolute;
	width: 558px;
	height: 420px;
	top: 220px;
	left: 210px;
	border: solid;
	border-color: #d0bf50;
	border-width: 0px 1px 0px 1px;
	padding: 5px 15px 5px 15px;
}

/* Page content border */
#cb_top {
	background-image: url(../images/content_top.png);
	background-repeat: no-repeat;
	position: absolute;
	height: 10px;
	width: 590px;
	left: 210px;
	top: 210px;
}

#cb_tlc {
	background-image:url(../images/cb_tlc.png);
	background-repeat: no-repeat;	
	position: absolute;
	width: 10px;
	height: 10px;
	left: 210px;
	top: 210px;
	z-index: 2;
}

#cb_trc {
	background-image:url(../images/cb_trc.png);
	background-repeat: no-repeat;	
	position: absolute;
	width: 10px;
	height: 10px;
	left: 790px;
	top: 210px;
	z-index: 2;
}

#cb_blc {
	background-image:url(../images/cb_blc.png);
	background-repeat: no-repeat;	
	position: absolute;
	width: 10px;
	height: 10px;
	left: 210px;
	top: 650px;
	z-index: 2;
}

#cb_brc {
	background-image:url(../images/cb_brc.png);
	background-repeat: no-repeat;
	position: absolute;
	width: 10px;
	height: 10px;
	left: 790px;
	top: 650px;
	z-index: 2;
}

#cb_bot {
	background-image: url(../images/content_bot.png);
	background-repeat: no-repeat;
	position: absolute;
	height: 10px;
	width: 590px;
	left: 210px;
	top: 650px;
}

/* Navigation */
	.home #hm,
	.events #ev,
	.eventgal #evg,
	.aboutus #ab,
	.aboutdir #abd,
	.donate #don,
	.contact #con {
		border-style: solid;
		border-width: 0px 0px 0px 3px;	
		border-color: #d0bf50;
}
	
#nav_top {
	float: left;
	position: absolute;
	width: 200px;
	height: 10px;
	top: 210px;
	background-image: url(../images/nav_top.png);
}

#nav_body {
	position: absolute;
	width: 198px;
	height: 430px;
	top: 220px;
	left: 0px;
	border: solid;
	border-color: #d0bf50;
	border-width: 0px 1px 0px 1px;
	background-color: #00407f;
}

#nav_bot {
	float: left;
	position: absolute;
	width: 200px;
	height: 10px;
	top: 650px;
	background-image: url(../images/nav_bot.png);
}

#nav_ss {
	position: absolute;
	width: 174px;
	height: 104px;
	top: 542px;
	left: 13px;
}

#hm {
	position: absolute;
	height: 30px;
	top: 20px;
	right: 0px;
}

#ev {
	position: absolute;
	height: 30px;
	top: 55px;
	right: 0px;	
}

#evg {
	position: absolute;
	height: 30px;
	top: 90px;
	right: 0px;	
}

#ab {
	position: absolute;
	height: 30px;
	top: 125px;
	right: 0px;
}

#abd {
	position: absolute;
	height: 30px;
	top: 160px;
	right: 0px;
}

#don {
	position: absolute;
	height: 30px;
	top: 195px;
	right: 0px;
}

#con {
	position: absolute;
	height: 30px;
	top: 230px;
	right: 0px;
}

/* Copyright - Do NOT Modify*/
#demo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FF0;
	text-align: center;
	text-transform: uppercase;
	position: absolute;
	height: 20px;
	width: 350px;
	top: 0px;
	left: 50%;
	margin-left: -175px;
	letter-spacing: 1px;
}

#copyright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #505050;
	text-align: center;
	position: absolute;
	height: 30px;
	width: 590px;
	top: 670px;
	left: 210px;
	letter-spacing: 1px;
}

