/********/
/* 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;
	-moz-border-radius-bottomright: 50px;
	border-bottom-right-radius: 50px;
	padding-bottom:20px;
}

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;
}





#nav {
	margin: 0;
	padding:0px;
}

#nav li {
	margin: 0;
	padding: 0px;
	float: left;
	position: relative;
	list-style: none;
}


/* main level link */
#nav a {
	text-decoration:none;
	display:block;
	text-shadow: 0 1px 1px rgba(0,0,0, .3);
}

#nav a:hover {
	text-decoration:underline;
}

#nav .nav_active {
	color:black;
}

#nav .nav_pipe {
	font-weight: bold;
}

/* main level link hover */
#nav .current a, #nav li:hover > a {

/*	border-top: solid 1px #f8f8f8;*/

/*
	-webkit-box-shadow: 0 1px 1px rgba(0,0,0, .2);
	-moz-box-shadow: 0 1px 1px rgba(0,0,0, .2);
	box-shadow: 0 1px 1px rgba(0,0,0, .2);

	text-shadow: 0 1px 0 rgba(255,255,255, 1);
*/
}

/* sub levels link hover */
#nav ul li:hover a, #nav li:hover li a {
	padding:5px 9px;
	background: none;
	border: none;
	/*color:#78129c;*/

	border-top: solid 1px #e4e4e4;

	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}

#nav ul a:hover {
	background:#1C886E !important;
	color: #fff !important;

	-webkit-border-radius: 0;
	-moz-border-radius: 0;

	text-shadow: 0 1px 1px rgba(0,0,0, .1);
}

/* dropdown */
#nav li:hover > ul {
	display: block;
}

/* level 2 list */
#nav ul {

	display: none;
	z-index:1000;

	margin: 0;
	padding: 0;
	width: 240px;
	position: absolute;
	top: 13px;
	left:-8px;
	text-align:left;
	background: #ddd url('/images/container/gradient.png') repeat-x 0 0;
	border-left: solid 1px #e4e4e4;
	border-right: solid 1px #e4e4e4;
	border-bottom: solid 1px #e4e4e4;
	border-top: solid 1px #e4e4e4;


	border-top-left-radius:0px;
	-moz-border-radius-topleft:0px;
	border-top-right-radius	:0px;
	-moz-border-radius-topright:0px;
	border-bottom-right-radius:10px;
	-moz-border-radius-bottomright:10px;
	border-bottom-left-radius:10px;
	-moz-border-radius-bottomleft:10px;

	-webkit-box-shadow: 0 1px 3px rgba(0,0,0, .3);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0, .3);
	box-shadow: 0 1px 3px rgba(0,0,0, .3);
}
#nav ul li {
	float: none;
	margin: 0;
	padding: 0;
}

#nav ul a {
	font-weight: normal;
	text-shadow: 0 1px 0 #fff;
}

/* level 3+ list */
#nav ul ul {
	left: 181px;
	top: -3px;
}

/* rounded corners of first and last link */
#nav ul li:first-child > a {
/*	-webkit-border-top-left-radius: 9px;
	-moz-border-radius-topleft: 9px;

	-webkit-border-top-right-radius: 9px;
	-moz-border-radius-topright: 9px;*/
}
#nav ul li:last-child > a {
	border-top-left-radius:0px;
	-moz-border-radius-topleft:0px;
	border-top-right-radius	:0px;
	-moz-border-radius-topright:0px;
	border-bottom-right-radius:10px;
	-moz-border-radius-bottomright:10px;
	border-bottom-left-radius:10px;
	-moz-border-radius-bottomleft:10px;
}

/* clearfix */
#nav:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
#nav {
	display: inline-block;
} 
html[xmlns] #nav {
	/*display: block;*/
}
 
* html #nav {
	height: 1%;
}
