/* GENERAL 
_____________________________________________________________________________*/

html { 
	margin-bottom: 1px; 
	min-height: 100%; 
	height:100%;
}
 
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, pre, form, fieldset, th, td, img { 
	margin:0;
	padding:0;
	border:0;
}

fieldset, img {
	border:0;
	margin:0;
	padding:0;
}

table { 
	font-size: inherit;
	border-collapse: collapse;
	border-spacing: 0;
}
 
.clear { 
	clear: both; 
	height: 0px;
	overflow: hidden;
}
 
img { 
	vertical-align: bottom; 
}


cite, code, em, strong, th {
	font-style: normal;
	font-weight:normal;
}

th {
	text-align: left;
}

h1, h2, h3, h4 {
	font-size:100%;
}

body {
	font: 13px Arial, Helvetica, sans-serif;
	line-height: 1.22em;
	background: #493e39;
	color: #54534a;
	height:100%;
}

/* LINKS
_____________________________________________________________________________*/

a { 
	outline: none;
	text-decoration: underline; 
	color: #54534A;
}

a:hover { 
	text-decoration: none; 
}

/* STYLES
_____________________________________________________________________________*/

#container {
	margin: 0 auto;
	width: 980px;
	background: url(/images/bg.png) repeat-y;
	height:auto !important;
	height:100%;
	min-height:100%;
}

#left-column {
	float: left;
	width: 275px;
}

#left-column #padding {
	margin: 0 19px 0 5px;
	background: url(/images/left-column-bg.gif) no-repeat;
	height: auto !important;
	height: 585px;
	min-height: 585px;
}

#left-column #padding .logo {
	display: block;
	width: 100%;
	height: 180px;
}

#left-column #padding .slogan {
	color: #FFF;
	margin: 20px 50px;
	text-align: center;
	font-style: italic;
	font-size: 15px;
}

ul.nav {
	margin: 0 11px;
}

ul.nav li {
	list-style: none;
	margin-bottom: 5px;
}

ul.nav li a {
	display: block;
	background: #7ac142;
	color: #FFF;
	padding: 5px 20px;
	text-decoration: none;
}

ul.nav li a:hover,
ul.nav li.active a {
	background: #eee8d3 url(/images/left-nav-hover.gif) no-repeat 0 9px;
	text-decoration: none;
	color: #54534a;
}

.share {
	background: #7ac142;
	padding: 5px 20px;
	margin: 5px 11px 0 11px;
}

.share a.stbutton {
	color: #FFF;
	text-decoration: none;
	display: block;
	padding-bottom: 0;
}

.share-hover {
	background: #eee8d3 url(/images/left-nav-hover.gif) no-repeat 0 9px !important;
	color: #54534a;
}

.share-hover a,
.share-hover a:hover {
	color: #54534a !important;
	display: block;
}

#right-column {
	float: left;
	width: 700px;
}

#content {
	margin: 20px;	
}

#content .top {
	background: url(/images/dot-vertical.gif) repeat-y 421px 0;
	min-height: 1px;
}

#content .top .left {
	float: left;
	width: 410px;
}

#content .top .spacer {
	float: left;
	width: 30px;
	height: 1px;
}

#content .top .right {
	float: left;
	width: 220px;
}

.page-header {
	font-size: 22px;
	background: #7ac142;
	color: #FFF;
	margin-top: 20px;
	padding: 10px 20px;
	font-weight: normal;
}

h1 {
	font-size: 40px;
	color: #54534a;
	line-height: 45px;
	background: none;
	margin: 0;
	padding: 0;
	font-weight: normal;
}

.internal h1 {
	margin-top: 20px;	
}

.join-button {
	margin: 0 0 0 -10px;
}

.sm-logo {
	margin: 0 0 0 30px;	
}

h2 {
	font-size: 23px;
	color: #54534a;
	line-height: 30px;
	background: none;
	margin: 0;
	padding: 0;
	font-weight: normal;
	padding-right: 15px;
}

.growth h2,
.join h2,
.learn h2,
.contact h2 {
	margin-top: 30px;
}

.right h2 {
	margin-top: 15px;	
}

.dotted {
	height: 40px;
	background: url(/images/dot-horizontal.gif) repeat-x 0 20px;
	clear: both;
}

#content .bottom .box {
	float: left;
	width: 33%;
}

.box a.header {
	background: #7ac142;
	color: #FFF;
	display: block;
	text-align: center;
	font-size: 16px;
	padding: 10px 0;
	width: 208px;
	font-weight: normal;
	text-decoration: none;
}

.box a.header:hover {
	background: #54534a;
}

.box p {
	width: 200px;
	margin-bottom: 0;
}

a.more {
	color: #7ac142;
	font-size: 12px;
}

p {
	line-height: 19px;
}

#bios td {
	padding: 10px 0;
	font-size: 17px;
	font-style: italic;
}

#bios td p {
	margin-bottom: 0;	
}

#footer {
	margin: 15px 55px;	
	padding-top: 18px;
	text-align: right;
}

#footer img {
	margin-left: 25px;	
}