* {
	margin:0px;
	padding:0px;
	}
html,body { height: 100%; 
			margin:0px;
			}	
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	background-color:#646b71;
	}
#wrapper {
	width:966px;
	margin:0px auto;
	background-image:url(../images/shared/background.gif);
	background-repeat:repeat-y;
	min-height: 100%;
	}
#container {
	width:950px;
	overflow:hidden;
	margin:0px auto;
	}
#content {
	margin-left:8px;
	margin-right:8px;
	}
.clear_left {
	clear:left;
	}
.clear_right {
	clear:right;
	}
	

/* FROM TOP TO BOTTOM */

/* TOP GREY AREA ABOVE NAV */
#topnav {
	float:right;
	font-size:11px;
	letter-spacing: .08em;
	font-family: Tahoma, verdana, arial, san-serif;
	color:#fff;
	padding-right:20px;
	margin-top:3px;
	}
#topnav a {
	color:#fff;
	text-decoration:none;
	}
#topnav a:hover {
	color:#ccc;
	text-decoration:none;
	}
.utilitylinks {
	position:relative;
	top:10px;
	}
		
/* LOGO */
#logo {
	margin-top:15px;
	margin-left:15px;
	margin-bottom: 5px;
	}
#logoprint	{ display:none;	}
	
/* SEARCH */
#search {
	margin-bottom:35px;
	text-align:right;
	margin-top:9px;
	}
#searchbar {
	width:173px;
	height:22px;
	border:1px solid #FFF;
	background-color:#808488;
	color:#FFF;
	float:left;
	margin-left:220px;
	}
.search_text {
	position:relative;
	top:5px;
	}
#utilNoSearch	{	margin-top:57px;
	}
/* MAIN NAVIGATION AREA */	
#navigation {
	height:31px;
	width:950px;
	background-image:url(../images/shared/back_orange.gif);
	background-repeat:repeat-x;
	}
#navigation li {
	display:inline;
	list-style-type:none;
	position:relative;
	}
#undernav {
	margin-bottom:60px;
	}
#header {
	background-image:url(../images/shared/grayfade.jpg);
	background-repeat:repeat-y;
	}
	
/* MAIN CONTENT AREA */	
.featured_box {
	width:765px;
	border-bottom:1px solid #dadcde;
	border-right:1px solid #dadcde;
	height:229px;
	}
.featured_text {
	width:320px;
	color:#596575;
	margin-left:420px;
	line-height:17px;
	text-align:right;
	}
.featured_text a {
	color:#001252;
	font-weight:bold;
	text-decoration:none;
	}
.featured_text a:hover {
	color:#001252;
	font-weight:bold;
	text-decoration:underline;
	}
.featured_text p {
	margin-top:20px;
	}
#float_image {
	float:left;
	margin-top:-60px;
	position:absolute;
	}
/* use this when combined with nav */
#headernoimage	{ margin-bottom: 20px; margin-left: 40px; }
#textnoimage	{ margin-top: -40px; }

.textarea {
	color:#596575;
	padding-top:40px;
	line-height:17px;
	border-right:1px solid #dadcde;
	width:765px;
	}
.textarea a {
	color:#013651;
	font-weight:bold;
	text-decoration:none;
	}
.textarea a:hover {
	color:#001252;
	font-weight:bold;
	text-decoration:underline;
	}
.textarea p {
	margin-left:40px;
	margin-right:30px;
	margin-bottom: 15px;
	}
.textarea ul {
	position:relative;
	width:670px;
	margin-left:45px;
	margin-bottom: 15px;
	margin-top: -10px;
	}
.textarea ul li {
	list-style-type:none;
	background:url(../images/shared/bullet.gif) no-repeat 0px .6em;
	margin-left:20px;
	padding-left:10px;
	margin-bottom:5px;
	}

/* use this when there is no nav */	

.featured_boxNonav {
	border-bottom:1px solid #dadcde;
	height:229px;
	}
.featured_textNonav {
	width:485px;
	color:#596575;
	margin-left:430px;
	line-height:17px;
	text-align:right;
	}
.featured_textNonav a {
	color:#001252;
	font-weight:bold;
	text-decoration:none;
	}
.featured_textNonav a:hover {
	color:#001252;
	font-weight:bold;
	text-decoration:underline;
	}
.featured_textNonav p {
	margin-top:20px;
	}
		
.textareaNonav {
	color:#596575;
	line-height:17px;
	}
.textareaNonav a {
	color:#001252;
	font-weight:bold;
	text-decoration:none;
	}
.textareaNonav a:hover {
	color:#001252;
	font-weight:bold;
	text-decoration:underline;
	}
.textareaNonav p {
	margin-left:40px;
	margin-right:30px;
	margin-bottom: 15px;
	}
.textareaNonav ul {
	position:relative;
	margin-left:45px;
	margin-bottom: 15px;
	margin-top: -10px;
	}
.textareaNonav ul li {
	list-style-type:none;
	background:url(../images/shared/bullet.gif) no-repeat 0px .6em;
	margin-left:20px;
	padding-left:10px;
	margin-bottom:5px;
	}
.testimonial	{ margin-right: 18px; margin-bottom: 35px; }	
	
/* RIGHT HAND NAVIGATION */
.rightcolumn {
	width:163px;
	float:right;
	padding-left:13px;
	}
.category {
	margin-bottom:20px;
	display:block;
	}
.category img {
	margin-left:10px;
	}
.category:hover {
	background-image:url(../images/shared/arrow.gif);
	background-position:left;
	background-repeat:no-repeat;
	}
#selected {
	margin-bottom:20px;
	background-image:url(../images/shared/arrow_on.gif);
	background-position:left;
	background-repeat:no-repeat;
	}
.selectedcat {
	margin-bottom:20px;
	display:block;
	background-image:url(../images/shared/arrow_on.gif);
	background-position:left;
	background-repeat:no-repeat;
	}
.selectedcat img {
	padding-left:10px;
	}
.categorydbl {
	margin-bottom:20px;
	display:block;
	}
.categorydbl img {
	margin-left:10px;
	}
.categorydbl:hover {
	background-image:url(../images/shared/arrowdbl.gif);
	background-position:left;
	background-repeat:no-repeat;
	}
#selecteddbl {
	margin-bottom:20px;
	background-image:url(../images/shared/arrowdbl_on.gif);
	background-position:left;
	background-repeat:no-repeat;
	}
.selectedcatdbl {
	margin-bottom:20px;
	display:block;
	}
.selectedcatdbl img {
	margin-left:10px;
	}
.selectedcatdbl:hover {
	background-image:url(../images/shared/arrowdbl.gif);
	background-position:left;
	background-repeat:no-repeat;
	}
#submenu	{ margin-top:-10px; }
#sublink {
	margin-left:12px;
	list-style-type:none;
	font-size:11px;
	margin-bottom:25px;
	margin-right:5px;
	letter-spacing:.01em;
	font-family: Tahoma, Verdana, Arial, san-serif;
	}
#sublink li {
	margin-bottom:10px;
	color:#596575;
	}
#sublink li a {
	text-decoration:none;
	color:#596575;
	}
#sublink li a:hover {
	text-decoration:none;
	color:#001252;
	}
.sublink_selected{
	list-style-type:disc;
}

/*  BREADCRUMB TRAIL */
.breadcrumb {
	color:#596575;
	font-size:10px;
	position:relative;
	margin-left:20px;
	margin-top:50px;
	}
.breadcrumb a {
	color:#001252;
	font-weight:bold;
	text-decoration:none;
	}
.breadcrumb a:hover {
	color:#001252;
	font-weight:bold;
	text-decoration:underline;
	}
		
/* COPYRIGHT AREA */
.bottom {
	border-top:1px solid #dadcde;
	text-align:center;
	padding-top:10px;
	}
.contactinfo {
	font-weight:bold;
	margin-bottom:15px;
	color:#929aa5;
	width:950px;
	text-align:center;
	}
.footer {
	position:relative;
	font-size:10px;
	font-family: tahoma, verdana, arial, san-serif;
	color:#929aa5;
	margin-bottom:10px;
	width:950px;
	text-align:center;
	}
.footer a {
	color:#4D555E;
	text-decoration:none;
	font-size: 12px;
	}
.footer a:hover {
	color:#333;
	text-decoration:underline;
	}

/* icon links */

#icons	{ 		text-align: right;
				margin-top: 40px; margin-bottom: 10px; }



.bookmark	{	font-family: arial, helvetica, tahoma, san-serif; 
				font-size: 10px; 
				font-weight: normal;
				color:#596575;
				text-decoration: none;
				}

.bookmark a	{	font-family: arial, helvetica, tahoma, san-serif; 
				font-size: 10px; 
				font-weight: normal;
				color:#596575;
				text-decoration: none;
				background:url(../images/shared/bookmark_off.gif) no-repeat;
				padding: 3px 20px;
				}

.bookmark a:hover	{	
				font-family: arial, helvetica, tahoma, san-serif; 
				font-size: 10px; 
				font-weight: normal;
				color: #001252; 
				text-decoration: none;
				background:url(../images/shared/bookmark_over.gif) no-repeat;
				padding: 3px 20px; 
				}
				
				
.printer	{	font-family: arial, helvetica, tahoma, san-serif; 
				font-size: 10px; 
				font-weight: normal;v
				text-decoration: none;
				}

.printer a	{	font-family: arial, helvetica, tahoma, san-serif; 
				font-size: 10px; 
				font-weight: normal;
				color:#596575;
				text-decoration: none;
				background:url(../images/shared/printer_off.gif) no-repeat;
				padding: 3px 20px;
				}

.printer a:hover	{	
				font-family: arial, helvetica, tahoma, san-serif; 
				font-size: 10px; 
				font-weight: normal;
				color: #001252; 
				text-decoration: none;
				background:url(../images/shared/printer_over.gif) no-repeat;
				padding: 3px 20px;
				}


.email	{	font-family: arial, helvetica, tahoma, san-serif; 
				font-size: 10px; 
				font-weight: normal;
				color:#596575;
				text-decoration: none;
				}

.email a	{	font-family: arial, helvetica, tahoma, san-serif; 
				font-size: 10px; 
				font-weight: normal;
				color:#596575;
				text-decoration: none;
				background:url(../images/shared/email_off.gif) no-repeat;
				padding: 3px 20px;
				}

.email a:hover	{	
				font-family: arial, helvetica, tahoma, san-serif; 
				font-size: 10px; 
				font-weight: normal;
				color: #001252; 
				text-decoration: none;
				background:url(../images/shared/email_over.gif) no-repeat;
				padding: 3px 20px;
				}
	
/* PAGE SPECIFIC STYLES */

/* Home Page Only */

.divider_shadow {
	background-image:url(../images/shared/divider_shadow.gif);
	background-repeat:no-repeat;
	width:950px;
	height:25px;
	}
.textarea_home {
	background-image:url(../images/shared/background_homecontent.gif);
	background-repeat:repeat-y;
	width:950px;
	}	
.homecontent_left {
	float:left;
	color:#596575;
	padding-left:30px;
	margin-top:20px;
	width:600px;
	line-height:17px; 
	}
.homecontent_left p {
	padding-left:25px;
	margin-bottom:15px;
	}
.homecontent_left img {
	margin-bottom:15px;
	}
.homecontent_right {
	float:left;
	margin-top:20px;
	width:225px;
	line-height:17px;
	margin-left:70px;
	margin-bottom:10px;
	}
.homecontent_right img {
	margin-bottom:15px;
	}
.homecontent_right ul li {
	list-style-type:none;
	}
.newsitem {
	color:#596575;
	font-weight:normal;
	margin-bottom:10px;
	line-height:14px;
	}
.newsitem a {
	color:#001252;
	font-weight:bold;
	text-decoration:none;
	}
.newsitem a:hover {
	color:#001252;
	font-weight:bold;
	text-decoration:underline;
	}
.story {
	margin-bottom:10px;
	}
.more { font-size:10px;text-align:right;
	}
/* About Us Pages */
#corp_history p	{ margin-bottom:5px; }
.historyfact	{ margin-left: 9px; }
.newsdate		{ width:120px; white-space:nowrap; }
.prtitle	{ font-size: 13px; font-weight: bold; color:#001252; }
.biophoto	{   float:left;
				margin-right:15px;
				margin-bottom:75px;
				margin-top:3px;
			}
.bioname	{ font-size: 12px; font-weight:bold; }

#contactright	{ font-size:12x; font-weight:normal;color:#596575; margin-right:10px; }
#contactright a	{ font-size:12px; font-weight:bold;color:#001252; text-decoration:none; }
#contactright a:hover	{ font-size:12px; font-weight:bold;color:#001252; text-decoration:underline; }

/* News Page Only */


/* This is to be used in place of textareanonav on the news page */
		
.textareaNews {
	color:#596575;
	line-height:17px;
	margin-top:15px;
	}
.textareaNews a {
	color:#001252;
	font-weight:bold;
	text-decoration:none;
	}
.textareaNews a:hover {
	color:#001252;
	font-weight:bold;
	text-decoration:underline;
	}
.textareaNews p {
	margin-left:40px;
	margin-right:30px;
	margin-bottom: 15px;
	}
.NewsHeader	{ font-size:14px; }
