/* CSS Document */

body {
	background-color: #E4E0CA;
	color: #361B1B;
	margin-bottom: 0px;
	margin-left: 10px;
	margin-top: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
h1 {
	font-size: x-large;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #7C6B5A;
	line-height: 1.1em;
}
h2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	font-weight: bold;
	color: #7C6B5A;
	line-height: 1.1em;
}
h3 {
	font-size: 1.15em;
	text-align:left;
	color: #7C6B5A;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin-bottom: 10px;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	margin-bottom: -5px;
	color: #7C6B5A;
}
h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	background-color: #ADA58E;
	padding-left: 10px;
	margin-top: 0px;
	padding-bottom: 5px;
	padding-top: 5px;
	margin-bottom: 0px;
}
h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.15em;
	font-weight: bold;
	color: #7C6B5A;
	margin-bottom: -0.7em;
	margin-top: 1em;
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	line-height: 1.4em;
}


A:link {
	COLOR: #336597;
	TEXT-DECORATION: underline;
	
}
A:visited {
	COLOR: #336597;
	text-decoration: underline;
}

A:hover {
	COLOR: #E15A00;
	text-decoration: underline;
}

A:active {
	COLOR: #B94A00;
	text-decoration: underline;
}


				/* #page sets the content width at 800 px. It contains everything on the page.*/
#page {
	width: 800px;
	overflow:visible;
	border-right-width: 2px;
	border-right-style: solid;
	border-right-color: #F8F7F1;
}
				/*bnr_home is the banner section for all pages. Contains the appropriate banner graphic*/
#bnr_home {
	width: 800px;
	position: relative;
	width:749px;
	height:144px;
	}

				/* #content holds everything except the banner. It's background color is the color of the nav bar.*/
				
#content {
	position: relative;
	width: 800px;
	background-color: #D9EEE7;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #C9C2B0;
	overflow:visible;
}


				/* #nav contains all the navigation. Duh.  */
#nav {
	position: absolute;
	width: 150px;
	background-color: #D9EEE7;
	top: 0px;
	left: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: normal;
	line-height: normal;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: none;
	border-right-color: #C9C2B0;
	border-bottom-color: #C9C2B0;
	border-left-color: #C9C2B0;
	z-index:1;

}

#nav ul {
	margin: 0;
	list-style-type: none;
	list-style-image: none;
	padding-top: 0;
	padding-right: 20;
	padding-bottom: 0;
	padding-left: 0;
	font-size: x-small;
}

#nav ul li {
	list-style-type: none;
	border-bottom-width: 1px;
	border-bottom-color: #C9C2B0;
	border-bottom-style: solid;
	list-style-image: none;
	position: relative;
	font-size: x-small;
	padding: -15px;
	line-height: 1em;
}

#nav ul li a:link {
	display: block;
	text-decoration: none;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 10px;
	color: #374C82;
	margin: 0px;
	background-color: #D9EEE7;
	padding-right: 2px;
	font-size: x-small;
}
#nav ul li a:visited {
	display: block;
	text-decoration: none;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 10px;
	color: #374C82;
	margin: 0px;
	background-color: #D9EEE7;
	padding-right: 2px;
	font-size: x-small;
}
#nav ul li a:hover {
	background-color: #E9EDF3;
	text-decoration: none;
	color: #374C82;
	font-size: x-small;
}
#nav li ul {
	position: absolute;
	left: 150px; /* Set 1px less than menu width */
	top: -1px;
	display: none;
	width: 200px;
	background-color: #E9EDF3;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #C9C2B0;
	border-right-color: #C9C2B0;
	border-bottom-color: #C9C2B0;
	border-left-color: #C9C2B0;
	font-size: x-small;
	}

#nav li:hover ul {
	display: block;
	font-size: x-small;
}
#nav li ul li a {
	padding: 2px 5px;
	font-size: x-small;
} /* Sub Menu Styles */
#nav li:hover ul, li.over ul {
	display: block;
	font-size: x-small;
} /* The magic */



				/* #middle_right_home contains everything but the banner and the footer */
#editable_region {
	background-color: #C9C2B0;
	position: relative;
	margin-left: 150px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #F8F7F1;
}
				/* #main_content is the white. Contains Dreamweaver Template editable regions*/ 

#main_content {
	background-color: #FFFFFF;
	position: relative;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #C9C2B0;
	line-height: 1.2em;
	padding-left: 10px;


}
#main_content p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .82em;
	color: #361B1B;
	padding-right: 10px;
}

#main_content li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .82em;
	color: #361B1B;
	padding-right: 10px;
	padding-bottom: 1em;
}

				/* #intro_text is the top of white area. Right margin is inset to avoid overlap by the  map, which is positioned absolutely */ 
#intro_text {
	position: relative;
	margin-right: 50px;
	padding-top:5px;
	white-space:inherit;
	overflow:visible;
	width: 375px;
	margin-bottom: 12px;

}



				/* #bottom_spacing is a workaround to keep a gap from appearing between editable_region and footer. Not sure why, but it works. Go figure.*/
				
#bottom_spacing {
	overflow: auto;
}


				/* #stories holds the boxed story --the right floating sidebar*/
				
#stories {
	float: right;
	border: 2px solid #C9C2B0;
	margin-left: 15px;
	padding: 10px;
	background-color: #F0EEE1;
	margin-bottom: 15px;
}
#stories h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #7C6B5A;
}

#stories p{
	font-size: 0.75em;
	line-height: 1.3em;
	color: #5C5043;
	}
	

				/* #map holds the map */
				
#map {
	position: absolute;
	left: 386px;
	top: 0px;
	border-style: none;
	width:276px;
	height:97px;
	background-color: transparent;
}

				/*footer is the contact info at bottom of pages. duh.*/
				
#footer {
	background-color: #FFFFFF;
	padding: 4px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #F8F7F1;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #C9C2B0;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #F8F7F1;
	border-left-color: #F8F7F1;
}

#footer p {
	margin: 6px;
	font-size: .6em;
	color: #7C6B5A;
	line-height: 1 em;
}

#footer a:link {
	text-decoration: none;
	font-weight: normal;
	color: #6B86A3;
	margin: 0px;
}
#footer a:visited {
	text-decoration: none;
	font-weight: normal;
	color: #6B86A3;
	margin: 0px;
}
#footer  a:hover {
	text-decoration: none;
	color: #E15A00;
}


/* table.wbrder makes a table with 1px border around the outside edge and around every cell without doubling up.*/

table.wbrdr {
	border-width: 1px 1px 1px 1px;
	border-spacing: 0px;
	border-style: solid solid solid solid;
	border-color: #B6AC94;
	border-collapse: collapse;
}
table.wbrdr th {
	border-width: 1px 1px 1px 1px;
	padding: 2px 2px 2px 2px;
	border-style: solid solid solid solid;
	border-color: #B6AC94;


	-moz-border-radius: 0px 0px 0px 0px;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.82em;
	color: #361B1B;
}
table.wbrdr td {
	border-width: 1px 1px 1px 1px;
	padding: 4px 4px 4px 4px;
	border-style: solid solid solid solid;
	border-color: #B6AC94;


	-moz-border-radius: 0px 0px 0px 0px;
	vertical-align: top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .82em;
	color: #361B1B;
}



			/*bg_map is map background section. Must apply bgcolor class also.*/
#bg_map {
	width: 202px;
	position: relative;
	padding-top: 101px;
	padding-left: 0px;
	padding-bottom: 0px;
	float: right;
	margin-left: 10px;

}
#bg_map p {
	padding-left: 10px;
	padding-right: 5px;
}

#bg_map a:link {
	text-decoration: none;
	font-weight: normal;
	color: #336597;
	margin: 0px;
}
#bg_map a:visited {
	text-decoration: none;
	font-weight: normal;
	color: #336597;
	margin: 0px;
}
#bg_map a:hover {
	text-decoration: none;
	color: #CA5100;
}

			/*bgcolor_x provides color for the map background*/

.bgcolor_central {
	background-color: #ECE4B3;
}
.bgcolor_general {
	background-color: #B1AB91;
}
.bgcolor_gen_light {
	background-color: #E4E0CA;
}
.bgcolor_northeastern {
	background-color: #D2DCD1;
}
.bgcolor_northwest {
	background-color: #E1D9DA;
}
.bgcolor_socentral {
	background-color: #E8D0C6;
}
.bgcolor_sopiedmont {
	background-color: #E2EABF;
}
.bgcolor_western {
	background-color: #CBDAE2;
}
.bgcolor_resources {
	background-color: #E0ECCE;
}
.bgcolor_tools {
	background-color: #FBDFCA;
}


.res_tools_head_bg {
	background-color: #ADA58E;
	padding: 5px;
	margin-right: 10px;
}
#res_tools_bg {
	margin-right: 20px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 0px;
	border: 2px solid #ADA58E;
	margin-left: 15px;
}
#res_tools_bg p {
	padding-right: 10px;
	padding-left: 10px;
}
.pic_caption {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .75em;
	color: #361B1B;
}
/*special_link_box not used--used special link instead

#special_link_box {
	margin-right: 175px;
	margin-left: 0px;
	text-align: center;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-color: #7C6B5A;
	border-right-color: #7C6B5A;
	border-bottom-color: #7C6B5A;
	border-left-color: #7C6B5A;
}
#special_link_box p {
	margin-top: 3px;
	margin-bottom: 3px;
	font-size: 0.82em;
	font-weight: bold;
}

#special_link_box a:link {
	text-decoration: none;
	font-weight: bold;
	color: #D25400;
	margin: 0px;
	border: 2px solid #7C6B5A;
}
#special_link_box a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #D25400;
	margin: 0px;
	border: 2px solid #7C6B5A;
}
#special_link_box  a:hover {
	text-decoration: none;
	color: #336699;
	background-color: #D9EEE7;
	border: 2px solid #7C6B5A;
	font-weight: bold;
}
*/
/*spec_xx:link is for prominent links; select based on color of partnership*/
A.spec_cent:link {
	text-decoration: none;
	font-weight: bold;
	color: #D25400;
	margin: 0px;
	border: 2px solid #7C6B5A;
	padding: 3px;
	background-color: #ECE4B3;
}
A.spec_cent:visited {
	text-decoration: none;
	font-weight: bold;
	color: #D25400;
	margin: 0px;
	border: 2px solid #7C6B5A;
	padding: 3px;
	background-color: #ECE4B3;
}
A.spec_cent:hover {
	text-decoration: none;
	color: #336699;
	background-color: #D9EEE7;
	border: 2px solid #7C6B5A;
	font-weight: bold;
	padding: 3px;
}
A.spec_ne:link {
	text-decoration: none;
	font-weight: bold;
	color: #D25400;
	margin: 0px;
	border: 2px solid #7C6B5A;
	padding: 3px;
	background-color: #D2DCD1;
}
A.spec_ne:visited {
	text-decoration: none;
	font-weight: bold;
	color: #D25400;
	margin: 0px;
	border: 2px solid #7C6B5A;
	padding: 3px;
	background-color: #D2DCD1;
}
A.spec_ne:hover {
	text-decoration: none;
	color: #336699;
	background-color: #D9EEE7;
	border: 2px solid #7C6B5A;
	font-weight: bold;
	padding: 3px;
}
A.spec_nw:link {
	text-decoration: none;
	font-weight: bold;
	color: #D25400;
	margin: 0px;
	border: 2px solid #7C6B5A;
	padding: 3px;
	background-color: #E1D9DA;
}
A.spec_nw:visited {
	text-decoration: none;
	font-weight: bold;
	color: #D25400;
	margin: 0px;
	border: 2px solid #7C6B5A;
	padding: 3px;
	background-color: #E1D9DA;
}
A.spec_nw:hover {
	text-decoration: none;
	color: #336699;
	background-color: #D9EEE7;
	border: 2px solid #7C6B5A;
	font-weight: bold;
	padding: 3px;
}
A.spec_sc:link {
	text-decoration: none;
	font-weight: bold;
	color: #D25400;
	margin: 0px;
	border: 2px solid #7C6B5A;
	padding: 3px;
	background-color: #E8D0C6;
}
A.spec_sc:visited {
	text-decoration: none;
	font-weight: bold;
	color: #D25400;
	margin: 0px;
	border: 2px solid #7C6B5A;
	padding: 3px;
	background-color: #E8D0C6;
}
A.spec_sc:hover {
	text-decoration: none;
	color: #336699;
	background-color: #D9EEE7;
	border: 2px solid #7C6B5A;
	font-weight: bold;
	padding: 3px;
}
A.spec_sp:link {
	text-decoration: none;
	font-weight: bold;
	color: #D25400;
	margin: 0px;
	border: 2px solid #7C6B5A;
	padding: 3px;
	background-color: #E2EABF;
}
A.spec_sp:visited {
	text-decoration: none;
	font-weight: bold;
	color: #D25400;
	margin: 0px;
	border: 2px solid #7C6B5A;
	padding: 3px;
	background-color: #E2EABF;
}
A.spec_sp:hover {
	text-decoration: none;
	color: #336699;
	background-color: #D9EEE7;
	border: 2px solid #7C6B5A;
	font-weight: bold;
	padding: 3px;
}
A.spec_west:link {
	text-decoration: none;
	font-weight: bold;
	color: #D25400;
	margin: 0px;
	border: 2px solid #7C6B5A;
	padding: 3px;
	background-color: #CBDAE2;
}
A.spec_west:visited {
	text-decoration: none;
	font-weight: bold;
	color: #D25400;
	margin: 0px;
	border: 2px solid #7C6B5A;
	padding: 3px;
	background-color: #CBDAE2;
}
A.spec_west:hover {
	text-decoration: none;
	color: #336699;
	background-color: #D9EEE7;
	border: 2px solid #7C6B5A;
	font-weight: bold;
	padding: 3px;
}
A.spec_gen:link {
	text-decoration: none;
	font-weight: bold;
	color: #D25400;
	margin: 0px;
	border: 2px solid #7C6B5A;
	padding: 3px;
	background-color: #E4E0CA;
}
A.spec_gen:visited {
	text-decoration: none;
	font-weight: bold;
	color: #D25400;
	margin: 0px;
	border: 2px solid #7C6B5A;
	padding: 3px;
	background-color: #E4E0CA;
}
A.spec_gen:hover {
	text-decoration: none;
	color: #336699;
	background-color: #D9EEE7;
	border: 2px solid #7C6B5A;
	font-weight: bold;
	padding: 3px;
}
/*nciph is used just to make a differently spaced list on the Partners and Oversight page under the NCIPH section. I know this isn't a great use of a style sheet, but that's the way it goes. OSUE.*/
#nciph {
}
#nciph ul {
}

#nciph li {
	padding: 0px;
}

			/* #home_story holds the boxed story on the site homepage*/
				
#home_story {
	border: 2px solid #B1AB91;
	margin-left: 0px;
	background-color: #F0EEE1;
	width: 198px;
	margin-bottom: 0px;
	padding-top: 6px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#home_story h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #7C6B5A;
}

#home_story p{
	font-size: 0.75em;
	line-height: 1.3em;
	color: #5C5043;
	}
.inline_emphasis {
	font-weight: bold;
	color: #CC0000;
}


/* table.wbrdreval makes a table with 1px border around the outside edge and around every cell without doubling up. Used only for large table on about_incubators/evaluation/index.htm */

table.wbrdreval {
	border-width: 1px 1px 1px 1px;
	border-spacing: 0px;
	border-style: solid solid solid solid;
	border-color: #B6AC94;
	border-collapse: collapse;
}
#main_content table.wbrdreval td li {
	font-size: 1em;
}

table.wbrdreval th {
	border-width: 1px 1px 1px 1px;
	padding: 4px;
	border-style: solid solid solid solid;
	border-color: #B6AC94;


	-moz-border-radius: 0px 0px 0px 0px;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #361B1B;
}
table.wbrdreval td {
	border-width: 1px 1px 1px 1px;
	padding: 4px;
	border-style: solid solid solid solid;
	border-color: #B6AC94;


	-moz-border-radius: 0px 0px 0px 0px;
	vertical-align: top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.82em;
	color: #361B1B;
}

#sitemap {
}
#sitemap ul {
}
#sitemap li {
	padding: 0px;
	font-size: .7em;
	color: #7D7659;
}

#sitemap li ul {
	font-size: 1.4em;
}

#sitemap p {
	font-size: 0.7em;
	margin-bottom: -5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#sitemap a:link {
	text-decoration: none;
	font-weight: normal;
	color: #374C82;
	margin: 0px;
}
#sitemap a:visited {
	text-decoration: none;
	font-weight: normal;
	color: #374C82;
	margin: 0px;
}
#sitemap a:hover {
	text-decoration: none;
	color: #E15A00;
}

/* #career holds Career of the Month story on home page */
#career {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 1px;
	padding-left: 0px;
	width: 95%;
	margin-left: 10px;
	overflow: auto;
	margin-bottom: 10px;
	background-color: #E8F4F0;
	border: 2px solid #B1AB91;
}
#career p {
	padding-right: 10px;
	padding-left: 10px;
}
#career h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	background-color: #BED8D2;
	padding-left: 10px;
	margin-top: 0px;
	padding-bottom: 5px;
	padding-top: 5px;
	margin-bottom: 0px;
	color: #5C5043;
	text-align: center;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-bottom-style: solid;
	border-top-color: #B1AB91;
	border-right-color: #B1AB91;
	border-bottom-color: #B1AB91;
	border-left-color: #B1AB91;
}
#career h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	font-weight: bold;
	color: #51887B;
}
#career a:link {
	text-decoration: none;
	font-weight: normal;
	color: #336597;
	margin: 0px;
}
#career a:visited {
	text-decoration: none;
	font-weight: normal;
	color: #336597;
	margin: 0px;
}
#career a:hover {
	text-decoration: none;
	color: #CA5100;
}
.career_mo {
	font-family: Arial, Helvetica, sans-serif;
	font-size: medium;
	font-weight: bold;
	color: #7C6B5A;
}


td {
	font-size: .82em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#spec_box {
	border: 2px solid #7C6B5A;
	background-color: #E4E0CA;
	width: 375px;
	font-weight: normal;
	text-align: center;
	padding-right: 10px;
	padding-left: 10px;
}
#spec_box p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #7C6B5A;
	font-weight: bold;
}
.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;
}
