/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*****************************
 * BEGIN EDITING HERE
 *************************** */

/************ Overall Page Information ************/
html {
	/*display: inline; this cannot be set as it messes with the device width calc */
	height: 100%;
	width: 100%;
	overflow-x: hidden;
}
body {
	/*display: inline; this cannot be set as it messes with the device width calc */
	height: 100%;
	width: 100%;
	font-family: 'Arial', sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 1.5;
}
#wrapper {
	width: 100%;
	margin: 0 auto;
	padding: 0;
}
#content {
	width: 98%;
	padding: 1%;
	margin: 0 auto;
	display: block;
	padding-bottom: 35px;
}
#contentHome {
	width: 100%;
	margin: 0 auto;
	display: block;
	padding-bottom: 35px;
}
.clear {clear: both;}
img { max-width: 100%; }

/************** Navigation ***************/
#nav{
	width: 825px;
	float:left;
	margin-top: 25px;
}
.toggleMenu {
	display:none;
}
#phone-buttons {
	display: none;
}
#phoneTop{
	display: none;
}
#searchpage  {     
                float: none;
                margin: 0 auto !important;
}
/********************************** Header *****************************/
#header{
	background-color: #ebebeb;
	line-height:1.3;
	width: 100%;
	min-width: 1300px;
}
#headerLeft{
	width: 475px;
	float:left;
	line-height:1;
}
#logo{
	width: 100%;
}
#dlrAddress{
	width: 99%;
	font-family:  'Calibri', sans-serif;
	text-transform:uppercase;
	font-weight:bold;
	font-size: 13px;
	float:left;
	margin-top: -13px;
	padding-bottom: 10px;
	padding-left: 1%;
}
#dlrAddress a{
	text-decoration: none;
	color: black;
}
#dlrAddress a:hover{
	color: #04376f;
}
#google_translate_element{
	float: left;
	margin-left:0px;
padding-top: 5px;
}
#socialLinks{
	padding-top: 5px;
	float:left;
}
#socialLinks img{
	padding-left: 5px;
}
.copyright {
	float:left;
	padding-left: 5px;
	font-family:  'Calibri', sans-serif;
	font-size: 14px;
	text-transform:uppercase;
	padding-top: 6px;
}
.copyright a{
	color: black;
	text-decoration:none;
}
.specialBtns{
	padding-top: 5px;
	float:left;
}
.specialBtns img{
	padding-left: 5px;
}
/******************************** Footer **************************/
#footer {
	border-top: 2px solid white;
	position: fixed;
        bottom: 0;
        width: 100%;
	height: 35px;
	z-index:999;
        text-align: center;
}
#google_translate_element{
	float: left;
	margin-left:0px;
    padding-top: 5px;
}
#socialLinks{
	padding-top: 5px;
	float:left;
}
#socialLinks img{
	padding-left: 5px;
}
.copyright {
	float:left;
	padding-left: 5px;
	font-family:  'Calibri', sans-serif;
	font-size: 14px;
	text-transform:uppercase;
	padding-top: 6px;
}
.copyright a{
	color: black;
	text-decoration:none;
}
.specialBtns{
	padding-top: 5px;
	float:left;
}
.specialBtns img{
	padding-left: 5px;
}
/************** General Page Info *********************/
.pageHeader{
	width: 96%;
	padding:1% 2%;
}
.pageHeader h1{
	font-family: 'Arial', sans-serif;
	color: #225e9a;
	font-weight:700;
	font-size: 18px;
}
.fullPage {
	width: 96%;
	padding:1% 2%;
}
/************** Page with left Side Buttons & Info ***************/
.formLeft{
	float:left;
	padding-left: 2%;
	width: 70%;
}
.formLeft h3 {
	color: #225e9a;
	font-size: 14px;
}
.formLeft a{
	color: #225e9a;
	font-weight: bold;
	text-decoration:none;
}
.formLeft a:hover{
	color: #5fa3dc;
}
.infoRight{
	float:right;
	padding-right: 2%;
	width: 24%;
}

/************** Styles For Form Pages left and right ***************/
.formBtn {
  -webkit-border-radius: 2;
  -moz-border-radius: 2;
  border-radius: 2px;
  font-family: 'Arial', sans-serif;
  color: #ffffff;
  font-size: 16px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 5%;
  background: #225e9a;
  text-decoration: none;
  width: 95%;
  margin-bottom: 5px;
}
.formButtons{
	margin: 20px 0px;
}
.formBtn:hover {
  background: #5fa3dc;
  text-decoration: none;
}
.formButtons a{
	color:white;
	text-decoration:none;
}
.formHours{
	font-family: 'Arial', sans-serif;
}
.formHours h2{
	 font-family: 'Arial', sans-serif;
	 color: #225e9a;
	 font-weight:700;
	 font-size: 18px;
}
hr{
	padding:0 0;
	margin: 0 0 5px 0;
	border: 0;
    height: 2px;
	background-color: #225e9a;
}
.formMap{ margin-bottom: 20px;}