﻿
/************************************/
/*          Template                */
/************************************/

body 
{   
	margin: 0px;
	padding: 0px;		
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	background-color: #AFAFAF;	
		
	font-size: 0px;
		
	height: 95%;
}

#divMain 
{	
	width: 775px;	
	margin: 0px auto;	
	height: 630px;		
}

#divSecondaryMain
{
  	width: 690px;	
	margin: 0px auto;
	margin-top: 60px;
}

#divFooter
{
	width: 775px;	
	margin: 0px auto;
	font-size: 12px;
	margin-top: 4px;
	color: White;	
	padding-bottom: 12px;
}

#divFooter a:link
{
	color: White;
	font-family: Century Gothic;
	font-size: 8pt;	
	text-decoration: none;
	font-weight: bold;
}

#divFooter a:visited
{
	color: White;
	font-family: Century Gothic;
	font-size: 8pt;	
	text-decoration: none;
	font-weight: bold;
}

#divFooter a:active
{
	color: White;
	font-family: Century Gothic;
	font-size: 8pt;	
	text-decoration: none;
	font-weight: bold;
}

#divFooter a:hover
{
	color: White;
	font-family: Century Gothic;
	font-size: 8pt;
	text-decoration: underline;
	font-weight: bold;
}

#divSecondaryContentBody
{
    width: 678px;
    /*height: 400px;*/
    background-color: #efefef;
    border: solid 6px White;   
    border-top: none;
    margin-top: 0px;
}

#divSecondaryContent
{
    width: 638px;
    padding: 20px;
}

h3
{
    font-size: 18px;
    display: inline;
}

p
{
    font-size: 12px;
    line-height: 20px;    
}

.clearBoth
{
	clear: both;
}

.statesListing
{
    float: left;
    width: 100;
    font-size: 10px;
    line-height: 25px;
    padding-top: 5px;
}

.statesListingTop
{
    float: left;
    width: 100;
    font-size: 10px;
    line-height: 25px;    
    height: 370px;
}
/*
#statesListing a:link
{
	color: Black;
	font-family: Century Gothic;
	font-size: 10pt;	
	text-decoration: none;
	font-weight: bold;
}

#statesListing a:visited
{
	color: Black;
	font-family: Century Gothic;
	font-size: 10pt;	
	text-decoration: none;
	font-weight: bold;
}

#statesListing a:active
{
	color: Black;
	font-family: Century Gothic;
	font-size: 10pt;	
	text-decoration: none;
	font-weight: bold;
}

#statesListing a:hover
{
	color: Black;
	font-family: Century Gothic;
	font-size: 10pt;
	text-decoration: underline;
	font-weight: bold;
}

#statesListingTop a:link
{
	color: Black;
	font-family: Century Gothic;
	font-size: 10pt;	
	text-decoration: none;
	font-weight: bold;
}

#statesListingTop a:visited
{
	color: Black;
	font-family: Century Gothic;
	font-size: 10pt;	
	text-decoration: none;
	font-weight: bold;
}

#statesListingTop a:active
{
	color: Black;
	font-family: Century Gothic;
	font-size: 10pt;	
	text-decoration: none;
	font-weight: bold;
}

#statesListingTop a:hover
{
	color: Black;
	font-family: Century Gothic;
	font-size: 10pt;
	text-decoration: underline;
	font-weight: bold;
}
*/

.divMap
{
    float: left;
    margin-left: 9px;
    width: 400px;  /*529px*/    
    font-size: 10px;   
    line-height: 25px;
    height: 370px;
}

.divMapStates
{
    float: left;
    margin-left: 22px;
    width: 400px;  /*529px*/    
    font-size: 10px;   
    line-height: 25px;
    padding-top: 5px;
}

table
{
    width: 100%;
    /*margin-top: 20px;
    margin-bottom: 40px;*/
}

td
{
    font-size: 12px;
    height: 20px;
}

.location
{
  
}

.phone
{
  
}

.streetAddress
{
  
}

.city
{
    
}

.state
{
   
}

.zip
{
   
}


