/*
Created by Dana Ford
for Lund Law Offices
Copyright DA Designing
*/

* {
	margin: 0px;
	padding: 0px;
}

a {
	color: #0A5F7D;
	outline: none;
	text-decoration: none;
}

img {
	border: none;
}

body {
	background-color: #3a3a3c;
	background-image: url(../_img/homeTop2.jpg);
	background-repeat: repeat-x;
	font-family: Arial, sans-serif;
	font-size: 62.5%;
}

p {
	font-size: 1.4em;
}

p.call {
	margin-right: 2em;
}

h1 {
	color: #fff;
	font-family: "Times New Roman", serif;
	font-size: 3.2em;
	font-weight: normal;
	margin-bottom: .5em;
}

h2 {
	color: #fff;
	font-family: "Times New Roman", serif;
	font-size: 2.8em;
	font-weight: normal;
}

h3 {
	color: #0A5F7D;
	font-size: 1.6em;
	margin-top: 1em;
}

h4 {
	clear: left;
	color: #0A5F7D;
	font-size: 1.4em;
}

#container {
	/* background-color: #fff; */
	margin: 10px auto;
	position: relative;
	width: 940px;
}


/* --------------------------- Home - Header/Nav Styles --------------------------- */

#header img {
	margin-left: 2.0em;
	margin-top: .3em;
}

#header p.call {
	margin-top: 1.5em; 
	float: right; 
	margin-right: 2.5em;
}

#topNav {
	float: right;
	font-family: Times New Roman, serif;
	margin: 2.9em 1em 0 0;
}

#topNav a {
	margin-right: 1.5em;
}

#topNav a:hover {
	color: #00B0D8;
	text-decoration: underline;
}

#topHome {
	color: #fff;
	margin-top: 3em;
	/* margin-bottom: 8em; */
	min-height: 275px;
}
/*

#topHome {
	background-color: #191A52;
	background-image: url(../_img/homeTopB.jpg);
	background-repeat: repeat-x;
	color: #fff;
	padding-top: 2em;
	margin-top: 0.8em;
	padding-bottom: 3em;
	min-height: 250px;
	margin-bottom: 2em;
}
*/

#topHome img {
	float: right;
	margin-left: 2.0em;
	margin-right: 2em;
}

#topHome h1 {
	font-size: 25px;
	margin-bottom: 0.3em;
	margin-left: .5em;
}

#topHome p {
	font-size: 1.4em;
	/* line-height: 1.7em; */
	margin-bottom: 1.5em;
	margin-left: 1em;
	font-family: "Times New Roman", serif;
}

#topHome p a {
	color: #fff;
	font-weight: bold;
	text-decoration: underline;
}

#topHome p a:hover {
	color: #CCC;
	font-weight: bold;
	text-decoration: none;
}

#hmSectionsWrap {
	color: #fff;
	margin: 0em 1.5em 2em 1.5em;
}

.hmSections a, #hmAdvice a {
	color: #fff;
}

.hmSections a:hover, #hmAdvice a:hover {
	color: #000;
	/* color: #00B0D8; */
}

.hmSections {
	float: left;
	margin-right: 2.5em;
	width: 28.0em;
}

.hmSections img {
	float: left;
	margin-right: .5em;
}

.hmSections h2 {
	padding-top: .8em;
}

.hmSections p {
	clear: left;
	font-size: 1.5em;
	line-height: 1.5em;
}

#hmAdvice {
	border-top: .1em solid #fff;
	/* clear: both; */
	color: #fff;
	margin-top: 2.0em 1.5em 0em 1.5em;
	padding: 3.0em 5.5em;
}

#hmAdvice img {
	float: left;
	margin-right: 1em;
}

#hmAdvice p {
	font-size: 1.5em;
	line-height: 1.5em;
	/* margin-left: 7em; */
}

#blogHmWrap {
	margin-left: 11em;
}

.readMore {
	font-weight: bold;
	margin-top: 1em;
	text-align: right;
}

.readMore a {
	color: #fff;
}

.readMore a:hover {
	text-decoration: underline;
}

/* --------------------------- Secondary Styles --------------------------- */


/* --------------------------- Footer Styles --------------------------- */

#footer {
	background-image: url(../_img/footerL.jpg);
	background-repeat: repeat-x;
	color: #fff;
	font-size: .8em;
	height: 55px;
	padding-top: 2em;
	text-align: center;
}

#footer a {
	color: #fff;
	font-weight: bold;
	text-decoration: underline;
}

#footer a:hover {
	color: #3a3a3c;
	/* color: #0A5F7D; */
	/* color: #00B0D8; */
}


#flash {
	float: right;
	margin-left: 15px;
	margin-right: 10px;
}


.seo {
	width: 800px;
}