/*--------CSS Reset-----*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*------Begin Layout for all Pages ---*/
body {
	background: url('../images/atlanta-attorney-background.jpg') repeat fixed center top;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 87.5%;
}

html > body {
font-size: 14px;
}

#container {
background: #fff;
position: relative;
width: 875px;
margin: 0 auto;
}

p {
line-height: 1.5em;
font-size: 1em;
margin-top: 1em;
margin-bottom: 1.25em;
}

h1, h2, h3 {
color: #474747;
font: 18px/21px Georgia, "Times New Roman", Times, serif;
}

a:link {
text-decoration:none;
}

a:visited {
color: blue;
text-decoration:none;
}

a:hover {
text-decoration:underline;
}

/*-----HEADER---------*/

#header {
width: 875px;
height: 116px;
position: relative;
overflow: hidden;
}

#header span {
background: url('../images/hollberg-weaver-header.jpg') no-repeat left top;
height: 100%;
width: 100%;
position: absolute;
}

/*---FLASH-and MAIN BANNERS---*/
.banner {
position: absolute;
top: 116px;
left: 0px;
width: 875px;
height: 200px;
}

/*-----Navigation-------------*/
#mainNav {
position: absolute;
left: 0px;
}

ul#nav {
float: left;
list-style: none;
width: 875px;
background: url('../images/attorney-button.jpg') repeat-x left top;
}

ul#nav li {
font: bold 14px Times, serif;
float: left;
}

ul#nav a {
background: url('../images/attorney-divider.jpg') no-repeat left top;
padding: 0 17px;
float: left;
display: block;
line-height: 50px;
text-decoration: none;
color: #FFF;
}

ul#nav a:hover {
background: url('../images/attorney-rollover.jpg') repeat-x left top;
}

ul#nav a.first {
background: none;
}

ul#nav .first:hover {
background: url('../images/attorney-rollover.jpg') repeat-x left top;
}

/*-----CONTENT ---- */
#content {
position: absolute;
left: 0px;
}

/*--------FOOTER---*/
#footer {
font-size: 12px;
width: 876px;
height: 101px;
background: blue url('../images/hollber-weaver-footer.jpg') repeat-x left top;  
clear: both;
position: relative;
}

#footer p {
width: 865px;
position: absolute;
top: 10px;
padding-left: 40px;
height: 55px;
line-height: 20px;
color:#002;
}
