@CHARSET "ISO-8859-1";

body, div, h1, h2, p, form, label, input, textarea, img, span, ul 
{
	margin:0;
	padding:0;
	background-color: #ffffff;
}


img {
	display:block;
}

a img {
	border:none;
	padding: 0px;
	margin: 0px;
}

a
{
	color: #4D89BD;
    font-family: Helvetica;
    font-size: 9pt;
    font-weight: 400;
    line-height: 150%;
    text-decoration: none;
}

a:hover
{
	color: #b8d0e3;
}

ul
{
	list-style-type:none;
}

#PageDiv
{
	background-color: #dee7e9;
	
}

.shadow {
	-moz-box-shadow: 3px 3px 4px #000;
	-webkit-box-shadow: 3px 3px 4px #000;
	box-shadow: 3px 3px 4px #000;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
}

#CoLogoDiv
{
	padding-top: 15px;
	float: left;	
}

#SocialDiv
{
	float: right;
	padding-top: 10px;
	padding-right: 20px;
}

#SocialDiv img
{
	display: inline;
}

#MainDiv
{
	width: 1000px;
	margin: 0px auto;
	padding: 0px 10px 0px 30px;
	-moz-box-shadow: 0px 0px 8px #CBD2D8;
	-webkit-box-shadow: 0px 0px 8px #CBD2D8;
	box-shadow: 0px 0px 8px #CBD2D8;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=4, Direction=135, Color='#000000');
}

#MenuDiv
{
	padding: 15px 0px;	
}

#MenuDiv li
{
	float: left;	
	padding: 7px 0px;	
	//width: 115px;
}

#l1
{
	width: 152px;
}
#l2
{
	width: 115px;
}
#l3
{
	width: 120px;
}
#l4
{
	width: 180px;
}
#l5
{
	width: 115px;
}
#l6
{
	width: 116px;
}
#l7
{
	width: 100px;
}
#l8
{
	width: 10px;
}

#HeaderImageDiv
{
	float: left;	
	padding: 0px 10px 0px 0px;
}

#HighliteImageDiv
{
	float: left;	
}



#ImageMenuDiv
{
	padding: 10px 0px;	
}

#ImageMenuDiv li
{
	float: left;	
	padding-right: 10px;	
}

#lastListItem
{
	padding-right: 0px !important;
}

.MainWidthDiv
{
	clear: both;	
}
	
#FooterDiv
{
	margin: 0px auto;
	text-align: center;
	padding: 100px 30px 50px 0px;
}

#FooterTextDiv p
{
	color: #363636;
    font-family: Helvetica;
    font-size: 8pt;
    text-decoration: none;  
    
}

#FooterNav a 
{
	color: #005288;
    font-family: Helvetica;
    font-size: 10pt;
    text-decoration: none;  
  
}
#FooterNav a:HOVER
{
    color: #b8d0e3;
    text-decoration: none;    
}

#FooterNav li 
{
    display: inline-block;
    padding: 0 .25em 0 0;

    color: #005288;
    font-family: Helvetica;
    font-size: 10pt;
    text-decoration: none;  
}

#FooterNav li:after 
{
content: " | ";
color: #005288;
display: inline-block;
font-size: 100%;
margin: 0 0 0 .5em;
}

#FooterNav li:last-child:after { content: " "; }  /* remove the pipe from the last list item */




#ImageNavList li 
{
    padding-bottom: 2px;
}

#ImageNavList li:last-child 
{
    padding-bottom: 0px; 
}


#ContentDiv
{
    padding-top: 10px;	
}

.BigPhone
{
    color: #005288;
    font-family: Helvetica;
    font-size: 17pt;
    font-weight: 900;
}

.PageTitle
{
    color: #005288;
    font-family: Georgia;
    font-size: 19pt;
    font-style: italic;
}

.StaffNameTitle
{
    color: #005288;
    font-family: Georgia;
    font-size: 15pt;
    font-style: italic;
}

.PageSubTitle
{
    color: #464646;
    font-family: Helvetica;
    font-size: 10pt;
    font-weight: 900;
}

.NewsTitle
{
    color: #005288;
    font-family: Georgia;
    font-size: 14pt;
    font-weight: 100;
    font-style: italic;	
}

.NewsSubTitle
{
    color: #005288;
    font-family: Helvetica;
    font-size: 10pt;
    font-weight: 900; 
}


.Time
{
    color: #a71e22;
    font-family: Helvetica;
    font-size: 10pt;
    font-weight: 400;
}

p
{
    color: #464646;
    font-family: Helvetica;
    font-size: 9pt;
    font-weight: 400;
    line-height: 150%;
}

.PageContent a
{	
    color: #464646;
    font-family: Helvetica;
    font-size: 9pt;
    font-weight: 400;
    line-height: 150%;	
}

.PageContent a:hover
{	
    text-decoration: underline; 	
}

.CenterColDiv
{
    float: left;
    width: 560px;
}