/* @override http://www.darrenlipper.com/styles.css */

/*
Colors
#505B5F
#DCDFCA
*/

body {
	font-family: "Helvetica", "Arial", sans-serif;
	padding: 30px;
	margin: 0 auto;
	text-align: center;
	width: 800px;
	background: #6b2b10;
}

img {
	border: 0;
}

p	{
	padding: 0px;
	margin: 0 0 1em 0; 
	
}

h1 {
	font-size: 1.5em;
	letter-spacing: -.025em;
}
h2 {
	font-size: 1em;
	letter-spacing: .1em;
	text-transform: uppercase;
	margin: 0px 0px 10px 0px;
	clear: both;
	text-align: left;
	}

h2.section-title {
	color:  white;
	background-color: #4c1e0b;
	padding: 10px;
	width: auto;
	clear: both;
}
h3 {
	font-size: .8em;
	font-weight: bold;
}

a:link, a:visited {
	padding: 0px;
	text-decoration: none;
	color: #b08a73;
}

a:hover, a:active {
	padding: 0px;
	text-decoration: underline;
	text-transform: none;
}

div#navbar {
	font-size: .9em;
	font-weight: lighter;
	padding: 10px;
	/*background-color: #541702;*/
	text-align: center;
	width: 780px;
	margin: 0px auto;
	margin-bottom: 15px;
	background-image: url('images/bg-gradient.png');
}

div#navbar a:link {
	color: white;
	font-weight: lighter;
	text-decoration: none;
	margin-right: 10px;
	margin-left: 10px;
	font-size: 1.5em;
	text-transform: uppercase;
}

div#navbar a:visited {
	color: white;
	font-weight: lighter;
	text-decoration: none;
	margin-right: 10px;
	margin-left: 10px;
	font-size: 1.5em;
	text-transform: uppercase;
}

div#navbar a:hover {
	color: #e1bc85;
	margin-right: 10px;
	margin-left: 10px;
}

div#navbar a:active {
	color: #e1bc85;
	margin-right: 10px;
	margin-left: 10px;
}

div#container {
	margin: 0px auto;
	padding: 0;
	margin-bottom: 20px;
	width: 800px;
	height: 130px;
	display: block;
	clear:  both;
}

div#container-bottom {
	margin: 0px auto;
	padding: 20px;
	margin-bottom: 20px;
	bottom: 0;
	width: 760px;
	height: 300px;
	background: url(images/splash2_bg.jpg) no-repeat;
	display: block;
	position: relative;
	z-index: -1;
}
div#container-home {
	margin: 0px auto;
	padding: 20px;
	padding-top: 330px;
	margin-bottom: 20px;
	width: 760px;
	height: 130px;
	background: url(images/splash1_bg.jpg) no-repeat;
	display: block;
}

.content {
	font-family: "Trebuchet MS", "Helvetica", "Arial", sans-serif;
	color: #310d04;
	font-size: .8em;
	line-height: 150%;
	text-align: left;
	/*border-left: solid 2px #310d04;*/
	/*width: 213px;*/
	width: 26.6%;
	margin: 0;
	padding: 20px;
	display: block;
	float: left;
	background: #e1bc85 url(images/bg2.png) repeat-x 0 bottom;
}

.content > p {
}

.content a:link {
	color: #310d04;
	font-weight: bold;
	text-transform: none;
}

.content a:visited {
	color: #310d04;
	font-weight: bold;
}

.content a:hover {
	text-transform: none;
}

.content a:active {
	
}

div#section-head {
	left: 0;
	top: 0;
	display: block;
	position: absolute;
	z-index: 2;
	float: left;	
}

div#left {
	margin-left: 0;
	margin-right: 2.5%;
}

div#middle: {
	
}

div#right {
	margin-left: 2.5%;
	margin-right: 0px;
}

#sidebar {
	font-family: "Trebuchet MS", "Helvetica", "Arial", sans-serif;
	color: #000;
	font-size: .8em;
	line-height: 150%;
	text-align: left;
	background-color: #807c66;
	width: 200px;
	margin: 20px 0 20px 0;
	padding: 20px;
	display: block;
	float: left;
	margin-left: 20px;
}

div#title {
	margin-bottom: 20px;
}

/*#content-container {
	font-family: "Trebuchet MS", "Helvetica", "Arial", sans-serif;
	display: block;
	text-align: left;
	top: 280px;
}*/

div#footer {
	font-size: .6em;
	width: 98%;
	line-height: 150%;
	display: block;
	text-align: right;
	color: #b08a73;
	padding: 10px;
	margin: auto 0;
	margin-bottom: 1em;
	bottom: 0;
	right: 0;
	position: fixed;
	background: none;
	}
	
body > div#footer a:link, a:hover, a:visited {
	font-size: 1em;
	text-transform: capitalize;
	margin: 0;
	
}
/*.content {
	font-family: "Trebuchet MS", "Helvetica", "Arial", sans-serif;
	color: #000;
	background-color: #b08a73;
	width: 200px;
	padding: 20px;
	margin: 20px 0 20px 20px;
	position: relative;
	display: compact;
	top: 300px;
	font-size: .8em;
	line-height: 150%;
	text-align: left;
	float: left;
	opacity: .8;
}*/

/*#copyright {
	text-align: left;
	display: block;
	float: left;
	clear: left;
}*/

/*#credit {
	text-align: right;
	float: right;
	display: block;
	clear: right;
}*/
	