/* author: Scott Marlow, Marketing By Marlow: 206.784.5454, http://www.marketingbymarlow.com
edited: March 2010

COLORS

Green: 	#999966
Blue: 	#003366
Tan: 	#CCCC99

*/
body {
	background-color: #996;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-left: 30px;
	margin-top: 25px
}
a {
	color:#036;
	text-decoration: none
}
a:hover {
	color: #CC9
}
#logo img {
	position: relative;
	left: 30px
}
#nav {
	position: absolute;
	top: 170px;
	left: 200px
}
#nav ul {
	border-top: 4px solid #036;
	margin: 20px 0 0 40px;
	padding: 0;
	width: 500px
}
#nav li {
	display: inline;
	font-size: 0.7em;
	font-weight: 600;
	list-style-type: none;
	margin-left: 10px;
	margin-right: 5px;
	text-transform: uppercase
}
#nav li a {
padding: .6em 0
}
a.select {
	color: #CC9
}
#home {
	text-align: center;
	position: relative;
	left: 200px;
	margin-top: 50px;
	width: 475px
}
#home h2 {
	color:#036;
	font-size: 1.1em;
	font-weight: 500
}
#content {
	background-color: white;
	min-height: 350px;
	position: absolute;
	left: 240px;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 500px
}
#content p {
	font-size: 0.7em;
	line-height: 1.4em;
	padding-left: 10px;
	padding-right: 10px;
}
#content li {
	font-size: 0.7em;
	line-height: 1.5em;
	padding-left: 10px;
	padding-right: 10px
}
#content h1 {
	font-size: 1em;
	margin-bottom: 0;
	padding-left: 10px;
	padding-right: 10px
}
#content h2 {
	font-size: .9em;
	margin-bottom: -1em;
	padding-left: 10px;
	padding-right: 10px
}
#content h3 {
	font-size: .8em;
	margin-bottom: -1em;
	padding-left: 10px;
	padding-right: 10px
}
#content a {
	color:#993;
	text-decoration: none
}
#content a:hover {
	color: #036;
	text-decoration:underline
}
#sidebar {
	position: absolute;
	top: 350px;
	left: 50px
}
#sidebar img[src $='Email_Button.gif'] {
	margin-left: 40px
}

#sidebar p {
	color:#036;
	font-size: 0.7em;
	font-weight: 600;
	margin-top: 0
}

