body {
	text-align: center;
	background: #fff;
	line-height: 25px;
	font-size: 0.75em;
	background: #fff url('/images/header_bg.jpg') top center repeat-x;
	font-family: 'Lucida Grande', Verdana, Arial, sans-serif;
	color: #3D2E31;
}

/* BASIC STYLES */

h2, h2 a {
	font-size: 1.6em;
	color: #640032;
	line-height: 30px;
	font-weight: normal;
}

h3 {
	font-size: 1.2em;
	font-family: Verdana, 'Trebuchet MS', Arial, sans-serif;
	font-weight: bold;
	margin-bottom: 15px;
	margin-top: 20px;
	color: #333;
}

h4 {
	color: #3D2E31;
	font-size: 1.3em;
}

h5 {
	color: #3D2E31;
	font-size: 1em;
}

#content img { behavior: url(iepngfix.htc) !important; }

a {
	text-decoration: none;
	color: #326383;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
}

a.more {
	float: right;
	font-weight: bold;
	padding-right: 20px;
	margin-right: 15px;
	background: transparent url('/images/arrow.gif') right center no-repeat;
	display: block;
}

p {
	margin-top: 15px;
	color: #3D2E31;
	line-height: 18px;
}

ul, ol {
	list-style-type: disc;
	margin-left: 20px;
}

ol {
	list-style-type: decimal;
}

ul ul {
	margin: 7px 0 7px 20px;
}

ul li ul li {
	margin-bottom: 0;
}

li {
	margin-bottom: 10px;
	list-style-type: disc;
}

strong {
	font-weight: bold;
	color: #3b5321;
}

em {
	font-style: italic;
}

/* LAYOUT STYLES */

#header {
	text-align: left;
	position: relative;
	height: 225px;
	width: 925px;
	margin-left: -22px;
	background: url('/images/titlebox.png') top left no-repeat;
	padding: 0;
	margin-top: 0;
}

#header img {
	margin: 100px 0 0 40px;
}

#info {
	position: absolute;
	top: 35px;
	right: 3px;
	width: 229px;
	height: 47px;
	text-indent: -9999px;
	overflow: hidden;
	background: url('/images/tagline_bg.gif') right center no-repeat;
}

#nav {
	padding: 5px;
	height: 25px;
	position: absolute;
	right: -25px;
	top: 100px;
}

#container {
	text-align: left;
	width: 900px;
	margin: 0 auto;
	padding: 0 15px 15px 15px;
	position: relative;
	background: url('/images/main_bg1.gif') center bottom no-repeat;
}

#content {
	padding: 0;
	padding-bottom: 20px;
	width: 900px;
	margin-top: -20px;
	padding-right: 80px;
	background: url('/images/content_swirl.gif') top right no-repeat;
}

.leftside {
	width: 395px;
	float: left;
	margin-right: 45px;
}

.rightside {
	width: 460px;
	float: left;
}

#content .rightside ul {
	margin-left: 35px;
}

.rightside h3 {
	margin-left: 20px;
}

#content p {
	color: #444;
	font-size: 110%;
	line-height: 22px;
}

#content .blurb {
	font-weight: bold;
	font-size: 115%;
	line-height: 25px;
	margin-top: 30px;
	margin-bottom: 25px;
}

#footer {	
	border: 1px #333 solid;
	margin-top: 34px;
	height: 218px;
	background: url('/images/footer_bg.png') top center repeat-x;
}

#footer .holder {
	width: 900px;
	margin: 0 auto;
	padding: 10px 0;
	height: 196px;
	text-align: left;
	background: url('/images/envelope.gif') right 40px no-repeat;
	position: relative;
}

h1 {
	clear: both;
	padding: 20px 0;
	margin-bottom: 4px;
	margin-top: 30px;
	font-size: 2.5em;
	color: #495a2c;
	font-family: Georgia, 'Trebuchet MS', Helvetica, sans-serif;
}

h1.home,
h1.contact,
h1.about,
h1.testimonials,
h1.services {
	background: url('/images/headline_home.gif') left center no-repeat;
	text-indent: -9999px;
	overflow: hidden;
}

h1.contact {background-image: url('/images/title_contact.gif');}
h1.about {background-image: url('/images/title_about.gif');}
h1.testimonials {background-image: url('/images/title_testimonial.jpg');}
h1.services {background-image: url('/images/title_services.gif');}

.about h1 {
	background-image: url('/images/headline_about.gif');
}
	
#nav ul {
	margin-left: 0;
	margin-top: 3px;
}
#nav li {
	list-style-type: none;
	float: left;
	margin-left: 0;
}

#nav li a {
	color: #aaa;
	font-weight: normal;
	font-family: 'Trebuchet MS', Verdana, Arial, sans-serif;
	font-size: 115%;
	padding: 6px 27px;
	text-transform: uppercase;
}

#nav li a.active,
#nav li a:hover {
	color: #fff;
	text-decoration: none;
}

#content ul {
	margin-left: 0;
	margin-top: 15px;
}

#content h3 {
	margin-top: 35px;
}

.learn {
	padding: 10px;
	margin-top: 5px;
	width: 408px;
	height: 138px;
	padding: 27px;
	background: url('/images/learn_bg.jpg') top left no-repeat;
}

.learn h4 {
	font-variant: small-caps;
	color: #547234;
	margin-bottom: 10px;
}

#content .rightside .learn ul {
	margin-left: 0;
}

#content .learn ul li {
	list-style-image: url('/images/learn_arrow.gif');
	line-height: 18px;
	background-image: none;
	padding-left: 0;
	margin-left: 20px;
}

.learn li a {
	font-weight: normal;
	color: #333;
}

#content ul li {
	margin-left: 20px;
	padding-left: 20px;
	margin-right: 15px;
	background: transparent url('/images/check.gif') top left no-repeat;
	margin-left: 0;
	list-style: none;
	margin-bottom: 4px;
	font-size: 100%;
}

#content ul.across {
	margin-left: 15px;
}

#content ul.across li {
	width: 370px;
	display: block;
	list-style-image: none;
	float: left;
	margin-left: 0;
}

#content ul.dot,
#about ul {
	margin-top: 20px;
	margin-left: 14px;
}

#content ul.dot li,
#about ul li {
	list-style-type: disc;
	list-style-image: none;
	list-style-position: outside;
	background-image: none;
	padding-left: 0;
}

#footer a {
	font-weight: normal;
	color: #fff;
}

#footer p.fineprint {
	position: absolute;
	bottom: 2px;
	left: 0;
	color: #AFDFE5;
	font-size: 0.85em;
	}
	
#footer h4 {
	font-variant: small-caps;
	color: #fff;
	font-size: 1.3em;
}

#footer .news {
	color: #fff;
	position: absolute;
	top: 20px;
	left: 0;
	height: 150px;
	width: 400px;
}

#footer .news ul {
	margin: 15px 0 10px 20px;
}

#footer .news ul li {
	line-height: 24px;
	margin: 0;
}

#footer .news a.more {
	display: block;
	text-align: right;
	color: #AFDFE5;
}

#footer .news a.more,
#footer .contact a.link {
	font-size: 1.2em;
}

#footer .contact {
	color: #fff;
	position: absolute;
	top: 20px;
	right: 110px;
	height: 150px;
	width: 320px;
}

#footer .contact p {
	color: #fff;
	line-height: 27px;
}

#footer .contact strong,
#footer .contact a {
	color: #AFDFE5;
	margin-right: 20px;
}

#footer a.email {
	color: #fff;
}

/* CONTENT SPECIFIC */

div.overview {
	padding: 10px;
}

div.overview div {
	width: 180px;
	height: 230px;
	float: left;
	margin: 10px 20px 10px 0;
	border-bottom: 1px #aaa dotted;
}

#content div.overview div p {
	font-size: 0.95em;
}

.overview .oneonone {
	background: url('/images/icons/user1.gif') top right no-repeat;
}
.overview .presentation {
	background: url('/images/icons/users1.gif') top right no-repeat;
}

.overview .workshop {
	background: url('/images/icons/canvas_holder.gif') top right no-repeat;
}

.overview .referral {
	background: url('/images/icons/folder_full.gif') top right no-repeat;
}

#content .overview h3 {
	padding-top: 20px;
	margin-top: 0;
	font-size: 105%;
}

div.overview div.last {
	margin-right: 0;
}

#content p.contactnote {
	background: url('/images/contact_note.gif') top left no-repeat;
	padding: 40px;
	width: 350px;
	color: #000;
	height: 200px;
}

div.form,
div.login {
	background: url('/images/contactform_bg.png') top center repeat-x;
	padding: 18px;
	color: #fff;
	border: 7px #eee solid;
}

div.login {
	width: 450px;
	margin-top: 30px;
}

div.form label,
div.login label {
	display: block;
	text-transform: uppercase;
	width: 60px;
	float: left;
	clear: left;
}

div.login label {
	color: #fff;
	width: 190px;
	float: none;
}

div.form input,
div.form textarea,
div.login .field input {
	margin-bottom: 11px;
	padding: 8px 4px 4px;
	font-family: Helvetica, 'Trebuchet MS', Arial, sans-serif;
	border-style: hidden;
	border-width: 0;
	border-color: #161f44;
	color: 333;
	width: 265px;
	font-size: 1em;
	background: #fff url('/images/input_bg.png') bottom center repeat-x;
}

.login .field input {
	width: 260px;
	margin-bottom: 5px;
	}

.form textarea {
	font-size: 0.9em;
	line-height: 16px;
}

.quote {
	border-bottom: 1px #aaa solid;
	padding: 20px 10px;
	margin-bottom: 0;
	width: 375px;
	float: left;
	background: transparent url('/images/quote_bg.png') bottom center repeat-x ;
}

.rightside .quote {
	margin-left: 9px;
	width: 418px;
}

.quote.topquote {
	border: 1px #aaa solid;
	height: 183px;
	width: 318px;
	text-align: center;
	font-weight: bold;
	margin-top: 7px;
	padding: 32px;
	border: 6px #e3e3d9 solid;
	background: #5a772d url('/images/featurequote_bg.gif') center center;
}

#content .quote.topquote p {
	font-size: 115%;
	line-height: 26px;
	color: #fff !important;
}

#content .quote p {
	color: #222;
}

#content .quote .cite {
	text-align: right;
	font-weight: bold;
	color: #314117;
}

.post {
	border-bottom: 4px #eee solid;
	padding: 6px;
	width: 600px;
}

.post h3 {
	margin-top: 0;
}

.post h4 {
	font-size: 1em;
	color: #333;
	padding-left: 29px;
	padding-top: 4px;
	margin-bottom: 20px;
	background: url('/images/calendar.gif') left center no-repeat;
}

.quotes .admin,
.post .admin {
	font-size: 0.9em;
	background: #efefef;
	padding: 4px 4px 4px 37px;
	width: auto;
	margin-top: 30px;
	margin-bottom: 10px;
	border: 1px #aaa solid;
	background: url('/images/001_45.gif') 5px center no-repeat;
}

.quotes .admin {
	padding: 2px 0 2px 37px;
	margin-top: 1px;
	margin-bottom: 0;
	border-style: hidden;
}

p.create a {
	display: block;
	padding: 4px 0 4px 38px;
	background: url('/images/add_page.gif') left center no-repeat;	
}

.quotes p.create {
	padding-top: 30px;
	clear: both;
}

#flash_notice {
	padding: 4px;
	margin-top: 15px;
	border: 2px #364611 solid;
	background: #e6fdc4;
	color: #364611;
	font-weight: normal;
}

#flash {
	color: #364611;
	padding: 4px;
	font-weight: bold;
}

#flash_error {
	padding: 4px;
	margin-top: 15px;
	border: 2px #460807 solid;
	background: #e4bab4;
	font-weight: normal;
	color: #460807;
}

#content a.edit {
	font-size: 0.85em;
	background: #efefef;
	padding: 4px 4px 4px 25px;
	width: auto;
	margin-top: 10px;
	color: #999;
	margin-bottom: 10px;
	border: 1px #ccc solid;
	background: url('/images/001_45_2.gif') 5px center no-repeat;
}

#content a.edit:hover{
	background-color: #ededed;
	color: #444;
	border-color: #444;
	text-decoration: none;
}

p.footlinks {
	position: absolute;
	bottom: 0;
	right: 0;
}

#footer p a img{
	margin-left: 25px;
	position: relative;
	top: 3px;
}