﻿*
{
    margin:0px;
    padding:0px;   
}

p {
margin: 0px;
}

html body
{
    height: 100%;
    margin: 0;
    padding: 0;
}

body {
    line-height: 0;
}

#ContentWrapper  {
    background-color: #FFF;
    font-family: Cambria, Garamond, Times New Roman;
    font-size: 11pt;
    width: 800px;
    margin: -239px auto 0px auto;
    position: relative;
      
}
   
body > #wrap {
height: 100%; 
}

#OutterWrapper 
{
    width: 100%;
    margin: 0px;
        
}

#InnerWrapper 
{
    position: relative;
    width: 90%;
    margin: 10px auto 0px auto;
    height: auto;
    
}

#topspacer 
{
    background-image: url("images/topspacer.jpg");
    background-repeat: repeat-x;
    height: 239px;
    width: 100%;
    z-index: 1;
}

#banner 
{
    z-index: 99;
    width: 800px;
    height: 239px;
    margin: 0px;
}

#navcontainer 
{
    width: 100%;
    height: 51px;
    background-image: url("images/navbg.jpg");
    background-repeat: repeat-x;
}

#navl
{
    background-image: url("images/navlbg.jpg");
    background-repeat: no-repeat;
    height: 51px;
}

#navR 
{
    background-image: url("images/navrbg.jpg");
    background-repeat: no-repeat;
    width: 260px;
    height: 51px;
    float: right;
    margin-top: -51px;
}

#main
{
    padding-bottom: 60px;
}
 
#stmt 
{
    font-size: 11pt;
    font-style: italic;
    width: 90%;
    margin: 0px auto;
    position: relative;
    padding: 15px 0px;
}

/* CLEAR FIX*/
.clearfix:after 
{
    content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix { height: 1%;}
.clearfix {display: block;}


/* Home Page */

h2 
{
    font-size: 14pt;
    color: #1b3561;
}


#IntroWrapper
{
    height: 100%;
    min-height: 220px;
    width: 100%;
    margin: 5px auto;
    
}

#introContent {
font-size: 14pt;
color: #1b3561;
width: 98%;

}

#introContent span {
z-index: 99;
top: 10px;
position: absolute;
width: 62%;
line-height: 1.4em;
}

#home-img {
z-index: 1;
position: relative;
top: -10px;
right: 2px;
float: right;
bottom: 0px;
}

#vertWrapper 
{
    width: 100%;
    border-top: 1px dotted #c4c4c4;
    border-bottom: 1px dotted #c4c4c4;
    margin: 20px auto 0px auto;
    position: relative;
    top: 3px;
    PADDING: 0PX 0PX 10PX 0PX;

}

#lvert 
{
    float: left;
    width: 33%;
    margin: 10px auto 0px auto;
    height: auto;
    min-height: 110px;
}

#mvert 
{
    float: left;
    width: 33%;
    margin: 10px auto 0px auto;
    border-right: 1px dotted #c4c4c4;
    border-left: 1px dotted #c4c4c4;
    height: auto;
    min-height: 110px;    
}

#rvert 
{
    float: right;
    width: 33%;
    margin: 10px auto 0px auto;
    height: auto;        
    min-height: 110px;
}

.vertContent
{
    width: 95%;
    margin: 0px auto;
    padding: 1px;
}

.vContentContainer
{
    width: 90%;
    margin: 8px auto 5px auto;
    height: auto;
    position: relative;
    
}

.leads 
{
    font-size: 24px;
    color: #1b3561;
    position: absolute;
    top: 40px;
    right: 5px;
    margin-top: 20px;
    float: right;
}


#vertAlign 
{
    float: left;
}


/* Locator Page */

#zipSearch 
{
margin: 10px;
width: 95%;
border-top: 1px dotted #c4c4c4;
position: relative;

}

#proLocator
{
    margin: 10px;
    width: 95%;
    position: relative;
    
}


.lpanel, .rpanel 
{
    margin-top: 10px;
}


.lpanel 
{
    float:left;
    width: 40%;
    margin-bottom: 10px;
}

.rpanel 
{
    float:right;
    width: 55%;
    margin-bottom: 10px;
}


#resultSet 
{
    margin: 20px 0px;
}


/* content line height */

#resultSet, #mapContent, 
.pg-content, #menu, 
#stmt, #introContent,
#vertWrapper {
line-height: 1.2em;
}


#mapContent 
{
    margin: 30px 35px 0px 20px; 
    width: 40%;
    padding: 5px;
    float: left;
    z-index: 99;
    
}

.map 
{
    float: right;
    margin: -180px 5px 20px 5px;
    
}

.map img
{
    border: none;
} 


/* STYLES */

h3 
{
    font-size: 16pt;
    color: #1b3561;
    margin: 20px 0px;
}

.pg-content 
{
    margin: 40px 20px 0px 30px;
}

a 
{
    color: #256ab5;
    text-decoration: none;
}

a:hover
{
    color: #4e4e4e;
    text-decoration: none;
}

ul {
margin-left: 35px;

}

/* MAIN MENU */

#menuContainer 
{
    position: relative;
    top: 10px;
    left: 20px;
    width: 70%;
}

#menu
{
    top: 20px;
	margin: 20px 0px;
	padding: 0px;
	height: 20px;
	list-style: none;
	display: inline;
}

#menu li {
	margin: 0px 15px 0px 15px; 
	padding: 0;
    list-style: none;
	display: inline;
	font-size: 12pt;
	font-weight: bold;
}

#menu li a 
{
    color: #256ab5;
    text-decoration: none;
}

#menu li a:hover 
{
    color: #4e4e4e;
    text-decoration: none;
}

/* FOOTER */

#footer 
{
    position: absolute;
	height: auto;
	min-height: 90px;
	width: 100%;
	clear: both;
	background-color: #17305b;
	border: 1px solid #17305b;
}

#footer-main
{
    margin: 0px auto;
    width: 800px;
    z-index: 99;
}

#footerContent {
position: relative;
padding-top: 10px;
}

#footerContent, 
#footerContent a,
#footerContent a:hover 
{
    z-index: 99;
    width: 85%;
    margin: 0px auto;
    font-size: 8pt;
    color: #FFF;
    font-weight: bold;
    text-align: center;
    line-height: 12px;
}

#footerContent a {
text-decoration: underline;
}

#footerContent a:hover {
text-decoration: none;
}

#copy 
{
    display: block;
    margin: 10px auto;
    font-weight: normal;
}

/* ZIP SEARCH FORMATTING */
