/********/
/* text */
/********/

/* default */
a:link, a:visited, a:active {
	text-decoration: none;
	font-weight: bold;
	color: #2A8005;
}

a:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #2A8005;
}


/* nav */
a.nav:link, a.nav:visited, a.nav:active {
	text-decoration: none;
	font-weight: bold;
	color: #2A8005;
	font-size: 11px;
}

a.nav:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #2A8005;
	font-size: 11px;
}

span.nav {
	text-decoration: none;
	font-weight: bold;
	color: #000000;
	font-size: 11px;
}


/* quick links */
a.quick_link:link, a.quick_link:visited, a.quick_link:active {
	text-decoration: none;
	font-weight: bold;
	color: #2A8005;
	font-size: 11px;
}

a.quick_link:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #2A8005;
	font-size: 11px;
}

span.quick_link {
	text-decoration: none;
	font-weight: bold;
	color: #000000;
	font-size: 11px;
}

span.quick_link_cutline {
	text-decoration: none;
	/* font-weight: bold; */
	color: #000000;
	font-size: 11px;
}

/* quick link bullets */
ul.quick_links {
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 0;
}

li.quick_link {
	list-style-image: url("images/container/bullet.gif");
	margin-bottom: 6px;
}

/* quick links container */
div#quick_links_div {
	float: left;
	width: 150px;
	background: #DAE8D7;/*#EDF7EE*/
	padding: 5px;
	margin-top: -13px;
	margin-left: -15px;
	margin-right: 15px;
}

span.quick_links_span {
	text-decoration: underline;
	font-weight: bold;
}

/* breadcrumb */
a.breadcrumb:link, a.breadcrumb:visited, a.breadcrumb:active {
	text-decoration: none;
	font-weight: bold;
	color: #2A8005;
	font-size: 11px;
}

a.breadcrumb:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #2A8005;
	font-size: 11px;
}

span.breadcrumb {
	/*text-decoration: none;*/
	font-weight: bold;
	/*color: #000000;
	font-size: 11px;*/
	padding-left: 5px;
	padding-right: 5px;
}


/* copyright */
a.copyright:link, a.copyright:visited, a.copyright:active {
	text-decoration: underline;
	font-weight: normal;
	color: #2A8005;
	font-size: 10px;
}

a.copyright:hover {
	text-decoration: none;
	font-weight: normal;
	color: #2A8005;
	font-size: 10px;
}

span.copyright {
	text-decoration: none;
	font-weight: normal;
	color: #666666;
	font-size: 10px;
}

/**********/
/* layout */
/**********/

body {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 11px;
	color: #000000;
	margin: 0px;
	background-image: url('images/container/background.jpg');  background-repeat: repeat-x;
	background-color: #B3D4B2;
}

#table_nav, #table_header, #table_breadcrumb, #table_body, #table_footer, #table_copyright {
	table-layout: fixed;
	width: 956px;
}

#table_nav {
	height: 20px;
	background-image: url('images/container/top_home.jpg');
}

#table_footer {
}

#table_copyright {

}

#td_nav {
	text-align: center;
	vertical-align: middle;
	background-image: url('images/container/blank_for_text.jpg');
	width: 806px;
}

#td_breadcrumb {
	text-align: left;
	vertical-align: bottom;
	width: 806px;
	height: 35px; /* height is actually 39px; it's 35px due to padding-bottom 4px) */
	background-image: url('images/container/blank_for_no_text.jpg');
	background-color: #B3D4B2;
	padding-top: 0px;
	padding-bottom: 4px;
}

#td_buffer {
	width: 10px;
}

#td_side_left {
	width: 75px;
}

#td_side_right {
	width: 75px;
}

#td_component_column {
	text-align: left;
	vertical-align: top;
	width: 224px;
}

#td_content_column {
	text-align: left;
	vertical-align: top;
	width: 806px;
	background-color: #FFFFFF;
}

#td_footer {
	text-align: center;
	width: 930px;
}

#td_copyright {
	text-align: right;
	width: 930px;
}

/**************/
/* components */
/**************/

.img_image_wrapper {
}

.img_quick_links {
	margin-bottom: 5px;
}


ul.component_bullets {
	margin-left: 20px;
	margin-right: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 0;
}

li.component_bullet {
	list-style-image: url("images/container/bullet.gif");
	margin-bottom: 4px;
}

p.read_more {
	text-align: right;
	margin-top: 3px;
	margin-bottom: 7px;
}

a.read_more {
}


/***********/
/* content */
/***********/

p.cluster_description {
	text-align: left;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
}

/* body */
h1.section_name {
	font-size: 11px;
}

h2.sub_section_name {
	font-size: 13px;
}

h1.page_name {
	font-size: 12px;
	color: #000000;
}

p.body_text {
	text-align: left;
}

p.body_text_indented {
	text-align: left;
	margin-left: 20px;
}

p.body_text_italicized {
	text-align: left;
	font-style: italic;
}

span.body_text_emphasized {
	font-weight: bold;
}

span.body_text_underlined{
	text-decoration: underline;
}

ul.body_bullets {
	margin-left: 20px;
	margin-right: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 0;
}

li.body_bullet {
	list-style-image: url("images/container/bullet.gif");
	margin-bottom: 4px;
}


/* case studies */
span.body_text_case_study_title {
	font-weight: bold;
}

span.body_text_case_study_date {
	font-style: italic;
}


/* content table */
table#content_image_table {
  background-color: #B3D4B2;
  width: 806;
}

td#content_image_left_td {
  width: 402px;
}

td#content_image_buffer_td {
  width: 2px;
}

td#content_image_buffer_white_td {
  background-color: #FFFFFF;
  width: 2px;
}

td#content_image_right_td {
  width: 402px;
}


/* 2 column copy layout */
table#content_copy_2_column_table {
	background-color: #ffffff;
  width: 806;
}

td#content_copy_left_td {
	text-align: left;
	vertical-align: top;
  width: 403px;
	padding-left: 15px;
	padding-right: 15px;
}

td#content_copy_right_td {
	text-align: left;
	vertical-align: top;
  width: 403px;
	padding-left: 15px;
	padding-right: 15px;
}

/* 1 column copy layout */
table#content_copy_1_column_table {
	background-color: #ffffff;
  width: 806;
}

td#content_copy_td {
	text-align: left;
	vertical-align: top;
  width: 806px;
	padding-left: 15px;
	padding-right: 15px;
}

td.header_td {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
  background-color: #eef4f4;
  width: 50%;
}

td.data_td {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #000000;
  background-color: #ffffff;
}

div.content_img_small_div {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 9px;
	float: right;
	width: 244px;
	height: 100px;
	text-align: right;
}

div.content_img_medium_div {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 9px;
	float: right;
	width: 244px;
	height: 195px;
	text-align: right;
}

img.content_img {
	border:0px;
}


/* Google Maps API */
#contact_us_map_root_div {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	text-align: left;
	width: 280px;
}

/* facility title */
#contact_us_map_marker_name {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 9pt;
	text-align: left;
	font-weight: bold;
	color: #2A8005;
}

#contact_us_map_marker_address {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 8pt;
	text-align: left;
	color: #000000;	
}

#contact_us_map_marker_description {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 7pt;
	text-align: left;
	color: #000000;	
}

/* "Get Directions from:" text */
#contact_us_map_cue {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 8pt;
	text-align: left;
	color: #000000;
}

.address_input_box {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 10pt;
}
