﻿body  {
	font-family : Arial, Helvetica,  Geneva, sans-serif;
	font-style : normal;
	font-weight : normal;
	font-size : 9pt;
	/*color: #113388; */
	color: Navy;

}



#MainContainer
{
	width:790px;
	min-height:600px;
	margin-left:auto;
	margin-right:auto;
	border: solid 1px white;	
}

#ResultsGrid
{
	font-weight:bold;	
}

#HeaderContainer
{
	width: 100%;
}

#LogoContainer
{
	width: 100%;	
}
            
#HeaderNavContainer
{
	width: 100%;	
	padding-left: 10px; padding-right: 10px; padding-top: 2px; font-weight: bold;  font-size: 13px;
}

#HeaderNavContainer A
{
	color: #113388; text-decoration: none; 
}

#HeaderNavContainer	A:hover 
{
	color: #113388; text-decoration: underline;
}
	
#HeaderNavLeftPart
{
	position:relative;
	float:left;
}

#HeaderNavBackground
{
	background-image :  url(../images/nav_background.gif);
	float:left;
	width:95%;
}

.HeaderNavItem
{
	margin-right: 10px;
	float: left;
	padding-top:10px;
}
.HeaderNavDivider
{
	margin-right:10px;
	float:left;
}
#HeaderNavRightPart
{
	background-image :  url(../images/nav_background.gif);
	text-align:right;	
}

#content
{
	/*border: solid 1px black;*/
	width: 700px;
	margin-left:auto;
	margin-right:auto;
	margin-top: 20px;
}

#content a
{
	color:Blue;
	font-weight: bold;	
}

#LocatorInstructions
{
	width:600px;
	font-weight:bold;
	margin-left:auto;
	margin-right:auto;
}

#divSearchForm
{
	width:580px;
	margin-left:auto;
	margin-right:auto;
	font-weight:bold;
}

#divSearchBar
{
	width:100%;	
	border: solid 1px white;
}

#divSearchResults
{
	width:650px;
	text-decoration:none;
	border: solid 1px white;		
	margin-left:auto;
	margin-right:auto;
}

a
{
	color: #113388; text-decoration: none; 	
}



#map
{
	border: solid 2px navy;	
}

#FooterContainer
{
	width:80%;
	
	font-size:10px;
	font-weight:bold;
    background:url(../images/dottedFooterLine.gif) left 5px repeat-x;
	padding: 10px 0 0 0;
	margin-left:50px;	
	margin-top: 10px;
}

#FooterCopyright
{
	float:left;	
	margin-left: 20px;
	margin-right: 80px;	
}

/*MainContentContainer
            content
                
FooterContainer
            FooterCopyright
            FooterLegalNotice*/

