@charset "utf-8";
/* VUSION DESIGN MEDIA SCREEN STYLE SHEET - www.vusiondesign.com */

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0 auto;
	padding: 0;
	border: 0;
	font-size: 100%;
	/*font: inherit;*/
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
/*article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}*/
/*body {
	line-height: 1;
}*/

/*ol, ul {
	list-style: none;
}*/

/*blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}*/

body {
	background-color: #666;
	color: #000;
}
#wrapper {
	font: 95% Arial, sans-serif, Helvetica, Tahoma, Verdana, Geneva;
	background-color: #fff;
	width: 100%;
	overflow: hidden; /* for the contact page - the contact form may expand */
}

/* SKIP STYLES ********************************************************************************/
ul.skip {
 	position: absolute;
 	top: -9000px;
 	left: -9000px;
 	z-index: 9;
}
ul.skip a:hover, ul.skip a:active, ul.skip a:focus {
 	position: absolute;
 	top: 9000px;
 	left: 9060px;
 	color:  #1480C7;
	text-decoration: underline;
	text-align: center;
 	padding: 5px;
 	width: 8em;
 	z-index: 9;
}
/* HEADER STYLES ******************************************************************************/
#header {
	width: 900px;
	overflow: hidden;
}
#headerimg {
	background: url(images/logo.gif) no-repeat;
	float: right;
	text-align: right;
	/*width: 436px; 
	height: 90px;*/
	margin: 20px 0 0 0;
	padding: 1px 1px 5px 1px; /*for a:focus to show*/
	overflow: hidden;
}
/*#headerimg a img, #headerimg a:active, #headerimg a:focus {
	color: #F60;
	border: 0;
	padding: 0; 
	margin: 0;	
}*/

/* MAIN NAV STYLES******************************************************************************/
#mainnav  {
	font-family: Tahoma, Arial, sans-serif, Helvetica, Verdana, Geneva;
	width: 100%;
	float: left;
	clear: both;
/*	border-bottom: 1px solid #B2C78E;*/
	background-color: #666;
	overflow: hidden;
	margin: 0;
	padding: 0;
}
#mainnav ul {
	list-style: none;
	padding: 0 0 0 5px;
	margin: 0;
}
#mainnav ul li {
	/*list-style: none;*/
	display: block;
	margin: 0;
	padding: 0;
}
#mainnav ul li {     /* use inline for IE white space bug */
    display: inline;
	margin: 0;
	padding: 0;
}
#mainnav ul li a {
	position: relative;
	float: left;
	/*display: block;*/
	/*margin: 0 0 0 3px;*/
	padding: 7px 15px 7px 15px;
	font-weight: bold;
}
#mainnav ul li a:link, #mainnav ul li a:visited {
	color: #fffafa;
	text-decoration: none;
	background-color: #666;
}
#mainnav ul li a:hover, #mainnav ul li a:focus {
	text-decoration: none;
	background-color: #238DCD;
}
#homepage #home, #servicespage #services, #trainingpage #training, #portfoliopage #portfolio, #aboutpage #about, #contactpage #contact /*#nonprofitspage #nonprofits*/ {
	color: #fffafa;
	background-color: #B2C78E;
}
.rightnav {
	padding: 0;
	margin-right: 40px;
}
.rightnav a {
	position: relative;
	float: right;
	padding: 7px 0 0px 0;
	overflow: hidden;
	/*margin-right: 5px;*/
}
.rightnav a:link, .rightnav a:visited {
	color: #fffafa;
	text-decoration: none;
	border-bottom: 1px solid #fffafa;
}
.rightnav a:hover, .rightnav a:active, .rightnav a:focus {
	text-decoration: none;
	border-bottom: 1px solid orange;
}
/* MAIN CONTAINER SETTINGS ********************************************************************/
#container {
	position: relative;
	float: left;
	width: 100%;
    overflow: hidden;
}
.insidebody {
	width: 900px;
}
#maincontent {
	float: left;
	width: 564px;
	padding: 0 27px 25px 20px;
}
#sidebar {
	position: relative;
	background: url(../images/vertline.png) top left no-repeat;
	float: left;
	width: 242px;
	padding: 0 27px 15px 20px;
	overflow: hidden;
}
/* FOOTER STYLES ******************************************************************************/
#footer {
	/*clear: both;*/
	float: left;
	width: 100%;
	background-color:  #666;
}
#footer #copyright {
	text-align: center;
	color: #eee;
	font-size: 88%;
}

/* SUBNAV STYLES ******************************************************************************/
.subnav {
	background-color:  #B2C78E;
}
.subnav li {
	display: inline; 
	padding-right: 10px;
	/*overflow: hidden;*/
}
.subnav ul {
	text-align: center;
	list-style-type: none;
	padding: .4em 0 .7em 0;
}
.subnav a:link, .subnav a:visited {
	text-decoration: underline;
	color: #333;
}
.subnav a:hover, .subnav a:active, .subnav a:focus {
	text-decoration: none;
	color: #F60;
}
/* MAILCHIMP FORM *****************************************************************************/
#mc_embed_signup {
	margin-bottom: 1em;
	padding: 0;
	overflow: hidden;
}
#mcemailformat {
	float: left;
	border: 0;
	margin: 0;
	padding: 0;
}
#privacy {
	margin: -.4em 0 .6em .1em;
	padding: 0;
	/*font-size: .9em;*/
	float: left;
}
.required {
	text-align: left;
	overflow: hidden;
	/*margin-right: 9%; (for text-align: right)*/
}
.note-required {
	color: #bb0000; 
	font-size: .9em;
}
.mc-field-group { 
	clear: both;
	overflow: hidden;
}
.mce-FNAME, .mce-EMAIL {
	color: #1480C7;
	display: block;
	margin: .5em 0 -.7em 0;
}
.input-fname, .input-email {
	border: 1px solid #999;
	padding: 1px 2px;
	/*padding: .2em 0 .3em;*/
	width: 90%;
	float: left;
	z-index: 999;
	cursor: text;
}
.subscription, .emailformat {
	float: left;
	color: #1480C7;
	display: block;
	margin: .5em 0 .2em 0;
}
ul.mclist {
	float: left;
	margin: 0;
	padding: 0;
	clear: both;
}
li.mc {
	list-style: none;
	overflow: hidden;
	padding: .2em 0;
	clear: left;
	display: block;
	margin: 0;
}
/*.newsletters, .announcements,*/ 
.html, .text, .mobile {
	float: left;
}
.checkbox {
	 margin-right: 2%;
     margin: .1em .3em 0 0;
	 padding: 0;
	 width: auto;
	 float: left;
	 z-index: 999;
	 cursor: pointer;
}
.radio {
	margin-right: 2%;
	margin: .1em .3em 0 0;
	padding: 0;
	width: auto;
	float: left;
	z-index: 999;
	cursor: pointer;
}
.submit {
	font-size: 1em;
	margin-top: .9em;
	clear: both;
	/*width: auto;*/
	padding: 1px 10px;
	display: block;
	float: left;
	cursor: pointer;
}
/* CONTACT PAGE - SITE MAP ********************************************************************/
ul.site {
	margin-top: .3em;
}
ul.site span {
	color: #000;
	font-weight: bold; 
}
ul.site a {
	color: #6B9144;
}
ul.site a:link, ul.site a:visited {
	text-decoration: underline;
}
ul.site a:hover, ul.site a:active, ul.site a:focus {
	text-decoration: none;
	color: #F60;
}
ul.site li {
	list-style-type: none;
	margin: 0 0 4px 0;
	padding: 0;
}
#sitesection { /* See/for print.css purpose (to hide h4 header) */
    float: left;
	clear: both;
	margin-bottom: .8em;
}

/* GENERAL STATEWIDE STYLES *******************************************************************/
h1 {
	font-size: 1.4em;
	margin-top: .8em;
	color: #1480C7;
	/*padding: 0;*/
}
h2, h3 {  /*remember to change h2 to h3 on Portfolio sidebar page*/
	font-size: 1.2em;
	font-weight: normal;
	margin-top: 1em;
	/*padding: 0;*/
}
.h2 {	/*SERVICES*/
	margin: .4em 0 0 0;
	padding: 0;
}
h4 {
	font-size: 1.1em;
	font-weight: bold;
	margin-top: .3em;
	/*padding: 0;*/
	color: #1480C7;
}
h4 a:link, h4 a:visited {
	font-weight: bold;
	color: #1480C7;
	text-decoration: underline;
}
h4 a:hover, h4 a:active, h4 a:focus {
	color: #1480C7;
	text-decoration: none;
}

p {
	margin: .4em 0 .8em 0;
	line-height: 1.2;
	/*padding: 0;*/
}
.address {
	padding: 0;
	margin: 0;
	font-style: normal;
}
.date {
	/*display: block;*/
	padding: 1px;
	margin: 0;
	background-color: #FF9;
}
ul.list {	/* INDEX, SERVICES, ABOUT */
	margin: 0 0 .8em 1em;
}
ul.list span { /* ABOUT */
	color: #1480C7;
	font-weight: bold;
}
ul.profit {	/* NONPROFITS */
	margin: .4em 0 0 1em;
}
ul.li {		/* NONPROFITS */
	list-style-type: none;
	margin: .4em 0 0 -.01em;
}
ul.trainli { /* TRAINING */
	list-style-type: none;
	margin: .4em 0 0 -.01em;
}
ul.subli { 	/* TRAINING */
   /* list-style-type: none;*/
	margin: 0 0 .6em 2em;
}
acronym, abbr {
	border-bottom: 1px dotted black;
	cursor: help;
}
.top {
	text-align: left;
	padding-top: 10px;
	margin-top: 0;
	clear: both;
}
a.external span {
	position: absolute;
	left: -10000px;
	top: auto;
	width: 1px;
	height: 1px;
}
a {
	color: #F60;
}
a:link, a:visited {
	text-decoration: underline;
	font-weight: normal;
}
a:hover, a:active, a:focus {
	text-decoration: none;
	color: #1480C7;
}
.border {
	border-top: 1px solid #B2C78E;
	margin: .8em 0 .8em 0;
	padding: 0;
}
.hr {
	position: absolute;
	left: -10000px;
	top: auto;
	width: 1px;
	height: 1px;
}
/*#img {
	background: url(../images/chart.jpg) no-repeat;
	float: left;
	padding-right: 15px;
	margin-top: 5px;
	width: 165px;
	height: 135px;
}*/

#discount {  /*NON-PROFIT*/
	float: right;
	margin: .8em 0 2em 15px;
	padding: .4em;
	text-align: center;
	border: 1px solid #1480C7; 
	width: 35%;
	overflow: hidden;
}
#discount span {
	color: #6B9144;
	font-weight: bold;
}
#disclaimer {
	margin-top: 1.1em;
	font-size: 80%;
	text-align: left;
	width: 100%;
	overflow: hidden;
}
.twitter a , .gawds a {
  width: 100%;
  text-align: center;
  display: block;
  margin: 0;
  padding-top: 0.75em/*0.25em*/;
  text-decoration: none;
}
.twitter a img, .gawds a img {
	border: 0;
}
/*blockquote {
	background: url(../images/quotes.png) top left no-repeat;
	text-indent: 45px;
	padding-top: .8em;
	margin-top: .4em;
	color: #1480C7;
}
blockquote.sidebar {
	background-image: none;
	text-indent: 0;
	margin: 0;
	padding: 0;
	color: #000;
}*/
cite {
	font-size: 90%;
	font-style: normal;
	color: #1480C7;
}

