/* ********************

OK, lets start with some of my styles

******************** */
body {
	background-color: #899B8B;
	/*background-image: url(../images/bg_vert_rhythm.gif);*/
	background-position: top left;
	background-repeat: repeat;
	
	color: #FFFFFF;

	font-family: "Lucida Sans", "Lucida Sans Unicode", "Trebuchet MS", Verdana, "Bitstream Vera Sans", Geneva, Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 16px;
	
	text-transform: uppercase;
	
	line-height: 1.4;
}

abbr {
	cursor: help;
	padding: 1px;

}
	abbr:hover {
		border-bottom: 1px dotted #617163;
	}

a {
	color: #FFFFFF;
	background-color: #7C8C7F;
	text-decoration: none;
	
	padding: 0px 4px;
	
	border: 1px solid #7C8C7F;
	
	border-top-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-webkit-border-top-left-radius: 4px;
	
	border-bottom-right-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-webkit-border-bottom-right-radius: 4px;
		
}
a:visited {
}
a:hover,
a:active,
a:focus {
	background-color: #617163;
	border-color: #617163;
	text-shadow: #454E46 1px 1px 3px;
}

a:active {
	outline: 1px dotted #617163;
}

/* ********************

The header.

******************** */

#header {

	background-color: #899B8B;
	background-image: url(../images/bg_header.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
	
	border-bottom: 1px solid #606D62;
	padding: 49px 0 97px 60px;

	line-height: 1;
}
	#header h1 {
		height: 47px;
		text-indent: -3000px;	
		
		background-image: url(../images/bg_header_h1.gif);
		background-repeat: no-repeat;
		
		margin-bottom: 6px;
	}
	#header h2 {
		height: 18px;
		text-indent: -3000px;	
		
		background-image: url(../images/bg_header_h2.gif);
		background-repeat: no-repeat;
		
	}
	
/* ********************

The nav.

******************** */

#nav {
	border-bottom: 1px solid #606D62;
	background-color: #7C8C7F;
	font-size: 2em;
	float: left;
	width: 100%;
}
	#nav ul {
		list-style: none;
		margin: 0 0 0 60px;
	}	
		#nav ul li {
			float: left;

			list-style: none;
			margin: 0;
			padding: 0;

			border-right: 1px solid #606D62;
		}
		#nav ul li:first-child {	
			border-left: 1px solid #606D62;
		}
		#nav ul li a {
			display: block;
			width: 160px;
			padding: 0 10px;
			
			border: none;
			border-radius: 0;
			-moz-border-radius: 0;
			-webkit-border-radius: 0;
		}
		#nav ul li a.current {
			background-color: #899B8B;
			
			margin-bottom: -1px;
			padding-bottom: 0;			
			border-bottom: 1px solid #899B8B;
			
			text-shadow: #454E46 1px 1px 3px;
		}
		#nav ul li a.current:hover {
			cursor: default;
		}
	
/* ********************

The content.

******************** */

.content {
/*  	background-color: #899B8B; */
	float: left;
	padding: 25px 60px 0 60px;
}
	.content h3,
	.content h4,
	.content p,
	.content ul,
	.content li {
		font-size: 1em;
		margin: 0;
		padding: 0;
		line-height: 1.5;
	}
	.content a {
		font-size: 1em;
	}
	
	.content h3 {
		text-shadow: #778A79 1px 1px 3px;	
	}
	.content h3.inline,
	.content h4 {
		float: left;
		padding-left: 10px;
		padding-right: 0.4em;
		text-shadow: #778A79 1px 1px 3px;		
	}
	
	.content p {
		text-transform: none;
		width: 660px;
		margin-bottom: 1.5em;
	}
	.content ul {
		margin-top: 1.5em;
	}
	.content li {
		text-transform: none;
		margin-bottom: 0.5em;
	}
		.content li a {
			text-transform: uppercase;
		}
	
/* ********************

The footer.

******************** */

#footer {
	clear: both;
	border-top: 1px solid #899B8B;
}