/* Eric Meyer's reset: */
/* Don't forget to set a foreground and background color 
   on the 'html' or 'body' element! */
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, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dd, dl, dt, li, ol, ul,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
        margin: 0;
        padding: 0;
        border: 0;
        font-weight: inherit;
        font-style: inherit;
        font-size: 100%;
        /*line-height: 1;*/
        font-family: inherit;
        text-align: left;
        vertical-align: baseline;
}
a img, :link img, :visited img {
        border: 0;
}
em {
    font-style: italic;
}
table {
        border-collapse: collapse;
        border-spacing: 0;
}
ol, ul {
        list-style: none;
}
q:before, q:after,
blockquote:before, blockquote:after {
        content: "";
}
/* End of Eric's tinkering */

html {
	height: 100%;
}
body {
	position: relative;
	min-width: 932px;
	height: 100%;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	color: #444;
	font-size: 0.765em;
	font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", Verdana, sans-serif;
	background: #fff url(/img/body_bg.png) top left repeat-x;
}
body * {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
a {
  color: #3D8E33;
  text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
em {
	font-style: italic;
}
#container {
	position: relative;
	min-height: 100%;
	width: 100%;
}
#skip {
	display: none;
}
#banner {
	width: 100%;
	height: 120px;
}
.pg-index #banner {
  width: 100%;
  height: 202px;
  background-color: transparent;
  background-image: url(/img/spokeswoman.png); 
  background-position: bottom center;
  background-repeat: no-repeat;
}
.pg-products #content {
	background: transparent url(/img/products_pic.png) top right no-repeat;
}
.pg-products-iiq #content {
	background: transparent url(/img/interview_pic.png) top right no-repeat;
}
.pg-services #content {
	background: transparent url(/img/services_pic.png) top right no-repeat;
}
.pg-latest #content {
	background: transparent url(/img/latest_pic.png) top right no-repeat;
}
.pg-about #banner {
	background: transparent url(/img/sunflower.png) bottom right no-repeat;
}
.pg-contact #content {
	background: transparent url(/img/contact_pic.png) top right no-repeat;
}
.pg-candidates #content {
	background: transparent url(/img/signin_pic.png) top right no-repeat;
}
.pg-administrators #content {
	background: transparent url(/img/signin_pic.png) top right no-repeat;
}
.pg-about #content {
	background: transparent url(/img/about_pic.png) top right no-repeat;
}
.pg-how #content {
	background: transparent url(/img/how_pic.png) top right no-repeat;
}
.pg-cost #content {
	background: transparent url(/img/cost_pic.png) top right no-repeat;
}
.pg-graduates #content {
	background: transparent url(/img/graduates_pic.png) top right no-repeat;
}
.pg-graduates2 #content {
	background: transparent url(/img/graduates2_pic.png) top right no-repeat;
}
.pg-healthcare #content {
	background: transparent url(/img/healthcare_pic.png) top right no-repeat;
}
.pg-healthcare2 #content {
	background: transparent url(/img/healthcare_pic2.png) top right no-repeat;
}
#banner h1 {
	position: absolute;
	top: 0;
	right: 0;
  z-index: 10;
	width: 120px;
	height: 46px;
	background: transparent url(/img/banner_h1.png) top right no-repeat;
}
#banner h1 span {
	display: none;
}
/* START - Nav */
#nav {
	position: absolute;
  z-index: 1;
	top: 10px;
	left: 0;
  width: 100%;
  min-height: 30px;
  padding-bottom: 6px;
  font-family: "Lucida Grande", Helvetica, Arial, sans-serif;
  font-size: 1em;
  list-style-type: none;
}
#nav a {
	color: #222;
	margin-bottom: 12px;
	text-decoration: none;
}
#nav a:hover {
	color: #669900;
}
#nav li {
	float: left;
	margin-top: 12px;
  margin-left: 1em;
  padding-right: 1em;
  border-right: 1px solid #ccc;
}
#nav li.last {
	border-right: none;
}
/* END - Nav */

#content {
	width: 100%;
	padding-top: 24px;
	padding-bottom: 5em;
	line-height: 1.5;
}

#content ul {
	list-style-type: square;
	list-style-position: outside;
}
#content li {
	margin-left: 2em;
}

/* START Sub-nav */
#subnav {
	/*float: left; */
	position: absolute;
	top: 164px;
	left: 0;
	list-style-type: none;
	width: 14em;
	margin-top: 9em;
	margin-left: 2em;
	padding: 0 1em 0 1em;
	background: #fff url(/img/subnav_bg.png) bottom left repeat-x;
}
#subnav li {
	margin-left: 0;
	line-height: 3em;
	border-bottom: 1px solid #ccc;
}
#subnav li.last {
	border-bottom: none;
}
#subnav li a {
  color: #222;
	text-decoration: none;	
}
#subnav li a:hover {
	color: #58a415;
}
/* END Sub-nav */

/* START sidebar */
.sidebar {
		position: absolute;
		top: 128px;
		left: 0;
		font-size: 0.825em;
		list-style-type: none;
		width: 14em;
		margin-top: 9em;
		margin-left: 2em;
		padding: 0 1em 0 1em;
		background: #fff url(/img/subnav_bg.png) bottom left repeat-x;
}
.sidebar li {
	margin-bottom: 0.5em;
}
.notext h3 {
	visibility: hidden;
}
.pg-index .sidebar,
.pg-administrators .sidebar {
  padding-top: 3em;
	background-image: none;
	background-color: transparent;
}
.pg-index .sidebar a {
	text-align: right;
}

/* END sidebar */

/* START supersidebars */
.sidebarleft1 {
	position: absolute;
	top: 296px;
	left: 0;
	font-size: 1em;
	width: 16em;
	margin-left: 2em;
	background: #fff1d1;
	border: 1px solid #ddd;
	padding: 1em;
	padding-top: 0em;
	padding-bottom: 2em;
}
.sidebarleft1 h3 {
	color: #4f7f31;
}
.sidebarleft1 ol {
	list-style-type: decimal;
	margin-bottom: 1em;
}

.sidebarright1 {
	position: absolute;
	top: 560px;
	font-size: 1em;
	width: 16em;
	margin-right: 2em;
	right: 0;
	background: #fff1d1;
	border: 1px solid #ddd;
	padding: 1em;
	padding-top: 0;
	padding-bottom: 2em;
}
.sidebarright1 h3 {
	color: #4f7f31;
}


/* END supersidebars */

#content .story {
	width: 29em;
	margin: 0 auto 0 auto;
	padding-top: 2em;
}
.pg-index #content .story {
	width: 25em;
}
.pg-spa #content .story {
	width: 760px;
}
#content h2 {
  font-family: "ExpresswayRgRegular", "Lucida Grande", Helvetica, Arial, sans-serif;
	font-size: 1.8em;
	letter-spacing: 0.15em;
	color: #3D8E33;
	line-height: 2;
	width: inherit;
	margin-top: -12px;
	margin-bottom: 2em;
}
#content h3 {
  font-family: "ExpresswayRgRegular", "Lucida Grande", Helvetica, Arial, sans-serif;
	font-size: 1.4em;
  letter-spacing: 0.15em;
	margin-top: 1.5em;
  padding-bottom: 0.25em;
  margin-bottom: 0.25em;
}
#content h4 {
	font-family: "ExpresswayRgRegular", "Lucida Grande", Helvetica, Arial, sans-serif;
	letter-spacing: 0.15em;
	color: #3D8E33;
	font-size: 1.2em;
	margin-top: 1em;
	margin-bottom: 0.5em;
}
.pg-index #content h3 {
  font-family: "ExpresswayRgRegular", "Lucida Grande", Helvetica, Arial, sans-serif;
  letter-spacing: 0.15em;
	font-size: 2em;
	line-height: 1.5;
	margin: auto 0 auto 0;
	text-align: center;
}
.pg-index a.alink {
  font-family: "ExpresswayRgRegular", "Lucida Grande", Helvetica, Arial, sans-serif;
	font-size: 2em;
	letter-spacing: 0.1em;
	line-height: 1.5;
	margin: auto 0 auto 0;
	text-align: center;
	text-decoration: underline;

}
#content p {
  width: 100%;
	margin-bottom: 1em;
}
.pg-index #content p {
	text-align: center;
}
.pg-index #content p.strongly {
	margin-top: 1.5em;
	font-size: 1.2em;
	font-weight: bold;	
}
#content strong {
	font-weight: bold;
}
#content label {
	display: block;
	float: left;
	width: 8em;
	margin-right: 1em;
	text-align: right;
}
#content label:after {
	content: ': ';
}
#content p.formbutton {
	margin-left: 9em;
}
#content ul {
	margin-bottom: 2em;
}
.pg-index #content .story img {
	display: block;
	margin: 0 auto 0 auto;
	width: 450px;
	height: 320px;
	border: none;
}
#content a.whatschanged span {
	display: none;
}
#content a.whatschanged {
	display: block;
	height: 120px;
	width: 120px;
	background: transparent url(/img/whatschanged.png) top left no-repeat;
}
#content a.whatschanged:hover {
	background: transparent url(/img/whatschangedover.png) top left no-repeat;
}
/* START Tagline */
#tagline {
  position: absolute;
  bottom: 0;
  margin-top: 150px;
  height: 50px;
  width: 100%;
  background: transparent url(/img/tagline_bg.png) bottom right no-repeat;
}
/*
#tagline {
  clear: both;
  float: none;
  height: 100px;
  width: 100%;
  background: transparent url(/img/tagline_bg.png) bottom right no-repeat;
}
*/
#tagline p {
	visibility: hidden;
}
/* END Tagline */

/* Live nav */
.pg-index #mnu-index a,
.pg-how #mnu-learn a,
.pg-cost #mnu-learn a,
.pg-latest #mnu-latest a,
.pg-products #mnu-products a,
.pg-services #mnu-services a,
.pg-administrators #mnu-adminsignin a,
.pg-candidates #mnu-candidatesignin a,
.pg-about #mnu-about a,
.pg-contact #mnu-contact a,
#subnav li.live a {
	color: #58a415;
}

.notes {
	font-style: italic;
	background-color: #fafafa;
	padding: 1em 0.5em 1.5em 0.5em;
}
.info {
	width: 100%;
	background-color: #fafaff;
	padding: 1em 0.5em 1.5em 0.5em;
	margin-bottom: 1em;
}
.warning {
	width: 100%;
	color: #fff;
	background-color: #7f007f;
	padding: 1em 0.5em 1.5em 0.5em;
	text-align: center;
	margin-bottom: 1em;
}
ol.noindentroman {
  list-style-type: lower-roman;
	list-style-position: outside;
}
span.brand {
	font-weight: 900;
}

/**********************************************************************/
/* These are standard sIFR styles... do not modify */
.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}

/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */

/*
.sIFR-hasFlash h1 {
	visibility: hidden;
}
*/
.sIFR-hasFlash h2 {
	visibility: hidden;
	font-size: 16px;
	letter-spacing: 1px;
}
/*
.sIFR-hasFlash h2 {
	visibility: hidden;
	font-size: 22px;
	letter-spacing: -9px;
}
*/
/*
.sIFR-hasFlash h3 {
	visibility: hidden;
	letter-spacing: 0;
	font-size: 14px;
}
*/
/*
.sIFR-hasFlash a.alink {
 	visibility: hidden;
 	letter-spacing: 0;
 	font-size: 20px;
}

/*
.sIFR-hasFlash p {
	visibility: hidden;
	font-size: 12px;
	letter-spacing: 0;
}
*/
/*
.sIFR-hasFlash h4 {
	visibility: hidden;
	letter-spacing: -5px;
	font-size: 21px;
}

.sIFR-hasFlash h5#pullquote {
	letter-spacing: -4px;
	visibility: hidden;
	font-size: 24px;
}
*/

/**********************************************************************/
/* microformats */
.org {
  visibility: hidden;
	line-height: 0;
}
.geo {
	margin-top: 2em;
	visibility: hidden;
}
.geo:before {
	content: "(";
}
.geo:after {
	content: ")";
}
.adr,
.email,
.tel {
	margin-bottom: 1em;
}
.tel span:after {
		content: ": ";
}
/**********************************************************************/
/* Google */
#map {
	margin-top: 1em;
	margin-bottom: 1em;
	border: 3px solid #3D8E33;
	width: 350px; 
	height: 300px;
}