@charset "UTF-8";
/* CSS Document */
body, html{
  	margin: 0px;
	padding: 0px;
	font-family:Arial, Helvetica, sans-serif;
  }
  p,a,h1,h2,h3,h4,h5,h6{
  	margin: 0px;
	padding: 0px;
  }
  p{
  	font-size: 12px;
  }
  a{
  	text-decoration: none;
  }
  a:hover{
  	text-decoration: underline;
  }
  a:focus{
  	outline: none;
  }
  h1{
  	color: #0e3769;
	font-size: 21px;
	text-transform: uppercase;
	font-weight: bold;
  }
  h2{
  	color:#0e3769;
	font-size: 12px;
	text-transform: uppercase;
  }
  .bold{
  	font-weight: bold
  }
  #wrapper{
  	width: 700px;
	margin: 0px auto;
  }
  #content{
  	width: 696px;
	padding: 2px;
	background:url(../images/contentBG.jpg) no-repeat;
  }
  #title{
  	padding: 5px 0px 0px 40px;
	margin: 0px 0px 0px 10px;
	background:url(../images/title_bg.png) no-repeat 0px 4px;
  }
  #left{
  	float: left;
	width: 185px;
	text-align: center;
	margin: 10px 0px 0px 0px;
  }
  #hours{
  	background: #dce2ed;
	padding: 10px;
	text-align:left;
	margin: 10px;
  }
  #hours p{
  	font-size: 11px;
	color: #0e3769;
  }
  #form{
  	margin: 10px;
  }
  .formField{
  	padding: 12px 0px;
  }
  .formField p{
  	color: #000000;
	font-size: 12px;
  }
  input.phone{
  	width: 30px;
  }
  .phoneDisc{
  	float: right;
	width: 200px;
	margin: 0px 90px 0px 0px;
  }
  *html .phoneDisc{
  	margin: 0px 45px 0px 0px;
  }
  p.optional, .phoneDisc p{
  	font-size: 9px;
  }
  .phoneDisc a{
  	color: #000000;
	text-decoration: underline;
  }
  #footer{
  	text-align: center;
	margin: 10px 0px 0px 0px;
  }
  #footer a{
  	color: #538cad;
	font-size: 14px;
	text-transform:uppercase;
  }
  #submit{
  	text-align: center;
  }	
  .lgPhone{
  	display: block;
	text-align: center;
	color:#0d3768;
	font-size:22px;
  }


