@charset "UTF-8";

html, body, #map  { background: #ffffff;
}

  .watermarks {
	opacity: .8;
	font-family:"Adobe Garamond Semibold";
}

html {
    -webkit-text-size-adjust: 100%; /* Prevent font scaling in landscape while allowing user zoom */
}

h1 {font-size: medium;
font-weight:500;
font-style: normal;
letter-spacing: .3px;
color: #ffffff;
line-height:1.2;
}

h2 {font-size: small;
font-weight:200;
font-style: normal;
line-height: 40%;
}

h3 {font-size: small;
font-weight:200;
font-style: normal;
line-height: 50%;
}


#header {
text-align: center;
padding-top: 2px;
z-index: 3;
height: auto;
color: #FFFFFF;
background-color: #6D7272;
width: 100%;
position: fixed;
top: -1px;
text-decoration: none;
margin-top: -1px;
margin-bottom: 0px;
margin-right: auto;
margin-left: auto;
padding-left: 0px;
font-family: sans-serif;
font-style: normal;	
display:inline-block;
}

p {
  margin: -3px;
}

#header .teamname {
display: block;
margin: 0;
padding: 0;
line-height:1.5 ;
font-size: small;
font-weight:200;
font-style: normal;
letter-spacing: .5px;
}

#header .agent-name {
font-size: small;
font-weight:500;
font-style: normal;
letter-spacing: .75px;
line-height: .5;
}

#header .phone-links {
font-size: small;
font-weight:100;
font-style: normal;
letter-spacing: .5px;
line-height: .5;
}

#header .agent-distinctions {font-size: x-small;
font-weight: 100;
}

#header .address {font-size: x-small;
font-weight: 100;
display: inline-block;
line-height: 1.5; /* Reduce this to pull lines closer */
margin-top: 3px;
padding-top: 0;
letter-spacing: .3px;
}



body {
margin-top: -1px;
margin-bottom: 0px;
margin-left: 0px;
margin-right: 0px;
}
#container {
height: 100%;
width: 100%;
position: relative;
margin-top: 25px;
margin-left: auto;
margin-right: auto;
margin-bottom: 60px;
}



a { text-decoration: none !important; }

.link {font-weight:400;	}

/* mouse over link */
a:hover {
font-weight: 500;
	color:#ffaa44;
}

.link:hover { color: #ffaa44; 
} /* CSS link hover (orange) */


.img-responsive {
  margin: 0 auto;
max-width: 100%;
	height: auto;	
}




#left-col {
		width: 50%;
		float: left;
}
#right-col {
		width: 100%;		
}

   
#map {
position: fixed;
top: 0px;
bottom: 0px;
left: 0px;
right: 0px;
padding-top: 100px;
padding-bottom: 0px;
margin-left: auto;
margin-right: auto;
overflow: hidden;
margin-top: 30px;
margin-bottom: 0px;		
}


/* NEW FOOTER SECTION */
#newfooter {
	z-index: 10;
	position: fixed;
	text-align: left;
	height: auto;
	width:auto;	
	font-family: sans-serif;
	text-decoration: none;
	font-size: xx-small;
	font-weight: lighter;
	letter-spacing: .5px;
	margin-left: 15px;
	margin-right: auto;
	bottom: 0;
	padding-bottom: 10px;
}

#newfooter a:hover {color: #ffaa44;
font-weight:700;
}
#newfooter a {color: #ffffff;
}
#newfooter	a:visited {color: #ffffff;
}
#newfooter	a:active {color: #ffffff;
}


/* OLD FOOTER SECTION */
#footer {
	z-index: 10;
	position: fixed;
	text-align: center;
	height: auto;
	width:auto;	
	font-family: sans-serif;
	text-decoration: none;
	font-size: xx-small;
	font-weight: lighter;
	letter-spacing: .5px;
	margin-left: 3px;
	margin-right: auto;
	bottom: 0;
	padding-bottom: 35px;
}

#footer a:hover {color: #ffaa44;
font-weight:700;
}
#footer a {color: #ffffff;
}
#footer	a:visited {color: #ffffff;
}
#footer	a:active {color: #ffffff;
}






/* PHONE  PHONE  PHONE  PHONE  PHONE  PHONE WATERMARKS */
@media (max-width: 414px) {
	
h1 {font-size: medium;
font-weight:500;
font-style: normal;
letter-spacing: .4px;
}

h2 {font-size: small;
font-weight:200;
font-style: normal;
line-height: 40%;
}

h3 {font-size: small;
font-weight:200;
font-style: normal;
line-height: 50%;
}
	
	
	
	
	
  .watermarks {
	opacity: 1;
}	
	
	
	
  .watermarks {
	font-family:"Adobe Garamond Semibold";
	font-style: normal;
	font-weight: 400;
    letter-spacing:normal;
    font-size: x-small;
    color: #FFFFFF;
    line-height: 2em;
    z-index: 2;
    }  
    #watermarksOverlay {
    width: 100%;
    height: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 0;
    z-index: 2;
    }
	
    #watermark1 {
 	display: none;
    width: 10%;
    margin-left: 10%;
	text-align: center; 
    position: fixed;
    top: 20%;
    z-index: 2;
    }  
	
    #watermark2 {
	display: block;
    width: 26%;
    margin-left: 70%;
	text-align: center;
    position: fixed;
    top: 22%;
    z-index: 2;
    }   
	
    #watermark3 {
	display: none;
    width: 26%;
    margin-left: 39%;
	text-align: center;
    position: fixed;
    top: 45%;
    z-index: 2;
    }   
    #watermark4 {
	display: block;
    width: 26%;
    margin-left: 10%;
	text-align: center;
    position: fixed;
    top: 82%;
    z-index: 2;
    } 
	
    #watermark5 {
	display: none;
    width: 26%;
    margin-left: 69%;
	text-align: center;
    position: fixed;
    top: 79%;
    z-index: 2;
    }	
}


/* PHONE  PHONE  PHONE  PHONE  PHONE  PHONE WATERMARKS */
@media ( min-width : 415px ) and (max-width : 1000px ){
	
h1 {
font-size: medium;
font-weight:500;
font-style: normal;
letter-spacing: .4px;
}

h2 {font-size: small;
font-weight:200;
font-style: normal;
line-height: 40%;
}

h3 {font-size: small;
font-weight:200;
font-style: normal;
line-height: 50%;
}

	
  .watermarks {
	font-family:"Adobe Garamond Semibold";
	font-style: normal;
	font-weight: 400;
    letter-spacing:normal;
    font-size: small;
    color: #FFFFFF;
    line-height: 2em;
    z-index: 2;
    }  
    #watermarksOverlay {
    width: 100%;
    height: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 0;
    z-index: 2;
    }
    #watermark1 {
	display: none;
    width: 18%;
    margin-left: 10%;
	text-align: center; 
    position: fixed;
    top: 20%;
    z-index: 2;
    }  
    #watermark2 {
	display: block;
    width: 18%;
    margin-left: 70%;
	text-align: center;
    position: fixed;
    top: 21%;
    z-index: 2;
    }   
    #watermark3 {
	display: none;
    width: 18%;
    margin-left: 42%;
	text-align: center;
    position: fixed;
    top: 45%;
    z-index: 2;
    }   
    #watermark4 {
	display: block;
    width: 18%;
    margin-left: 10%;
	text-align: center;
    position: fixed;
    top: 82%;
    z-index: 2;
    }   
    #watermark5 {
	display: none;
    width: 18%;
    margin-left: 69%;
	text-align: center;
    position: fixed;
    top: 79%;
    z-index: 2;
    }	
}




/* TABLET DESK TOP WATERMARKS */
@media ( min-width : 1001px ) and (max-width : 1500px ){
	
h1 {font-size: medium;
font-weight:500;
font-style:normal;
letter-spacing: .3px;
}

h2 {font-size: small;
font-weight:200;
font-style: normal;
line-height: 40%;
}

h3 {font-size: small;
font-weight:200;
font-style: normal;
line-height: 50%;
}
	
	
  .watermarks {
	font-family:"Adobe Garamond Semibold";
	font-style: normal;
	font-weight: 400;
    letter-spacing:normal;
    font-size: medium;
    color: #FFFFFF;
    line-height: 2em;
    z-index: 2;
    }  
    #watermarksOverlay {
    width: 100%;
    height: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 0;
    z-index: 2;
    }
   #watermark1 {
	display: block;
    width: 10%;
    margin-left: 10%;
	text-align: center; 
    position: fixed;
    top: 20%;
    z-index: 2;
    }  
    #watermark2 {
	display: block;
    width: 10%;
    margin-left: 70%;
	text-align: center;
    position: fixed;
    top: 22%;
    z-index: 2;
    }   
    #watermark3 {
	display: none;
    width: 10%;
    margin-left: 42%;
	text-align: center;
    position: fixed;
    top: 45%;
    z-index: 2;
    }   
    #watermark4 {
	display: block;
    width: 10%;
    margin-left: 10%;
	text-align: center;
    position: fixed;
    top: 82%;
    z-index: 2;
    }   
    #watermark5 {
	display: none;
    width: 10%;
    margin-left: 69%;
	text-align: center;
    position: fixed;
    top: 79%;
    z-index: 2;
    }	
}



/* DESKTOP WATERMARKS */
@media ( min-width : 1501px ) and (max-width : 3000px ){
	
h1 {font-size: medium;
font-weight:500;
font-style:normal;
letter-spacing: .3px;
}

h2 {font-size: small;
font-weight:200;
font-style: normal;
line-height: 40%;
}

h3 {font-size: small;
font-weight:200;
font-style: normal;
line-height: 50%;
}

  .watermarks {
	font-family:"Adobe Garamond Semibold";
	font-style: normal;
	font-weight: 400;
    font-size: medium;
    color: #FFFFFF;
    line-height: 2em;
    z-index: 2;
    }  
    #watermarksOverlay {
    width: 100%;
    height: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 0;
    z-index: 2;
    }
    #watermark1 {
	display: block;
    width: 10%;
    margin-left: 10%;
	text-align: center; 
    position: fixed;
    top: 20%;
    z-index: 2;
    }  
    #watermark2 {
	display: block;
    width: 10%;
    margin-left: 70%;
	text-align: center;
    position: fixed;
    top: 22%;
    z-index: 2;
    }   
    #watermark3 {
	display: none;
    width: 10%;
    margin-left: 42%;
	text-align: center;
    position: fixed;
    top: 45%;
    z-index: 2;
    }   
    #watermark4 {
	display: block;
    width: 10%;
    margin-left: 10%;
	text-align: center;
    position: fixed;
    top: 82%;
    z-index: 2;
    }   
    #watermark5 {
	display: none;
    width: 10%;
    margin-left: 69%;
	text-align: center;
    position: fixed;
    top: 79%;
    z-index: 2;
    }	
}	
	
	
	




