html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

img {  /*set this aside so that it can have vspace and hspace applied by FCKeditor */
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	width:100%;
	border:solid 1px #a3a594;
	border-collapse:collapse;
	margin-top:20px;
}

table th {
	background:#a3a594;
	color:#fff;
	border-right:solid 1px #fff;
	padding:5px;
}
table td {
	border-right:solid 1px #a3a594;
	border-bottom:solid 1px #a3a594;
	padding:5px;
}

/* END CSS RESET */

body { 
	width:100%;
	color: #464a42; 
	background-color:#464b21;
	background-image:url(../images/wrapper_bg.png); 
	background-repeat: repeat-x;
	background-position: top left;
	font-family: arial, verdana, helvetica, sans-serif;
	font-size:   13px;
	line-height: 16px;
	text-align:center;
}

p {
	margin-bottom:5px;
}

h1 {
	font-family:Georgia, Times, serif;
	color:#b96000;
	font-size:28px;
	line-height:30px;
	font-weight:normal;
	margin-bottom:10px;
	width:100%;
	float:left;
}

.h1_style {
	margin-bottom:10px;
	width:100%;
	float:left;
}

h1.post_title {
	font-size:20px;
	font-weight:normal;
	margin-top:15px;
	line-height:23px;
}

dl {
	width:100%;
	float:left;
}

dl dd {
	width:100%;
	padding-bottom:10px;
	margin-bottom:10px;
	border-bottom:solid 1px #a3a594;
}

.news-article-body {
	width:100%;
	padding-bottom:10px;
	margin-bottom:10px;
	border-bottom:solid 1px #a3a594;
}

label {
	margin-bottom:5px;
	margin-top:15px;
	width:100%;
	float:left;
	margin-bottom:10px;
	font-size:1.15em;
	font-weight:bold;
}

#wrapper {
	width:1032px;
	margin:0 auto;
	background-image: url(../images/wrapper_bg.png); 
	background-repeat: both;
	background-position: top left;
	min-height:1000px;
	text-align:center;
}

#banner {
	width:100%;
	background-repeat: no-repeat;
	background-position: top left;
}

#page {
	width:100%;
	float:left;
	text-align:left;
	background-image: url(../images/page_bg.jpg); 
	background-repeat: no-repeat;
	background-position: top left;
}

#page2 {
	width:100%;
	float:left;
	text-align:left;
	background-image: url(../images/page2_bg.png); 
	background-repeat: repeat-y;
	background-position: top left;
}

#page #content {
	width:950px;
	min-height:600px;
	margin-left:41px;
	margin-bottom:30px;
	float:left;
}

#page #content #information {
	width:520px;
	padding-left:15px;
	float:left;
}

#page #content #side {
	width:415px;
	float:left;
}

#nav {
	width:500px;
	float:left;
	height:32px;
	margin-top:32px;
	margin-left:164px;
}

#nav img {
	padding:0px;
	margin:0px;
	margin-right:1px;
	float:left; 
}

#login_but {
	float:right;
	margin-top:36px;
	margin-right:10px;
}

#search {
	width:196px; 
	float:right;
	margin-top:35px;
	margin-right:25px;
}

#search input {
	font-family:Georgia;
	font-size:13px;
	font-style:italic;
	color:#464a42;
}

#foot {
	width:987px;
	float:left;
	padding-left:45px;
	text-align:left;
	height:49px;
	background-image: url(../images/foot_bg.jpg); 
	background-repeat: no-repeat;
	background-position: top left;
	color:#797976;
	font-size:10px;
	text-transform:uppercase;
}

#foot a {
	color:#797976;
	text-decoration:none;
	font-weight:normal;
}

#foot img {
	position: relative; 
	top:2px;
}

pre {
  background-color: #eee;
  padding: 10px;
  font-size: 11px;
}

a { color:#b96000; text-decoration:none; font-weight:bold; }
a:visited { color: #b96000; text-decoration:none; }
a:hover { color: #b96000; cursor:pointer; text-decoration:underline;}

.fieldWithErrors {
  padding: 2px;
  background-color: red;
  display: table;
}

#errorExplanation {
  width: 400px;
  border: 2px solid red;
  padding: 7px;
  padding-bottom: 12px;
  margin-bottom: 20px;
  background-color: #f0f0f0;
}

#errorExplanation h2 {
  text-align: left;
  font-weight: bold;
  padding: 5px 5px 5px 15px;
  font-size: 12px;
  margin: -7px;
  background-color: #c00;
  color: #fff;
}

#errorExplanation p {
  color: #333;
  margin-bottom: 0;
  padding: 5px;
}

#errorExplanation ul li {
  font-size: 12px;
  list-style: square;
}

#formholder {
	min-width:210px !important;
	padding:10px;
	padding-top:0px;
	float:left;
}

#formholder h1 {
	padding-top:0px;
	margin-top:0px;
}


#map_div {
	width:580px;
	float:left;
	margin-top:10px;
}


#results {
	border:solid 1px #3c3c3c;
	border-right:none;
	width:863px;
	float:left;
	margin-top:10px;
	font-size:13px;
	margin-bottom:10px;
}
	
#results .data {
	float:left;
	padding-right:10px;
	padding-left:10px;
	padding-top:3px;
	padding-bottom:3px;
	border-right:solid 1px #3c3c3c;
}

#results .label {
	background:#aaac3e;
	color:#fff;
	border-right:solid 1px #3c3c3c !important;
	border-bottom:solid 1px #3c3c3c !important;
	margin-bottom:0px !important;
}

#results .full {
	background:#ebebeb;
}

#results a:hover div.full {
	background:#aeaeae;
	color:#fff;
}

a:hover div {
	background:#aeaeae;
	color:#fff;
}

#banner a:hover div {
	background:none !important;
}


/***** CMS STYLES *****/

#sortable_list.people_list {
	width:809px;
	float:left;
	
}

#sortable_list.people_list li {
	padding:0px 10px;
	padding-right:0px;
	width:100%;
	float:left;
	margin-bottom:10px;
	border-bottom:solid 1px #ccc;
}

.person_detail {
	padding:5px 5px;
	border-right:solid 1px #ccc;
	padding-right:20px;
	float:left;
}

.person_detail.lead {
	border-left:solid 4px #b96000;
}

.cms_but_row {
	width:100%;
	float:left;
	margin-bottom:20px;
}

.cms_but_col {
	width:240px;
	float:left;
	padding-top:30px;
	padding-left:3px;
	margin-left:12px;
	margin-right:16px;	
}

.cms_but_col.about {
	background:url(../images/cms_col_about.png) top left no-repeat;
}

.cms_but_col.projects {
	background:url(../images/cms_col_projects.png) top left no-repeat;
}

.cms_but_col.blog {
	background:url(../images/cms_col_blog.png) top left no-repeat;
}

.cms_but_col.connect {
	background:url(../images/cms_col_connect.png) top left no-repeat;
}

.cms_but_col.spanish {
	background:url(../images/cms_col_spanish.png) top left no-repeat;
}

.cms_but {
	color:#fff;
	height:20px;
	width:214px;
	float:left;
	margin-bottom:2px;
	padding-left:12px;
	padding-top:4px;
	text-transform:uppercase;
	font-size:13px;
	font-weight:normal;
	text-decoration:none;
}

.cms_but:hover {
	color:#fff;
	text-decoration:none;
}

.cms_but_col a {
	color:#fff;
}

.cms_but.about {
	background:#6c3b57 url(../images/cms_about_tail.png) top left no-repeat;
	border-top:solid 1px #865f75;
	border-bottom:solid 1px #865f75;
	border-right:solid 1px #b19aa6;
}

.cms_but.about:hover {
	background:#844067 url(../images/cms_about_hit.png) top left no-repeat;
}

.cms_but.projects {
	background:#919e2a url(../images/cms_projects_tail.png) top left no-repeat;
	border-top:solid 1px #a4ae51;
	border-bottom:solid 1px #a4ae51;
	border-right:solid 1px #c2c891;
}

.cms_but.projects:hover {
	background:#a0ae31 url(../images/cms_projects_hit.png) top left no-repeat;
}

.cms_but.blog {
	background:#b96000 url(../images/cms_blog_tail.png) top left no-repeat;
	border-top:solid 1px #c47c2f;
	border-bottom:solid 1px #c47c2f;
	border-right:solid 1px #d5ab7d;
}

.cms_but.blog:hover {
	background:#d46f02 url(../images/cms_blog_hit.png) top left no-repeat;
}

.cms_but.connect {
	background:#008fbf url(../images/cms_connect_tail.png) top left no-repeat;
	border-top:solid 1px #30a2c8;
	border-bottom:solid 1px #30a2c8;
	border-right:solid 1px #7ec1d7;
}

.cms_but.connect:hover {
	background:#03a2d7 url(../images/cms_connect_hit.png) top left no-repeat;
}

.cms_but.spanish {
	background:#bdbf38 url(../images/cms_spanish_tail.png) top left no-repeat;
	border-top:solid 1px #c7c85c;
	border-bottom:solid 1px #c7c85c;
	border-right:solid 1px #d7d897;
}

.cms_but.spanish:hover {
	background:#d2d432 url(../images/cms_spanish_hit.png) top left no-repeat;
}

.check_box {
	width:100px;
	float:left;
	padding:10px;
	border-right:solid 1px #b2b2b2;
	text-align:center;
}

/***** GENERAL PAGE GRID STYLES *****/

#crumbs {
	width:100%;
	float:left;
	text-transform:uppercase;
	color:#464a42;
	font-size:10px;
	font-weight:bold;
	margin-bottom:30px;
}

#crumbs a {
	color:#464a42;
	font-size:10px;
	font-weight:bold;
}

.dashbreak {
	width:100%;
	height:5px;
	margin-top:10px;
	float:left;
	background:url(../images/dash_bg.gif) top left repeat-x;
}

.header_banner {
	width:100%;
	height:25px;
	float:left;
	margin-bottom:15px;
}

.header_banner.find_us {
	background:#008fbf url(../images/hb_find_us.png) top left no-repeat;
}

.header_banner.join_our_team {
	background:#8f8f85 url(../images/hb_join.png) top left no-repeat;
}

.header_banner.tools {
	background:#b96000 url(../images/hb_community_tools.png) top left no-repeat;
	margin-top:32px;
}

.header_banner.latest {
	background:#b96000 url(../images/hb_latest.png) top left no-repeat;
}

.header_banner.our_projects {
	background:#99a62e url(../images/hb_our_projects.png) top left no-repeat;
}

.header_banner.new_proj_sp {
	background:#99a62e url(../images/hb_new_proj_sp.png) top left no-repeat;
	margin-top:35px;
}

#donate_box {
	background:url(../images/con_donate_top.png) top left no-repeat; 
	padding-top:0px; 
	position:relative; 
	left:10px;
	padding-bottom:70px;
}

#donate_box .donate_button {
	width:76px; 
	height:84px; 
	background:url(../images/donate1_badge.png) top left no-repeat; 	
	position:relative;
	left:339px;
	top:14px;
	display:block;
}

#donate_box .donate_button:hover {
	background:url(../images/donate1_hit.png) top left no-repeat; 
}
	
#donate_content {
	background:url(../images/con_donate_grade.png) top left repeat-y; 
	padding-top:5px; 
	position:relative; 
	left:10px;
	
	padding-left:20px;
	padding-right:40px;
}		

#donate_content .legal {	
	width:100%;
	font-size:11px;
	border-top:solid 1px #a3a594;
	padding-top:15px;
	padding-bottom:15px;
	margin-top:15px;
}

#donate_bottom {
	background:url(../images/con_donate_bottom.png) top left no-repeat; 
	padding-top:9px; 
	position:relative; 
	left:10px;
	top:-1px;
}


/***** NEWS PAGE *****/

.pagination {
	float:right;
	font-weight:bold;
}

.pagination .next_page {
	width:41px;
	height:13px;
	background:url(../images/page_next.png) top left no-repeat; 
	float:right;
	text-decoration:none;
	margin-top:2px;
}

.pagination .disabled.next_page {
	background:url(../images/page_next_i.png) top left no-repeat; 
}

.pagination .prev_page {
	width:41px;
	height:13px;
	background:url(../images/page_prev.png) top left no-repeat; 
	float:left;
	text-decoration:none;
	margin-top:2px;
}

.pagination .disabled.prev_page {
	background:url(../images/page_prev_i.png) top left no-repeat; 
}

.newslist a {
	font-weight:normal;
}

.post_date {
	width:100%;
	float:left;
	margin-bottom:10px;
	text-transform:uppercase;
	font-size:11px;
	font-weight:bold;
}

#newsletter_info {
	width:341px;
	margin-right:33px;
	padding-left:13px;
	float:right;
	background:url(../images/hb_newsletter.png) top left no-repeat; 
	padding-top:40px;
}

#newsletter_info p {
	width:240px;
	margin-bottom:10px;
}

#newsletter_signup {
	width:341px;
	margin-right:33px;
	float:right;
	margin-left:13px;
	padding-top:13px;
	margin-top:13px;
	border-top:solid 1px #a3a594;
}

#newsletter_area span {
	line-height:22px;
}

/***** ABOUT PAGE *****/


img.headshot {
	float:right;
	width:235px;
	height:240px;
}

#about_who {
	width:396px;
	height:133px;
	padding-left:40px;
	padding-right:40px;
	padding-top:85px;
	background:url(../images/about_who.png) top left no-repeat; 
	float:left;
	text-align:center;
}

#about_what {
	width:393px;
	height:133px;
	padding-left:40px;
	padding-right:40px;
	padding-top:85px;
	background:url(../images/about_what.png) top left no-repeat; 
	float:left;
	text-align:center;
}

#rdi_people {
	width:515px;
	height:240px;
	margin-left:15px;
	background:url(../images/rdi_people_bg.jpg) top left no-repeat; 
	float:left;
}

#rdi_people #data {
	width:260px;
	padding-top:50px;
	padding-left:10px;
	float:left;
}

#rdi_people #data img, #rdi_reports img {
	margin-bottom:10px;
}

#rdi_reports {
	width:376px;
	height:224px;
	padding-top:50px;
	padding-left:12px;
	background:url(../images/reports_bg.jpg) top left no-repeat; 
	float:left;
	margin-left:3px;
}

/***** PEOPLE PAGE *****/

#sub_nav {
	width:122px;
	position:relative;
	left:-15px;
	float:left;
}

#sub_nav img {
	float:left;
}

#people_area {
	width:815px;
	float:left;
}

#view_select {
	width:260px;
	height:22px;
	padding-left:40px;
	background:url(../images/view_tag.png) top left no-repeat; 
	float:right;
	margin-top:-3px;
	text-align:right;
}

#people_grid {
	width:545px;
	float:left;
}

#people_grid .person {
	width:255px;
	height:70px;
	float:left;
	margin-right:10px;
	margin-bottom:10px;
	font-size:12px;
}

#people_grid .person a {
	font-size:12px;
	line-height:15px;
}

#people_grid .person img {
	margin-right:5px;
	margin-bottom:5px;
	border:solid 3px #ededed;
	float:left;
}

#people_grid .person a:hover img, #people_grid .person img.open {
	border:solid 3px #b96000;
}

#join_our_team {
	width:545px;
	float:left;
}

#job_grid {
	width:100%;
	float:left;
	margin-top:10px;
}

#bio_box_top {
	background:url(../images/bio_box_top.png) top left no-repeat; 
	width:100%;
	height:6px;
	float:right;
}

#bio_box_bottom {
	background:url(../images/bio_box_bottom.png) top left no-repeat; 
	width:100%;
	height:6px;
	float:right;
}

#bio_box {
	background:url(../images/bio_box_mid.png) top left repeat-y; 
	width:258px;
	float:right;
}

#bio_box img {
	padding:11px;
	padding-top:6px;
	padding-bottom:0px;
}

#bio_box .bio_name {
	font-family:Georgia;
	font-size:24px;
	line-height:25px;
	color:#654459;
	padding:0px 20px;
}

#bio_box .bio_role {
	font-size:13px;
	color:#654459;
	font-style:italic;
	font-weight:bold;
	padding:0px 20px;
	margin:5px 0px;
}

#bio_box .bio_bio {
	padding:5px 20px;
}

#bio_box #staff_tag {
	width:69px;
	height:16px;
	background:url(../images/staff_tag.png) top left no-repeat; 
	position:relative;
	top:-16px;
	left:0px;
}

#bio_box #board_tag {
	width:69px;
	height:16px;
	background:url(../images/board_tag.png) top left no-repeat; 
	position:relative;
	top:-16px;
	left:0px;
}

/***** SERVICES PAGE *****/

#service_grid {
	width:520px;
	float:left;
}

#service_side { 
	width:254px;
	float:right;
}

#service_side #hire {
	/*background:url(../images/hire_bg.jpg) top left no-repeat;*/
	width:224px;
	padding-right:15px;
	padding-left:15px;
	text-align:center;	
}

ul.tools {
	margin-top:15px;
}

ul.tools li {
	height:20px;
	font-weight:bold;
	font-size:11px;
	margin-bottom:5px;
}

ul.tools span.counter {
	padding-left:7px;
	padding-right:7px;
	padding-top:3px;
	padding-bottom:10px;
	margin-bottom:10px;
	background:url(../images/tool_count.png) top left no-repeat;
	margin-right:10px;
}

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

#page #content #latest {
	width:375px;
	margin-top:5px;
	float:left;
}

#page #content #featured_projects {
	width:547px;
	padding-left:28px;
	margin-top:5px;
	float:left;
}

dl.article_list {
	margin-left:15px;
	width:360px;
	float:left;
}

dl.article_list_sp {
	margin-left:15px;
	width:260px;
	float:left;
}

dl.article_list dt, dl.article_list_sp dt {
	font-family:Georgia, Times, serif;
	color:#b96000;
	font-weight:bold;
	margin-bottom:2px;
	margin-top:1px;
	padding-bottom:0px;
	width:100%;
	float:left;
}

dl.f_proj_list dt, dl.article_list_sp dt {
	margin-bottom:5px !important;
}

dl.article_list dd, dl.article_list_sp dd {
	padding:0px;
	margin-bottom:0px;
	width:100%;
	float:left;
	border:none;
}

dl.article_list .pubdate, dl.article_list_sp .pubdate {
	width:100%;
	float:left;
	margin-bottom:0px;
	text-transform:uppercase;
	font-size:10px;
	font-weight:bold;
}

#home_donate_box {
	width:375px;
	padding-top:0px;
	background:#dcdcd7 url(../images/home_donate_box.png) top left no-repeat;
	padding-bottom:20px;
	float:left;
}

#home_donate_box .donate_button {
	width:56px; 
	height:61px; 
	float:right; 
	clear:both; 
	margin-right:6px;
	margin-bottom:10px;
	background:url(../images/donate2_badge.png) top left no-repeat; 
}

#home_donate_box .donate_button:hover {
	background:url(../images/donate2_hit.png) top left no-repeat; 
}

#home_donate_box p {
	font-family:Georgia, Times, serif;
	color:#464a42;
	font-style:italic;
	font-size:13px;
	padding:0px 15px;
	width:340px;
	float:left;	
}

/***** PROJECTS PAGE *****/

#proj_overview {
	width:500px; 
	float:left;
	margin-left:12px;
}

#proj_key {
	width:390px; 
	height:45px; 
	padding-top:55px;
	padding-left:20px;
	float:left; 
	margin-left:15px;
	margin-top:7px; 
	background:#dcdcd7 url(../images/services_callout.png) top left no-repeat;
	font-size:13px;
	font-family:georgia;
	font-style:italic;
}

#proj_key a {
	width:100px;
	height:90px;
	margin-top:-90px;
	background:transparent;
	float:right;
}

#proj_grid {
	width:100%;
	margin-top:35px;
	float:left;
	margin-left:12px;
}

#proj_grid .proj_container {
	width:315px;
	float:left;
}

#proj_grid .proj_tile {
	width:295px;
	padding-top:140px;
	margin-right:20px;
	float:left;
}

#proj_grid .all_pdfs:hover, #proj_grid .proj_container:hover {
	cursor:pointer;
	/* for IE */
	  filter:alpha(opacity=80);
	  /* CSS3 standard */
	  opacity:0.80;	
}

#proj_grid .proj_data {
	width:271px;
	padding-left:12px;
	padding-right:12px;
	margin-bottom:20px;
	height:70px;
	float:left;
	text-decoration:none;
}


#proj_grid .proj_data .proj_title {
	font-size:16px;
	line-height:19px;
	color:#fff;
	font-family:Georgia, Times, serif;
	width:100%;
	margin-top:10px;
	font-weight:normal;
	float:left;
}

#proj_grid .proj_data a {
	text-decoration:none !important;
}

#proj_grid .proj_data .proj_cat {
	width:100%;
	margin-top:-1px;
	text-transform:uppercase;
	color:#fff;
	font-size:10px;
	font-weight:bold;
	float:left;
}

#proj_grid .proj_data.sa_1 {  /* COMMUNITY BUILDING */
	background:#0290bf url(../images/proj_tab_comm.png) top left no-repeat;
}

#proj_grid .proj_data.sa_2 {  /* ECONOMIC VITALITY */
	background:#b96102 url(../images/proj_tab_economic.png) top left no-repeat;
}

#proj_grid .proj_data.sa_3 {  /* ORGINIZATIONAL DEVELOPMENT */
	background:#555a51 url(../images/proj_tab_development.png) top left no-repeat;
}

#proj_grid .proj_data.sa_4 {  /* LEADERSHIP */
	background:#848820 url(../images/proj_tab_leadership.png) top left no-repeat;
}

#proj_grid .proj_data.sa_5 {  /* NETWORKING */
	background:#6d3c58 url(../images/proj_tab_networking.png) top left no-repeat;
}


/***** PROJECT DETAIL PAGE *****/

.proj_left {
	width:525px;
	float:left;
	margin-left:15px;
}

.proj_right {
	width:374px;
	float:left;
	margin-left:2px;
}

.proj_left .proj_ov {
	width:100%;
	float:left;
	margin-bottom:10px;
	margin-top:-5px;
	font-size:14px;
	font-style:italic;
	font-family:Georgia, Times, serif;
}

.proj_left #left_photo {
	width:525px;
	height:350px;
	float:left;
	margin-bottom:20px;
}

.proj_left #left_photo .flickr_tab {
	float:left;
	position:relative;
	top:300px;
	left:-15px;
}

.proj_right #right_photo {
	width:374px;
	height:350px;
	float:left;
	margin-bottom:20px;
}

.proj_right #proj_partners {
	width:339px;
	float:right;
	margin-bottom:20px;
}

/***** MAPS PAGE *****/

#filter_select {
	float:left; 
	width:209px; 
	border-left:solid 1px #c0c2b7;
	background:#fff url(../images/filter_select_bg.png) top right repeat-y;
	margin-top:10px;
}

#filter_select #fs_content {
	margin-left:5px;
	font-size:10px;
	padding-right:9px;
	padding-left:5px;
}

#filter_select #fs_content h4 {
	font-size:20px;
	color:#b96000;
	font-weight:normal;
	margin-top:20px;
	margin-bottom:10px;
}

#filter_select #fs_content .title {
	width:155px;
	font-size:12px;
	float:left;
}

#filter_select #fs_content .title strong {
	text-transform:uppercase;
	color:#b96000;
	font-size:10px;
	font-weight:bold;	
}

#filter_select #fs_content .check {
	width:20px;
	float:left;
	margin-right:5px;
}

#filter_select #fs_content .row {
	width:100%;
	float:left;
	margin-bottom:5px;
	padding-bottom:5px;
	border-bottom:solid 1px #dcdcda;
}

#filter_select #fs_content .row.last {
	border-bottom:none;
}

#filter_select #fs_top, #filter_select #fs_bottom {
	width:205px;
	float:left;
	background:#b96000;
	height:5px;
}

#rel_links {
	width:100%;
	background:url(../images/rel_link_bg.png) top left no-repeat;
	padding-top:30px;
	padding-left:3px;
	float:left;
	margin-top:10px;
}

.map_bubble {
	width:300px;
	float:left;
}

.map_title {
	font-weight:bold;
	font-size:16px;
	margin-bottom:3px;
}

#data_wrap {
	width:300px;
	float:left;
	margin-bottom:10px;
}

.map_data {
	margin-bottom:5px;
	width:300px;
	float:left;
}

/***** SPANISH HOMEPAGE *****/

#communicate_sp {
	width:912px; 
	margin-left:15px; 
	margin-top:25px; 
	float:left; 
	border-top:solid 1px #a3a594; 
	background:url(../images/bottom_txt_sp.png)top left no-repeat; 
	padding-top:50px;
	font-family:Georgia, Times, serif;
	font-size:13px;
	font-style:italic;
}

#communicate_sp a {
	font-family:Arial sans-serif;
	font-style:normal;
	font-weight:bold;
}

div.sp_proj_hold {
	width:450px;
	float:left;
	margin-left:15px;
	margin-top:15px;
}

div.sp_proj_row {
	width:100%;
	float:left;
}


/****** MAP SLIDERS ******/

.c_holder {
	width:100%;
	height:75px;
	float:left;
	margin-left:-5px;
}

.c_data {
	width:100%;
	float:left;
}

.loc_data li {
	width:280px;
	overflow-y:auto;
}

.jcarousel-control {
	border-top:solid 1px #cccccc;
	width:50%;
	float:left;
}

.location_control {
	border-top:solid 1px #cccccc;
	width:50%; 
	float:left;
	padding-top:5px;
	padding-left:7px;
}

.c_control {
	width:100%;
    margin-bottom: 10px;
    text-align: center;
	float:left;
}

.b_control {
	width:100%;
    margin-bottom: 10px;
    text-align: center;
	float:left;
}

.c_control a {
    font-size: 75%;
    text-decoration: none;
    padding: 2px 7px;
    margin: 0 0 5px 0;
    border: 1px solid #fff;
    color: #fff;
    background-color: #848681;
    font-weight: bold;
}

.c_control a:hover {
	background:#b96000;
}

.c_control a:focus,
.c_control a:active {
    outline: none;
}

/***** SEARCH RESULTS *****/

#cse-search-results iframe {
	width: 500px;
	height:1000px;
	overflow:hidden; 
}

#logo_but {
	width:132px; 
	height:132px; 
	position:relative; 
	top:-50px; 
	left:-614px; 
	float:left;
}

#logo_but:hover {
	background:url(../images/logo_hit.png)top left no-repeat; 
}


/**
 * Additional styles for the controls.
 */

.c_holder {
	width:300px; 
	float:left;
	height:120px;
}

.jcarousel-control {
	width:45%;
	padding-top:15px;
	float:left;
}

.jcarousel-control a {
    font-size: 75%;
    text-decoration: none;
    padding: 2px 7px;
    margin: 0 0 5px 0;
    border: 1px solid #fff;
    color: #fff;
    background-color: #848681;
    font-weight: bold;
}

.jcarousel-control a:hover {
	background:#b96000;
}

.jcarousel-control a:focus,
.jcarousel-control a:active {
    outline: none;
}

dl.capabilities {
	margin-top:25px;
}

dl.capabilities dt {
	font-size:18px;
	font-family:georgia, serif;
	color:#b96000;
	margin-bottom:10px;
	line-height:22px;
}

.proj_left ul, .newspost ul, .newslist ul, #newsletter_area ul, .bio_bio ul, #service_grid ul, .capabilities ul {
	margin-left:25px;
	list-style:disc;
	margin-bottom:10px;
}
