/* author: Scott Marlow, MarketingByMarlow.com | 206.784.5454

SITE COLORS

Aqua:		#47a888
lt Green:	#a3c380
Orange:		#ed6e21
lt Grey:	#0c5570
Dk Grey:	#666666

*/

body {
	background-color: #666;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:66.5%
}
#wrapper {
	border:0;
	background: url("../img/bg-container.gif") repeat;
	margin: 0 auto;
	padding: 0;
	text-align: left;
	width: 960px
}
#header {
	/*margin: 0 0 15px 0;*/
	background-color: #47a888;
	height: 57px
}
#header img {
	border: none;
	float: left
}
#header h2 {
	color: #fff;
	font-size: 12px;
	font-style: italic;
	font-weight: normal;
	padding: 35px 12px 10px 0;
	text-align: right
}
#sidebar {
	float: left;
	width: 220px;
}
#sidebar ul {
	list-style-type: none;
	margin: 0 0 4em 0
}
#sidebar2 ul {
	margin-top: 6px;
	margin-bottom:16px
}
#sidebar li {
	margin-bottom: 2em
}
#sidebar2 {
	background-color: #fff;
	float: right;
	width: 300px;
}
#sidebar2 img {
	margin-bottom: 20px
}
#content {
	background-color: #fff;
	float: left;
	width: 45%;
}
#footer {
	background: url("../img/bg-footer.gif") top left no-repeat;
	clear: both;
	height: 34px;
}
.padding {
	padding: 20px 10px
}
.spacev {margin-top: 2em}
h1 {
	color: #ed6e21;
	font-size: 1.8em;
	font-weight: normal;
	margin: 0;
	text-transform: uppercase
}
h2, #subhead {
	color: #ed6e21;
	font-size: 1.4em;
	font-weight: normal;
	margin: 0;
	padding-top: 14px
}
h3 {
	color: #ed6e21;
	font-size: 1.2em;
	margin: 0
}
p {
	font-size: 1.1em;
	line-height: 1.6em
}
dt {font-size: 1.1em; margin: 7px 0 10px 0}
dd {font-size: 1.1em; margin: 0}
ul {
	margin: 0 0 1em 15px;
	padding: 0
}
li {
	font-size: 1.1em;
	line-height: 1.4em;
	margin-bottom: 1em
}
.callout {
	font-size: 1.4em;
	font-weight: bold
}
a {
	border-bottom: 1px dotted #47a888;
	color: #47a888;
	text-decoration: none
}
a:hover {
	border: none;
	color: #666;
	text-decoration:none
}
#sidebar a {
	border-bottom: 1px dotted #000;
	color: #000
}
#sidebar a:hover, #sidebar a.active {
	border: none;
	color: #47a888;
	text-decoration: none
}
