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

/* STYLESHEET and WEBSITE Design by Matt Hoffpauir - ApacheAdvertising.com */

/*******************
GLOBAL RESET
*************/ 

/* Based upon 'reset.css' in the Yahoo! User Interface Library: http://developer.yahoo.com/yui */
*, html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h5, h5, h6, pre, form, label, fieldset, input, p, blockquote, th, td { margin:0; padding:0 }
table { border-collapse:collapse; border-spacing:0 }
fieldset, img { border:0 }
address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal }
ol, ul, li { list-style:none }
caption, th { text-align:left }
h1, h2, h3, h5, h5, h6 { font-size:100%; font-weight:normal }
q:before, q:after { content:''}

/* Global reset-RESET */
/* The below restores some sensible defaults */
strong { font-weight: bold }
em { font-style: italic }
a img { border:none } /* Gets rid of IE's blue borders */


/*****************
BASIC STYLE LAYOUT BLOCKS
****************/

body { 
	background:#8cb7ff url(images/top-fade.jpg);
	background-repeat: repeat-x;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: center	}

#container {
	width: 750px;
	margin: 0 auto;
	text-align: left;
	background-image: url(images/content-background.jpg);
	background-repeat: repeat-y }
	
#header { width: 750px }

	
#textarea {
	width: 442px;
	padding: 6px 0 10px 53px;
	float: left }
	
#navarea {
	width: 155px;
	float: right;
	padding: 6px 78px 10px 0;
	text-align: right }

#footer {
	height: 76px;
	text-align: center;
	clear: both;
	background-image: url(images/footer.jpg) }	
	
	
/****************
TYPOGRAPHY
*****************/

a:link  { color: #036; text-decoration: none }
a:visited  { color: #036; text-decoration: none }
a:hover { color: #036; text-decoration: underline }
a:active  { color: #036; text-decoration: none }


h1 {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	color: #8b4513;
	font-weight: normal;
	font-size: 20px;
	margin: 6px 8px }	
	
p { color: #2a2a2a;
	font-size: 14px;
	line-height: 20px;
	margin: 12px 8px }
	
h2 {font-family: Verdana, Helvetica, Arial, sans-serif;
	color: #8b4513;
	display: block;
	width: 420px;
	background-color: #f3ece3;
	font-weight: normal;
	font-size: 15px;
	font-style: italic;
	margin: 8px 8px;
	padding: 2px }	
	
h3 { color: #8b4513;
	font-weight: bold;
	font-size: 15px;
	margin: 6px 8px  }	
	
	
/***********************
 Right Side Navigation 
 *************************/	
	
	
	
#navarea ul   {
	font-size: 11px;
	font-family: Georgia, "Times New Roman", Times, serif;
	text-align: right;
	list-style-type: none;
	padding: 3px;
}
	
#navarea ul li   {
	text-decoration: none;
	display: block;
	padding: 2px 0;
	width: 140px;
	border-bottom: 1px dotted #999 }
	
#navarea a  {
	font-family: Georgia, "Times New Roman", Times, serif;
	display: block;
	width: 140px;
	color: #333;
	font-weight: normal;
	text-decoration: none;
	padding-top: 2px;
	padding-bottom: 2px;
	border-bottom: 0 none;
}

#navarea ul li a:link
   {
	color: #333;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	text-decoration: none;
	padding-top: 2px;
	padding-bottom: 2px;
	border-bottom: 0 none;
}

#navright ul li a:visited    
	{
	color: #333;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	text-decoration: none;
	padding-top: 2px;
	padding-bottom: 2px;
	border-bottom: 0 none }
							


#navarea ul li a:hover
   {
	color: #fff;
	background-color: #6697cc;
	border-bottom: 0  }
	
	
#navright ul li a:active   {
	color: #333;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	text-decoration: none;
	padding-top: 2px;
	padding-bottom: 2px}
	
	
/**************************
FOOTER
**********************/

#footer p {
	text-align: center;
	font-size: 11px;
	color: #e8e7e5;
	margin-top: 12px }	

#footer a { color: #e8e7e5 }
	
#footer a:link {
	color: #e8e7e5;
	text-decoration: none  }

#footer a:visited { 
	color: #e8e7e5;
	text-decoration: none  }

#footer a:hover { 
	color: #fff;
	text-decoration: underline  }

#footer a:active { 
	color: #e8e7e5;
	text-decoration: none  }
	

/**************************
UTILITY STYLES
**************************/

.rightpad { padding: 6px }

.toppad { padding-top: 10px }