/* CSS Document */
/* Eric Meyer's CSS reset */

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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
 ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 16px;
	color: #000;
	background: #fff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: normal;
	height: 100%;
	
}
ol, ul {
	list-style: none;
	}
	
dl
	{
	list-style-type: disc;
	list-style: outside;
	padding-left: 15px;
	}
	
dt
	{
	list-style: outside;
	padding-left: 15px;
	padding-bottom: 4px;
	line-height: 1.2em;
	}

dd
	{
	list-style: outside;
	padding-left: 20px;
	padding-bottom: 4px;
	line-height: .9em;
	}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* whoever thought blue linked image borders were a good idea? */
a img,:link img,:visited img { border:none }

/*----------------------------------------------*/

h1 	{font-size: 24px; font-weight: bold; color: #4AAA42; margin-bottom: 20px;}
h2 	{font-size: 20px; font-weight: bold; color: #4AAA42; margin-bottom: 20px;}
h3 	{font-size: 18px; font-weight: bold; color: #4AAA42; margin-bottom: 20px;}
h4 	{font-size: 16px; font-weight: bold; color: #4AAA42; margin-bottom: 20px;}
h5 	{font-size: 14px; font-weight: bold; color: #4AAA42; margin-bottom: 20px;}

.bold_text	{font-weight: bold;}
.normal_text	{font-weight: normal;}

#container
	{
	position: relative;
	width: 771px;
	margin-left: 0px;
	margin-right: auto;
	}

#header
	{
	position: relative;
	width: 771px;
	}
	
#swf_probe_life
	{
	float: right;
	}
	
#search
	{
	position: absolute; top: 7px; left: 580px;
	z-index: 4;
	width: 140px;
	
	}

#search input
	{
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	}
	
#results2 {
	position: relative; top: 20px; left: -580px;
	
	width: 600px;
	}
	
#mag_glass
	{
	float: right;
	z-index: 2;
	padding: 3px;
	}

#top_three_nav
	{
	position: absolute; top: 12px; left: 300px;
	font: 11px tahoma, sans-serif;
	z-index: 2;
	width: 350px;
	}
	
#top_three_nav li
	{
	display: inline;
	margin-right: 20px;
	}

#top_three_nav li a:link
	{
	color: #fff;
	text-decoration: none;
	}
	
#top_three_nav li a:visited
	{
	color: #fff;
	text-decoration: none;
	}
	
#top_three_nav li a:hover
	{
	color: #E5C45B;
	text-decoration: none;
	}
	
#top_three_nav li a:active
	{
	color: #E5C45B;
	text-decoration: none;
	}
	
#content
	{
	position: relative;
	background-image: url(../gfx/black_green_grad2.jpg);
	background-repeat: repeat-x;
	width: 771px;
	/*height: 320px;*/
	}
	
#left_nav
	{
	position: absolute; top: 85px; left:20px;
	line-height: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 120px;
	}
	
#left_nav li
	{
	margin-bottom: 13px; 
	}

/* link styles: font and color to change based on div attributes */	
a:link 
	{
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #4AAA42;
	text-decoration: none;
	}
	
a:visited 
	{
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #4AAA42;
	text-decoration: none;
	}
	
a:hover 
	{
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #000;
	text-decoration: none;
	}
	
a:active 
	{
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	color: #000;
	text-decoration: none;
	}	
/* end link styles */	



#main_content
	{
	position: relative; top: 60px; left: 153px;
	background-color: #fff;
	padding: 10px;
	width: 618px;
	height: 100%;
	}

/*home template */
#swf_main
	{
	position: absolute; top: 10px; left: 10px;
	background-color: #fff;
	}

#main_left
	{
	position: absolute; top: 10px; left: 10px;
	padding: 10px;
	width: 320px;
	height: 100%;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	}
	
#r_sidebar
	{
	position: relative; top: 0px; left: 353px;
	width: 254px;
	}
	
#r_goldbox
	{
	position: relative; top: 0px; right: 0px; 
	background-image: url(../gfx/gold_white_grad.jpg); 
	background-repeat: repeat-x;
	width: 245px;
	height: 260px;
	padding: 5px;
	padding-top: 25px;
	font-size: 12px;
	}	
	
#r_events
	{
	position: relative; top: 10px; right: -5px;
	width: 255px;
	font-size: 11px;
	}
	
.pic_left
	{
	float: left;
	padding-right: 3px;
	}	
.hr	
	{
	width: 245px;
	margin: 5px 0px;
	}
	
/*end home template */

/*about template */

#main_left_about
	{
	position: relative; top: 10px; left: 10px;
	width: 320px;
	height: 100%;
	color: #000;
	}
	
#r_sidebar_about
	{
	position: absolute; top: 20px; left: 365px;
	width: 200px;
	}
	
.sidebar_box
	{
	border: 1px solid #4AAA42;
	width: 184px;
	height: 52px;
	padding: 3px;
	margin-bottom: 10px;
	}
	
.sidebar_box img
	{
	float: left;
	padding-right: 10px;
	}
	
.sidebar_link 
	{
	text-align: center;
	font-size: 11px;
	}
/*end about specific */	

/*bio template specific*/

#main_left_bio
	{
	position: absolute; top: 20px; left: 20px;
	width: 125px;
	}
	
#main_right_bio
	{
	position: relative; top: 10px; left: 180px;
	width: 305px;
	background-image: url(../gfx/vertical_green.gif); 
	background-position: top left;
	background-repeat: repeat-y;
	padding-left: 15px;
	}
	
/*end bio template specific*/

/*main_content blank template for news, careers, search results, press releases */
#main_left_blank		
	{
	position: relative; top: 40px; left: 40px;
	width: 500px;
	height: 100%;
	}

.news_item
	{
	padding-bottom: 60px;
	}
	
.pr_date
	{
	float: left;
	font-weight: normal;
	color: #000;
	width: 135px;
	}
	
.pr_title
	{
	float: left;
	width: 400px;
	}
/*end main_content blank template for news, careers, search results, press releases */

/*begin product template*/

#prod_image
	{
	
	position: absolute; top: 0px; left: 0px;
	width: 200px;
	}
	
#prod_desc
	{
	
	position: relative; top: 0px; left: 230px;
	width: 300px;
	}
	
#prod_desc ul
	{
	list-style-type: disc;
	list-style: outside;
	padding-left: 15px;
	}
	
#prod_desc li
	{
	list-style: outside;
	padding-left: 15px;
	padding-bottom: 8px;
	}
	
.request img	
	{
	padding-left: 50px;
	}

.request2 img	
	{
	padding-left: 20px;
	}
	
/*end product template*/

/*begin contact template*/
#contact_left
	{
	width: 280px;
	height: 100%;
	position: relative; top: 55px; left: 0px;
	}
	
.contact_label
	{
	text-align: right;
	width: 90px;
	padding-right: 10px;
	float: left;
	}
	
.contact_info
	{
	text-align: left;
	padding-left: 10px;
	width: 170px;
	float: right;
	}

.unit
	{
	clear: both;
	margin-bottom: 20px;
	
	}

#home_footer
	{
	position: relative; top: 40px;
	font-size: 11px;
	}
	
#home_footer1
	{
	position: relative; top: 0px; left: 15px;
	width: 235px;
	}
	
#home_footer2
	{
	position: absolute; top: 0px; left: 250px;
	width: 250px;
	}
	
#home_footer3
	{
	position: absolute; top: 0px; left: 520px;
	width: 255px;
	}	
	
#home_copyright
	{
	position: relative; top: 25px; left: 200px;
	color: #666666;
	font-size: 10px;
	width: 400px;
	}
	
#copyright
	{
	position: relative; top: 30px; left:150px;
	color: #666666;
	font-size: 10px;
	width: 300px;
	padding-bottom: 60px;
	height: 45px;
	}
/* #######################styles for forms ########################## */
#gps
	{
	width: 450px;
	position: relative; top:5px; left: 0px;
	margin: 0; padding: 0 0 15px 0;
	font-size: 11px;
	}

fieldset {
  padding: 1em;
  font: bold 12px  Verdana, Arial, Helvetica, sans-serif;
  
  }
label {
  float:left;
  width:25%;
  margin-right:0.5em;
  padding: .3em 0;
  text-align:right;
  font-weight:normal;
  font: 11px Tahoma, Verdana,  sans-serif;
  }
input	{margin-bottom: 10px; font: 12px Tahoma, Verdana,  sans-serif; }
legend	{font: bold 12px  Verdana, Arial, Helvetica, sans-serif; color: #4AAA42; margin-bottom: 15px;}
input:focus, textarea:focus, option:focus {background-color: #E4F2E3;}
option {font: 12px Tahoma, Verdana,  sans-serif; line-height: 16px;}
.form_style {font: 12px Tahoma, Verdana,  sans-serif; line-height: 16px;}
.asterisk	{vertical-align: top; font-size: 10px; font-weight: bold;color: #4AAA42;}

#terms
{
	width: 450px;
	position: relative; top:5px; left: 0px;
	margin: 0; padding: 0 0 15px 0;
	font-size: 13px;
	}
	
#terms p	{margin-bottom: 10px;}


pSpecial {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;

}