/* author: Scott Marlow, MarketingByMarlow.com | 206.784.5454

SITE COLORS
Olive		#6e7649, rgb(110,118,73)
Blue		#253355, rgb(37,51,85)
Orange 		#e55300, rgb(229,83,0)
Yellow		#ffc726, rgb(255,199,38)
*/

body {
	font-family: Trebuchet MS, Helvetica, arial, sans-serif;
	font-size:10px;
	margin: 0;
	padding: 0;
	scrollbar-base-color: #e55300;
	/*Scrollbar effects are IE only:
	scrollbar-arrow-color: #e55300;
	scrollbar-darkshadow-color:#253355;
	scrollbar-face-color:#008080;
	scrollbar-highlight-color:#ff69b4;
	scrollbar-shadow-color:#f0f;
	scrollbar-track-color:#800080; (not IE)*/
}
#wrapper {
	background-image:url(../img/bg_inside3.jpg);
	height: 718px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	width: 900px
}
#home #wrapper {
	background-image:url(../img/bg_home.jpg)
}
#landing #content p {
	color: #e55300;
	font-size: 14px;
	margin-top: 0;
	margin-bottom: 9px
}
#landing li {
	font-size: 14px
}
#logo {
	border: none;
	margin: 11px 0 0 45px
}

/* NAVIGATION */

#nav {
	position: relative;
	left: 255px;
	top: -28px;
	width: 645px
}
#nav img {
	border: none
}
#subnav {
	float: left;
	margin-left: 45px
}
#subnav p {
	color: #e55300;
	line-height: 2.1em;
	margin-top: 0;
	margin-left: 0;
	width: 150px
}
#nav a, #subnav a {
	outline: none
}

/* MAIN CONTENT */

#content {
	margin: 0 0 0 260px;
	width: 590px
}
#content-scroller {
	width: 480px
}
#content.scroll {
	height: 310px;
	overflow-y: scroll;
	overflow-x: hidden
}
#content img {
	float: right
}
h1, h3 {
	color: #e55300;
	font-size: 1.8em;
	font-weight: 400;
	margin-top: 0;
	padding-top: 0
}
h2 {
	color: #e55300;
	font-size: 1.4em;
	font-weight: 400
}
p, li, q, cite {
	font-size: 1.2em;
	font-weight:500;
	line-height: 1.4em;
	width: 440px
}
ul, ol {
	margin: 0;
	padding: 0
}
li {
	color: #000;
	list-style-type: none;
	margin-bottom: 4px
}
blockquote {
	color: #253355;
	margin-left: 10px;
	width: 430px
}
blockquote, q {
	quotes: none
}
a {
	color: #e55300;
	text-decoration: none
}
a:hover {
	text-decoration: underline
}
.highlight {
	font-size: 18px
}
.highlight_lrg {
	font-size: 22px
}
p#copyright {
	color: #fff; 
	font-size: 1.1em; 
	font-weight: bold; 
	position: absolute; top: 680px; left: 620px; 
	width: auto
}