@charset "UTF-8";
/* CSS Document */

HTML{
	background-color: #b5d0dd;
	background-image: url(../images/background.gif);
	background-repeat: repeat-x;
	text-align: center;
	overflow-y:scroll;
}


#wrapper{
	margin: 0 auto;
	text-align:left;
	width: 970px;
}

#nav{
	width:200px;
	float:left;
}

#logo{
	width: 200px;
	height: 100px;
	}
	
#menu{
	width: 200px;
}

#menu ul li{
	text-decoration: none;
	list-style-type: none;
	height: 40px;
	left: -30px;
	position: relative;
	background-image: url(../images/navbckgrnd.jpg);
	background-repeat: no-repeat;
}

#menu ul li a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #225576;
	font-weight: bold;
	text-decoration: none;
	position: relative;
	top: 8px;
	left: 10px;
}

#menu ul li a:visited{
	color: #225576;
	text-decoration: none;
}

#menu ul li a:hover{
	color: #aec90f;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}

#contentwell{
	width: 750px;
	background-color: #FFF;
	margin-top: -10px;
	margin-left:200px;
}

#topbar{
	background-image: url(../images/topbar.jpg);
	background-repeat: repeat-x;
	width: 735px;
	height: 11px;
}

#pagetitle{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 35pt;
	line-height: 55pt;
	color: #aec90f;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #d2e1e8;

	}
	
#homepagetitle{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 35pt;
	line-height: 55pt;
	color: #aec90f;
	width: 450px;
	float:left;
		}	

#maincontent{
	margin-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 12pt;
	color: #000;
	background-color: #FFF;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	}

#maincontenthome{
	margin-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	line-height: 12pt;
	color: #000;
	background-color: #FFF;
	padding-left: 15px;
	padding-right: 15px;
	text-align: center;
}



#maincontent a{
	color: #0683C6;
	text-decoration: none;
	}
	
#maincontent a:visited{
	color: #0683C6;
	text-decoration: none;
	}	

#maincontent a:hover{
	color: #0683C6;
	text-decoration: underline;
	}
	
#subhead{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-weight: bold;
	color: #0683C5;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666;
	line-height: 16pt;
	padding-top: 10px;
	padding-bottom: 10px;
}

#footer{
	background-image: url(../images/reflection.png);
	background-repeat: repeat-x;
	height: 80px;
	margin-left: 200px;
	margin-top: 5px;
	width: 750px;
	text-align: center;
	clear: both;
}


#footer a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	color: #0582C5;
	text-decoration: none;
	line-height: 20pt;
}

#footer a:visited{
	color: #0582C5;
	text-decoration: none;
}

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




#copyright{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 7pt;
	color: #000;
	text-decoration: none;
	padding-top: 4px;
	}
	
#homepagetext{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #000;
	line-height: 15px;
	width: 300px;
	margin-left: -25px;
	float: left;
	text-align: center;
}

#homepagetext ul li{
	padding-bottom: 15px;
}

#news{
	background-color: #f4f3f1;
	height: 100%;
	width: 250px;
	position: relative;
	float: right;
	margin-right: -15px;
	padding-bottom: 10px;
	
}

#newshdr{
	background-image: url(../images/inthenews.jpg);
	background-repeat: no-repeat;
	height: 40px;
	text-align: right;
	padding-right: 5px;
}

#newshdr a{
font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #AEC90F;
	text-decoration: none;
	}
	
#newshdr a:visited{
	text-decoration: none;
	}	
#newshdr a:hover{
	text-decoration: underline;
	}
	
#story{
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #006fb8;
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: left;
}

#newsheadline{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	font-weight: bold;
	color: #006fb8;
	padding-left: 5px;
	padding-right: 5px;
}

#newsheadline a{
	color: #006fb8;
	text-decoration: none;	
}

#newsheadline a:visited{
	color: #006fb8;
	text-decoration: none;	
}

#newsheadline a:hover{
	color: #006fb8;
	text-decoration: underline;
	text-align: left;
}

#newscopy{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #000;
	padding-left: 5px;
	padding-right: 5px;	}
	
#newscopy a{
	color: #006fb8;
	text-decoration: none;	
}	

#newscopy a:visited{
	color: #006fb8;
	text-decoration: none;	
}
#newscopy a:hover{
	color: #006fb8;
	text-decoration: underline;	
}	

#bannerhdr{
	clear: both;
	background-image: url(../images/homebarbckgrnd.jpg);
	background-repeat: repeat-x;
	width: 740px;
	height: 29px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #385a88;
	padding-top: 10px;
	padding-left: 10px;
	margin-left:-15px;
}

#careerbanner{
	background-image: url(../images/careersbanner.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 151px;
	width: 247px;
}

#allybanner{
	background-image: url(../images/allybanner.jpg);
	background-repeat: no-repeat;
	height: 151px;
	width: 257px;
	float: left;
}

#contactbanner{
	background-image: url(../images/contactbanner.jpg);
	background-repeat: no-repeat;
	height: 151px;
	width: 246px;
	float: left;
}
#banners{
	height: 151px;
	width: 750px;
	margin-left:-16px;
}

#bannertitle{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16pt;
	color: #3d738d;
	padding-top: 15px;
	padding-bottom: 10px;
	padding-left: 15px;
	text-align: left;
}

#bannercopy{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #3d738d;
	padding-left: 25px;
	padding-right: 25px;
	line-height: 14pt;
	padding-bottom: 10px;
	text-align: left;
}

#bannercopycareer{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11pt;
	color: #3d738d;
	padding-left: 25px;
	padding-right: 10px;
	line-height: 14pt;
	padding-bottom: 10px;

}

#bannercontact a{
	color: #006fb8;
	text-decoration: none;
	font-weight: bold;
}

#bannercontact a:visited{
	color: #006fb8;
	text-decoration: none;
	font-weight: bold;
}

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

#bannercontact{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #3d738d;
	padding-left: 25px;
	padding-right: 25px;
	line-height: 13pt;
	padding-bottom: 14px;
	text-align: left;
	}

#banner a{
	color: #006fb8;
	font-size: 11pt;
	text-decoration: none;
	font-weight: bold;
	margin-left: 15px;
}

#banner a:visited{
	color: #006fb8;
	text-decoration: none;
	font-weight: bold;
}

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

.photo{
	padding: 5px;
	border: 1px solid #0484C8;
}

.biotitle{
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #006fb8;
	font-size: 8pt;
}

.newsreleasetitle{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	font-weight: bold;
	color: #006fb8;
	line-height: 24px;
}
.newsreleasedate{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #006fb8;
	font-style: italic;
	}
.newsreleasesubtitle{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #006fb8;
	line-height: 18px;
	font-style: italic;
	}	
	
#newsreleaselink ul li{
	list-style-image: url(../images/bullet.jpg);
}	

#contactfooter{
	background-image: url(../images/girlonphone.jpg);
	background-repeat: no-repeat;
	height: 384px;
	width: 400px;
	float: right;
	margin-top: -1px;
}

#bannercopycareer a:link{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #3d738d;
	line-height: 8.5pt;
	text-align:center;
	text-decoration:none;
}

#bannercopycareer a:visited{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #3d738d;
	line-height: 8.5pt;
	text-align:center;
	text-decoration:none;
}

#bannercopycareer a:hover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 8pt;
	color: #3d738d;
	line-height: 8.5pt;
	text-align:center;
	text-decoration:none;
}

#menu ul ul li{
	text-decoration: none;
	list-style-type: none;
	left:-50px;
	top:-5px;
	height:20px;
	position: relative;
	background-image: none;
}

#menu ul ul li a{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #225576;
	font-weight: bold;
	text-decoration: none;
	position: relative;
	line-height:10pt;
	
}

#menu ul ul li a:visited{
	color: #225576;
	text-decoration: none;
}

#menu ul ul li a:hover{
	color: #aec90f;
	text-decoration: none;
}


.menuover{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	color: #aec90f;
	font-weight: bold;
	text-decoration: none;
	height:15px;
	position: relative;
	background-image: url(../images/navbckgrnd2.jpg);
	background-repeat: no-repeat;
}

.bannertitle{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 35px;
	font-weight: bold;
	color: #006fb8;
	line-height: 40px;
}
