/* ELEMENTS */
BODY
{
	margin: 0;
	padding: 0;
	background: url(images/bg.gif);
}
BLOCKQUOTE
{
	border-bottom: 2px solid #000000;
	clear: both;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	color: #000000;	
	text-indent: 10px;
	text-align: justify;
}
/* GENERAL CLASSES */
.underline
{
	text-decoration: underline;
}
.no_letter_spacing
{
	letter-spacing: 0px;
}
.bold
{
	font-weight: bold;
}
.bg_blue
{
	background: #365397;
}
.clear_both
{
	clear: both;
	margin: 0;
	padding: 0;
}
.clear_left
{
	clear: left;
}
.large
{
	font-family: "Trebuchet MS", arial,helvetica;
	font-size: 16px;
	color: #000000;
}
.medium
{
	font-family: "Trebuchet MS", arial,helvetica;
	font-size: 14px;
	color: #000000;
}
.small
{
	font-family: "Trebuchet MS", arial,helvetica;
	font-size: 12px;
	color: #000000;
}
.blue
{
	color: #365397;
}
/* PAGE CONTENT */
.page_content
{
	margin: 0;
	padding: 0;
	padding-bottom: 20px;
	
	line-height: 150%;
	
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	color: #000000;	
	text-indent: 10px;
	text-align: justify;
}
.page_content:first-letter
{
	font-weight: bold;
	font-size: 16px;
}
.page_content A
{
	color: #365397;
	text-decoration: none;
	font-weight: bold;
}
.page_content A:hover
{
	text-decoration: underline;
	color: #5F85B6;
}

/* PAGE TITLE */
#page_title 
{
	/* POSITION, FLOAT, BACKGROUND, WIDTH, HEIGHT */
	float: left;
	background: url(images/title_bg.gif) bottom left no-repeat;
	
	/* MARGINS, BORDERS, PADDING */
	margin-left: 0px;
	margin-bottom: 10px;
	margin-top: 0px;
	border-bottom: solid 2px #5F85B6;
	padding: 10px 10px 0px 40px;
	
	/* TEXT PROPERTIES */
	vertical-align: bottom;
	font-family: "Trebuchet MS", Arial, Helvetica, Sans-Serif;
	font-size: 24px;
	font-weight: 100;
	color: #365397;
}
/* RIGHT PANEL */
#right_panel
{
	float: right;
	/*display: inline;*/
	width: 177px;
	margin-right: 0px;
	margin-left: 10px;
	margin-top:  0px;
	
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
}
#right_panel A
{
	color: #365397;
	text-decoration: none;
	font-weight: bold;
}
#right_panel A:hover
{
	text-decoration: underline;
	color: #5F85B6;
}
/* CURRENT PROJECTS LIST */
#current_projects
{
/*	float: right;*/
	/*display: inline;*/
	width: 177px;
	background: url(images/sub_menu_bg.gif) top no-repeat;
	margin-right: 0px;
	margin-left: 0px;/*10px;*/
	margin-top:  10px;
	
	padding: 10px;
/*	
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	font-weight: bold;*/
	text-align: center;

}
#current_projects A
{
	color: #365397;
	text-decoration: none;
	font-weight: bold;
}
#current_projects A:hover
{
	text-decoration: underline;
	color: #5F85B6;
}
#project_list
{
	padding: 0;
	padding-left: 10px;
	margin-left: 20px;
	list-style-type: square;
}
#project_list li
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 11px;

	text-align: left;
}
#current_projects A.title
{
	color: #365397;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
}
#current_projects A.title:hover
{
	text-decoration: underline;
	color: #5F85B6;
}

/* PROCESS DIAGRAM */
#process_diagram
{
	width: 275px;
	height: 188px;
	margin: 0;
	padding: 0;
	border: solid #000000 1px;	
}
.figure P
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	text-align: center;
	background-color: Cornsilk;
	padding: 3px;
	border: 1px solid #cccccc;
	margin: 0;
	margin-top: 5px;
	margin-bottom: 5px;
}
#right_panel
{
	float: right;
}

/* WRAPPERS */
#outer
{
	position: static;
	background: url(images/bg_graph.gif) top left repeat-y;
	margin: 0;
	padding: 0;
	height: 100%;
}
#main
{
	position: relative;
	top: 0;
	left: 100px;
	width: 824px;
	min-height: 100%;	/* Mozilla Needs this set */
	background: url(images/bg.gif) top left;
}

#right
{
	top: 0;
	left: 924px;
	background: url(images/side_right.gif) top left repeat-y;
	height: 100%;
	width: 100%;
	position: fixed;
}
*html #right
{
	position: absolute;
	width: 0px;  /* No Width in IE */
}

#left
{
	top: 0;
	left: 0;
	width: 100px;
	background: url(images/side_left.gif) top right repeat-y;
	position: fixed;
	height: 100%;	
}
*html #left
{
	position: absolute;
}

/* PAGE OBJECTS */
#BODY
{
	margin: 10px;
	padding: 10px;
	padding-bottom: 20px;
}

/* HEADER */#HEADER
{
	float: left;
	/*margin-left: 100px;*/
	margin-top: 0;
	margin-bottom: 0;
	margin-right: 0;
	padding-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	/*width: 300px;*/
	text-align: center;
}

*html #HEADER
{
	margin-left: 0px;
}
#header_right
{
	float: right;
	background: url(images/clouds.jpg) top right no-repeat;
	width: 375px;
	height: 110px;
	
	text-align: center;
	color: #000000;
	font-family: "Trebuchet MS", Arial, Helvetica, Sans-Serif;
	font-size: 22px;
	font-weight: bold;
}
#mainnav
{
	text-align: center;
	font-family: "Trebuchet MS", Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	color: #000000;
	font-weight: bold;
}
#mainnav A
{
	color: #365397;
/*	color: #000000;*/
	text-decoration: none;
	font-weight: bold;
}
#mainnav A:hover
{
	text-decoration: underline;
	color: #5F85B6;
}
/* FOOTER */
#FOOTER
{
	background: #365397 url(images/nav_bg.gif) repeat-x;
	height: 33px;
	
	margin-left: 0px;
	margin-right: 0px;
	
	text-align: center;
	font-family: "Trebuchet MS", Arial, Helvetica, Sans-Serif;
	font-size: 11px;
	color: #000000;
	font-weight: bold;
}
#footer_right
{
	float: right;
	display: inline;
	margin: 0;
	padding-left: 5px;
	padding-right: 15px;
	
	text-align: right;
	letter-spacing: 1px;
	font-family: "Trebuchet MS", Arial, Helvetica, Sans-Serif;
	font-size: 11px;
}
#footer_right A
{
	color: #365397;
	text-decoration: none;
	font-weight: bold;
}
#footer_right A:hover
{
	text-decoration: underline;
	color: #5F85B6;
}
#footer_left
{
	float: left;
	display: inline;
	margin: 0;
	padding-left: 15px;
	padding-right: 5px;
	padding-bottom: 10px;
	
	font-family: "Trebuchet MS", Arial, Helvetica, Sans-Serif;
	font-size: 14px;
	font-weight: bold;
}
#footer_middle
{
	display: inline;
	float: left;
	margin: 0;
	padding-left: 5px;
	padding-right: 5px;
	width: 324px;
	text-align: center;
		
	font-family: "Trebuchet MS", Arial, Helvetica, Sans-Serif;
	font-size: 14px;
	font-weight: bold;
}
#footer_middle A
{
	font-size: 14px;
	color: #365397;
	text-decoration: none;
	font-weight: bold;
}
#footer_middle A:hover
{
	text-decoration: underline;
	color: #5F85B6;
}

#content
{
	position: relative;
	float: left;
	width: 575px;
}
#content_full
{
	position: relative;
	float: left;
	width: 750px;
}
#content A
{
	font-size: 12px;
	color: #365397;
	text-decoration: none;
	font-weight: bold;
}
#content A:hover
{
	text-decoration: underline;
	color: #5F85B6;
}
#column_left
{
	float: left;
	width: 260px;
	padding: 5px;
	vertical-align: top;
}
#column_right
{
	float: right;
	width: 280px;
	padding: 5px;
	vertical-align: top;
}
#column_left_full
{
	float: left;
	width: 350px;
	padding: 5px;
	vertical-align: top;
	text-align: center;
}
#column_right_full
{
	float: right;
	width: 350px;
	padding: 5px;
	vertical-align: top;
	text-align: center;
}
.column_left_full
{
	float: left;
	width: 350px;
	padding: 5px;
	vertical-align: top;
	text-align: center;
}
.column_right_full
{
	float: right;
	width: 350px;
	padding: 5px;
	vertical-align: top;
	text-align: center;
}

.std_list
{
/*	position: relative;*/
	padding: 0;
	padding-left: 10px;
	margin-left: 20px;
/*	list-style-image: url(images/arrow_bullet_blue.png);*/
	list-style-type: square;
	list-style-position: outside;	
	line-height: 20px;
}
.std_list li
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
/*	vertical-align: middle;*/
	text-align: left;
}
.std_list li A
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	text-align: left;
	text-decoration: none;
	color: #365397;
	font-weight: bold;
}
.std_list li A:hover
{
	text-decoration: underline;
	color: #5F85B6;
}
#control_panel_pic
{
/*	float: right;*/
	border: solid 1px #000000;
	width: 125px;
	height: 125px;
	padding: 0;
}
#htst_pic
{
/*	float: right;*/
	border: solid 1px #000000;
	width: 175px;
	height: 175px;	
	padding: 0;
}
.general_pic
{
    border: solid 1px #000000;
	/*width: 175px;
	height: 175px;*/	
	padding: 0;
}

.check_list
{
	padding: 0;
	margin: 0;
	margin-bottom: 20px;
	padding-left: 10px;
	margin-left: 20px;
/*	list-style-image: url(images/check.gif);*/
	list-style-type: square;
	list-style-position: outside;
	line-height: 20px;
}
.check_list li
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	vertical-align: top;
	text-align: left;
}
.arrow_list
{
	padding: 0;
	margin: 0;
	margin-bottom: 20px;
	padding-left: 10px;
	margin-left: 20px;
/*	list-style-image: url(images/arrow_bullet_boxed.png);*/
	list-style-type: square;
	list-style-position: outside;
	line-height: 20px;
}
.arrow_list li
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	vertical-align: top;
	text-align: left;
}
.arrow_unboxed_list
{
/*	list-style-image: url(images/arrow_bullet.png);*/
	list-style-type: square;
}
.complete_project_list
{
	padding: 0;
	margin: 0;
	margin-bottom: 20px;
	padding-left: 10px;
	margin-left: 20px;
	padding-top: 10px;
/*	list-style-type: square;*/
	list-style-position: outside;
	line-height: 20px;
}
.complete_project_list li
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	vertical-align: top;
	text-align: left;
}

.content_fill
{
	width: 600px;
	text-align: center;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
}
.fill
{
	width: 100%;
}

#literature_request {
	font-size: 12px;
	font-family: "Trebuchet MS", Arial, Helvetica, Sans-Serif;
}
#literature_request .label {
	float: left;
	clear: left;
	width: 230px;
	margin-right: 10px;
	text-align: right;
}
#literature_request .label_required {
	float: left;
	clear: left;
	width: 230px;
	margin-right: 10px;
	text-align: right;
	font-weight: bold;
}

select#regarding {
	font-family: "Century Gothic", "Gill Sans", Arial, sans-serif;
}

input#organization_name, 
input#contact_name, 
input#email_address,
input#phone_number,
input#fax_number,
input#address,
input#city,
select#state,
input#postal_code,
textarea#other_comments,
select#regarding,
select#application,
textarea#description
{
	width: 300px;
	font-family:"Trebuchet MS", Arial, Sans-Serif;
	font-size: 12px;
	margin-top: -2px;
}
.required
{
	color: #ff0000;
}

#sorry
{
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	color: #FF0000;
	font-weight: bold;
}
/* LOGIN COLUMN */
#login_column
{
/*	float: right;*/
	/*display: inline;*/
	width: 177px;
	background: url(images/sub_menu_bg.gif) top no-repeat;
	margin-right: 0px;
	margin-left: 0px;/*10px;*/
	margin-top:  10px;
	
	padding: 10px;
	text-align: left;

}
#login_column A
{
	color: #365397;
	text-decoration: none;
	font-weight: bold;
}
#login_column A:hover
{
	text-decoration: underline;
	color: #5F85B6;
}
#login_column A.title
{
	color: #365397;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
}
#login_column A.title:hover
{
	text-decoration: underline;
	color: #5F85B6;
}
.login_text
{
    padding-left: 10px;
    padding-right: 10px;
}
*html .login_text
{
	padding: 0px;
}
/* PHOTO PAGE */
#home_link A
{
	font-size: 12px;
	color: #365397;
	text-decoration: none;
	font-weight: bold;
}
#home_link A:hover
{
	text-decoration: underline;
	color: #5F85B6;
}

#photos_link
{
	font-family:"Trebuchet MS", Arial, Sans-Serif;    
	font-size: 16px;
	color: #365397;
	font-weight: bold;
}
#photos_link A
{
	text-decoration: none;
	color: #365397;
}
#photos_link A:hover
{
	text-decoration: underline;
	color: #5F85B6;
}

/* TECHNICAL PAPERS */

/* CURRENT PROJECTS LIST */
#technical_papers
{
	width: 177px;
	background: url(images/sub_menu_bg_2.gif) top no-repeat;
	margin-right: 0px;
	margin-left: 0px;
	margin-top:  10px;
	
	padding: 10px;
	text-align: center;

}
#technical_papers A
{
	color: #365397;
	text-decoration: none;
	font-weight: bold;
}
#technical_papers A:hover
{
	text-decoration: underline;
	color: #5F85B6;
}
#papers_list
{
	padding: 0;
	padding-left: 10px;
	margin-left: 20px;
	list-style-type: square;
}
#papers_list li
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 11px;

	text-align: left;
}
#technical_papers A.title
{
	color: #365397;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
}
#technical_papers A.title:hover
{
	text-decoration: underline;
	color: #5F85B6;
}
.complete_papers_list
{
	padding: 0;
	margin: 0;
	margin-bottom: 20px;
	padding-left: 10px;
	margin-left: 20px;
	padding-top: 10px;
/*	list-style-type: square;*/
	list-style-position: outside;
	line-height: 20px;
}
.complete_papers_list li
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	vertical-align: top;
	text-align: left;
	font-weight: 700;
}
.complete_papers_list li A
{
	color: #365397;
	text-decoration: none;
}
.complete_papers_list li A:hover
{
	color: #5F85B6;
	text-decoration: underline;
}

.papers_list_text
{
	padding: 0;
	margin: 0;
	margin-bottom: 20px;
	padding-left: 10px;
	margin-left: 20px;
	padding-top: 10px;
	
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
	vertical-align: top;
	text-align: left;
}

/* EQUIPMENT LIST */

.equipment_group
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
}
.equipment_group DT
{
    font-size: 14px;
    font-weight: bold;
}
.equipment_group DD
{
    
}
.emphasize
{
    font-weight: bold;
    font-style: italic;
}

.supplier_table
{
    border: 0px;
    padding: 0px;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
}

.supplier_table TD
{
    
}
.top_text
{
    vertical-align: top;
}
.left_text
{
    left: 0px;
    text-align: left;
}
.center_text
{
    text-align: center;
}

.supplier_title
{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 12px;
    font-weight: bolder;
    border-bottom: solid 2px #5F85B6;
}
.tab_left
{
    margin-left: 10px;
    padding-left: 10px;
}
/* LOGIN PAGE */

#login_column
{
/*	float: right;*/
	/*display: inline;*/
	width: 177px;
	background: url(images/sub_menu_bg.gif) top no-repeat;
	margin-right: 0px;
	margin-left: 0px;/*10px;*/
	margin-top:  10px;
	
	padding: 10px;
	text-align: left;

}
#login_column A
{
	color: #365397;
	text-decoration: none;
	font-weight: bold;
}
#login_column A:hover
{
	text-decoration: underline;
	color: #5F85B6;
}
#login_column A.title
{
	color: #365397;
	font-size: 12px;
	text-decoration: none;
	font-weight: bold;
}
#login_column A.title:hover
{
	text-decoration: underline;
	color: #5F85B6;
}
.login_text
{
    padding-left: 10px;
    padding-right: 10px;
}
*html .login_text
{
	padding: 0px;
}

/* */
#signup_request {
	font-size: 12px;
	font-family: "Trebuchet MS", Arial, Helvetica, Sans-Serif;
}
#signup_request .label {
	float: left;
	clear: left;
	width: 230px;
	margin-right: 10px;
	text-align: right;
}
#signup_request .label_required {
	float: left;
	clear: left;
	width: 230px;
	margin-right: 10px;
	text-align: right;
	font-weight: bold;
}
.pdf_list LI
{
  /*	position: relative;*/
	padding: 0px;
	margin-left: -20px;
	list-style-image: url(images/pdfsm.gif);
	list-style-type: none;
	list-style-position: outside;	
	line-height: 15px;  
	font-size: 11px;
	font-family: Arial, Helvetica, Sans-Serif;
}
.pdf_list_indent LI
{
  /*	position: relative;*/
	padding: 0px;
	margin-left: 0px;
	list-style-image: url(images/pdfsm.gif);
	list-style-type: none;
	list-style-position: outside;	
	line-height: 15px;  
}

.page_title
{
	/* MARGINS, BORDERS, PADDING */
	margin-left: 0px;
	margin-bottom: 10px;
	margin-top: 0px;
	border-bottom: solid 2px #5F85B6;
	padding: 10px 10px 0px 40px;
	
	/* TEXT PROPERTIES */
	vertical-align: bottom;
	font-family: "Trebuchet MS", Arial, Helvetica, Sans-Serif;
	font-size: 24px;
	font-weight: 100;
	color: #365397;
}

#NAVIGATION { z-index:200; margin: 0; padding: 0; border: none; height: 33px; width: 824px; background: url(images/nav_bg.gif) repeat-x; position: relative;  }

#NAVIGATION li { margin: 0; padding: 0; list-style: none; float: left; font-family: "Trebuchet MS", Arial, Helvetica, Sans-Serif; font-size: 11px; font-weight: bold; height: 33px; color: #000 }
#NAVIGATION li.space { display: block; float: left;  width: 20px; height: 33px; margin-top: 0px; }
#NAVIGATION li.separator { display: block; float: left; background: url(images/black.gif) repeat-y left; width: 1px; height: 33px; margin-top: 0px; }

#NAVIGATION li a { margin: 0; padding: 0; background: url(images/nav_bg.gif); color: #000; height: 33px; text-align: center; text-decoration: none; display: inline-block; }
#NAVIGATION li a:hover { background: #5F85B6 url(images/nav_bg_selected.gif) repeat-x; color: #FFF; text-decoration: underline; }

#NAVIGATION li a .nav_mid {  padding-left: 5px; padding-right: 5px; background: url(images/nav_bg.gif); margin-top: 0px; line-height: 33px; height: 33px; float: left; }
#NAVIGATION li a:hover .nav_mid { line-height: 33px; height: 33px; }
#NAVIGATION li a .nav_mid_hover { padding-left: 5px; padding-right: 5px; line-height: 33px; height: 33px; background: url(images/nav_bg_selected.gif) repeat-x; display: block; }

#NAVIGATION div { z-index: 9999; position: absolute; visibility: hidden; margin: 0; padding: 0; margin-left: 2px; width: 200px; float: none; }
#NAVIGATION div a { display: block; position: relative; margin: 0; padding-left: 5px; padding-top: 7px; white-space: nowrap; text-align: left;  text-decoration: none; background: #5f85b6; color: #000; font: 12px "Trebuchet MS",Arial,Helvetica,sans-serif; vertical-align: middle;  }
#NAVIGATION div a:hover { background: #365397; color: #fff; }
