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

/*decorative styles*/

.bordered {
	border:1px solid #cc9900;
}

/*theme styles*/

h1, h2, h3, h4, h5, h6, p, li {
	margin:0px;
	padding-top:0px;
	padding-bottom:0.5em;
}

h1, h2, h3, h4, h5, h6 {
	font-weight:normal;
	color:#990000;
}

li ul {
	padding-top:0.5em; /*this style sorts out spacing on nested lists*/
}

p, li {
	line-height:1.5em;
}

img {
	border:none;
}

a {
	color:#cc0000;
	text-decoration:none;	
}

a:hover {
	text-decoration:underline;
}

hr {
	height:1px;
	color:#cc9900;
}

label {
	display:block;
	margin:5px 10px;
	color:#660000;
}

input, textarea {
	display:block;
	margin:5px 10px;
}

input#email {
	display:none; /*this style hides the email input. email is a bogus input, used to check for bot entries */
}

/*layout styles*/

body {
	width:80%;
	min-width:800px;
	margin:0px auto;
	padding:25px 0px;
	color:#333333;
	background:url(../images/bodybg.gif) repeat-x top #ffffff;
	font-family:Tahoma, Helvetica, sans-serif;
	font-size:0.8em;
}

#header {
	position:relative;
	padding: 25px 25px 10px;
	
	background:url(../images/gradientbg.gif) repeat-x top #990000;
}

	#header h1 {
		padding:0px;
		margin:0px;
		color:#ffffff;
		font-weight:normal;
	}
	
		#header h1 span {
			font-size:0.8em;
		}
		
	#header h2 {
		margin:0.5em 0em 2em;
		color:#ffffff;
		font-size:0.9em;
		font-weight:normal;
	}
	
	#nav {
		margin:0px;
		padding:0px;
		text-align:right;
	}
	
		#nav li {
			display:inline;
			margin:0px;
			padding:2px 2px 2px 5px;
			border-left:2px solid #cc9900;
		}
		
		#nav li.first {
			border:none;
		}
				
			#nav li a {
				color:#ffffff;
				text-decoration:none;
			}
			
			#nav li.current a {
				color:#cc9900;
				text-decoration:underline;
			}
		
			#nav li a:hover {
				text-decoration:underline;
			}
		
		#logo {
			position:absolute;
			top:25px;
			right:25px;
			border:none;
		}
		
#content {
	padding:50px;
	background-color:#ffffff;
	border:1px solid #cc9900;
	border-top-width:2px;
	border-bottom-width:2px;
}

#footer {
	padding:2px;
	color:#ffffff;
	background:url(../images/gradientbg.gif) repeat-x bottom #990000;
	text-align:right;
}
