/* STRUCTURE --------------------------------------------------- */

body {
	/*max-width: 1024px;*/
	margin:0;
	padding:0;
	background: #fff url(../images/bg1.jpg) repeat-x;
	color: #000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 86%;
	}
#wrapper {
	max-width: 1220px;
	min-width: 860px;
	margin: auto;
	padding: 0 20px 20px 20px;
	}
#wrapper-inner {
	clear: both;
	padding-left: 195px;
	padding-right: 195px;
	overflow: hidden; /* screws up DW Design View display, but needed to contain floats */
	/*position: relative;*/
	}
* html #wrapper-inner {
	overflow: visible; /* to make #contentwrapper visible in IE 5.5, but also helps layout from getting screwed up in DW. Thus, it's here instead of in ie-hacks.css */
	}
.inner #wrapper-inner {
	padding-right: 0;
	}
#wrapper-content {
	float: right;
	width: 100%;
	background-color: #fff;
	}
* html #wrapper-content {
	overflow: visible; /* to make #contentwrapper visible in IE 5.5, but also helps layout from getting screwed up in DW. Thus, it's here instead of in ie-hacks.css */
	}
#wrapper-content2 {
	padding-right: 195px;
	background: #FFFFFF;
	}
	
.no-secondary-nav #wrapper-content2 {
	padding-right: 0;
	}	

#content {
	position: relative; /* makes div content editable in DW Design View */
	float: left;
	width: 100%;
	margin-right: -100%;
	/*margin-right: -99.9%;*/ /*EDITED TO FIX NEW FIREFOX BUG*/
	}
.inner #content {
	position: relative; /* makes div content editable in DW Design View */
	float: left;
	width: 100%;
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 1.1em;
	line-height: 1.4;
	}
#content-pad {
	padding: 15px;
	}
#nav-main {
	position: relative; /* makes div show in DW */
	float: left;
	width: 180px;
	margin-left: -195px;
	padding: 0 15px 15px 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	}
#secondary-content {
	position: relative; /* makes div show in DW */
	float: right;
	width: 180px;
	margin-right: -195px;
	padding: 0 0 15px 15px;
	}


/* HEADER --------------------------------------------------- */

#header {
	overflow: hidden; /* for child float containment */
	position: relative; /* for logo AP div reference */
	width: 100%; /* for Opera to extend div full browser width */
	padding: 0 0 20px 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}	
#logo {
	position: absolute;
	top: 0; /* needed for IE6 */
	left: 0; /* needed for IE6 */
	margin: 25px 0 0 0;
	}
#skipnav {
	float: right;
	margin: 10px 0 10px 0;
	font-size: .7em;
	color: #009900;
	list-style: none;
	}
#skipnav li {
	display: inline;
	margin: 0 0 0 10px;
	padding: 0;
	}
#search-site {
	clear: right;
	float: right;
	margin: 0 0 10px 10px;
	font-weight: bold;
	font-size: 1em;
	color: #009900;
	}
#searchbox {
	height: 18px;
	padding: 0;
	width: 15em;
	border: 1px solid #009900;
	}
#search-site-go {
	width: 28px;
	height: 20px;
	padding: 0 0 3px 0;
	border: 1px solid #009900;
	background: #009900 url(../images/go_bg.jpg) repeat-x;
	font-weight: bold;
	font-size: .9em;
	color: #ffffff;
	}
	
#top-nav {
	clear: right;
	float: right;
	margin: 0 0 10px 10px;
	padding: 0;
	list-style: none;
	font-size: .7em;
	}
#top-nav li {
	display: inline;
	margin: 0 0 0 .5em;
	padding: 0;
	}
#top-nav a {
	margin: 0 .4em 0 0;
	font-weight: bold;
	}


/* MAIN NAV ELEMENTS --------------------------------------------------- */

#nav-main h2 {
	width: 168px;
	min-height: 19px;
	margin: 0;
	padding: 4px 5px 0 5px;
	border: 1px solid #e0e0e0;
	background: #e0e0e0 url(../images/left_nav_bg.jpg) repeat-x;
	color: #009000;
	font: bold 1.2em Verdana, Arial, Helvetica, sans-serif;
	}
#nav-main ul {
	width: 180px;
	margin: 0 0 20px 0;
	padding: 0 0 6px 0;
	background: url(../images/round_bottom.gif) bottom no-repeat;
	list-style: none;
	}
#nav-main li {
	margin: 0;
	padding: 8px 10px;
	border: 1px solid #e0e0e0;
	border-bottom: none;
	background: #fafafa;
	}
#nav-main a {
	color: #656363;
	text-decoration: none;
	}
#nav-main a:hover {
	color: #000000;
	text-decoration: underline;
	}

#associated-sites h2 {
	width: auto;
	border: none;
	background: none;
	}
#associated-sites ul {
	width: auto;
	background: none;
	color: #009900;
	margin: 0 0 0 15px;
	padding: 0;
	list-style: square;
	}
#associated-sites li {
	padding: 0;
	border: none;
	background: none;
	line-height: 1.6;
	}
#associated-sites a {
	color: #000000;
	text-decoration: underline;
	}


/* SECONDARY NAV ELEMENTS ----------------------------------------- */

#breadcrumb {
	color: #ffffff;
	background: #019000 url(../images/breadcrumb_bg.jpg) repeat-x;
	margin: 0;
	padding: 7px;
	font-size: .8em;
	font-weight: normal; /* needed? */
	}
#breadcrumb a {
	color: #ccebcd;
	text-decoration: none;
	font-weight: normal;
	}
#breadcrumb a:hover {
	text-decoration: underline;
	}
#breadcrumb strong {
	color: #ccebcd;
	text-decoration: none;
	font-weight: bold; /* default value -- needed? */
	}

#secondary-nav {
	font-size: .8em; /* added this rule so 2nd and 3rd levels would be same size */
	}
#secondary-nav ul {
	background-color: #d9eed9;
	list-style: none;
	margin: 0 0 20px 0;
	padding: 0;
	}
#secondary-nav li {
	background-color: #c0e3c0;
	margin: 0 0 3px 0;
	/*font-size: .8em;*/
	}
#secondary-nav li a {
	text-decoration: none;
	display: block;
	padding: 10px;
	}
#secondary-nav li a:hover {
	text-decoration: underline;
	}
#secondary-nav ul ul {
	background-color: #d9eed9;
	color: #009900;
	list-style: square;
	margin: 0 0 0 0;
	padding: 5px;
	}
#secondary-nav ul ul li {
	background-color: #d9eed9;
	margin: 0 5px 0 20px;
	padding: 0;
	/*font-size: .78em;*/
	}
#secondary-nav ul ul li a {
	text-decoration: none;
	display: block;
	padding: 5px 0 5px 0;
	}

#sub-featured-content {
	font-size: .95em;
	background: url(../images/sub_featured_content_bg.jpg) no-repeat left;
	padding: 0 0 0 15px;
	}
#sub-featured-content h3 {
	color: #009900;
	margin: 0 0 10px 0;
	}
#sub-featured-content ul {
	background: none;
	color: #009900;
	margin: 0 0 10px 35px;
	padding: 0;
	list-style: square;
	}
#sub-featured-content a {
	color: #000000;
	text-decoration: underline;
	}


/* FOOTER ELEMENTS --------------------------------------------------- */

#footer {
	clear: both;
	padding: 10px 220px 0px 220px;
	display: block;
	}
#footer p {
	font-size: .75em;
	text-align: center;
	}
#footer img {
	margin: 0 10px 0 10px;
	}


/* TEXT --------------------------------------------------- */
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;
	}
h1 {
	font-size: 200%;
	}
	
.inner h1 {
	padding-top: .25em;
	font-size: 225%;
	font-weight: bold;
	color:#019a01;
}

.home h1 {
	line-height: 1em;
	font-size: 175%;
	margin: .5em .5em .25em 0;
	display: block;
}
	
h2 {
	font-size: 140%;
	margin-top: 1.5em;
	}
h3 {
	font-size: 120%;
	margin-top: 1.5em;
	}
	
h4 {
	font-size: 110%;
	font-style: italic;
	margin-top: 1em;
	margin-bottom: 0;
	}
	
a {
	color: #009900;
	}
	
.indented {
	margin-left: 3em;
}
	
#content-pad a[href^="http:"] {
display:inline-block;
padding-left:13px;
background:transparent url(../images/external_link.gif) top left no-repeat;
}


/* LISTS -------------------------------------------------- */
dl {
	margin: 0 0 1.2em 0; /* IE puts default margins on dls, this standardizes it cross-browser */
	}
dt {
	font-weight: bold;
	}
dd {
	margin-left: 15px;
	}


dl.image-list {
	margin: 0 0 3em 0;
	}
	
dl.image-list dt {
	clear: left;
	}
	
dl.image-list dd {
	margin: 0;
	}

dd.image {
	clear: none;
	float: left;
	margin: 0;
	padding: 5px 10px 0 0;
	border: 0;
	}
	
/* Teaser thumbnail lists and blocks */
#content .teaser {
	margin: 0;
	padding: 0;
	margin-left: 135px;
	}
#content .teaser > li {
	float: left; /* for float containment */
	clear: both;
	width: 100%;
	margin: 0 0 1.3em 0;
	padding: 0;
	background: none;
	list-style:none;
	}
	
#content .teaser h3,
#content .teaser p,
#content .teaser ul {
	float: right;
	width: 100%;
	margin: 0;
	list-style:none;
	}
#content .teaser img {
	float: left;
	width: 125px;
	margin-left: -135px;
	}


/* FORMS -------------------------------------------------- */

fieldset {
	margin: .5em 0 1em 0;
	border: 1px solid #009900;
	}
	
legend {
	font-weight: bold;
	}
	
.redstar {
	color: #990000;
	}
	
.redtext {
	color: #990000;
	}
	
form p {
	margin: 0;
	}
	
.row,
.row2,
.explanatory,
.options {
	margin: .5em 0 1em 0;
	}
	
.indent {
	margin: .5em 0 1em 10.5em;
}
	
.button1 {
	font-size:100%;
	margin: 1em .5em 1em 1em;
	padding: 3px 10px 3px 10px;
	}
	
.row label {
	float: left;
	width: 10em;
	padding-right: .5em;
	text-align: right;
	}
.row2 label {
	float: left;
	width: 7em;
	padding-right: .5em;
	text-align: right;
	}
	
.row p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #999;
	font-size: 75%;
	padding-left: 14em;
	}
	
fieldset p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #999;
	font-size: 75%;
	}
	
.radio {
	padding-left: 1.5em;
	margin: 0 0 1em 0;
	}
	
.explanatory label {
	display: block;
	}
	
.options ul {
	margin: 0;
	padding: 0;
	list-style: none;
	}
.options li {
	margin: 0 0 .2em 24px;
	padding: 0;
	text-indent: -24px;
	}

.request_form li {
	margin: 0 0 20px 0;
	}

.request_form li li {
	list-style: none;
	}

.request_form_questions {
	margin: 5px 0 5px 0;
	}

.form_indent {
	margin: 0 0 0 3em;
	}

#question-keywords {
	width: 60%;
	}

#library-details-links {
	margin: 0 0 1em 0;
	padding: .6em;
	background: #c0e3c0;
	color: #009900;
	}
#library-details-links p {
	margin: 0;
	}
#library-details-links a {
	color: #009900;
	font-weight: bold;
	}
	
#training-docs {
	background-color:#f3f3f3;
	width:100%;
	padding:5px;
	margin:3px 0 3px 0;
}

#training-docs-header {
	background-color:#cccccc;
	width:100%;
	padding:5px;
	}
	
#form-hidden {
	display: none;
	}	


/* IMAGES -------------------------------------------------- */

.right {
	float: right;
	display: block;
	margin: 0 0 15px 15px;
	border: 2px solid #e0e0e0;
	}
	
.sub-right {
	width: 250px;
	float: right;
	display: block;
	margin: 0 0 15px 15px;
	padding: 0;
	/*border: 1px solid #5eb95e;*/
	clear: right;
	}
	
.sub-right img {
	border: 2px solid #e0e0e0;
	}
	
.sub-right p {
	color: #5eb95e;
	/*background: #5eb95e;*/
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .9em;
	/*border: 1px solid #5eb95e;*/
	}
	
.sub-right-vert {
	width: 190px;
	float: right;
	display: block;
	margin: 0 0 15px 15px;
	padding: 0;
	/*border: 1px solid #5eb95e;*/
	clear: right;
	}
	
.sub-right-vert img {
	border: 1px solid #e0e0e0;
	}
	
.sub-right-vert p {
	color: #5eb95e;
	/*background: #5eb95e;*/
	margin: 0;
	padding: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .9em;
	/*border: 1px solid #5eb95e;*/
	}
	
.sub-right-thumb {
	width: 180px;
	float: right;
	display: block;
	margin: 0 0 15px 15px;
	padding: 0;
	border: 2px solid #e0e0e0;
	/*border: 1px solid #5eb95e;*/
	}
	
.sub-right-thumb p {
	color: #ffffff;
	background: #5eb95e;
	margin: 0;
	padding: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .9em;
	border: 2px solid #5eb95e;
	}

.big-image {
	display: block;
	margin: 0 0 15px 0;
	}

.big-image img {
	}

img {
	border: none;
	}


/* ____________________________________________________________ */
/* PAGE SPECIFIC ---------------------------------------------- */

/* HOME PAGE -------------------------------------------------- */

/* MAIN CONTENT */

#home-feature {
	margin-bottom: 20px;
	padding: 10px 15px 10px 15px;
	border: 1px solid #e0e0e0;
	background: #ccebcc;
	color: #009900;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	overflow: auto;	/* for float containment */
	}
	
#home-feature h1 {
	font-size: 40px;
	font-weight: bold;
	}
#home-feature p {
	font-size: 1em;
	line-height: 1.25em;
	}
	
#home-feature .caption {
	font-size: .8em;
	color: #999999;
	clear: right;
	float: right;
	width: 250px;
	text-align: center;
	margin-top: -10px;
	padding-bottom: 10px;
	}
	
#home-featured-resources {
	overflow: auto;	/* for float containment */
	background: #fdfdfd url(../images/home_featured_resource_bot_left.png) no-repeat bottom left;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
#home-featured-resources-top {
	overflow: auto; /* for float containment */
	padding: 0 9px 0 0;
	background: url(../images/home_featured_resource_top_right.png) no-repeat top right;
	}
#home-featured-resources-bottom {
	overflow: auto; /* for float containment */
	padding: 0 0 9px 0; /* to make room for bottom left image to show */
	background: url(../images/home_featured_resource_bot_right.png) no-repeat bottom right;
	}
#home-featured-resources ul {
	overflow: auto;	/* for float containment */
	margin: 0;
	padding: 0 0 0 9px; /* to make room for bottom left image to show */
	list-style: none;
	background: url(../images/home_featured_resource_top_left.png) no-repeat top left;
	}

#home-featured-resources li {
	float: left;
	width: 29%;
	margin: 20px 2% 10px 2%;
	padding: 0;
	}
	
#home-featured-resources h3, 
#home-featured-resources p {
	margin: 5px 0 0 0;
	}
#home-featured-resources a {
	font-size: 1em;
	font-weight: bold;
	}
#home-featured-resources img {
	display: block;
	width: 100%;
	border: 2px solid #e0e0e0;
	}


/* SECONDARY CONTENT ELEMENTS */

dl {
	margin: 0 0 1.2em 0;
	}
dt {
	margin: .8em 0 0 0;
	font-weight: bold;
	}
dd {
	margin: 0;
	}

.home-highlight {
	width: 180px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .8em;
	margin: 0 0 20px 0;
	background: #fafafa url(../images/right_bg.jpg) repeat-y;
	}
.home-highlight h2 {
	color: #666666;
	margin: 0 0 .8em 0;
	padding: 12px 12px 0 12px;
	background: url(../images/round_top.gif) top no-repeat;
	}
#home-events h2 {
	background: url(../images/round_top_green.gif) top no-repeat;
	}
.home-highlight dt {
	margin: 12px 12px 0 12px;
	}
.home-highlight dd {
	margin: 0 12px 0 12px;
	}
.home-highlight h3, 
.home-highlight p {
	margin: 0 12px 0 12px;
	}

.home-highlight a {
	/*font-size: 1.2em;*/
	color: #666666;
	text-decoration: underline;
	}
.home-highlight .more {
	margin: 1em 0 0 0;
	padding: 0 12px 12px 12px; 
	background: url(../images/round_bottom.gif) bottom no-repeat;
	}
	
.home-highlight img {
	margin: 2px 6px 0 12px;
	float: left;
	}

#home-facebook .highlight-row-header {
	padding: 12px 0 0 0;
	background: url(../images/round_top_green.gif) top no-repeat;
	}
	
#home-facebook .highlight-row-footer {
	padding: 12px 0 0 0;
	background: url(../images/round_bottom_green.gif) bottom no-repeat;
	}
	
#home-facebook dt {
	margin: 0px 12px 0 12px;
	}
	
#home-facebook dl {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	}

.inner hr {
	color: #b4dfb4;
	margin: 1em 0 1em 0;
	}

.inner hr {
	border-width: 1px;
	border-style: solid;
	border-color: #b4dfb4;
	margin: 1em 0 1em 0;
	}

.inner #content h3 {
	margin: 0;
	}
	
.content-table {
	width: 100%;
	clear: both;
	}
	
.content-table td {
	padding: 15px;
	vertical-align: top;
	background-color: #fafafa;
	}
	
.content-table th {
	padding: 15px;
	vertical-align: top;
	background-color: #f3f3f3;
	color: #009900;
	}

.caption {color: #999; font-style:italic;}

.column {
	float: left;
	width: 45%;
	margin-right:5%;
}

.inner #content table {
	margin-bottom: 1.2em;
	}
	
.inner #content ul,
.inner #content ol {
	margin-bottom: 30px;
	margin-top: 15px;
	}
	
.results-nav {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 85%;
	background: #c0e3c0 none repeat-x;
	color: #009900;
	margin: 0pt;
	padding: .25em;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	text-align:left;
	}

.results-nav li {
	display:inline;
	margin:0pt 0pt 0pt .5em;
	padding:0pt;
	}
	
.results-nav li a {
	color: #009900;
	text-decoration: underline;
	}
	
.results-nav li a:hover {
	}

.content-highlight {
	background: #c0e3c0 none repeat-x;
	color: #009900;
	margin: 0pt;
	padding: .25em;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	text-align:left;
	}

.results-nav li {
	display:inline;
	margin:0pt 0pt 0pt .5em;
	padding:0pt;
	}
	
.results-nav li a {
	color: #009900;
	text-decoration: underline;
	font-weight: bold;
	}
	
.results-nav li a:hover {

	}

#section-search-box {
	border: 1px solid #009900;
	/*margin-right: 16.5em;*/
	padding: 1em;
	}
	
#section-search-box label {
	display: block;
	margin: 0 0 .4em 0;
	font-size: 120%;
	font-weight: bold;
	}

#questions-browse {
	margin: 1em 0 1em 0;
	padding: .75em;
	border-top: 3px solid #c0e3c0;
	color: #000;
	background: #d9eed9;
	overflow: hidden;
	}
#questions-browse div {
	border-bottom: 1px solid #1299E8;
	}
	
#questions-browse h2 {
	color: #009900;
	}
		
#questions-browse a {
	color: #009900;
	}

#questions-browse ul {
	list-style: none;
	margin: 0;
	padding: 0;
	}
#questions-browse li {
	display: inline;
	font-size: 80%;
	color: #009900;
	}
#questions-browse li a {
	float: left;
	width: 20em;
	text-decoration: none;
	margin-bottom: .25em;
	}
#questions-browse li a:hover {
	text-decoration: underline;
	}
	
#questions-top {
	clear: left;
	}
#questions-top ul {
	list-style: square;
	color: #009900;
	margin-left: 1em;
	padding: 0;
	}
#questions-top li {
	vertical-align: middle;
	margin-bottom: .5em;
	}	

#popup {
	background: #ffffff;
	padding: 20px;
	font-family: Georgia, "Times New Roman", Times, serif;
	}
	
#privacy-policy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	margin: 30px 0 0 0;
	}

#privacy-policy h2 {
	color: #009900;
	margin: 0;
	}
	
.grey-text {color:#999999;}

.register {
	margin: 30px 0 30px 0; padding:0;
}

.register a {
	text-decoration: none;
	text-align: center;
	background: #67c267;
	border: 2px solid #019a01;
	padding: 5px 10px 5px 10px;
	color: #fff;
	font-weight: bold;
}

.register a:hover {background: #41b341;}