html {
	overflow-y: scroll;
	height: 100%;
}

body {
    font-family: Verdana, Arial, Helvetica, sans-serif;  
    font-size: 14px;
    color: #000;
	background-color: #FFF;
	background-image: url(../images/background29.jpg);
	background-attachment: fixed;
    margin: 0;
    padding: 0;
	height: 100%;
}

a {
   outline: 0;
}

a:link,
a:active,
a:visited {
	color: #000;
	text-decoration: none;
}

a:hover {
	color: #345769;
}

a[href^=tel] {
	color: inherit;
	text-decoration: none;
}

.blueText {
	color: #1F3442;
}

.borderRidge {
	border: 2px ridge #FFF;
}

#contactInfo {
	float: left;
	margin-left: 30px;
	margin-right: 40px;
}

#contactInfo a:link,
#contactInfo a:active,
#contactInfo a:visited,
#hoursInfo a:link,
#hourstInfo a:active,
#hoursInfo a:visited {
	color: #1F3442;
	text-decoration: underline;
}

#contactInfo a:hover,
#hoursInfo a:hover {
	color: #345769;
	text-decoration: none;
}

#contactInfo h4,
#hoursInfo h4 {
	margin: 0 0 4px 0;
}

#contactInfo table,
#hoursInfo table {
	border-collapse: collapse;
	padding: 0;
	margin: 0;
}

#contactInfo td,
#hoursInfo td {
	padding: 0;
}

#container {
/*	border: 1px solid #8D8D8D;*/
/*	border-radius: 10px;*/
	background-color: #FFF;
	padding: 10px 30px 20px 30px;
}

.cMethod {
	position: absolute;
	top: -1000px;
}

.dropShadow {
	-moz-box-shadow: 2px 2px 6px #333;
	-webkit-box-shadow: 2px 2px 6px #333;
	box-shadow: 2px 2px 6px #333;
}

#eccs {
	font-size: 12px;
	font-weight: normal;
}

#footer {
	position: absolute;
	width: 100%;
	height: 60px;
	text-align: center;
	color: #FFF;
	font-weight: bold;
	background-color: #345769;
	background: -webkit-linear-gradient(#345769, #1F3442);
	background: -o-linear-gradient(#345769, #1F3442);
	background: -moz-linear-gradient(#345769, #1F3442);
	background: linear-gradient(#345769, #1F3442);
	border-top: 2px ridge #FFF;
	z-index: 10;
}

#footer a:link,
#footer a:active,
#footer a:visited {
	color: #FFF;
}

#footer a:hover {
	color: #000;
}

#footer div {
	 padding-top: 11px;
}

#footerLogos {
	clear: right;
	margin-top: 30px;
	margin-bottom: 8px;
}

#footerLogos a {
	margin-left: 70px;	
}

#googleMaps {
	float: right;
	margin-top: 20px;	
}

.groupPics {
	margin: 24px 0 4px 0;
	text-align: center;
}
.groupPics img {
	border: 2px ridge #FFF;
}

.groupPics img:nth-of-type(n+2) {
	margin-left: -9px;
}

h1,
h3 {
	margin: 0 0 10px 0;	
}

h2 {
	color: #1F3442;
	font-size: 20px;
	margin: 0 0 20px 0;
	text-align: center;
}

#hamburger {
	font-size: 24px;
	padding-top: 3px;
	text-align: center;
}

#header {
	position: absolute;
	width: 100%;
	height: 166px;
	background-color: #1F3442;
	background: -webkit-linear-gradient(#345769, #1F3442);
	background: -o-linear-gradient(#345769, #1F3442);
	background: -moz-linear-gradient(#345769, #1F3442);
	background: linear-gradient(#345769, #1F3442);
	background-repeat: repeat-x;
	border-bottom: 2px ridge #FFF;
	z-index: 10;
}

#headerContent {
	height: 164px;
}

#headerContent img {
	position: relative;
	z-index: 20;	
}

#headerContent img:nth-of-type(1) {
	float: left;
}

#headerContent img:nth-of-type(2) {
	float: right;
}

#hoursInfo {
	float: left;
}

hr {
	margin: 2px 0 0 0;
}

img {
    border: 0;
}

.imgBorder {
	border: 2px ridge #FFF;
}

#initials {
	position: absolute;
	font-family: 'Times New Roman', Times, serif;
	font-size: 34px;
	font-weight: bold;
	color: #FFF;
	-moz-text-shadow: 2px 0 2px #333;
	-webkittext-shadow: 2px 0 2px #333;
	text-shadow: 2px 0 2px #333;
}

#initials div:nth-of-type(1) {
	position: absolute;
	top: 20px;
	left: 31px;
	z-index: 102; 
}

#initials div:nth-of-type(2) {
	position: absolute;
	z-index: 101;
	top: 42px;
	left: 31px;
}

#initials div:nth-of-type(3) {
	position: absolute;
	top: 64px;
	left: 50px;
	z-index: 100;
}

#lawInfo {
	padding-top: 11px;
	margin-left: 102px;
	margin-right: 20px;
	font-family: "Times New Roman", Times, serif;
	letter-spacing: .5px;
}

#lawInfo span:nth-of-type(1) {
	font-size: 20px;
	line-height: 28px;
	color: #345769;
	font-weight: bold;
}

#lawInfo span:nth-of-type(2) {
	font-size: 30px;
	letter-spacing: 1px;
/*	padding-left: 15px;*/
}

#lawInfo span:nth-of-type(3) {
	font-size: 16px;
	font-weight: bold;
}

#lawInfo span:nth-of-type(4) {
	 font-size: 19px;
	 line-height: 26px;	 
	 color: #345769;
	 font-weight: bold;
	 display: block;
	 text-align: right;
	 margin-top: 1px;
}

#lawLogo {
	position: relative;
	top: 20px;
	width: 380px;
	height: 122px;
	background-color: #FFF;
	z-index: 20;
	margin: 0 auto;
}

#lawLogo img {
	margin: 18px 0 0 6px;
}

#mailForm {
	clear: right;
/*	margin-bottom: 10px;*/
}

#mailForm div {
	background-color: #FFF;	
	border-top: 2px ridge #FFF;
	margin-top: 20px;
	padding:0 30px 10px 30px;
}

#mailForm .errorMsg {
	 border: none;
	 padding: 0;
	 margin: 0;
	 color: red;
	 font-size: 12px;
	 font-weight: bold;
}

#mailForm h5 {
	margin: 10px 0 4px 0;	
}

#mailForm input,
#mailForm select,
#mailForm textarea {
	background-color: #F3F3F3;
}

#mailForm textarea {
	width: 100%;
    resize: none;
}
	
#mailForm input[type=submit] {
    -webkit-border-radius: 0px;
	-webkit-appearance: none;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	padding: 4px 10px;
}

#mailForm input[type=submit]:hover {
	color: #FFF;
	background-color: #345769;
}

#main {
	margin: 0;
	padding: 19px 30px 40px 30px;
	background-color: #F3F3F3;
/*	background: -webkit-linear-gradient(#F3F3F3, #FFF);
	background: -o-linear-gradient(#F3F3F3, #FFF);
	background: -moz-linear-gradient(#F3F3F3, #FFF);
	background: linear-gradient(#F3F3F3, #FFF);*/
	border-left: 8px solid #FFF;
	border-right: 8px solid #FFF;
	text-align: justify;
}

#menu {
	font-size: 16px;
	font-weight: bold;
	margin: 4px auto 0 auto;
	padding: 0 30px;
}

#menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
	text-align: center;
	
}

#menu ul li {
	display: block;
	position: relative;
	float: left;
	width: 15%;
}

#menu ul li:nth-of-type(4) {
	width: 22%;
}

#menu ul li:nth-of-type(5) {
	width: 18%;
}

#menu li ul {
	display: none;
	margin: 0;
}

#menu li ul li {
	width: 100% !important;
}

#menu li a {
	display: block;
	background-color: #345769;
	height: 38px;
	line-height: 38px;
	text-decoration: none;
    white-space: nowrap;
	color: #FFF;
}

#menu li a:hover {
	color: #345769;
	background-color: #FFF;
}

#menu li:hover ul {
	display: block;
	position: absolute;
}

#menuContent {
	margin: 0;
	height: 38px;
	background-color: #345769;
	border-bottom: 8px solid #FFF;
}

#mobileMenu {
	display: none;
}

#mobileMenuContent {
	display: none;
	width: 100%;
}

#mobileMenu ul {
	list-style: none;
	padding: 0;
	margin: 0;
	text-align: center;
}

#mobileMenu ul li {
	display: block;
	position: relative;
}

#mobileMenu li a {
	display: block;
	background-color: #345769;
	height: 38px;
	line-height: 38px;
	text-decoration: none;
	font-weight: bold;
    white-space: nowrap;
	color: #FFF;
}

#mobileMenu li a:hover {
	color: #345769;
	background-color: #FFF;
}

p::first-letter {
	font-size: 18px;
}

#personalInjury {
	overflow: hidden;
}

#personalInjury ul {
	float: left;
}

#personalInjury ul:nth-of-type(1) {
	margin-left: 0;
}

#personalInjury ul:nth-of-type(2) {
	margin-left: 30px;
}

.redText {
	color:#990033;
}

.verticalGradient {
	background: -webkit-linear-gradient(#F7ECAA, #DAD088);
	background: -o-linear-gradient(#F7ECAA, #DAD088);
	background: -moz-linear-gradient(#F7ECAA, #DAD088);
	background: linear-gradient(#F7ECAA, #DAD088);
}

#weekendHours {
	 display: inline-block;
	 margin-top: 18px;
	 margin-left: 30px;
}

#wrapper {
		position: relative;
		margin: 0 auto;
		height: 100%;
	}

@media (min-width: 1100px) {
	#footer {
		min-width: 1100px;
	}
	#header {
		min-width: 1100px;
	}
	#wrapper {
   	 	width: 1100px;
	}
}

@media (max-width: 1100px) {
	#headerContent > img {
		display: none;
	}
	#googleMaps {
		float: none;
	}
	.groupPics {
		display: none;
	}
	#lawLogo img {
		margin-left: 20px;
	}
}

@media (max-width: 900px) {
	body {
		background-image: none;
	}
	#main img {
		display: none;
  	}
	#menu {
		display: none;
	}
	#mobileMenuContent {
		display: inline;
	}
	#personalInjury ul:nth-of-type(2) {
		margin-left: 0;
	}
}

@media (max-width: 500px) {
	#contactInfo,
	#hoursInfo {
		margin-left: 0;
	}
	#eccs {
		font-size: 10px;
	}
	#googleMaps iframe {
/*		width: 270px;*/
		width: 98%;	
		height: auto;
	}		
	h2 {
		font-size: 18px;
	}
	#header {
		height: 136px;
	}
	#headerContent {
		height: 134px;
	}
	#hoursInfo {
		margin-top: 20px;	
	}
	#lawInfo {
		margin: 11px 8px 0 0;
		padding-top: 0;
	}
	#lawInfo span:nth-of-type(1) {
		font-size: 14px;
		line-height: 16px;
	}
	#lawInfo span:nth-of-type(2) {
		font-size: 22px;
	}
	#lawInfo span:nth-of-type(3) {
		font-size: 14px;
	}
	#lawInfo span:nth-of-type(4) {
		font-size: 14px;
		line-height: 16px;
	}
	#lawLogo {
		width: 280px;
		height: 90px;
	}
	#lawLogo img {
		transform: scale(0.8);
		margin: 3px 4px 0 4px;
	}
	#footer {
		font-size: 11px;
		font-weight: normal;
		height: 50px;
	}
	#main {
		padding: 9px 10px 0 10px;
		text-align: left;
		background: -webkit-linear-gradient(#F3F3F3, #FFF);
		background: -o-linear-gradient(#F3F3F3, #FFF);
		background: -moz-linear-gradient(#F3F3F3, #FFF);
		background: linear-gradient(#F3F3F3, #FFF);
	}
	#weekendHours {
		margin-left: 0;
	}
}