@charset "utf-8";
/* CSS Document */

/***********************************
1.	Remove defaults
***********************************/

html, body, div, span, applet, object, iframe, 
h1, h2, h3, h4, h5, h6, p, blockquote, pre, 
a, abbr, acronym, address, big, cite, code, 
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, 
dl, dt, dd, ol, ul, li, 
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td	{
	margin: 0;
	padding: 0;
	border: 0;
}

ol, ul	{
	list-style: none;
}

body {
	background-color: #8e8d6f;
	background-image: url(Graphics/background_pattern_lighter.gif);
	font-family: Arial, Helvetica, sans-serif;
}

/************************************
Top Bar Container
************************************/

div#top_bar_container {
	background-image: url(Graphics/final_crossfire_background.gif);
	width: 100%;
	height: 61px;
}

/*************************************
Top Bar Inner
*************************************/

div#top_bar_inner {
	margin: 0 auto;
	width: 1000px;
	height: 61px;
	border-left: 1px solid #3a3835;
	border-right: 1px solid #3a3835;
}

/*************************************
Top Nav
*************************************/

#top_nav {
	list-style-type: none;
	text-align: left;
	width: 300px;
	margin-left: 750px;
	padding-top: 20px;
}

#top_nav li {
	display: inline;
	font-size: .75em;
}

#top_nav a {
	text-decoration: none;
	color: #ffffff;
	padding-left: 3px;
	padding-right: 3px;
}

#top_nav a:hover {
	color: #999999;
}

#donate a {
	text-decoration: underline;
	color: #ffcc00;
}

#donate a:hover {
	text-decoration: none;
	color: #ffcc00;
}


/************************************
Header Container
************************************/

div#header_container {
	background-color: #000000;
	width: 100%;
	height: 220px;
	
}

/************************************
Header Inner
************************************/

div#header_inner {
	margin: 0 auto;
	padding-top: 30px;
	width: 1000px;
	height: 190px;
	background-image: url(Graphics/final_header_background_image.gif);
	background-repeat: no-repeat;
	border-left: 1px solid #0f0f0f;
	border-right: 1px solid #0f0f0f;
}

/************************************
Logo
************************************/

div#logo {
	width: 420px;
	height: 180px;
	background-image: url(Graphics/final_crossfire_logo_web.gif);
	background-repeat: no-repeat;
}

div#logo h1 a {
	display: block;
	width: 420px;
	height: 180px;
}

div#logo h1 a span {
	display: none;
}

/************************************
Content Wrapper
************************************/

div#content_wrapper {
	margin: 0 auto;
	margin-top: -1px;
	width: 1000px;
	height: 1300px;
	border-left: 1px solid #39382c;
	border-right: 1px solid #39382c;
	border-bottom: 1px solid #39382c;
	border-top: 1px solid black;
	background-color: #f0f8e6;
}

/***********************************
Main Navigation
***********************************/

div#main_navigation {
	margin-left: 10px;
	margin-top: 25px;
	width: 260px;
	height: 815px;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
}

/**********************************
Main Nav
**********************************/

#main_nav {
	list-style-type: none;
	margin-top: 10px;
	font-size: 1em;
	font-weight: bold;
	color: #2d3211;
}

#main_nav li {
	display: block;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 20px;
}

#main_nav a {
	text-decoration: none;
	color: #2d3211;
}

#main_nav a:hover {
	text-decoration: underline;
	padding-left: 10px;
}

/**********************************
Home
**********************************/

#home {
	background-image: url(Graphics/menu_bold_arrow.gif);
	background-repeat: no-repeat;
	background-position: 0 .5em;
}

/*********************************
Closed
*********************************/

.closed {
	background-image: url(Graphics/menu_bold_arrow.gif);
	background-repeat: no-repeat;
	background-position: 0 .5em;
}

.closed2 {
	background-image: url(Graphics/menu_bold_arrow2.gif);
	background-repeat: no-repeat;
	background-position: 0 .6em;
}

/**********************************
Open
**********************************/

#open {
	list-style-type: none;
	font-size: .85em;
	font-weight: normal;
	margin-left: -20px;
	margin-top: 0px;
}

#open li {
	font-family: tahoma;
	height: 17px;
}

#open li a {
	display: block;
	width: 227px;
	padding-top: 4px;
	padding-bottom: 4px;
	text-decoration: underline;
	color: #475b2a;
	
}

#open li a:hover {
	text-decoration: none;
	background-color: #4f643f;
	border: 1px solid #39282c;
	padding-left: 10px;
	color: #FFFFFF;
}

#open2 {
	list-style-type: none;
	font-size: .85em;
	font-weight: normal;
	margin-left: -20px;
	margin-top: 0px;
}

#open2 li {
	font-family: tahoma;
	height: 17px;
}

#open2 li a {
	display: block;
	width: 227px;
	padding-top: 4px;
	padding-bottom: 4px;
	text-decoration: underline;
	color: #475b2a;
	
}

#open2 li a:hover {
	text-decoration: none;
	background-color: #4f643f;
	border: 1px solid #39282c;
	padding-left: 10px;
	color: #FFFFFF;
}

#open3 {
	list-style-type: none;
	font-size: .85em;
	font-weight: normal;
	margin-left: -20px;
	margin-top: 0px;
}

#open3 li {
	font-family: tahoma;
	height: 25px;
}

#open3 li a {
	display: block;
	width: 227px;
	padding-top: 4px;
	padding-bottom: 4px;
	text-decoration: underline;
	color: #475b2a;
	
}

#open3 li a:hover {
	text-decoration: none;
	background-color: #4f643f;
	border: 1px solid #39282c;
	color: #FFFFFF;
}

#special {
	margin-top: -8px;
}

#special2 {
	margin-top: 10px;
}

#special3 {
	margin-top: 10px;
}

#open4 {
	list-style-type: none;
	font-size: .85em;
	font-weight: normal;
	margin-left: -20px;
	margin-top: 0px;
}

#open4 li {
	font-family: tahoma;
	height: 17px;
}

#open4 li a {
	display: block;
	width: 227px;
	padding-top: 4px;
	padding-bottom: 4px;
	text-decoration: underline;
	color: #475b2a;
	
}

#open4 li a:hover {
	text-decoration: none;
	background-color: #4f643f;
	border: 1px solid #39282c;
	padding-left: 10px;
	color: #FFFFFF;
}

/******************************************
Welcome Blurb Container
******************************************/

div#welcome_blurb_container {
	margin-top: -817px;
	margin-left: 300px;
	height: 302px;
	width: 672px;
	background-image: url(Photographs/welcome_blurb_background.gif);
	background-repeat: no-repeat;
}

div#welcome_blurb_container h3 span {
	display: none;
}

/******************************************
Welcome Content
******************************************/

div#welcome_content {
	color: #333333;
	font-family: verdana, geneva, sans-serif;
	font-size: .85em;
	font-weight: normal;
	line-height: 150%;
	padding-top: 68px;
	padding-left: 20px;
	width: 305px;
}

/*****************************************
Welcome Content 2
*****************************************/

div#welcome_content2 {
	color: #333333;
	font-family: verdana, geneva, sans-serif;
	font-size: .85em;
	font-weight: normal;
	line-height: 150%;
	margin-top: 12px;
	padding-left: 20px;
	width: 305px;
}

div#news_container {
	margin-left: 300px;
	margin-top: 30px;
	width: 439px;
	height: 392px;
	clear: both;
}

div#news_title {
	font-family: verdana, geneva, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	color: #202521;
}

div#news_link1 {
	margin-top: 10px;
}

div#news_link1 a {
	font-family: verdana, geneva, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #58473d;
}

div#news_link1 a:hover {
	text-decoration: none;
}

div#news_link1_content {
	margin-top: 5px;
	font-family: verdana, geneva, sans-serif;
	font-size: small;
	font-weight: normal;
	color: #333333;
	width: 430px;
	line-height: 130%;
}

div#news_link1_content span {
	font-weight: bold;
}

div#news_link2 {
	margin-top: 10px;
}

div#news_link2 a {
	font-family: verdana, geneva, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #58473d;

}

div#news_link2 a:hover {
	text-decoration: none;
}

div#news_link2_content {
	margin-top: 5px;
	font-family: verdana, geneva, sans-serif;
	font-size: small;
	font-weight: normal;
	color: #333333;
	width: 430px;
	line-height: 130%;
}

div#news_link2_content span {
	font-weight: bold;
}

div#news_link3 {
	margin-top: 10px;
}

div#news_link3 a {
	font-family: verdana, geneva, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #58473d;
}

div#news_link3 a:hover {
	text-decoration: none;
}

div#news_link3_content {
	margin-top: 5px;
	font-family: verdana, geneva, sans-serif;
	font-size: small;
	font-weight: normal;
	color: #333333;
	width: 430px;
	line-height: 130%;
}

div#news_link3_content span {
	font-weight: bold;
}

div#news_link4 {
	margin-top: 10px;
}

div#news_link4 a {
	font-family: verdana, geneva, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #58473d;
}

div#news_link4 a:hover {
	text-decoration: none;
}

div#news_link4_content {
	margin-top: 5px;
	font-family: verdana, geneva, sans-serif;
	font-size: small;
	font-weight: normal;
	color: #333333;
	width: 430px;
	line-height: 130%;
}

div#news_link4_content span {
	font-weight: bold;
}

div#ptsd_quicklink {
	margin-left: 774px;
	margin-top: -392px;
	width: 197px;
	height: 404px;
	background-image: url(Graphics/post_traumatic_quicklink.gif);
	background-repeat: no-repeat;
}

div#ptsd_quicklink a {
	display: block;
	width: 197px;
	height: 404px;
}

div#ptsd_quicklink a span {
	display: none;
}

div#married {
	margin-left: -765px;
	margin-top: 130px;
	width: 280px;
	height: 191px;
	background-image: url(Graphics/married_to_a_vet_quicklink.gif);
	background-repeat: no-repeat;
	clear: both;
}

div#married a {
	display: block;
	width: 280px;
	height: 191px;
}

div#married a span {
	display: none;
}

div#biblical {
	margin-left: -465px;
	margin-top: -300px;
	width: 440px;
	height: 301px;
	background-image: url(Graphics/why_choose_biblical_counseling.gif);
	background-repeat: no-repeat;
	clear: both;
}

div#biblical a {
	display: block;
	width: 440px;
	height: 301px;
}

div#biblical a span {
	display: none;
}

div#heaven {
	margin-left: 0px;
	margin-top: -304px;
	width: 198px;
	height: 304px;
	background-image: url(Graphics/going_to_heaven.gif);
	background-repeat: no-repeat;
}

div#heaven a {
	display: block;
	width: 198px;
	height: 304px;
}

div#heaven a span {
	display: none;
}

/**************************************
Footer Container
**************************************/

div#footer_container {
	margin: 0 auto;
	margin-top: 459px;
	margin-left: -1px;
	width: 1000px;
	height: 80px;
	background-image: url(Graphics/final_crossfire_footer.gif);
	background-repeat: no-repeat;
	border-left: 1px solid #222222;
	border-right: 1px solid #222222;
	border-bottom: 1px solid #222222;
}

/***************************************
Footer Content
***************************************/

div#footer_content {
	margin: 0 auto;
	width: 1000px;
	height: 100px;
}

div#copy {
	width: 400px;
	padding-top: 60px;
	padding-left: 10px;
	font-size: .70em;
	color: #e0dccd;
	clear: both;
}

div#brandon {
	margin-top: -30px;
	width: 250px;
	padding-right: 10px;
	font-size: .70em;
	color: #e0dccd;
	float: right;
	text-align: right;
}

div#brandon p {
	padding-bottom: 2px;
}

div#brandon span {
	text-decoration: underline;
	color: #b3a982;
}

div#brandon a {
	text-decoration: underline;
	color: #b3a982;
}

div#brandon a:hover {
	color: #868a6a;
}
