@charset "UTF-8";

* {
   margin: 0px;
   padding: 0px;
   outline:none;
   }
a img {
	border:none;
	}
a {
	color:#000;
	}
a:hover {
	text-decoration:none;
	}
p {
	margin-bottom:5px;
	}
hr {
	width:100%;
	border-color:#2d5677;
	border-style:solid none;
	border-width:1px 0 0 0;
	margin:7px auto;
	}
	
body {
	background:#285842;
	font-size:10px;
	line-height:1.2em;
	font-family:Georgia, "Times New Roman", Times, serif;
	text-align:justify;
	color:#000;
	}
#body_container {
	min-width:1046px;
	width:expression(document.body.clientWidth < 1047 ? "1046px" : "100%" );
	background:#fff url(../images/body_rpt.jpg) top repeat-x;
	}
#container {
	width:937px;
	margin:0 auto;
	border-left:#18110d 1px solid;
	border-right:#18110d 1px solid;
	padding-bottom:7px;
	}
.container_home {
	background:#fff url(../images/main_bkgrnd.jpg) top center no-repeat;
	}
.container_int {
	background:#fff url(../images/main_bkgrnd_int.jpg) top center no-repeat;
	}
.top_nav {
	width:907px;
	height:21px;
	text-align:right;
	color:#fff;
	font-size:1.5em;
	line-height:1.4em;
	padding:5px 15px 6px 0;
	}
.top_nav li {
	display:inline;
	}
.top_nav a {
	color:#fff;
	text-decoration:none;
	}
.top_nav a:hover {
	text-decoration:underline;
	}
	

#nav {
	width:937px;
	height:49px;
	overflow:hidden;
	list-style-type:none;
	list-style-image:none;
	list-style-position:outside;
	display:block;
	}
#nav li {
	float:left;
	}
#nav a {
	text-indent:-1000em;
	overflow:hidden;
	display:block;
	height:49px;
	}

/************ For Dropdowns ************/
#nav li ul {
	position: absolute;
	width:165px;
	left: -999em;
	list-style-type:none;
	background-color:#2d2d2d;
	border-right:1px solid #673ca1;
	border-bottom:1px solid #673ca1;
	border-left:1px solid #673ca1;
	}
#nav li ul li a {
	text-indent:0;
	background-color:#000;
	background-image:none;
	font-size:1.4em;
	line-height:1.2em;
	color:#fff;
	height:auto;
	width:155px;
	text-decoration:none;
	padding:3px 5px;
	}
#nav li ul li a:hover {
	background-image:none;
	background:#673ca1;
	color:#fff;
	text-decoration:none;
	}	
#nav li:hover ul, #nav li.sfhover ul {
	left:auto;
	margin-top:-7px;
	margin-left:20px;
	}
	
/************ For Secont Flyout ************/
#nav li ul ul {
	border:1px solid #002b6c;
	}
#nav li:hover ul ul, #nav li.sfhover ul ul {
	left: -999em;
	}
#nav li li:hover ul, #nav li li.sfhover ul {
	left: auto;
	margin:-20px 0 0 130px;
	}
/************ End Secont Flyout ************/
	
/************ End Dropdowns ************/	
	
.home a {
	width:90px;
	background: url(../images/home.png) top center no-repeat;
	}
.home a:hover {
	background:url(../images/home.png) bottom center no-repeat;
	}
.about a {
	width:104px;
	background: url(../images/about.png) top center no-repeat;
	}
.about a:hover {
	background:url(../images/about.png) bottom center no-repeat;
	}
.news a {
	width:86px;
	background: url(../images/news.png) top center no-repeat;
	}
.news a:hover {
	background:url(../images/news.png) bottom center no-repeat;
	}
.projects a {
	width:88px;
	background: url(../images/projects.png) top center no-repeat;
	}
.projects a:hover {
	background:url(../images/projects.png) bottom center no-repeat;
	}
.members a {
	width:77px;
	background: url(../images/members.png) top center no-repeat;
	}
.members a:hover {
	background:url(../images/members.png) bottom center no-repeat;
	}
.links a {
	width:59px;
	background: url(../images/links.png) top center no-repeat;
	}
.links a:hover {
	background:url(../images/links.png) bottom center no-repeat;
	}
.uc_events a {
	width:174px;
	margin-left:191px;
	background: url(../images/uc_events.png) top center no-repeat;
	}
.uc_events a:hover {
	background:url(../images/uc_events.png) bottom center no-repeat;
	}

.logo a {
	width:475px;
	height:95px;
	margin-left:438px;
	text-indent:-1000em;
	display:block;
	}
.contact_info {
	width:325px;
	height:73px;
	text-align:right;
	color:#fff;
	font-size:1.35em;
	line-height:1.4em;
	margin-left:475px;
	}
.contact_info a {
	color:#fff;
	}
.contact_info a:hover {
	text-decoration:none;
	}
div.container_int p.contact_info {
	margin-left:600px;
	}
	
#content {
	width:897px;
	padding:20px;
	min-height:500px;
	height:auto !important;	
	height:500px;
	background:#fff;
	font-size:13px;
	line-height:1.6em;
	}
#content h1, div.qtip-content .submit_tip {
	color:#2d5677;
	font-size:1.42em;
	line-height:1.2em;
	margin-bottom:5px;
	}
#content h2 {
	color:#000000;
	font-size:1.3em;
	line-height:1.2em;
	margin-bottom:5px;
	}
#content h3 {
	color:#000000;
	font-size:1.1em;
	line-height:1.3em;
	margin-bottom:5px;
	font-weight:normal;
	}
#content p {
	margin-bottom:10px;
	}
#content ul {
	margin-left:40px;
	margin-bottom:10px;
	}
#content ol {
	margin-left:40px;
	margin-bottom:10px;
	}
#content li {
	margin-left:10px;
	}
#content a {
	color:#426900;
	text-decoration:underline;
	}
#content a:hover {
	text-decoration:none;
	}
#content_editor {
	font-size:1.3em;
	line-height:1.6em;
	}
#content.editor_body {
	padding:0;
	}
	
.welcome_img {
	width:681px;
	float:left;
	display:inline;
	}
.left_column {
	width:611px;
	background:#fff;
	font-size:1.3em;
	line-height:1.6em;
	padding:0 30px 0 40px;
	}
.left_column h1 {
	color:#2d5677;
	font-size:1.42em;
	line-height:1.2em;
	margin-bottom:5px;
	}
.left_column p {
	margin-bottom:25px;
	}
.coverage {
	width:150px;
	margin-top:20px;
	margin-left:10px;
	float:left;
	display:inline;
	}
.coverage ul {
	margin-left:20px;
	}
#content.right_column, #container .right_column {
	width:218px;
	padding:0 10px 90px 10px;
	color:#110c0a;
	background:#dee4c7 url(../images/right_btm.jpg) bottom left no-repeat;
	float:left;
	display:inline;
	}
#container .right_column {
	font-size:1.3em;
	line-height:1.3em;
	margin-top:115px;
	margin-bottom:10px;
	}
.right_column a {
	color:#006633;
	text-decoration:none;
	}
.right_column a:hover {
	text-decoration:underline;
	}
.right_column hr {
	width:100%;
	border-color:#2d5677;
	border-style:solid none;
	border-width:1px 0 0 0;
	margin:7px auto;
	} 
.right_column h1 {
	font-size:1.2em;
	color:#006633;
	padding-bottom:5px;
	text-align:center;
	line-height:1.3em;
	font-weight:normal;
	}
#footer_container {
	min-width:1046px;
	width:expression(document.body.clientWidth < 1047 ? "1046px" : "100%" );
	background:#285842 url(../images/footer_rpt.png) top repeat-x;
	padding-top:15px;
	}
#footer {
	width:963px;
	margin:0 auto;
	background:#285842 url(../images/footer_leaf.png) top left no-repeat;
	padding-left:83px;
	padding-top:5px;
	}
.footer_left {
	width:330px;
	color:#fff;
	padding-top:15px;
	margin-left:10px;
	font-size:1.3em;
	line-height:1.3em;
	float:left;
	display:inline;
	}
.footer_left li {
	display:inline;
	}
.footer_left a {
	color:#fff;
	text-decoration:none;
	}
.footer_left a:hover {
	color:#fff;
	text-decoration:underline;
	}
.footer_right {
	width:523px;
	margin-left:90px;
	padding-right:10px;
	text-align:right;
	color:#fdf6d9;
	font-size:1.2em;
	line-height:1.3em;
	float:left;
	display:inline;
	}
.disclaimer {
	width:700px;
	text-align:center;
	margin:0 auto;
	font-size:0.9em;
	color:#ffffff;
	text-align:right;
	padding:10px 0 10px 0;
	}

.projectrow {
	width:100%;
	border-bottom:1px solid black;
	margin-bottom:10px;
	padding-bottom:15px;
	}
.project {
	width:175px;
	padding:0 6px;
	text-align:center;
	float:left;
	display:inline;
	}

.memberslinks {
	width:100%;
	text-align:right;
	}
#content .memberslinks ul {
	width:425px;
	margin:50px 0 0 0;
	float:right;
	display:inline;
	}
.memberslinks img {
	width:465px;
	float:left;
	display:inline;
	}
#content .memberslinks li {
	padding:0;
	margin:0;
	display:inline;
	}
	
.press_lt {
	width:620px;
	float:left;
	display:inline;
	}
#content .press_lt h1 a {
	color:#2d5677;
	text-decoration:none;
	}
#content .press_lt h1 a:hover {
	text-decoration:underline;
	}
#content .press_lt h2 a {
	color:#008140;
	font-size:.8em;
	line-height:1.3em;
	font-weight:bold;
	text-decoration:none;
	}
#content .press_lt h2 a:hover {
	text-decoration:underline;
	}
.press_lt hr {
	margin:20px 0;
	}
	
#content.press_rt, #content .press_rt {
	width:205px;
	padding:10px 20px;
	float:left;
	display:inline;
	margin:5px 0 15px 30px;
	line-height:1.3em;
	text-align:center;
	border:1px solid #000;
	}
#content .press_rt {
	font-size:.9em;
	}
#content.press_rt h3, #content .press_rt h3 {
	color:#624d46;
	font-size:1.3em;
	line-height:1.3em;
	font-weight:bold;
	}
	
#content .press_header {
	width:100%;
	border-bottom:#2d5677 1px solid;
	padding-bottom:10px;
	margin-bottom:10px;
	}
#content .press_header p {
	margin:0;
	}
.press_header .title {
	width:529px;
	float:left;
	display:inline;
	}
#content .press_header .rss_sub {
	width:185px;
	height:28px;
	margin-top:30px;
	color:#5c809c;
	text-align:right;
	font-size:.9em;
	line-height:1.3em;
	background:url(../images/rss_icon.jpg) top left no-repeat;
	float:right;
	display:inline;
	}
#content .press_header .rss_sub a {
	width:175px;
	height:21px;
	padding-top:7px;
	padding-right:10px;
	display:block;
	color:#5c809c;
	text-decoration:none;
	}
#content .press_header .rss_sub a:hover {
	text-decoration:underline;
	}

p.no_marg {
	margin:0;
	}
.right {
	float:right;
	display:inline;
	}
.left {
	float:left;
	display:inline;
	}
.image {
	padding:10px;
	}
.green_callout {
	padding:5px;
	text-align:center;
	color:#000000;
	background-color:#d2e5c1;
	margin:10px 0;
	}
.small-text {
	font-size:0.9em;
	font-style:italic;
	text-align:center;
	}

.admin_links {
	width:100%;
	text-align:center;
	}

.video_left {
	float:left;
	display:block;
	margin:7px 7px 0 7px;
	}
.video_right {
	float:right;
	display:block;
	margin:7px 0 7px 7px;
	}

.projecttable {
	border-collapse:collapse;
	}	
.projecttable th {
	border-bottom:1px solid #323f48;
	padding:3px;
	}
.projecttable td {
	border-bottom:1px solid #bababa;
	padding:3px;
	}
	
.projectfilter select {
	margin-right:20px;
	}
#crpi_topbar {
	position:relative;
	}
#crpi_topbar #criteria, #crpi_topbar #proj_submit {
	position:absolute;
	right:0;
	top:10px;
	background:#007f42;
	text-transform:capitalize;
	color:#fff;
	font-size:16px;
	line-height:1.3em;
	text-align:center;
	cursor:pointer;
	width:150px;
	padding:5px;
	}
#criteria_list li {
	padding:3px 0;
	}
#crpi_topbar #proj_submit a {
	color:#fff;
	text-decoration:none;
	display:block;
	height:100%;
	}

#crpiform, #results_container {
	text-align:left;
	min-height:400px;
	}
#crpiform textarea {
	width:85%;
	height:75px;
	}
#crpiform option, #crpisearch option {
	padding:0 3px;
	}
#crpiform .buttons {
	text-align:center;
	}
#crpiform .error {
	color:red;
	font-weight:bold;
	display:block;
	}
#crpiform input[type=text] {
	width:65%;
	}
#crpiform #crpi_contactinfo .phone_email input[type=text] {
	width:35%;
	}
#crpiform em, #crpiform .smallertext, #crpisearch em, #crpisearch .smallertext {
	font-size:.9em;
	line-height:1.3em;
	}
#crpiform_benifits .project_benefits, #crpiform_projtypes .project_types, #crpiform_org_types .org_types {
	overflow:auto;
	}
#crpiform_benifits, #crpiform_projtypes, #crpiform_org_types {
	position:relative;
	}
#crpiform_benifits .benefit_container, #crpiform_projtypes .protype_container {
	overflow:auto;
	clear:both;
	padding-left:40px;
	}
#crpiform_benifits .benefit_container ul, #crpiform_projtypes .protype_container ul {
	margin-left:0;
	}
#crpiform_benifits .project_benefits li, #crpiform_projtypes .project_types li, #crpiform_org_types .org_types li {
	/*float:left;*/
	display:block;
	width:410px;
	list-style-type:none;
	}
#crpiform_org_types .org_types li {
	float:left;
	}
#crpiform_org_types .org_types li {
	width:200px;
	}
#crpiform_info .county_field {
	margin-right:40px;
	}
#crpiform_info .spons_field {
	margin-right:15px;
	}
	
#crpisearch #fund_needed, #crpisearch #county {
	overflow:auto;
	float:left;
	display:block;
	width:405px;
	padding:5px;
	}
#crpisearch #fund_needed h1 {
	float:left;
	display:block;
	}
#crpisearch #fund_needed input {
	border:0;
	font-weight:bold;
	float:left;
	display:block;
	margin:5px 0 0 10px;
	}
#crpisearch #fund_needed #slider {
	width:85%;
	margin:0 auto;
	}
	
.select_all {
	font-weight:bold;
	text-transform:uppercase;
	}
.search_submit {
	position:absolute;
	bottom:5px;
	right:5px;
	}

#search_results {
	width:895px;
	margin:10px auto;
	}
#search_results th, #search_results td {
	border-collapse:collapse;
	}
#search_results th {
	border-bottom:1px solid black;
	}
#search_results td {
	border-bottom:1px solid #ccc;
	}	
#search_results .org_type {
	width:250px;
	}
#search_results .name {
	width:175px;
	}
#search_results .proj_type {
	width:270px;
	}
	
	
.float_container {
	overflow:auto;
	position:relative;
	}
	
.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;
}
#google_translate_element {
	width:200px;
	color:#ffffff;
	}
.goog-te-gadget {
	display:inline;
	margin-left:10px;
	color:#ffffff !important;
	}
.goog-logo-link, .goog-logo-link:link, .goog-logo-link:visited, .goog-logo-link:hover, .goog-logo-link:active {
	color:#ffffff !important;
	}
