/* CSS STRUCTURE */

/* body, html */ 
/* 	{ /* 
/*     margin:0; */
 /*    padding:0; */
/* 	min-width:785px; */ 
/* 	height:100%; this is the key to left column height! */
 /*    } */
	
#top_wrap /* wraps entire page */
	{
    margin:0 auto;
    width:785px;
	border-right: 1px solid #ececec; 
	border-bottom: 1px solid #ececec; 
	border-left: 1px solid #ececec; 
    }
	
#banner_wrap /* wraps top banner image */
	{
	width:785px;
	clear: both;
	height:100px;
	}

#navigation_wrap /* wraps top navigation bar */
	{
	margin:0px; 
	padding:0px;
	height: 25px; /*Height of top section*/>
	clear: both;
	}
	
#main_wrapper  /* wraps #main_content */
	{
	float: left;
	width: 100%;
	background: #faf2be; /* same as sidebar color so sidebar column appears to stretch full height of page */
	}
	
#main_content /* wraps right text box */
	{
    background:#faf2be;
	float:right;
    width:285px;
	height:317px; /*height of flash minus top and bottom padding*/
	margin-left: 147px; /*Set left margin to LeftColumnWidth*/
	padding: 10px;
	position:relative;
	}
	
#main_text /* wraps right text */
	{
	position:absolute;
	width:285px;
	text-align: center; 
	top:50%; /*needed to center text vertically*/
	margin-top:-145px; /*needed to center text vertically*/
	line-height: 28px; /*needed to center text vertically*/
    }
	
#sidebar /* wraps flash */
	{
    background-color: #FAF2BE;
	float:left;
    width:480px;
	margin-left: -785px; /*Set left margin to -(MainContainerWidth)*/
	height:337px;
    }
	
#links_row  /* wraps three column content area */
	{
    margin:0 auto;
    width:765px;
	height:100%;
	padding:5px 10px 5px 10px; 
	border-top: 1px solid #9c9785; 
	background-color: #D1CAB0; 
    clear:both;
    }
	
#footer  /* wraps footer */
	{
    margin:0 auto;
    width:773px;
    clear:both;
	padding: 6px;
	background-color: #9c9785; 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #faf2be; 
	text-decoration: none;
	text-align: center;
    }

/* GLOBAL STYLES */

body
	{
	margin-top: 0px;
	background-color: #83b5db;
	background-image: url(images/BG_gradient.gif);
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	font-weight: normal;
	}

P
	{
	margin-right: 10px;
	line-height: 135%;
	}
	
UL {
	list-style-position: inside;
	}
	
#indent
	{	
	text-indent: -1.3em;
	}
	
.frame /* WRAPS GRAY LINE AROUND MAIN WINDOW */
	{
	border-right: 1px solid #ececec; 
	border-bottom: 1px solid #ececec; 
	border-left: 1px solid #ececec; 
	width: 785px; margin:0 auto;
	}
	
img.sub_top /* USED FOR TOP LEFT-SIDE PHOTOS ON SUB PAGES */
	{
	margin: 0 10px 10px 0; 
	float: left;
	border: 0;
	}
	
img.sub_right /* USED FOR TOP RIGHT-SIDE PHOTOS ON SUB PAGES */

	{
	margin: 0 0 10px 10px; 
	float: right;
	border: 0;
	}
	
A, A:visited /* PRIMARY LINKS STYLE */
	{
	color: #323232;
	text-decoration: underline;
	font-weight: normal;
	}

A:hover, A:active /* PRIMARY LINKS STYLE */
	{
	color: #cc3333;
	text-decoration: none;
	font-weight: normal;
	}
	
.border_bottom /* PLACES A BORDER UNDER A TEXT BLOCK */
	{
	border-bottom: 1px solid #9c9785;
	padding: 4px 0px 4px 0px;
	}
	
.top_banner /* PLACES LIGHT GRAY LINE UNDER BANNER PHOTO */
	{
	padding-bottom: 0px; 
	border-bottom: 1px solid #ececec;
	}
	
.copyright /* CONTROLS COPYRIGHT FOOTER TABLE CELL */
	{
	padding: 6px;
	background-color: #408ec7;
	background-image: url(images/copyright_bg.gif);
	background-repeat: repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	text-align: center; 
	color: #ececec; 
	text-decoration: none;
	border-bottom: 1px solid #9c9785;
	border-top: 1px solid #9c9785;
	}
	
A:link.copyright_box, A:visited.copyright_box /* CONTROLS COPYRIGHT FOOTER LINKS */
	{
	font-size: 9px;
	font-weight: normal;
	color: #ececec;
	text-decoration: none;
	}

A:hover.copyright_box, A:active.copyright_box /* CONTROLS COPYRIGHT FOOTER LINKS */
	{
	font-size: 9px;
	color: #ececec;
	text-decoration: underline;
	}
	
.underline /* BASIC UNDERLINE STYLE */
	{
	text-decoration: underline;	
	}
	
.basic_bold /* BASIC BOLD STYLE */
	{
	font-weight: bold;
	}
	

	
/* HOME PAGE STYLES */

.home_text  /* CONTROLS MAIN TEXT BLOCK ON HOME TABLE CELL */
	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
	font-weight: normal;
	line-height: 24px;
	}
	

A:link.casestudy, A:visited.casestudy /* CONTROLS CASE STUDY LINKS */
	{
	font-size: 12px;
	font-weight: bold;
	color: #323232;
	text-decoration: none;
	}

A:hover.casestudy, A:active.casestudy /* CONTROLS CASE STUDY LINKS */
	{
	font-size: 12px;
	color: #faf2be;
	text-decoration: none;
	}

.home_box1 /* CONTROLS TOP TABLE CELL HEADERS IN MAIN HOME PAGE AREA */
	{
	border-bottom: 1px solid #ececec;
	border-left: 1px solid #ececec;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #877f63;
	font-weight: bold;
	padding: 6px 0px 0px 6px;
	width: 248px; 
	}
	
.home_box2 /* CONTROLS LEFT BORDER AND PADDING FOR HOME TABLE CELLS CONTENT AREAS*/
	{
	border-left: 1px solid #ececec;
	padding: 6px 10px 6px 6px;
	width: 248px;
	}
	
.home_box3 /* CONTROLS SECOND LEVEL CELL HEADERS IN MAIN HOME PAGE AREA */
	{
	border-bottom: 1px solid #ececec; /* eeeeaa */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #877f63;
	font-weight: bold;
	padding: 0;
	width: 248px; 
	}
	
.home_ALL_div /* CONTROLS WRAPPER FOR 'ALL...' LINKS UNDER RELEASES AND CASE STUDIES */
	{
	padding: 6px 0px 6px 0px;
	text-align: right;
	}
	
/* SUB PAGE STYLES */

.main_content_area /* CONTROLS MAIN CONTENT TD CELL ON ALL SUBPAGES, EXCEPT NEWS RELEASES */
	{
	padding: 10px; 
	background-color: #f6f3f3; /* f9f4d1*/
	}
	
.header_page /* MAIN PAGE HEADER AT TOP OF ALL SUBPAGES */
	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #0072b8;  /* changed from #cc3333 */ 
	font-weight: BOLD;
	border-bottom: 1px solid #0072b8;
	padding-bottom: 4px;
	}

.header_section /* LEFT NAV HEAD BAR ON NEWS RELEASES */
	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #faf2be;
	font-weight: BOLD;
	padding-left: 6px;
	background-color: #9c9785;
	/* border-top: 14px solid #d4d49b; */
	}
	
.left_nav_column /* LEFT NAV COLUMN ON ALL SUBPAGES  */
	{
	background-color: #d1cab0; 
	padding-top: 15px;
	border-right: 1px solid #877f63;
	height:100%;
	}
	
.left_nav_table /* LEFT NAV TABLE - INSIDE LEFT NAME COLUMN - ON ALL SUBPAGES */
	{
	background-color: #d1cab0; 
	padding-top: 10px;
	height:100%;
	}
	
A:link.link_box, A:visited.link_box /* CONTROLS LEFT NAV LINKS */
	{
	color: #323232;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	padding: 8px 5px 8px 10px;  /* top right bottom left */
	display: block;
	}

A:hover.link_box, A:active.link_box /* CONTROLS LEFT NAV LINKS */
	{
	color: #faf2be;
	text-decoration: none;
	font-size: 12px;
	font-weight: bold;
	background-color: #9c9785;  /* previously 877f63 */
	padding: 8px 5px 8px 10px;
	display: block;
	}
	
A:link.bold_link, A:visited.bold_link /* CONTROLS LEFT NAV LINKS */
	{
	color: #006193;
	text-decoration: underline;
	font-size: 12px;
	font-weight: bold;
	padding: 8px 5px 8px 10px;  /* top right bottom left */
	}

A:hover.bold_link, A:active.bold_link /* CONTROLS LEFT NAV LINKS */
	{
	color: #cc3333;
	text-decoration: underline;
	font-size: 12px;
	font-weight: bold;
	padding: 8px 5px 8px 10px;
	}
	
.newsdate /* CONTROLS TABLE HEADER ON NEWS ARCHIVE PAGE AND DATABASE MGT TABLES */
	{
	padding: 2px 0px 2px 6px;
	background-color: #eeeeee;
	}
	
.newstitle /* CONTROLS TABLE HEADER ON NEWS ARCHIVE PAGE AND DATABASE MGT TABLES */
	{
	padding: 6px 0px 6px 6px;
	background-color: #eeeeee;
	}
	
.right_float_italic  /* AVAILABLE TO CONTROL RIGHT FLOAT BORDERLESS BOX ON SUB PAGES */
	{
	float: right;
	padding: 6px;
	margin: 0px 0px 12px 12px;
	font-family:"Times New Roman", serif;
	font-size:13px;
	background-color: #d4d4d4;
	border-top: 3px solid #408ec7;
	border-bottom: 3px solid #408ec7;
	width: 150px;
	font-style: italic;
	}
	
.right_float_border /* AVAILABLE TO CONTROL RIGHT FLOAT BORDERED BOX ON SUB PAGES */
	{
	float: right;
	padding: 6px;
	border: 1px solid #877f63;
	margin-left: 0px 0px 12 px 12px;
	background-color: #fbf0a5;
	width: 150px;
	}
	
.NR_Image_float1  /* AVAILABLE TO CONTROL LEFT FLOAT BORDERLESS BOX ON SUB PAGES */
	{
	float: left;
	padding: 6px;
	margin: 0px 10px 12px 0px;
	width: 150px;
	font-family:"Times New Roman", serif;
	font-style: italic;
	}
	
.NR_Caption  /* AVAILABLE TO CONTROL LEFT FLOAT BORDERLESS BOX ON SUB PAGES */
	{
	border-bottom: 1px solid #877f63;
	font-size: 11px;
	padding: 6px;
	width: 100%;
	display:block;
	}
	
.div_bottom_border /* USED EXTENSIVELY, MAINLY ON LEFT NAV LINK DIVS */
	{
	border-bottom: 1px solid #877f63;
	}



.news_head_bold /* CONTROLS HEADLINES ON NEWS RELEASES */
	{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	color: #000000;
	}