@charset "UTF-8";
/* CSS Document */
/* 	STYLE SHEET FOR ????? ############################################ WRITTEN BY MOUNTAIN @ MK VISUAL  ## */


/* TABLE OF CONTENTS

	- HTML / BODY Elements
	
	- HEADER
		- main navigation
		
	- CONTENT
		- forms styles
		
	- FOOTER
		
	- FLOATS & CLEARFLOATS
	
	- OTHER GENERAL CLASSES
	
------------------------------------- */


/* ---------------------- @ HTML / BODY Elements ---------------------- */
html, body {
	height: 100%;
}
body {
	background-image: url(../site_images/top_repeat.jpg);
	background-repeat: repeat-x;
	background-position: top;
	background-color: #C2966D;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#main_container {
	width: 100%;
	position: relative;
	min-height: 100%;
}

h1, h2, h3, h4 ,h5, h6 {
	color: #990000;
	font-family: "Times", "Times New Roman", serif;
}

/* ---------------------- @ HEADER ---------------------- */
#header_wrap {
	background-image: url(../site_images/top_bkgrd.jpg);
	margin: auto;
	background-repeat: no-repeat;
	background-position: center top;
}
#header_wrap.home_only {
	background-image: url(../site_images/top_bkgrd_home.jpg);
}
#header {
	width: 840px;
	margin: auto;
	height: 145px;
}

/* -------- @ logo ------- */
#header h1.logo {
	position: absolute;
	top: 35px;
	background-image: url(../site_images/top_logo.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#header h1.logo, #header h1.logo a {
	display: block;
	height: 70px;
	width: 520px;
}
#header h1.logo a span {
	display: none;
}

/* -------- @ banner ------- */
#banner {
	width: 780px;
	margin: auto;
	height: 180px;
}
#banner p {
	font-family: "Times", "Times New Roman", serif;
	color: #FFFFFF;
	font-size: 200%;
	margin: 1em 0;
}
#banner a.donate {
	width: 145px;
	display: block;
	height: 55px;
	background-image: url(../site_images/donate.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin-left: 80px;
	margin-top: 35px;
}
#banner a.donate span {
	display: none;
}

/* --- @ main navigation --- */
#nav_wrap {
	background-color: #281502;
	padding-top: 10px;
	padding-bottom: 10px;
	background-image: url(../site_images/nav_repeat.gif);
	background-repeat: repeat-x;
	background-position: top;
}
#nav {
	margin: auto;
	width: 860px;
	font-family: Times, "Times New Roman", serif;
	font-size: 120%;
}

#nav ul {
}
#nav ul li {
	display: inline;
	float: left;
	margin-right: 5px;
	margin-left: 3px;
}
#nav ul li.right {
	float: right;
	margin-right: 5px;
}

#nav ul li a {
	color: #C89871;
	display: block;
	text-decoration: none;
	padding: 5px;
}
#nav ul li a:hover, #header ul li a:active, #nav ul li a.selected {
	color: #FFFFFF;
	background-color: #990000;
}

/* ---------------------- @ CONTENT ---------------------- */
#content_wrap
 {
	background-color: #C2966D;
	padding-bottom: 30px;
	padding-top: 10px;
}
#content {
	margin: auto;
	width: 840px;
	font-size: 0.9em;
	line-height: 2;
}
#content h1 {
	font-size: 200%;
	margin: 0.5em 0;
	line-height: 1.4;
}
#content h2 {
	font-size: 150%;
	margin: 0.5em 0;
	line-height: 1.4;
}
#content h3 {
	font-size: 120%;
}
#content p {
	margin: 0.5em 0;
	text-align: justify;
	line-height: 1.4;
}
#content p em {
	font-style: normal;
	font-weight: bold;
	color: #990000;
}
#content p strong {
	font-weight: bold;
}
#content p.donate {
	display: block;
	margin: 8px 0px;
	padding: 5px 0px;
}
#content p.donate a {
	display: block;
	float: left;
	padding: 10px;
	background-color: #990000;
	color: #FFFFFF;
	font-weight: normal;
}
#content p.donate a:hover, #content p.donate a:active {
	background-color: #250E02;
	text-decoration: none;
}
#content small {
	font-size: 90%;
	line-height: 1.4;
	color: #513E2D;
}
#content .payment {
	float: left;
	width: 240px;
	margin-right: 8px;
}
#content img {
	padding: 10px;
	background-color: #B98255;
	margin-top: 10px;
	margin-bottom: 10px;
}
#content img.no_border {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 0px;
}
#content a img:hover {
	background-color: #A17149;
}

/* ---- @ subnav ------- */
#content ul.subnav {
	margin: 5px 0px;
}
#content ul.subnav li {
	display: inline;
	float: left;
	margin-right: 10px;
	margin-left: 0px;
}
#content ul.subnav li a {
	color: #990000;
	display: block;
	text-decoration: none;
	padding: 5px;
}
#content ul.subnav li a:hover, #content ul.subnav li a:active, #content ul.subnav li a.selected {
	color: #FFFFFF;
	background-color: #B98255;
}

/* ---- @ content right only ------- */
#content_right {
	float: right;
	width: 300px;
}
#content_right p {
	text-align: left;
}
#content_right a {
	text-decoration: none;
	color: #990000;
	font-weight: bold;
}
#content_right a:hover, #content a:active {
	text-decoration: underline;
}

/* ---- @ content left only ------- */
#content_left {
	width: 500px;
}
#content_left a {
	text-decoration: none;
	color: #990000;
	font-weight: bold;
}
#content_left a:hover, #content a:active {
	text-decoration: underline;
}
#content_left a.donate {
	color: #FFFFFF;
	padding: 6px;
	background-color: #990000;
	margin: 1em;
	font-size: 120%;
	font-weight: normal;
}
#content_left ul {
	margin: 10px 5px;
}
#content_left ul li {
	margin-top: 5px;
	line-height: 1.4;
	margin-bottom: 5px;
	padding-left: 30px;
	background-image: url(../site_images/circle_red-trans.png);
	background-repeat: no-repeat;
	background-position: left top;
	min-height: 30px;
}

/* --- @ form styles ------- */
#contactForm {
	width: 500px;
	background-color: #B98255;
	margin: 10px 0px;
}
#contactForm em {
	color: #990000;
	font-size: 1.5em;
}
#contactForm h2 {
	padding-top: 10px;
	padding-left: 10px;
}
.form_section {
	display: block;
	margin: 10px auto;
	width: 460px;
}
.half_column {
	width: 220px;
	float: left;
	margin-left: 20px;
	margin-top: 0px;
}
.form_section label {
	display: block;
	margin-bottom: 1px;
	font-size: 0.9em;
}
.form_section label strong {
	color: #999999;
	font-size: 0.9em;
}
.form_section input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	background-color: #FFFFFF;
	width: 454px;
	padding: 3px;
}
.half_column input {
	width: 215px;
}
.form_section textarea {
	width: 454px;
	background-color: #FFFFFF;
	padding: 3px;
}
.form_checkbox {
	margin: 10px auto;
	width: 460px;
	font-size: 90%;
}
.form_checkbox input {
	float: left;
	margin-top: 3px;
}
.send_section {
	width: 460px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	text-align: right;
	padding-bottom: 20px;
}
.send_section input {
	text-align: center;
	background-color: #990000;
	color: #FFFFFF;
	padding: 3px 10px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}



/* ---------------------- @ FOOTER ---------------------- */
#footer_wrap {
	background-color: #281502;
	padding-top: 5px;
	padding-bottom: 5px;
	position: absolute;
	bottom: 0px;
	width: 100%;
}

#footer {
	margin: auto;
	width: 820px;
	font-size: 0.7em;
	color: #FFFFFF;
}
#footer p small {
	color: #C89871;
}
#footer a {
	color: #990000;
	text-decoration: none;
}
#footer a:hover, #footer a:active {
	text-decoration: underline;
}
#footer a.mkv {
	float: right;
}


/* ---------------------- @ FLOATS & CLEARFLOATS ---------------------- */
.clearfloats {
	font-size: 1px;
	line-height: 0px;
	clear: both;
	height: 0px;
}
.clearfloat_left {
	font-size: 1px;
	line-height: 0px;
	clear: left;
	height: 0px;
}



/* ---------------------- @ GENERAL CLASSES ---------------------- */
