/*
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: #000;
	background-image: url(../_img/secBKGD.jpg);
	background-repeat: repeat-x;
	font-family: Arial, sans-serif;
	font-size: 62.5%;
	
}

p {
	font-size: 1.4em;
}

h1, h1.blog, p.headings {
	color: #fff;
	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: 0.7em;
}

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

#container {
	margin: 59px auto;
	position: relative;
	width: 940px;
}


formContact, formLogin {
	margin-top: 1em;
}

td {
	padding-bottom: 0.5em;
}

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

#header {
	background-color: #fff;
	padding-top: 11px;
}

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

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

#faceNumber {
	margin-top: 8px;
}

#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;
}

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

.estate {
	margin-right: 0.2px;
}

#secNav {
	margin-top: 17px;
	text-align: center;
}

* html #secNav {
	margin-top: 1.6em;
}

#secNav a {
	background-image: url(../_img/secNavA.jpg);
	background-repeat: repeat-x;
	color: #fff;
	height: 33px;
	padding: 9px 30px;
}

#secNav a:hover {
	background-image: url(../_img/secHoverN.jpg);
	background-repeat: repeat-x;
	height: 33px;
}

#secTitle {
	height: 37px;
	margin-top: 3em;
	margin-bottom: 2.8em;
}

#secTitleBlog {
	margin-top: 3em;
	margin-bottom: 2em;
}

#secContent {
	background-color: #fff;
	/* margin-top: 1em; */
	padding: 1.5em;
}

#secContent ul, ol {
	margin-left: 20px;
}

#secContent img {
	float: left;
	margin: 0em 1.5em .3em 0em;
}

#secContent p {
	font-size: 1.2em;
	line-height: 1.5em;
	margin-bottom: .5em;
}

#secRight {
	float: right;
	margin-left: 1em;
	width: 30.0em;
}

#secRight #rightCon {
	padding: 0em 1.5em;
}

#secRight img {
	float: left;
}

#secRight h3 {
	/* padding-top: .5em; */
}

/*
#secRight p, #secRight h4 {
	margin-left: 1em;
}
*/

#secRight p {
	font-size: 1.2em;
}

#secLeft {
	background-color: #fff;
	width: 60.0em;
}

#secLeft p {
	padding-right: 25px;
}

#secLeft a {
	text-decoration: underline;
}

#secLeft h2, #secLeft h1 {
	color: #0A5F7D;
}

#secLeftAdmin {
	margin-left: 2em;
	width: 85em;
}

#secLeftAdmin a {
	text-decoration: underline;
}

#secLeftAdmin h2, #secLeftAdmin h1 {
	color: #0A5F7D;
}


/* --------------------------- 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; */
}

.seo {
	width: 800px;
}

