@charset "UTF-8";
/* CSS Document */
body {
	margin: 0;
	text-align: center;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: medium;
	}
p {
	line-height: 1.3em;
	margin-bottom: 1em;
	}
h1 {
	font-size: 1.1em;
	margin-bottom: 0.3em;
	color: #B0944B;
	text-transform: uppercase;
	}
a {
	text-decoration: none;
	}
.label {
	color: #808080;
	}
input {
	color: #808080;
	}
.flourish {
	color: #B0944B;
	font-size: 1.1em;
	}
.maincontainer {
	margin-left: auto;
	margin-right: auto;
	width: 950px;
	text-align: left;
	}
.header {
	height: 96px;
	border-bottom: 1px dotted #888888;
	background: url(headerbackground.png) no-repeat;
	}
	.tagline {
		font-style:italic;
		margin: 0px 0px 0px 45px;
		padding-top: 38px;
		font-size: 1.4em;
		color: #808080;
		float: left;
		}
		.header .logo {
			float: right;
			}
.menu {
margin-top: 15px;
	float:left;
	width: 100%;
	clear: both;
	}
.menuleft, .menuright {

	}
.menuright {
	float: right;
	}
	.menuleft li, .menuright li {
	float: left;
	}
	.menuleft li {
	margin-right: 30px;
	}
	.menuleft li a, .menuright li a {
	color: #B0944B;
	text-transform: uppercase;
	}
.hero {
	margin-top: 25px;
	margin-bottom: 25px;
	clear: both;
	float: left;
	background-color: #333333;
	/*padding: 45px 50px 35px 50px;*/
	width: 100%;
	}
	.hero .heroinner {
		margin: 45px 45px 35px 45px;
		float:left;
		width: 860px;
		}
	.hero .graphic {
		float: right;
		}
	.copy {
		color: white;
		width: 700px;
		float: left;
	}
	.copy ul {
		margin-left: 20px;
		}
			.copy ul li {
				list-style-type: square;
				}
	.hero .joinus {
		color: #B0944B;
		text-decoration: underline;
		font-weight: bold;
		
		}
.feature {
	height: 105px;
	width: 23%;
	float: left;
	padding: 45px;
	
	}
	.feature input {
		width: 160px;
		margin-bottom: 5px;
	
	}
	.feature .login {
		text-decoration: underline;
		color: #B0944B
	
	}
	.feature a {
	color: #000000;
	}
.feature.left {
	background-color: #B0944B;
	line-height: 1.5em;
	}
	.feature.left h1 {
		color: white;
		}
.feature.right {
	border-left: 1px dotted #B0944B;
	}
.footer {
	border-top: 1px dotted #808080;
	margin-top: 100px;
	padding-top: 5px;
	clear:both;
	float:left;
	width: 100%;
	color: #808080;
	}
	.footer a {
		color: #808080;
		}

