/*-----------------------------------------------------------------------------
AHRC Stylesheet

author:    Ben Falk
email:     info@falkencreative.com
website:   www.falkencreative.com

colors:    	dk red: 270d0d 
			red: 6c2121
			gray: 7f7c7b

-----------------------------------------------------------------------------*/


/* LINK STYLES --------------------------------------------------------------- 
*/

#content a:link, #content a:visited {
	font-weight: bold;
	text-decoration: underline; 
	color: #6c2121;}
#content a:hover, #content a:active { 
	font-weight: bold;
	text-decoration: underline;
	color: #270d0d;}

#nav a:link, #nav a:visited {
	text-decoration: none; 
	color: #e4dad7; }
#nav a:hover, #nav a:active { 
	text-decoration: none;
	color: #999999; }
	
#footer_r a:link, #footer_r a:visited {
	text-decoration: none; 
	color: #a4938f; }
#footer_r a:hover, #footer_r a:active { 
	text-decoration: none;
	color: #601e1e; }
	
.invisible {
	visibility: hidden; }

/* GENERAL STYLES -------------------------------------------------------------*/

* {
	margin: 0px;
	padding: 0px; }
	
img {
	border: 0px; }

p {
	padding-bottom: 14px; }
	
.logo {
	padding-top: 20px; 
	padding-bottom: 3px; }
	
.banner {
	border-top: 2px solid #FFFFFF;
	border-bottom: 2px solid #FFFFFF; 
	padding: 0px;
	margin: 0px; }
	
body {
	padding: 0px;
	margin: 0px;
	text-align: center; 
	
	background-color:#FFFFFF;
	background-image:url(resources/background.jpg);
	background-repeat:repeat-x;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 13px;
	}
	
#wrapper {
	width: 780px;
	border: 0px;
	margin: 0px auto;
	
	text-align: left; }
	
#left { 
	width: 175px;
	float: left;
	padding-top: 235px; 
	padding-right: 25px;
	
	text-align: right; }
	
#right { 
	width: 572px;
	float: right;
	padding-top: 0px;
	
	text-align: left;
	
	border-left: 4px solid #FFFFFF; 
	border-right: 4px solid #FFFFFF; }
	
#top {
	height: 6px;
	background-color: #5f1e1d;
	line-height: 0px; }
	
#content {
	min-height: 220px;
	margin-top: 1px;
	
	padding: 14px 18px 10px 18px;
	
	background-image: url(resources/background_content.jpg);
	background-repeat: repeat-x;
	background-color: #c7bcb8;
	border-top: 1px solid #270d0d;
	border-bottom: 1px solid #270d0d;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: justify;
	color: #270d0d;
	}
	
#footer {
	padding: 3px 10px 0px 0px;
	
	text-align: right;
	font-size: 10px; }
	
#footer_l {
	float: left;
	padding: 3px 0px 0px 10px;
	
	text-align: left;
	font-size: 10px; 
	color: #a4938f; }
#footer_r {
	float: right;
	padding: 3px 10px 0px 0px;
	
	text-align: right;
	font-size: 10px; 
	color: #a4938f; }
	
/* NAV STYLES --------------------------------------------------------------- */	

#nav {
	height: 21px;
	padding-top: 6px;
	
	background-image:url(resources/background_nav.jpg);
	background-repeat: repeat-x;
	background-color: #01e1e;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: 1px;
	font-size: 13px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;	}

.nav li {
	list-style: none; 
	display: inline; 
	
	margin: 0px;
	padding-right: 16px; 
	
	color: #999999; }

.nav li.last {
	padding-right: 0px; }

/* FORM STYLES --------------------------------------------------------- */

form table tr td {
	vertical-align: top; }
	
.error {
	font-size: 11px;
	color: #CC0000; }

.form_textbox {
	padding: 2px 2px 2px 2px;
	height: 14px;
	margin-bottom: 2px;
	width: 180px;
	
 	border: 1px solid #6c2121;
	vertical-align: middle;
	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #270d0d; }

.form_textarea {
	padding: 3px 2px 2px 4px;
	width: 95%;
 	border: 1px solid #6c2121;

	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #270d0d; }
	
.form_button {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #6c2121; }
	
/* TEXT STYLES ------------------------------------------------------- */

.bold {
	font-weight: bold;
	color: #6c2121; }
	
.indent {
	padding-left: 25px; }
