/* Style sheet used for Dobinson Davey Clifford Simpson Family Law Specialist website. 
*/

* {
	margin: 0;
	padding: 0;
}

body {
	background: #666666;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
	background-color: #FFFFFF;
	font-family: "Lucida Grande", Arial, sans-serif;
	line-height: 1.6;
	font-size: 11px;
	color: #666666;
	font-weight: lighter;
	letter-spacing: 0.010em;
}

.oneColFixCtr #container {
	width: 956px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	border-right-style: solid;
	border-left-style: solid;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-color: #C3C1C1;
	border-left-color: #C3C1C1;
}

.oneColFixCtr #mainContent {
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
}

p, ul, ol, td {
	margin-top: .5em;
	line-height: 1.6em;
	font-size: 1.0em;
	font-weight: lighter;
}

ul, ol {
	margin-left: 3em;
}

/* Headings */

h1, h2, h3 {
	margin-top: 1em;
	margin-bottom: .2em;
	font-weight: normal;
}

h1 {
	font-size: 20px;
	color: #88406b;
	font-weight: lighter;
}

h2 {
	letter-spacing: -.05em;
	text-transform: uppercase;
	font-size: 1.1em;
	font-weight: bold;
	color: #8D8E85;
}

h3 {
	font-size: 1em;
}

/* Normal link */
a {
	color: #839632;
	text-decoration: none;
}

 a:active {
	color: #839632;
	text-decoration: none;
}

a:hover, a:focus {
	color: #FD8D29;
	text-decoration: none;
}

a img {
	border: none;
}

/* Date */

.date {
	width: 100%;
	color: #999999;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C3C1C1;
	text-indent: 12px;
	padding-top: 3px;
	padding-bottom: 3px;
}

/* Header */

#header {
	height: 119px;
	line-height: normal;
	background-image: url(images/DDCS_Home_logo.gif);
	background-repeat: no-repeat;
	background-position: right;
	text-align: right;
}

#headerbase {
	height: 6px;
	line-height: normal;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #C3C1C1;
}

#headeranim_base {
	height: 26px;
}

/* Footer */

#footer {
	width: 100%;
	height: 55px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #C3C1C1;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C3C1C1;
	}

#footerleftside {
	width: 450px;
	float: left;
	font-size: 10px;
	padding-top: 10px;
	padding-right: 8px;
	padding-bottom: 6px;
	padding-left: 30px;
	}
	
#footerrightside {
	margin-left: 550px;
	width: 380px;
	height: 55px;
        }
		
#footerbase {
	width: 100%;
	height: 300px;
        }

