@charset "UTF-8";
/* CSS Document */
/* Author: Randy Verbeck */
/* Design Firm: Sad Bird Design Co., St. Louis, MO */

body {
	margin: 0;
	padding: 0;
	background-color: #4E4A3F;
	font-family: Helvetica, Arial, Verdana;
	color: #CCC;
}


#container {
	position: relative;
	width: 960px;
	margin-left: auto;
	margin-right: auto;
}


/**** Header ****/

#header {
	width: 960px;
	min-height: 100px;
	margin-bottom: 45px;
}

#tagline {
	float: left;
	color: #ACAD73;
	width: 630px;
	min-height: 150px;
}

#logo {
	float: right;
	width: 300px;
	min-height: 80px;
	margin-top: 20px;
}

/**** Body ****/

#main {
	float: left;
	width: 615px;
	border-top: 1px solid #666;
	padding-top: 30px;
	min-height: 100px;
	margin-bottom: 45px;
}

.mainleft {
	float: left;
	width: 300px;
	min-height: 100px;
}

.mainright {
	float: right;
	width: 300px;
	min-height: 100px;
}

#nav {
	float: right;
	width: 300px;
	border-top: 1px solid #666;
	padding-top: 30px;
	min-height: 100px;
}

/**** Footer ****/

#footer {
	margin-top: 45px;
	width: 960px;
	min-height: 100px;
	clear: both;
}

#contact {
	float: left;
	width: 615px;
	border-top: 1px solid #666;
	min-height: 100px;
}

#credits {
	float: right;
	width: 300px;
	border-top: 1px solid #666;
	min-height: 100px;
	padding-top: 15px;
}

/**** Text Styles ****/

h1, h2 {
	font-family: Helvetica, Arial, Verdana;
	font-size: 40px;
	font-weight: bold;
}

h2 {
	font-size: 24px;
	font-weight: normal;
}

h3, h4, h5 {
	font-size: 24px;
	font-weight: normal;
	color: #92AB74;
	margin-top: 15px;
	margin-bottom: 5px;
}

h4 {
	color: #9C5D46;
}

h5 {
	color: #999;
}

p {
	padding-bottom: 5px;
	padding-top: 5px;
	margin: 0;
	font-size: 14px;
	line-height: 20px;
}

#credits p {
	font-size: 12px;
}

.form {
	font-size: 12px;
	padding-bottom: 0px;
	padding-top: 10px;
}

.ss, .aw {
	font-size: 40px;
	font-weight: bold;
	letter-spacing: .01em;
	padding-bottom: 15px;
	line-height: 40px;
	clear:both;
}

.ss {
	color: #92AB74;
}

.aw {
	color: #9C5D46;
	margin-top: 30px;
}

.ss span, .aw span {
	color: #999;
}

.ss span2 {
	color: #9C5D46;
}

/**** List Styles ****/
ul {
	margin: 0;
	padding: 0;
}

li {
	list-style: none;
}

#nav li {
	font-size: 30px;
	font-weight: bold;
	color: #666;
	line-height: 35px;
}

#nav li a.selected {
	color: #999;
}
	
/**** Link Styles ****/

a:link, a:visited {
	text-decoration: none;
	color: #666; 
}

a:hover, a:active {
	text-decoration: none;
	color: #999;
	border-bottom: 1px dotted #999;
}

#main a:link, #main a:visited, #credits a:link, #credits a:visited {
	color: #999999;
}	

/**** Image Styles ****/
img {
	padding-bottom: 0px;
}

hr {
	height: 1px;
	color: #666;
	background-color: #666;
	border: 0;
	margin-top: 45px;
}

/**** Contact Form ****/

form {
padding: 0;
margin-top: 45px;
margin-bottom: 45px;
clear: both;
}

input {
	width: 185px;
color: #D3D3C6;
background-color: transparent;
border: 1px solid #ACAD73;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
}

textarea {
width: 400px;
height: 100px;
color: #D3D3C6;
background-color: transparent;
border: 1px solid  #ACAD73;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
}

input.btn {
	margin-top: 15px;
	width: 60px;
background-color: transparent;
border: 1px solid #ACAD73;
padding: 2px 0 2px 0;
cursor: pointer;
}

input.btn:hover {
	background-color: #ACAD73;
}

a img {
	border: 0 none;
}

.imglink:hover {
	text-decoration: none;
	border-bottom: 0 none;
}
	
	
