/* layout */
body, div, span, th, td, p, ul, li, h1, h2, h3, h4, h5, h6, a {
	font-family: arial, verdana, sans-serif;
	font-size: 11px;
	color: #666;
}

body { 
	background: #dadabe;
	margin: 0;
	padding: 0;
}

h2 {
	margin: 0;
	padding: 0;
}

h3 {
	margin: 0;
	padding: 0;
}

h4 {
	margin: 0;
	padding: 0;
}

h5 { }

/* lvha */
a { }
a:link { }
a:visited { }
a:hover { }
a:active { }

p,
li { /*/*/ line-height: 20px; /**/ }

li { list-style: square; }

.center { text-align: center; }
.clearboth { clear: both; }

div#wrapper {
	width: 811px;
	background: #fff url("/i/bg.png") top left repeat-y;
	margin: 0 auto;
}

div#wrapperLft {
	width: 811px;
	background: transparent url("/i/homebglft.png") top left no-repeat;
	margin: 0;
}


/* ---- begin header ---- */

div#header {
	background: transparent url("/i/header.jpg") top left no-repeat;
	width: 811px;
	height: 118px;
}

/* main logo */
#header h1 {
	float: left;
	width: 255px;
	text-indent: -9999px;
	margin: 0;
	padding: 0;
	border: 0;
}

#header h1 a:link,
#header h1 a:visited,
#header h1 a:hover
#header h1 a:active {
	display: block;	
	height: 118px;
	background: url("/i/header.jpg") top left no-repeat;
	margin: 0;
	padding: 0;
	border: 0;
	text-decoration: none;
}

div#headerContent { float: right; }

div.headerNav form { margin: 0; padding: 0; }

div.headerNav { text-align: right; }

div.headerNav ul {
	margin: 0;
	padding: 15px 19px 0 0;
}

div.headerNav ul li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	line-height: 16px;
	text-align: right;
}

div.headerNav ul li a {
	font-family: verdana;
	font-size: 11px;
	color: #e0612b;
}

div#headPrint { display: none; }

/* newsletter signup */
li#nav_newsletter_li { height: 23px; }

li#nav_newsletter_li input { height: 15px; }

li#nav_newsletter_li input#signupbtn {
	background: transparent url("/i/button_signup.gif") top left no-repeat;
	border: 0;
	text-indent: -9999px;
	width: 75px;
	height: 20px;
}


/* ---- end header ---- */


/* ---- begin navigation ---- */
div.navbar { margin-top: 16px; }

#nav,
#nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
	background: transparent url("/i/topnav.jpg") top left no-repeat;
}

#nav a {
	display: block;
	margin: 0;
	padding: 0;
}

#nav a img {
	border: 0;
	padding: 0 1px;
	border-right: 1px solid #ccc;
}

#nav a img.lastitem {
	border: 0;
	border-right: 0;
	padding: 0;
}

/* all list items */
#nav li {
	float: left;
	list-style-type: none;
	margin: 0;
	padding: 0;
	width: auto; /* width needed or else Opera goes nuts */
}

#nav li.nb1 li,
#nav li.nb2 li,
#nav li.nb3 li,
#nav li.nb4 li,
#nav li.nb5 li { text-indent: 0; }

#nav li.nb1 li a:hover,
#nav li.nb2 li a:hover,
#nav li.nb3 li a:hover,
#nav li.nb4 li a:hover,
#nav li.nb5 li a:hover { background: #fbd600; }

#nav li.nb1 li a,
#nav li.nb2 li a,
#nav li.nb3 li a,
#nav li.nb4 li a,
#nav li.nb5 li a { 
	background: transparent;
	height: auto;
	color: #005b7f;
	font-family: verdana;
	font-size: 11px;
	border-bottom: 1px solid #fff;
	padding: 2px 6px;
	text-decoration: none;
}

#nav li.nb1 li.last a,
#nav li.nb2 li.last a,
#nav li.nb3 li.last a,
#nav li.nb4 li.last a,
#nav li.nb5 li.last a { border-bottom: 1px solid #ffeb75; }

/* second-level lists */
#nav li ul {
	position: absolute;
	background: transparent;
	width: 195px;
	margin: 0;
	padding: 0;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li ul li {
	background: #ffeb75;
	width: 195px;
}

#nav li ul li a:hover { background: #fbd600; }

#nav li ul li.arrow a { background: transparent url("/i/navtwo.gif") top right no-repeat; }
#nav li ul li.arrow ul li a { background: #ffeb75; }

#nav li ul li.arrow a:hover { background: #fbd600 url("/i/navtwo.gif") top right no-repeat; }
#nav li ul li.arrow:hover { background: #fbd600 url("/i/navtwo.gif") top right no-repeat; }

/* third-and-above-level lists */
#nav li ul ul {
	background: transparent;
	margin: -25px 0 0 195px;
	width: 195px;
	padding: 0;
}

#nav li ul ul li {
	background: #fef1a6;
	padding: 0;
	margin: 0;
}

#nav li ul ul li a {
	font-family: verdana;
	white-space: nowrap;
	color: #005b7f;
	padding: 0;
	margin: 0;
	font-size: 11px;
	text-decoration: none;
	line-height: 17px;
}

#nav li ul li.arrow ul li a:hover { background: #fbd600; }

#nav li ul ul li.last a { border-bottom: 1px solid #fef1a6; }

#nav li:hover ul ul,
#nav li:hover ul ul ul,
#nav li.sfhover ul ul,
#nav li.sfhover ul ul ul { left: -999em; }

/* lists nested under hovered list items */
#nav li:hover ul,
#nav li li:hover ul,
#nav li li li:hover ul,
#nav li.sfhover ul,
#nav li li.sfhover ul,
#nav li li li.sfhover ul { left: auto; }

/* ---- end navigation ---- */

/* site wrapper */
div#homeWrapper,
div#aboutWrapper,
div#aboutWrappermain,
div#teachersWrapper,
div#teachersWrappermain,
div#leadersWrapper,
div#workWrapper,
div#workWrappermain {
	width: 811px;
	margin: 0 auto;
}

div#aboutWrapper div#wrapperLft,
div#aboutWrappermain div#wrapperLft,
div#teachersWrapper div#wrapperLft,
div#teachersWrappermain div#wrapperLft,
div#leadersWrapper div#wrapperLft,
div#leadersWrappermain div#wrapperLft,
div#workWrapper div#wrapperLft,
div#workWrappermain div#wrapperLft { background: transparent; }

/* main home page wrapper */
div#homeWrapper { background: transparent url("/i/homebg.jpg") top left no-repeat; }
div#homeWrapper div#leftcol {
	background: transparent url("/i/leftbg-splash.png") top left no-repeat;
	margin-top: 178px;
}

/* about home page wrapper */
div#aboutWrapper { background: transparent url("/i/aboutbg.jpg") top left no-repeat; }
div#aboutWrapper div#leftcol {
	background: transparent url("/i/leftbg-splash.png") top left no-repeat;
	margin-top: 145px;
}

/* about interior page wrapper */
div#aboutWrappermain { background: transparent url("/i/default_about.jpg") top left no-repeat; }
div#aboutWrappermain div#leftcol {
	background: transparent url("/i/leftbg.png") top left no-repeat;
	margin-top: 112px;
	height: 53px;
}

/* teachers home page wrapper */
div#teachersWrapper { background: transparent url("/i/teachersbg.jpg") top left no-repeat; }
div#teachersWrapper div#leftcol {
	background: transparent url("/i/leftbg-splash.png") top left no-repeat;
	margin-top: 145px;
}

/* teachers interior page wrapper */
div#teachersWrappermain { background: transparent url("/i/default_teachers.jpg") top left no-repeat; }
div#teachersWrappermain div#leftcol {
	background: transparent url("/i/leftbg.png") top left no-repeat;
	margin-top: 112px;
}

/* leaders home page wrapper */
div#leadersWrapper { background: transparent url("/i/leadersbg.jpg") top left no-repeat; }
div#leadersWrapper div#leftcol {
	background: transparent url("/i/leftbg-splash.png") top left no-repeat;
	margin-top: 145px;
}

/* leaders interior page wrapper */
div#leadersWrappermain { background: transparent url("/i/default_leaders.jpg") top left no-repeat; }
div#leadersWrappermain div#leftcol {
	background: transparent url("/i/leftbg.png") top left no-repeat;
	margin-top: 112px;
}

/* work home page wrapper */
div#workWrapper { background: transparent url("/i/workbg.jpg") top left no-repeat; }
div#workWrapper div#leftcol {
	background: transparent url("/i/leftbg-splash.png") top left no-repeat;
	margin-top: 145px;
}

/* work interior page wrapper */
div#workWrappermain { background: transparent url("/i/default_work.jpg") top left no-repeat; }
div#workWrappermain div#leftcol {
	background: transparent url("/i/leftbg.png") top left no-repeat;
	margin-top: 112px;
}

/* left column */
div#leftcol {
	float: left;
	width: 210px;
	margin-top: 158px;
	padding-left: 27px;
}

/* left column default h3 headings */
div#leftcol h3,
div#leftcol h3 a {
	color: #f8f8e4;
	font-size: 16px;
	font-family: georgia;
	font-weight: normal;
	margin-bottom: 0;
	padding-bottom: 0;
	text-decoration: none;
}

div#leftcol h3 a:hover { text-decoration: underline; }

/* left column default h4 headings */
div#leftcol h4,
div#leftcol h4 a {
	color: #f8f8e4;
	font-size: 14px;
	font-family: georgia;
	font-weight: normal;
	font-style: italic;
	margin-bottom: 0;
	padding-bottom: 0;
	text-decoration: none;
}

div#leftcol h4 a:hover { text-decoration: underline; }

/* left column default paragraph */
div#leftcol p {
	color: #222;
	font-size: 12px;
	font-family: verdana;
	margin-top: 0;
	padding-top: 0;
	line-height: 18px;
}

/* left column default link */
div#leftcol a {
	color: #222;
	font-size: 12px;
	font-family: verdana;
}

div#leftcol a:hover { text-decoration: none; }

/* left column content wrapper */
div.leftcolcontent { padding: 0 30px 0 0; }

/* main column */

div#homeWrapper div#maincol {
	float: right;
	width: 564px;
	margin-top: 174px;
}

div#maincol .content p,
div#maincol .contentMission p,
div#maincol .contentYourtake p,
div#maincol .contentSCAN p,
div#maincol .contentLeaders p,
div#maincol .contentWorkshops p,
div#maincol .contentContact p {
	padding: 0 35px 0 28px;
	font-family: georgia;
	font-size: 13px;
	color: #464635;
}

div#maincol table {
	margin: 0 35px 0 28px;
	width: 90%;
	border-top: 1px solid #005B7F;
	border-left: 1px solid #005B7F;	
	background-color: #fff;
}

div#maincol table th, 
div#maincol table td,
div#maincol table tr {
	margin:  0;
	padding: 6px 10px;
	text-align: left;
	font-family: arial;
	font-size: 12px;
	color: #464635; 
} 

div#maincol table td {
	border-right: 1px solid #005B7F;
}

div#maincol table td.bottom {
    border-bottom: 1px solid #005B7F;
	border-right: 1px solid #005B7F;
}

div#maincol table th { 
    background-color: #005B7F;
    color: #fff;
    font-weight: normal;
}

div#maincol .contentContact p { margin: 0; padding: 0 35px 0 28px; }

div#maincol .content a,
div#maincol .contentMission a,
div#maincol .contentYourtake a,
div#maincol .contentSCAN a,
div#maincol .contentLeaders a,
div#maincol .contentWorkshops a,
div#maincol .contentContact a {
	font-family: georgia;
	font-size: 13px;
	color: #222;
}

div#maincol .content a:hover,
div#maincol .contentMission a:hover,
div#maincol .contentYourtake a:hover,
div#maincol .contentSCAN a:hover,
div#maincol .contentLeaders a:hover,
div#maincol .contentWorkshops a:hover,
div#maincol .contentContact a:hover { background: #fbd600; text-decoration: none; }

div#maincol .content a.no:hover,
div#maincol .contentMission a.no:hover,
div#maincol .contentYourtake a.no:hover,
div#maincol .contentSCAN a.no:hover,
div#maincol .contentLeaders a.no:hover,
div#maincol .contentWorkshops a.no:hover,
div#maincol .contentContact a.no:hover { background: none; text-decoration: none; }

div#maincol .content ul { margin-left: 20px; }
div#maincol .content li { font-family: georgia; }

div#maincol .content li.botblue {
	background: transparent url("i/button_blue.gif") top left no-repeat;
	list-style-type: none;
	margin: 0;
	padding-left: 20px;
	color: #464635;
	font-family: georgia;
	font-size: 13px;
	font-weight: normal;
}

div#maincol .content li.botred {
	background: transparent url("i/button_red.gif") top left no-repeat;
	list-style-type: none;
	margin: 0;
	padding-left: 20px;
	color: #464635;
	font-family: georgia;
	font-size: 13px;
	font-weight: normal;
}

div#maincol .content div#infoBox div.infoBoxcontent ul.infoBoxlist li.botblue { line-height: 16px; }
div#maincol .content div#infoBox div.infoBoxcontent ul.infoBoxlist li.botred { line-height: 16px; padding-bottom: 7px; }
div#maincol .content div#infoBox div.infoBoxcontent ul.infoBoxlist li.botorange { line-height: 16px; padding-bottom: 7px; }

div#maincol .content li.botorange {
	background: transparent url("i/button_orange.gif") top left no-repeat;
	list-style-type: none;
	margin: 0;
	padding-left: 20px;
	color: #464635;
	font-family: georgia;
	font-size: 13px;
	font-weight: normal;
}

div#maincol .contentMission ul,
div#maincol .contentYourtake ul,
div#maincol .contentSCAN ul,
div#maincol .contentLeaders ul,
div#maincol .contentWorkshops ul {
	padding: 0;
	margin: 0;
	margin-left: 43px;
	margin-right: 40px;
}

div#maincol .contentMission li,
div#maincol .contentYourtake li,
div#maincol .contentSCAN li,
div#maincol .contentLeaders li,
div#maincol .contentWorkshops li {
	font-family: georgia;
	font-size: 13px;
	color: #464635;
	list-style-type: disc;
	line-height: 24px;
}

div#maincol .contentYourtake li ul,
div#maincol .contentSCAN li ul,
div#maincol .contentLeaders li ul,
div#maincol .contentWorkshops li ul { margin-left: 30px; }

div#maincol .contentYourtake li ul li,
div#maincol .contentSCAN li ul li,
div#maincol .contentLeaders li ul li,
div#maincol .contentWorkshops li ul li { list-style-type: none; }

/* ---- pull quote styles ---- */

blockquote.pullquote,
blockquote.pullquoteHome {
	border-top: 1px solid #c92a10;
	background: #fff;
	border-bottom: 1px solid #c92a10;
	margin-left: 17px;
	margin-right: 25px;
	font-size: 19px;
	color: #7e1301;
	font-weight: normal;
	font-family: georgia;
	padding: 24px 17px;
	line-height: 30px;
}

div#leadersquote blockquote.pullquote {
	margin-top: 0;
}

blockquote.pullquoteHome {
	font-size: 25.5px;
	color: #c92a10;
	padding: 24px 25px;
	margin-left: 23px;
	line-height: 32px;
}

blockquote.pullquote p { }

blockquote.pullquoteHome span.unleash {
	font-size: 25.5px;
	color: #7e1301;
	font-weight: normal;
	font-family: georgia;
}

blockquote.pullquoteHome img {
	border: 0;
	margin-left: 256px;
	margin-top: 20px;
}

div#maincol .contentLeaders blockquote.pullquote ul.pqlist {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

div#maincol #leadersquote img {
	margin-left: 17px;
	margin-top: 10px;
}

div#maincol .contentLeaders blockquote.pullquote ul.pqlist li {
	background: transparent url("i/button_pullquote.gif") top left no-repeat;
	list-style-type: none;
	color: #005b7f;
	font-family: georgia;
	font-size: 16px;
	font-weight: normal;
	padding-left: 20px;
	line-height: 25px;
}

div#maincol .contentLeaders blockquote.pullquote ul.pqlist li a {
	list-style-type: none;
	color: #005b7f;
	font-family: georgia;
	font-size: 16px;
	font-weight: normal;
	line-height: 25px;
}

div.homecontentLeft {
	float: left;
	width: 300px;
	margin-top: 15px;
	margin-bottom: 10px;
}

div#maincol div.homecontentLeft p {
	font-family: verdana;
	font-size: 12px;
}

div#homeWrapper div#maincol div.content div.homecontentLeft p a {
	color: #c92a10;
	text-decoration: none;
	font-family: verdana;
	font-size: 11px;
}

div#homeWrapper div#maincol div.content div.homecontentLeft p a:hover { background: none; text-decoration: underline; }

div.homecontentLeft strong {
	color: #464635;
	font-family: georgia;
	font-size: 14px;
}

h3.whatsnew {
	background: transparent url("i/header_whatsnew.jpg") top left no-repeat;
	text-indent: -9999px;
	width: 103px;
	height: 11px;
	margin-left: 28px;
}

div.homecontentRight {
	float: right;
	width: 230px;
	padding-right: 30px;
	margin-top: 15px;
}

span.homeQuote {
	font-size: 20px;
	font-family: georgia;
	display: block;
	line-height: 24px;
	color: #464635;
}

span.homeQuotename {
	font-size: 18px;
	font-family: georgia;
	display: block;
	font-style: italic;
	margin-top: 10px;
	margin-bottom: 5px;
	color: #464635;
}

span.navy {
	color: #005b7f;
	font-size: 20px;
	font-family: georgia;
}

span.navyem {
	color: #005b7f;
	font-family: georgia;
	font-size: 13px;
	font-style: italic;
}

span.navysixem {
	color: #005b7f;
	font-family: georgia;
	font-size: 16px;
	font-style: italic;
}

span.navynormal {
	color: #005b7f;
	font-size: 13.5px;
	font-family: georgia;
	margin: 0;
	padding: 0;
	margin-left: 27px;
}

span.navysame {
	color: #005b7f;
	font-size: 13px;
	font-family: georgia;
	margin: 0;
	padding: 0;
	margin-left: 27px;
}

span.navynormalpub {
	color: #005b7f;
	font-size: 13.5px;
	font-family: georgia;
	margin: 0;
	padding: 0;
}

span.navytext {
	color: #005b7f;
	font-size: 13.5px;
	font-family: georgia;
	margin: 0;
	padding: 0;
}

span.red {
	color: #c92a10;
	font-size: 13px;
	font-family: georgia;
	font-weight: bold;
}

span.homeQuotenametitle {
	font-size: 10px;
	font-weight: bold;
	font-family: arial;
	display: block;
	text-transform: uppercase;
	line-height: 15px;
	color: #464635;
}

select#aboutClients {
	width: 295px;
	margin-left: 28px;
	margin-bottom: 15px;
}

div#maincol .content div#infoBox ul li {
	color: #464635;
	font-size: 11px;
	font-family: verdana;
}

div#infoBox ul {
	margin: 0;
	padding: 0;
}

div#infoBox {
	background: #e8e8d4;
	width: 194px;
	float: right;
	margin-right: 30px;
}

div#infoBox h3 { 
	background: transparent url("i/header_key.jpg") top left no-repeat;
	text-indent: -9999px;
	width: 194px;
	height: 20px;
}

div.infoBoxcontent { margin: 10px 8px 10px 0; }

/* ---- about us sections ---- */

/* about main page */
div#aboutWrapper div#maincol {
	float: right;
	width: 564px;
	margin-top: 164px;
}

/* about interior pages */
div#aboutWrappermain div#maincol {
	float: right;
	width: 564px;
	margin-top: 144px;
}

/* about home heading */
div#maincol h2.mainAbout {
	background: #f8f8e4;
	padding: 10px 15px 4px 15px;
	font-family: georgia;
	font-weight: normal;
	color: #7e1301;
	font-size: 24px;
	width: 98px;
	height: 24px;
	margin-left: 10px;
	white-space: nowrap;
}

div#maincol h2.mainAboutall {
	background: #f8f8e4;
	padding: 10px 15px 0 15px;
	font-family: georgia;
	font-weight: normal;
	color: #7e1301;
	font-size: 22px;
	margin-left: 10px;
	white-space: nowrap;
}

/* about home heading */
div#maincol h2.mainResources {
	background: #f8f8e4;
	padding: 10px 15px 7px 15px;
	font-family: georgia;
	font-weight: normal;
	color: #7e1301;
	font-size: 24px;
	width: 210px;
	margin-left: 10px;
	white-space: nowrap;
}

/* teachers home heading */
div#teachersWrapper div#maincol {
	float: right;
	width: 564px;
	margin-top: 164px;
}

/* teachers interior pages */
div#teachersWrappermain div#maincol {
	float: right;
	width: 564px;
	margin-top: 144px;
}

/* leaders home heading */
div#leadersWrapper div#maincol {
	float: right;
	width: 564px;
	margin-top: 164px;
}

/* leaders interior pages */
div#leadersWrappermain div#maincol {
	float: right;
	width: 564px;
	margin-top: 144px;
}

/* work home heading */
div#workWrapper div#maincol {
	float: right;
	width: 564px;
	margin-top: 164px;
}

/* work interior pages */
div#workWrappermain div#maincol {
	float: right;
	width: 564px;
	margin-top: 144px;
}

/* resources home heading */
div#resourcesWrapper div#maincol {
	float: right;
	width: 564px;
	margin-top: 164px;
}

div#maincol h2.mainTeachers {
	background: #f8f8e4;
	padding: 10px 15px 7px 15px;
	font-family: georgia;
	font-weight: normal;
	color: #7e1301;
	font-size: 24px;
	width: 138px;
	margin-left: 10px;
	white-space: nowrap;
}

div#maincol h2.mainTeachersall {
	background: #f8f8e4;
	padding: 10px 15px 0 15px;
	font-family: georgia;
	font-weight: normal;
	color: #7e1301;
	font-size: 22px;
	margin-left: 10px;
	white-space: nowrap;
}

div#maincol h2.mainLeaders {
	background: #f8f8e4;
	padding: 10px 30px 7px 15px;
	font-family: georgia;
	font-weight: normal;
	color: #7e1301;
	font-size: 24px;
	width: 313px;
	margin-left: 10px;
	white-space: nowrap;
}

div#maincol h2.mainLeadersall {
	background: #f8f8e4;
	padding: 10px 15px 0 15px;
	font-family: georgia;
	font-weight: normal;
	color: #7e1301;
	font-size: 22px;
	margin-left: 10px;
	white-space: nowrap;
}

div#maincol h2.mainWork {
	background: #f8f8e4;
	padding: 10px 15px 7px 15px;
	font-family: georgia;
	font-weight: normal;
	color: #7e1301;
	font-size: 24px;
	width: 108px;
	margin-left: 10px;
	white-space: nowrap;
}

div#maincol h2.mainWorkall {
	background: #f8f8e4;
	padding: 10px 15px 0 15px;
	font-family: georgia;
	font-weight: normal;
	color: #7e1301;
	font-size: 22px;
	margin-left: 10px;
	white-space: nowrap;
}

/* mission statement h3 color */
h3.navybi {
	font-family: georgia;
	font-size: 16px;
	font-style: italic;
	color: #005b7f;
	font-weight: normal;
	margin: 20px 0 10px 30px;
}

/* mission statement h3 color */
h3.navy {
	font-family: georgia;
	font-size: 16px;
	color: #005b7f;
	font-weight: normal;
	margin-left: 27px;
}

/* normal navy colored h3 color */
h3.navynormal {
	font-family: georgia;
	font-size: 16px;
	color: #005b7f;
	font-weight: normal;
	margin: 20px 0 10px 27px;
	line-height: 20px;
}

/* normal navy colored h3 color */
h3.navyclients {
	font-family: georgia;
	font-size: 16px;
	color: #005b7f;
	font-weight: normal;
	margin: 0 0 0 27px;
}

ul.statelist { margin-top: 4px; }

/* normal navy colored h3 color */
h3.navysame {
	font-family: georgia;
	font-size: 13px;
	color: #005b7f;
	font-weight: normal;
	margin: 20px 0 10px 27px;
}

/* mission statement h3 color */
h3.navyem {
	font-family: georgia;
	font-size: 16px;
	color: #005b7f;
	font-weight: normal;
	font-style: italic;
	margin: 15px 0 0 28px;
	padding: 0;
}

/* who we are name */
h3.aboutName {
	font-family: georgia;
	font-size: 16px;
	color: #005b7f;
	font-weight: normal;
	margin: 0 0 0 27px;
}

/* who we are job title */
span.aboutTitle {
	font-family: georgia;
	font-size: 13.5px;
	color: #005b7f;
	font-weight: normal;
	font-style: italic;
	margin: 0 0 0 27px;
	line-height: 20px;
}

/* who we are email address */
span.aboutEmail {
	color: #222;
	font-family: georgia;
	font-size: 13.5px;
	font-weight: normal;
	display: block;
	margin: 0 0 0 28px;
}

span.navyblue {
	color: #005b7f;
	font-family: georgia;
	font-size: 13.5px;
	font-weight: normal;
}

/* left column about header */
div#leftcol h2.moreAbout {
	text-indent: -9999px;
	background: transparent url("/i/header_moreabout.png") top left no-repeat;
	width: 106px;
	height: 13px;
	margin: 33px 0 22px 0;
}

div#leftcol h2.aboutmission {
	text-indent: -9999px;
	background: transparent url("/i/about_missionstatement.png") top left no-repeat;
	width: 182px;
	height: 365px;
	margin-top: 40px;
}

div#leftcol h2.teachersmission {
	text-indent: -9999px;
	background: transparent url("/i/teachersmission.png") top left no-repeat;
	width: 189px;
	height: 367px;
	margin-top: 40px;
}

div#leftcol h2.leadersmission {
	text-indent: -9999px;
	background: transparent url("/i/leadersmission.png") top left no-repeat;
	width: 190px;
	height: 161px;
	margin-top: 40px;
}

div#leftcol h2.workmission {
	text-indent: -9999px;
	background: transparent url("/i/workmission.png") top left no-repeat;
	width: 182px;
	height: 333px;
	margin-top: 40px;
}

div#leftcol h2.resourcesmission {
	text-indent: -9999px;
	background: transparent url("/i/resources_missionstatement.png") top left no-repeat;
	width: 182px;
	height: 364px;
	margin-top: 40px;
}

div#leftcol h2.moreTeachers {
	text-indent: -9999px;
	background: transparent url("/i/header_moreabout.png") top left no-repeat;
	width: 106px;
	height: 13px;
	margin: 33px 0 22px 0;
}

div#leftcol h2.moreLeaders {
	text-indent: -9999px;
	background: transparent url("/i/header_moreabout.png") top left no-repeat;
	width: 106px;
	height: 13px;
	margin: 33px 0 22px 0;
}

div#leftcol h2.moreWork {
	text-indent: -9999px;
	background: transparent url("/i/header_moreabout.png") top left no-repeat;
	width: 106px;
	height: 13px;
	margin: 33px 0 22px 0;
}

h3.introductory {
	text-indent: -9999px;
	background: transparent url("/i/header_introductory.jpg") top left no-repeat;
	width: 103px;
	height: 21px;
}

h3.advanced {
	text-indent: -9999px;
	background: transparent url("/i/header_advanced.jpg") top left no-repeat;
	width: 103px;
	height: 21px;
	margin-top: 15px;
}

/* overview of analytic process */

table#overviewTable {
	border-collapse: collapse;
	border: 0;
	padding: 0;
	margin: 0;
	margin-top: 15px;
	margin-left: 10px;
	width: 93%;
}

table#overviewTable th {
	color: #fff;
	font-weight: bold;
	font-family: verdana;
	font-size: 11px;
	background: #464635;
	width: 25%;
	padding: 8px 0;
}

table#overviewTable th.line,
table#overviewTable td.line { border-right: 1px solid #fff; }

table#overviewTable td {
	font-family: verdana;
	font-size: 11px;
	color: #464635;
	padding: 12px;
	vertical-align: top;
}

div#workWrappermain div#wrapperLft div#maincol div.contentWorkshops table#overviewTable tbody tr td a { background: none; }

div.contentWorkshops table#overviewTable tbody tr td a {
	font-family: verdana;
	font-size: 11px;
	color: #464635;
}

div.contentWorkshops table#overviewTable tbody tr td ul {
	margin: 0;
	margin-left: 10px;
	padding: 0;
}

div.contentWorkshops table#overviewTable tbody tr td ul li {
	font-family: verdana;
	font-size: 11px;
	color: #464635;
	margin: 0;
	padding: 0;
	line-height: 14px;
}

tr.overviewLight { background: #fdef9d; }
tr.overviewDark { background: #fde76d; }

/* atq form */

hr.hr {
	border: 0;
	border-bottom: 1px solid #9f9f8c;
	background: 0;
	padding: 0;
	margin: 0 auto;
	height: 1px;
	width: 90%;
}

div#maincol .contentWorkshops p.inputtext { color: #005b7f; }

/* footer */

div#homeFooter {
	background: transparent url("/i/home_footer.png") top left no-repeat;
	height: 44px;
	width: 811px;
	clear: both;
}

div#aboutFooter {
	background: transparent url("/i/about_footer.png") top left no-repeat;
	height: 44px;
	width: 811px;
	clear: both;
}

div#teachersFooter {
	background: transparent url("/i/teachers_footer.png") top left no-repeat;
	height: 44px;
	width: 811px;
	clear: both;
}

div#leadersFooter {
	background: transparent url("/i/leaders_footer.png") top left no-repeat;
	height: 44px;
	width: 811px;
	clear: both;
}

div#workFooter {
	background: transparent url("/i/work_footer.png") top left no-repeat;
	height: 44px;
	width: 811px;
	clear: both;
}

div#footer { color: #464635; }

div#footer ul {
	margin: 0;
	padding: 0;
	padding: 0 0 0 24px;
}

div#footer li {
	margin: 60px 0 5px 0;
	padding: 0 4px;
	float: left;
	list-style-type: none;
	color: #464635;
}

div#footer li a {
	color: #464635;
	text-decoration: none;
}

div#wrapper div#homeWrapper div#maincol div.content blockquote.pullquoteHome a img,
div#wrapper div#homeWrapper div#maincol div.content blockquote.pullquoteHome a:hover { text-decoration: none; background: none; }

ul li span.boldered a,
p span.boldered a {
	color: #7e1301 !important;
	font-weight: bold !important;
	font-size: 13px !important;
}

div.callout {
	background: #f9f1b3;
	border: 2px solid #fae45c;
	padding: 8px 13px 5px 0;
	margin: 10px 25px;
}

div.callout p { color: #000 !important; }

div.callout p.blacktitle {
	font-family: verdana !important;
	font-weight: bold !important;
	font-size: 11px !important;
}

#nav_newsletter_archive_li,
#nav_newsletter_li { float: left; }

#nav_newsletter_contact_li { float:right; clear:both; }

ul#newsletter_list { float:right; }


.contentWorkshops ul.box {
	margin: 0 20px 20px 28px !important;
	padding: 15px !important;
	border: 2px solid #ffff00;
	clear: both;
	background: #ffffcc;
}

.contentWorkshops ul.box li {
	line-height: 18px !important;
	list-style-type: none !important;
}

.contentWorkshops ul.box li span.boldered a { font-size: 12px !important; }