
/*#######################################
GLOBAL
#######################################*/

body {
	background: #a4c979;
	margin: 0;
	padding: 0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #1c1c1c;
	border-top: 15px #a4c979 solid;
}

a:link, a:visited {
	color: #379317;
	text-decoration: none;
	outline: 0;
}

a:hover {
	color: #1f550c;
}

.clear {
	clear: both;
}

strong {
	font-weight: bold;
}

/*#######################################
HEADER
#######################################*/

#header {
	position: relative;
	width: 770px;
	margin: 0 auto;
	padding: 15px 0px;
}

#date {
	position: absolute;
	top: 0;
	right: 0;
	font-size: 14pt;
	color: #8f8f8f;
	padding: 15px 0px;
}

#smallnav {
	text-align: right;
	font-size: 8pt;
	text-transform: uppercase;
	margin-top: 5px;
}

#smallnav a {
	color: #396dc6;
}

/*#######################################
NAV
#######################################*/

#nav {
	width: 770px;
	margin: 0 auto;
	padding: 0;
	background: url('../images/nav-bg.jpg') repeat-x;
	border-top: 1px #d5d5d5 solid;
	z-index: 99;
}

ul.sf-menu {
	display: table;
	margin: 0;
	padding: 0;
}

.sf-menu li:hover {
	visibility: inherit; /* fixes IE7 'sticky bug' */
	}
	
.sf-menu li:hover ul, .sf-menu li.sfHover ul {
	left: 0;
	top: 31px; /* match top ul list item height */
	z-index: 99;
	}
	
ul.sf-menu li:hover li ul, ul.sf-menu li.sfHover li ul {
	top: -999em;
	}

ul.sf-menu li li:hover ul, ul.sf-menu li li.sfHover ul {
	left: 200px; /* match ul width */
	top: 0;
	}

#nav ul li {
	position: relative;
	list-style: none;
	float: left;
	padding: 0px;
	margin: 0;
	height: 31px;
	z-index: 99;
}

#nav ul ul {
	width: 200px;
	margin: 0 0 0 -1px;
	padding: 0px 0 10px 0;
	background: #e6e6e6;
	-moz-border-radius: 0 0 15px 15px;
	-khtml-border-radius: 0 0 15px 15px;
	-webkit-border-radius: 0 0 15px 15px;
	text-align: left;
	border: 1px #ffffff solid;
	border-top: 0;
	z-index: 99;
}

#nav li li {
	list-style: none;
	display: block;
	padding: 0px;
	margin: 0;
	z-index: 98;
	background: url('../images/nav-sub-bg.jpg') repeat-x;
	float: none;
}

#nav ul ul li a {
	padding:  0px 15px;
	margin: 0;
}

#nav ul.sf-menu li a {
	display: block;
	height: 15px;
	padding: 8px 10px;
	margin: 0;
	font-size: 8pt;
	color: #565656;
	text-transform: uppercase;
}

.sf-menu ul {
	position: absolute;
	top: -999em;
	width: 10em; /* left offset of submenus need to match (see below) */
	}

#nav li:hover, #nav li.current_page_item:hover, #nav li.current_page_parent:hover {
	background: url('../images/nav-hover-bg.jpg') repeat-x;
}

#nav li li:hover {
	background: url('../images/nav-sub-hover-bg.jpg') repeat-x;
}

#nav li.current_page_item, #nav li.current_page_item:hover {
	background: url('../images/current-page-item-bg.jpg') repeat-x;
}

#nav li.current_page_item a {
	background: url('../images/page-arrow.png') no-repeat bottom center;
	color: #262626;
}

#nav li.current_page_item li a {
	background: 0;
}

/*#######################################
PAGE
#######################################*/

#page {
	width: 100%;
	background: #ffffff url('../images/bg.jpg');
}

#content {
	width: 770px;
	margin: 7px auto 35px auto;
	padding: 0 0 35px 0;
	font-size: 10.5pt;
	font-weight: lighter;
	line-height: 1.4em;
}

#content li {
	padding: 7px 10px 7px 5px;
	list-style-position: outside;
	margin: 0 0 0 20px;
	list-style-image: url('../images/arrow-right.png');
}

#content li li {
	list-style-image: url('../images/arrow-right-blue.png');
}

#content ul ul {
	padding: 0px 0px 0px 10px;
	margin: 10px 0px 0 0;
}

#featured {
	width: 390px;
	margin: 0;
	padding: 0;
	float: left;
	text-align: left;
}

.featured-entry {
	padding-right: 10px;
}

.hidden {
	display: none;
}

.toggle {
	cursor: pointer;
}

#sharebox {
	padding-top: 15px;
}

/*#######################################
SIDEBAR
#######################################*/

#sidebar {
	width: 375px;
	float: right;
	margin: 0;
	padding: 0;
}

.sidebar-column {
	width: 180px;
	float: left;
	margin: 0 0 0 7px;
	padding: 0;
}

.sidebar-table td {
	padding: 0;
	text-align: center;
	height: 59px;
}

table.sidebar-table {
	border-spacing: 0px 8px;
}

.sidebar-entry td a {
	text-align: center;
	color: #1c1c1c;
	display: block;
	padding: 10px 20px;
}

#whats-new td {
	background: #eaeaea;
}

#whats-new td:hover {
	background: #d6d5d5;
}

#quick-resources td {
	background: #eaeaea;
}

#quick-resources td:hover {
	background: #d6d5d5;
}

#partners {
	clear: both;
	margin: 0 0 0 7px;
	padding-top: 10px;
}

table.partners-table {
	padding: 10px;
	border-spacing: 0px 8px;
	background: #ffffff;
}

/*#######################################
FOOTER
#######################################*/

#footer {
	width: 100%;
	margin: 0;
	padding: 0;
	background: #a4c979;
}

#footer-content {
	width: 770px;
	margin: 0 auto;
	padding: 45px 0px;
	font-size: 7.5pt;
	color: #ffffff;
	text-transform: uppercase;
}

#footer-content a {
	color: #415729;
}

#info {
	float: left;
	display: table-cell;
	vertical-align: middle;
	width: 240px;
}

#sitemap {
	float: right;
	width: 475px;
	padding: 0 0 0 30px;
	border-left: 1px #c1e59d solid;
}

#sitemap li {
	list-style: none;
	margin: 0px 10px 0px 0px;
	padding: 2px 0px;
	text-indent: 0;
}

#sitemap li.parent-item a {
	color: #ffffff;
}

.footer-item {
	padding: 10px 0px;
}

/*#######################################
IMAGES
#######################################*/

a img {
	border: 0;
}

.aligncenter {
	margin: 0 auto;
	text-align: center;
}

#featured img {
	max-width: 390px;
	height: auto;
}

.captcha-img {
	padding: 5px;
	margin: 0 3px;
	background: #dbdbdb;
	border: 1px #cacaca solid;
	cursor: pointer;
}

.captcha-img-box {
	margin: 10px 0px;
}

.simpleCaptchaSelected { 
	border: 1px solid #647477; 
	background: #ffffff;
}

/*#######################################
HEADERS
#######################################*/

h2 {
	font-size: 24pt;
	color: #6e7bc5;
	font-weight: lighter;
	margin: 30px 0px 30px 0px;
}

h2 a {
	color: #89bb51;
}

h3 {
	font-size: 18pt;
	color: #434343;
	font-weight: bold;
	margin: 25px 0px 20px 0px;
	text-align: left;
	line-height: 1.1em;
}

h4 {
	font-size: 15pt;
	color: #396dc6;
	font-weight: bold;
	margin: 15px 0px;
	text-align: left;
}

.featured-entry h2 {
	font-size: 18pt;
	color: #183d7b;
	margin: 12px 0px;
	font-weight: lighter;
}

h3.blurb-title {
	font-size: 16px;
	color: #ffb136;
	text-transform: uppercase;
	margin: 0 0 10px 0;
	padding: 0;
	font-weight: lighter;
}

h3.success {
	color: #67bd49;
	font-size: 20pt;
	text-align: center;
}

#sidebar #whats-new h3 {
	text-align: center;
	margin: 0;
	padding: 5px;
	font-size: 18px;
	color: #1a1a1a;
	background: url('../images/whats-new-bg.jpg') repeat-x;
	border-bottom: 1px #f6ad2c solid;
	font-weight: lighter;
}

#sidebar #quick-resources h3 {
	text-align: center;
	margin: 0;
	padding: 5px;
	font-size: 18px;
	color: #1a1a1a;
	background: url('../images/quick-resources-bg.jpg') repeat-x;
	border-bottom: 1px #858ec2 solid;
	font-weight: lighter;
}

#sidebar #partners h3 {
	text-align: center;
	margin: 0;
	padding: 5px;
	font-size: 18px;
	color: #1a1a1a;
	background: url('../images/partners-bg.jpg') repeat-x;
	border-bottom: 1px #7b7b7b solid;
	font-weight: lighter;
}

#featured h3 {
	text-align: left;
	margin: 0;
	padding: 5px 10px;
	font-size: 18px;
	color: #1a1a1a;
	background: url('../images/featured-bg.jpg') repeat-x;
	border-bottom: 1px #95c165/*2e7e12*/ solid;
	font-weight: lighter;
}

/*#######################################
TABLES
#######################################*/

#page table td {
	padding-right: 15px;
}

/*#######################################
FORMS
#######################################*/

#contact-form {
	width: 600px;
	margin: 0 auto;
}

#sign-up-form {
	width: 750px;
	margin: 0 auto;
}

.contact-box {
	padding: 6px;
	background: #e0e0e0 url('../images/contact-box-bg.jpg') repeat-x;
	border: 1px #d0d0d0 solid;
	margin-bottom: 5px;
}

input {
	width: 200px;
	margin: 0;
}

input.long-input {
	width: 350px;
}

input.short-input {
	width: 55px;
}

input.website-input {
	font-family: "Andale Mono", Courier, "Courier New", monospace;
	padding: 2px;
}

input#state {
	width: 55px;
}

.message {
	text-align: center;
	background: #e8e8e8; 
}

input.validate {
	width: 75px;
}

textarea {
	width: 90%;
	margin: 5px 0px;
}

.error {
	font-size: 9pt;
	display: block;
	padding: 3px 0px;
	margin-top: 5px;
	color: #d00d0d;
}

/*#######################################
SCROLLABLE
#######################################*/

#slide {
	margin: 15px 0px;
	padding: 0;
}

.featured-content {
	position: absolute;
	bottom: 0;
	width: 770px;
	z-index: 99;
	height: 120px;
	overflow: hidden;
}

.spacer {
	position: relative;
	height: 120px;
	width: 770px;
	margin: 0;
	padding: 0;
}

.blurb {
	position: relative;
	background: url('../images/panel-bg.png');
	height: 120px;
	padding: 20px;
	font-size: 10pt;
	color: #ffffff;
}

.blurb a {
	color: #ffb136;
}

.scrollable { 
 	/* required settings */ 
	position: relative; 
	overflow: hidden; 
	width: 770px; 
	height: 335px; 
	margin: 0 auto;
	font-size: 18pt;
} 
				
.scrollable .items { 
	/* this cannot be too large */ 
	width: 20000em;  
	position: absolute;
	left: 0;
}
					
.scrollable .items .page { 
	float:left; 
	width: 770px;
	z-index: 98;
}

.scrollable .items img {
	width: 770px;
	height: auto;
}
								
.disabled {
	visibility: hidden !important;		
}
	