body {
	background-color: white;
	font-family: Arial MT, Arial, sans-serif;
	font-size: 12px;
	color: #13002B;
	line-height: 1.4em;
	margin: 0;
	padding: 0;
}

a {
	text-decoration: none;
	color: #CA0023;
}
a:hover { color: #A49500; }
a img { border: none; }

h1, h2, h3 { margin: 1px 0; }
h1 {
	font-size: 14px;
}
h2 {
	font-size: 14px;
	font-weight: normal;
	color: #A49500;
}
h3 {
	font-size: 10px;
	color: #CA0023;
}

p { margin: 0; }

div hr { display: none; }

.hrdot {
	border-bottom: dotted thin #333;
	height: 2px;
}

.hrdash {
	border-bottom: dashed thin #333;
	height: 2px;
}

.hrsolid {
	border-bottom: solid thin #333;
	height: 2px;
}

.hrdouble {
	border-bottom: double 4px #333;
	height: 5px;
}

.img_div {
	display: inline-block;
	vertical-align: text-top;
}

.img_ctr img, .img_ctr div {
	display: block;
	margin: 0 auto;
}

span span strong {
	font-size: 10px;
	text-transform: capitalize;
}
span span {
	padding: 0 0 5px 0;
}

#container {
	background: url(../images/back.jpg) repeat-y center top;
	width: 930px;
	margin: 0 auto;
}

#header {
	background-image: url(../images/header.jpg);
	background-position: top center;
	background-repeat: no-repeat;
	text-align: center;
	height: 180px;
}
#header img { margin: 28px 0 0 0; }

#nav {
	text-align: center;
	width: 857px;
	height: 25px;
	margin: 0 0 5px 37px;
}
#nav h1 {
	background: url(../images/buff.gif) repeat top left;
	font-size: 16px;
	font-weight: normal;
}
#nav a, #hit:hover { color: #13002B; }
#nav a:hover, #hit { color: #CA0023; }
#nav #hit { font-weight: bold; }
#nav .seperator {
	background-color: #A49500;
	width: 2px;
	height: 25px;
}
#nav h2 {
	border-top: solid 2px white;
	background: url(../images/buff.gif) repeat left top #13002B;
	font-size: 12px;
	font-weight: normal;
	color: white;
	margin: 0;
	padding: 4px 5px;
}
#nav h2:hover, #nav #subhit { background-color: #A49500; }
#nav td div { position: relative; }
#nav td div div {
	background: url(../images/buff.gif) repeat left top;
	display: none;
	width: 100%;
	padding-top: 6px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
}
#nav td:hover div div { display: block; }

.content {
	width: 865px;
	margin: 0 0 0 27px;
}
.content:after {
	content: "."; 
	display: block; 
	height: 0; 
	font-size:0;	
	clear: both; 
	visibility:hidden;
}

.bod_d {
	border-left: solid 10px white;
	padding: 0 10px;
}
.bod_d ol, .bod_d ul {
	overflow: auto;
	margin: 0;
	padding: 0;
}
.bod_d li {
	padding: 0;
	margin: 0 0 0 30px;
}

#gallery {
	background: url(../images/flash.gif) repeat-x center top;
	height: 228px;
	width: 855px;
	margin: 0 0 0 37px;
	padding: 10px 0;
}

#gal_alt {
	background-color: #13002B;
	width: 855px;
	height: 4px;
	margin: 0 0 0 37px;
}

#col_1 { width: 330px; }

#col_2 {
	float: left;
	margin: 0 20px;
	width: 330px;
}

#col_3 { width: 175px; }
#col_3 a {
	font-style: italic;
	color: #536670;
	margin: 0;
}

#footer {
	background: url(../images/footer.jpg) no-repeat center bottom;
	color: #A49500;
	font-size: 11px;
	text-align: center;
	text-spacing: 1.2em;
	margin: 10px 0 0 0;
	padding-bottom: 15px;
}
#footer span { padding: 0 10px; }
#footer a { color: #A49500; }
#footer a:hover { color: #13002B; }

#foot_bar {
	background-color: #13002B;
	width: 855px;
	height: 3px;
	margin: 5px 0 0 37px;
}

// PAGE SPECIFIC STUFF

#con_form {
	border-left: solid 2px #A49500;
	margin: 0;
	padding: 0 0 0 10px;
}
#con_form form { border: solid 2px #13002B; }
#con_form textarea {
	font-size: 10px;
	width: 100%;
	height: 185px;
	margin: 0;
	padding: 0;
}
#con_form td { border: none; }

#con_head { padding: 10px; }

#con_body { padding: 10px; }

#con_inputs { width: 48%; }

#con_msg {
	float: right;
	width: 48%;
}

label {
	display: block;
	vertical-align: middle;
	font-size: 10px;
	color: #CA0023;
	width: 80px;
}

.btn {
	border: none;
	background-color: #CA0023;
	font-weight: bold;
	color: white;
	width: 90px;
	margin-bottom: 10px;
}
.btn:hover { background-color: #13002B; }
