@charset "utf-8";

body {
	font: 62.5% Arial, Helvetica, sans-serif;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;
	background-color: #663;
}
.hide {
	display:none;
}
p {
	font-size: 1.2em;
	line-height: 1.7em;
}
#container {
	width: 955px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element */
	background-image: url(/images/inside_background.gif);
	background-repeat: repeat-y;
	background-position: left top;
	position: relative;
}

#wrapper-main {
	position: relative;
	width: 955px;
}
.projectlanding #wrapper-main {
	background: url(/images/projectlanding_bg.gif) no-repeat right 0px;
}
.projectlanding #container,
.nosidebar2 #container {
	background: #FFF url(/images/bg_projectlanding_btm.jpg) no-repeat left bottom;
}

.projectlanding #main #projectmap {
	position: absolute;
	left: 0px;
	top: 0px;
}
.projectlanding #projectlegend {
	width: 480px;
	padding: 10px;
	background: #E2EBF3;
}
/*.projectlanding #main #projectmap #projectlegend ol {

}*/
.projectlanding  #main #projectmap #projectlegend ol li {
	font-size: 1em;
/*	list-style: url(none) none outside;*/
}
.rtp #container {
	background-color: #FFF;
	background-image: none;
}






#header {
}

/* ------------------------ SUBNAV 2 SECTION STYLES ---------------------------------*/
#subnav {
	float: left; /* since this element is floated, a width must be given */
	width: 180px;
	position: absolute;
	left: 23px;
	top: 366px;
	z-index: 10000;
}

/* ------------------------ SIDEBAR 2 SECTION STYLES ---------------------------------*/
#sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width: 185px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 43px 15px 480px 20px; /* padding keeps the content of the div away from the edges the 480 is to allow for the bird image at bottom */
	position: absolute;
	top: -6px;
	right: 2px;
}
#sidebar2 h4 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1em;
	line-height: 1.5em;
	color: #73832a;
	width: 190px;
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CBD6A9;
	padding-top: 10px;
	font-weight: normal;
}

#sidebar2 h4 a {
	text-decoration: none;
	color: #73832a;
	font-weight: normal;
	border-style: none;
}

#sidebar-ssr {
	float: right; /* since this element is floated, a width must be given */
	width: 196px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 10px 10px 480px; /* padding keeps the content of the div away from the edges the 480 is to allow for the bird image at bottom */
	position: absolute;
	top: 9px;
	right: 0px;
}
#main #subnav a img {
	border-style: none;
	text-decoration: none;
}
#main #subnav a:hover img {
	border-style: none;
	text-decoration: none;
}


#sidebar-ssr a {
	text-decoration: none;
	border-style: none;
}
#sidebar-ssr a:hover {
	text-decoration: none;
	border-style: none;
	background-color: #F1F4E8;
}






/* ------------------------ MAIN CONTENT SECTION STYLES ---------------------------------*/
#main {
	width: 461px;
	margin-top: 0;
	/*margin-right: 237px;*/
	margin-bottom: 0;
	margin-left: 237px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#projectseven {
	color: #000;
}

.projectlanding #main {
	margin-left: 515px;
	width: 425px;
}
/* when nosidebar2 class is added to the body tag this controls the bg color for the content area*/
.nosidebar2 #main {
	width: 676px;
}
.bright {
	color: #F60;
}

h1.pagetitle  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.8em;
	font-weight: bold;
	color: #4e4a03;
	background-image: url(/images/grass.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	line-height: 1.3em;
	margin: 10px 0px 25px;
	padding: 25px 0px 0px 50px;
}

h1.educ-pagetitle  {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.8em;
	font-weight: bold;
	color: #4e4a03;
	background-image: url(/images/panther_paw.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	line-height: 1.3em;
	margin: 10px 0px 25px;
	padding: 25px 0px 0px 50px;
}
.light {
	color: #888437;
}

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.8em;
	font-weight: bold;
	color: #4e4a03;
	background-position: left bottom;
	line-height: 1.3em;
	margin: 15px 0px 10px;
	padding: 0px;
}

h2  {
	color: #4E4A03;
	font-size: 1.5em;
	line-height: 1.4em;
	font-weight: bold;
	margin: 15px 0px 10px;
	padding: 0em;
}
h3  {
	font-size: 1.2em;
	line-height: 1.7em;
	font-weight: bold;
	color: #4E4A03;
	margin-bottom: 3px;
}
.sectionIconPanther {
	background-image: url(/images/bg_section_icon_panther.jpg);
}

h4 {
	font-size: 1em;
	font-weight: normal;
	font-family: Verdana, Geneva, sans-serif;
	color: #4e4a03;
	margin-bottom: 0.6em;
	margin-top: 0.6em;
}

h3.doctitle {
	font-style: italic;
	font-weight: bold;
	margin-bottom: 3px;
	color: #000;
	margin-top: 7px;
}

form.notice {
	padding: 8px;
	background-color: #EBE9D6;
	width: 354px;
	margin-bottom: 1.5em;
	font-weight: normal;
	background-image: url(/images/bg_callout_top.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
form h4 {
	line-height: 1.5em;
	margin-top: 0px;
}
table td h4 {
	font-family: Verdana, Geneva, sans-serif;
	font-size: .9em;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.formtext {
	font-size: .9em;
	font-family: Verdana, Geneva, sans-serif;
	line-height: 1.2em;
}


.notice {
	padding: 8px;
	background-color: #EBE9D6;
	width: 90%;
	margin-bottom: 1.5em;
	font-weight: normal;
	font-size: 1.2em;
	
}
.notice a {
	color: #663;
	border-bottom: 1px dotted #663;
}

.noticeAlt {
	padding: 8px;
	background-color: #C9E376;
	width: 90%;
	margin-bottom: 1.5em;
	font-size: 1.1em;
}
.noticeAltWhite p{
	background-color: #DEE7B4;
	padding: 10px;
	border: 1px dotted #CCC;
	margin-bottom: 10px;
}

.noticeAlt a {
	color: #06C;
	border-bottom: 1px dotted #06C;
}
.noticeAlt p {
	font-size: 1.1em;
	line-height: 1.4em;
	margin-top: 8px;
}
.noticeFeature {
	background-color: #FFF;
	padding: 10px;
	margin: 10px 0px 20px;
	width: 400px;
}
.noticeFeature h2 , .noticeFeature h3{
	margin: 0px;
	padding: 0px;
}
.noticeFeature p {
	margin: 0px;
	padding: 0px;
}










.box {
	width: 440px;
	background-image: url(/images/box_footer.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	margin-top: 20px;
	margin-bottom: 20px;
}
#main .noticeFeature li.last {
	margin-bottom: 0px;
	padding-bottom: 0px;
}

.columns  h3 {
	padding-top: 0px;
	padding-left: 5px;
}

.box h2 {
	background-image: url(/images/box_header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding: 12px 12px 0px 18px;
	font-weight: bold;
	color: #5E8A00;
}
.boxContent {
	padding: 15px 10px 15px 15px;
	background-color: #f7f8f2;
}
/*---------------------------------------  LINKS--------------------------------------*/
a  {
	color: #C58432;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #C78F45;
	font-weight: bold;
}

a.no-hover  {
	text-decoration: none;
	border-bottom-style: none;
	font-weight: normal;
}

a:hover {
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	background-color: #FEF0C2;
}


a.white {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	border-bottom: 1px dotted #CCC;
}

a:hover.white {
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	background-color: #F60;
}

a:hover.no-hover {
	text-decoration: none;
	border-bottom-style: none;
	background-color: #FFF;
}


#main   dl  dt  {
	border-style: none;
	display: list-item;
	font-size: 1.2em;
	font-weight: bold;
	list-style: url(none) none;
}
#main dl {
	list-style: url(none) none;
}

#main dl dd {
	font-size: 1.2em;
	font-style: italic;
	line-height: 1.7em;
	margin-left: 15px;
	padding-bottom: 20px;
}



	
/* ----------------ORDERED NUMBERED LIST styling------------- */

/* removes borders and bullets ORDERED lists */

#main ol {
	margin-bottom: 15px;
}

#main   ol  li  {
	list-style-type: decimal;
	border-style: none;
	margin-left: 25px;
	display: list-item;
}


/* LINK STYLING for LISTS*/

#main ul li a  {
	text-decoration: none;
	/*color: #4D811D;*/
	color: #C58432;
	border-bottom-style: none;
}
#main ul li a:hover {
	text-decoration: none;
	color: #73832A;
	border-bottom-style: none;
}
/*----------------------------------LISTS ---------------------------------------------*/

/* DEFAULT LIST STYLES */
#main ul, #main ol  {
	margin-left: 20px;
}

#main li    {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #DCDBD1;
	font-size: 1.2em;
	line-height: 1.5em;
	padding-top: 5px;
	padding-bottom: 5px;
	list-style-position: outside;
	list-style-type: square;
}
#main #rtp_nav .projectseven li {
	list-style: url(none) none;
	text-decoration: none;
	border-style: none;
}

#main #rtp_nav .projectseven ul {
	margin-left: 6px;
	}


#main ul li ul li  {
	border-style: none;
	font-size: 1em;
}


/* ADDS TOP BORDER to list of links*/
#main ul li.first-border  {
	border-top: 1px dotted #DCDBD1;
}

/* REMOVES DEFAULT BOTTOM BORDER from any list item */
#main ul li.last,
#main ul.nobullets li ul li.last,
#main ul.thumbnail-list li.last {
	border-bottom-style: none;
	padding-bottom: 1.5em;
}

/* ----------------NO BULLETS with BULLETTED NESTED LIST styling------------------------ */

#main ul.nobullets {
	margin-left: 0px;
	padding-left: 10px;
	}	
	
/* NO BULLETS LIST ITEM styling */
#main ul.nobullets li     {
	list-style-image: none;
	list-style-type: none;
	padding-bottom: 15px;
	padding-top: 15px;
	}
#main ul.projectseven li {
	list-style: url(none) none;
}
#main .projectseven .p7TPM_tabs_09 li{
	list-style: url(none) none;
}


	
/* NO BULLET NESTED LIST  styling */
#main ul.nobullets li ul li  {
	font-size: inherit;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #DCDBD1;
	width: 70%;
	font-size: inherit;
	padding-bottom: 5px;
	list-style-position: outside;
	list-style-type: none;
	padding-top: 7px;
	line-height: 1.5em;
	list-style-image: none;
}
#wrapper-main #main #meetings li a,
#wrapper-main #main #meetings-archived li a{
	border-bottom: 1px dotted #C78F45;
}



/* ----------------NO BULLETS-DOCLIST with BULLETTED NESTED LIST styling------------------------ */

div.downloadsBox {
	background-color: #F7F8F2;
	width: 85%;
	margin: 0px;
	padding: 10px;
}
h2.downloads {
	color: #F1F4E8;
	background-color: #4E4A03;
	padding: 4px 4px 4px 7px;
	margin: 0px;
	font-size: 1.3em;
}
.downloads li  h3{
	font-size: 1.1em;
	line-height: 1.4em;
	padding-bottom: 12px;
}

.downloads li  p{
	font-size: 0.9em;
	color: #4e4a03;
	line-height: 1.4em;
	font-family: Verdana, Geneva, sans-serif;
}

#main ul.downloads {
	margin-left: 0px;
	padding-left: 10px;
	padding-right: 7px;
	}	


/* DOWNLOADS LIST ITEM styling */
#main ul.downloads  li      {
	list-style-image: none;
	list-style-type: none;
	padding-bottom: 8px;
	padding-top: 8px;
	background-image: url(/images/dot_arrow_indent.gif);
	background-repeat: no-repeat;
	background-position: left 14px;
	padding-left: 18px;
	}
#main .downloads li p {
	margin: 0px;
	padding: 0px;
}

/* NO BULLET NESTED LIST  styling */
#main ul.downloads li ul li   {
	font-size: inherit;
	font-size: inherit;
	list-style-position: outside;
	list-style-type: none;
	line-height: 1.5em;
	list-style-image: none;
	background-image: none;
	padding: 4px 4px 4px 10px;
}
#main .downloads .indent {
	margin-left: 20px;
}

#main .downloads .last {
	border-bottom-style: none;
}



/* ----------------- QUICKLINKS styling--------------------- */
#main ul.quicklinks {
	margin-left: 60px;
	padding-top: 10px;
	padding-bottom: 20px;
	width: 60%;
}


/*------------------DOCLINKS DOCUMENT LINK styling -------------------*/
#main ul.doclinks {
	margin-left: 0px;
	width: 80%;
	padding: 5px 20px;
	margin-bottom: 15px;
	background-color: #F7F8F2;
	border: 1px dotted #C9E376;
	margin-top: 5px;
}

#main .doclinks li {
	list-style-type: none;
	list-style-image: none;
}

#main .doclinks li a {
	font-weight: bold;

}

#main /*.doclinks */.indent {
	background-image: url(/images/dot_arrow.gif);
	background-repeat: no-repeat;
	padding-left: 15px;
	background-position: 5px center;
}

/* ------------------------ ROUND BOX and CONTACT SECTION STYLES ---------------------------------*/
.roundBox, 
.contact {
	background-image: url(/images/contact_box_bottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 365px;
	padding-bottom: 15px;
	margin-bottom: 25px;
	margin-top: 25px;
}


/*180 pixel round boxes  */

.roundBox180yel p, .roundBox180lav p  {
	padding-left: 7px;
	padding-right: 5px;
	font-size: 11px;
	padding-bottom: 5px;
}


.roundBox180yel  {
	background-image: url(/images/roundbox_180_yel_bottom.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 180px;
	padding-bottom: 5px;
	margin-bottom: 25px;
	margin-top: 20px;
	}
	
.roundBox180lav  {
	background-image: url(/images/roundbox_180_lav_bottom.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 180px;
	padding-bottom: 5px;
	margin-bottom: 25px;
	margin-top: 20px;
	}
	
.roundBox180yel h3, .roundBox180lav h3 {
	padding-top: 8px;
	padding-left: 7px;
	font-size: 11px;
}
.roundBox180lav h3 {
	background-image: url(/images/roundbox_180_lav_top.jpg);
	background-repeat: no-repeat;
	color: #2B234B;
}

	

/*end round box 180 code*/

.roundbox-ssr {
	background-image: url(/images/ssr_box_bottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 195px;
	padding-bottom: 15px;
	margin-bottom: 25px;
	margin-top: 20px;
}
.roundBox180yel h3 {
	background-image: url(/images/roundbox_180_yel_top.gif);
	background-repeat: no-repeat;
}


.roundBox-wide {
	background-image: url(/images/wide_round_box_bottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 480px;
	padding-bottom: 15px;
	margin-bottom: 25px;
	margin-top: 10px;
}
.roundbox400 {
	background-image: url(/images/roundbox_400_bottom.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 400px;
	padding-bottom: 15px;
	margin-bottom: 25px;
	margin-top: 0px;
	padding-top: 0px;
}
.roundbox400 h2 {
	background-image: url(/images/roundbox_400_top.jpg);
	background-repeat: no-repeat;
}



.roundBox-wide p {
	padding-left: 20px;
	padding-right: 10px;
}


.roundBox h3,
.contact h3 {
	background-image: url(/images/contact_box_top.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px 0px 15px;
	padding: 15px 15px 0px 20px;
}
.roundbox-ssr h3 {
	background-image: url(/images/ssr_box_top.gif);
	background-repeat: no-repeat;
}
.roundbox-ssr h3 img {
	padding-top: 10px;
	padding-left: 5px;
}

#main .roundBox-wide h3 {
	background-image: url(/images/wide_round_box_top.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px 0px 15px;
	padding: 10px 0px 5px 20px;
}
#main .roundBox-wide h2 {
	background-image: url(/images/wide_round_box_top.gif);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	padding: 10px 0px 5px 20px;
	font-size: 1.5em;
}


.ssr-roundbox ul {
	margin: 0px;
	padding: 0px;
}
.ssr-roundbox li {
	padding: 10px;
	border-bottom: 1px solid #C9E376;
	background-color: #EFF7D7;
	margin-right: 10px;
	margin-left: 10px;
	font-size: 1.1em;
	line-height: 1.4em;
	color: #3E3A02;
}

.roundBox-wide li {
	padding: 10px;
	border-bottom: 1px solid #C9E376;
	margin-right: 10px;
	margin-left: 10px;
	font-size: 1.1em;
	line-height: 1.4em;
	color: #3E3A02;
}
.ssr-roundbox .last {
	border-bottom-style: none;
}
.ssr-roundbox li.indent {
	margin-left: 110px;
}
.ssr-roundbox .indent  img {
	float: left;
	margin-left: -110px;
}

/*List items with INDENT and NO BORDERS styling*/
#main .roundBox ul, 
#main .contact ul {
	margin-left: 40px;
	margin-top: 5px;
	margin-right: 10px;
}

#main .roundBox li,
#main .contact li {
	border-style: none;
}

/*meeting page links*/
#main .noborders li{
	border-style: none;
	padding-top: 10px;
	padding-bottom: 10px;
}

#main .noborders li a {
	border-bottom: 1px dotted #C78F45;
}

#main .roundBox p , #main .contact p{
	padding-left: 20px;
	line-height: 1.3em;
	padding-right: 15px;
}


/* ------------------------ COLUMNS and THUMBNAIL SECTION STYLES ---------------------------------*/
	
/* UL COL-LIST styling */
#main .columns ul.col-list {
	list-style-image: none;
	list-style-type: none;
	margin: 0px 0px 0px 5px;
}
#main .columns .col-list li {
	list-style-image: none;
	list-style-type: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #DCDBD1;
}

.columns {
	width: 460px;
	position: relative;
}
.columns .col1 {
	width: 220px;
}
.columns .col2 {
	width: 220px;
	position: absolute;
	top: 0px;
	right: 0px;
}
#main ul.thumbnail-icon-indent {
	margin-left: 140px;
	margin-right: 50px;
}
div.icon-indent {
	padding-left: 10px;
}
#main ul.thumbnail-list {
	margin: 0px;
	padding: 0px;
	width: 95%;
}


#main ul.thumbnail-list li {
	list-style-image: none;
	list-style-type: none;
	padding-top: 20px;
	border-top: 1px dotted #BEC992;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#main ul.thumbnail-list li.first-noborder{
	border-top-style: none;
}


.thumbnail-list li img {
	float: left;
}
.thumbnail-list li  h3 {
	margin-left: 90px;
	margin-bottom: 10px;
}

.thumbnail-list li  h2 {
	margin-left: 90px;
	font-size: 1.5em;
	margin-bottom: 5px;
	margin-top: 5px;
}

.thumbnail-list li p {
	margin-left: 90px;
	font-size: inherit;
}

/* use this class for large thumbnails*/
#main .thumbnail-list li .thumb145 {
	margin-left: 145px;
}


/* ------------------------ BREADCRUMB SECTION STYLES ---------------------------------*/

#breadcrumbs {
		color: #4e4a03;
	margin-bottom: 2px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.9em;}
#breadcrumbs ul {
	display: inline;
	border: none;
	margin-left: 0px;
	padding-left: 0px;
	font-size: .9em;
}
#breadcrumbs ul li  {
	margin-left: 0;
	padding-left: 2px;
	border: none;
	list-style: none;
	display: inline;
}
#breadcrumbs ul li  a{
	color: #4e4a03;
	text-decoration: none;
	font-weight: normal;
}
#breadcrumbs ul li a:hover {
	color: #4e4a03;
	background-color: #F1F4E8;
	border-bottom: 1px dotted #4E4A03;
	font-weight: normal;
}



/* ------------------------------ FOOTER STYLE SECTION ------------------------*/

#footer {
	padding: 30px 10px 15px 225px;
	background-image: url(/images/footer_bg.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
	position: relative;
	width: 720px;
}

#footer #bird {
	position: absolute;
	bottom: 0px;
	left: 739px;
}

.projectlanding #footer, .nosidebar2 #footer {
	background: url(none);
	border-bottom: 5px solid #C9E376;
}
#footer ul {
	margin-left: 0;
	padding-left: 0px;
	display: inline;
	padding-bottom: 25px;
}
#footer ul li {
	margin-left: 0;
	padding-left: 8px;
	border: none;
	list-style: none;
	display: inline;
	font-size: 1em;
}
#footer li a {
	color: #4e4a03;
	text-decoration: none;
	font-weight: normal;
	border-style: none;
}
#footer li a:hover {
	color: #4e4a03;
	background-color: #F1F4E8;
}
#footer p {
}


/* ------------------------------ GENERAL STYLE SECTION ------------------------*/
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}


img.fltlft.photoborder {
	margin-right: 18px;
	margin-bottom: 5px;
}
img.photoborder {
	/*	border: 1px solid #4e4a03;*/
	 /* This centers the image */
display: block;
	/* This adds the border */
padding:8px;
	border:solid;
	border-color: #dddddd #aaaaaa #aaaaaa #dddddd;
	border-width: 1px 2px 2px 1px;
	background-color:white;
	margin: 0px 0px 5px;
}
div.photo-caption {
	margin-bottom: 15px;
}
.icon-caption {
	width: 211px;
	display: inline;
	float: left;
	margin: 0px 12px 6px 0px;
	padding: 0px;
}
.icon-caption p , .photo-caption p{
	font-size: 1.1em;
	color: #545429;
	width: 99%;
	margin: 0px;
	padding: 2px 0px 5px 5px;
	line-height: 1.3em;
	font-style: italic;
	font-weight: normal;
}

.icon-caption a img {
	border-style: none;
	margin: 0px;
	padding: 0px;
	display: block;
}
.icon-caption p .captionsubtext {
	color: #8F8F45;
}






.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

.posted {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: .9em;
	font-weight: normal;
	color: #666666;
}
.pdf {
	height: 40px;
	/*border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #4E4A03;*/
	margin-bottom: 10px;
	padding-bottom: 5px;
}
blockquote  {
	width: 370px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	color: #B88939;
	margin: 15px auto 20px;
	padding: 10px;
	background-image: url(/images/start_quote.png);
	background-repeat: no-repeat;
	background-position: left top;
}
blockquote div  {
        background: url(/images/end_quote.png) bottom right no-repeat;
        padding-left: 30px;
        padding-right: 30px;
    }
/* ------------------------------ SECTION STYLES -------------------------------*/

.section  {
	padding: 10px 0px;
	border-top: 1px dotted #663;
	background-repeat: no-repeat;	background-position: left top;
	margin-top: 15px;
	/*background-image: url(/images/section_bg.jpg);*/
}
.sectionIcon {
	padding: 10px 10px 15px 33px;
	border-top: 1px dotted #663;
	background-image: url(/images/bg_section_icon.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 20px;
}

.sectionIconPanther {
	padding: 10px 10px 15px 33px;
	border-top: 1px dotted #663;
	background-image: url(/images/bg_section_icon_panther.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 20px;
}


/* ------------------------------ POPUP STYLE SECTION ------------------------*/

#popupContainer  {
	width: 500px;
	margin: 20px auto 500px; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left;
	background-image: url(/images/bg_trans_75.png);
	background-repeat: repeat;
	padding: 20px;
}


#popupContent  {
	padding: 20px;
}

.popup {
	background-image: url(/images/bg_popup_landscape.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	}
.print {
	font-size: 1.2em;
	text-align: right;
}

/* ------------------------------  TABLE STYLE SECTION ------------------------*/

table {
	border: 1px solid #D8D8B1;
	border-collapse: collapse;
	font-family: Verdana, Geneva, sans-serif;
}
table.slices  {
	border-style: none;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	background-color: #FFF;
	line-height: 9px;
}
.slices td  {
	margin: 0px;
	padding: 0px;
	border-style: none;
	line-height: 11px;
}



table.meeting {
	width: 80%;
	margin-left: 50px;
	margin-top: 20px;
}


th {
	font-size: 1.1em;
	background-color: #666633;
	color: #FFFFFF;
	padding: 9px;
	text-align: center;
	font-weight: bold;
	border-right: 1px dotted #F1F4E8;
	border-top-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
th a {
	color: #FFF;
	border-bottom-color: #FFF;
}

table.proj-info tr th {
	font-size: 1em;
	text-align: right;
	background-color: #F1F4E8;
	color: #663;
	vertical-align: top;
	border-bottom: 1px dotted #663;
	border-right-style: none;
}


td {
	padding: 7px;
	border: 1px solid #D3D3A9;
	border-collapse: collapse;
	font-size: 11px;
	vertical-align: top;
	line-height: 1.7em;
}


table td p {
	font-size: inherit;
}
.meeting tr th p {
	font-size: 11px;
}


table .altrow {
	background-color: #F5F5F5;
}


td a {
	/*color: #666633;*/
	text-decoration: none;
	/*border-bottom: 1px dotted #C7C78D;*/
	font-weight: normal;
}
td a:hover {
	background-color: #FFE9B9;
	font-weight: normal;
}
div.slideshow {
	text-align: left;
	float: left;
}
.red {
	color: #E84B00;
}
.blue {
	color: #039;
}
.rtp .blue {
	color: #4d9ca3;
}

.green {
	color: #060;
}
.white {
	color: #FFF;
}


.orange {
	color: #E16F22;
}


#educWhatsnew {
	padding: 5px 10px;
	background: #F8EDC7;
}
.indent-level1 {
	margin-left: 20px;
}
.indent-level2 {
	margin-left: 40px;
}
.indent-level3 {
	margin-left: 60px;
}
#ssr-icon {
	margin-bottom: 10px;
	float: right;
}
/*Share it widget icon spacing*/

#main .st_facebook_button,
#main .st_twitter_button {
	margin: 0px 10px 0px 0px;
}
.hilight {
	background-color: #FFB;
}
#main .shareit{
	font-size: 10px;
	color: #A9BB6C;
	font-family: Verdana, Geneva, sans-serif;
	text-transform: uppercase;
	margin-right: 8px;
}

.shareit-div {
	margin: 5px 0px 8px;
}
.smallcaps {
	font-variant: small-caps !important;
}

#main .highlights {
	font-size: 9px;
	color: #333;
	background-color: #EEE;
	padding: 5px 10px 5px 5px;
	float: right;
	width: 190px;
	margin-left: 15px;
	font-family: Verdana, Geneva, sans-serif;
}

.noticeFeature .noticeBox {
	background-color: #FFC;
	padding: 10px;
	border: 1px solid #E66F22;
}
.projectseven .noticeBox {
	background-color: #FFF;
	padding: 10px;
	border: 1px solid #E66F22;
}


#main #rtp_nav .projectseven {
	width: 581px;
	background-color: #E8EDD8;
	margin: 0px;
	padding: 6px 0px 6px 6px;
}
.projectnews {
	background-color: #E4FF93;
	padding: 10px;
	border: 3px solid #C2BF9E;
	margin: 0px;
}
.projectnews h4 {
	margin: 0px;
	padding-top: 0px;
}
.footnote {
	font-size: 11px;
	font-style: italic;
	font-weight: normal;
}

