/* CSS Document */

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-image: url(images/bg-new.jpg);
	background-color: #5E0A0A;
	background-repeat: repeat-x;
}

#wrapper-repeat {
	width: 100%;
	background-repeat: repeat-x;
	background-position: bottom;
	background-image: url(images/bottom-new.jpg);
	margin: 0;
}

#wrapper {
	width: 1000px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	position: relative;
	z-index: 99;
}

#top {
	height: 144px;
	position: relative;
	z-index: 3;
	width: 1000px;
	background-image: url(images/header.jpg);
	top: 0px;
	background-repeat: no-repeat;
	background-position: center top;
	left: auto;
	right: auto;
}


#top2 {
	height: 146px;
	position: absolute;
	z-index: 2;
	width: 100%;
	background-image: url(images/top2.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	margin: 0px;
	padding: 0px;
}

#attorneybuttons {
	width: 600px;
	z-index: 99;
	position: absolute;
	height: 50px;
}

#bottom {
	height: 25px;
	width: 100%;
	z-index: 9999;
	position: fixed;
	background-image: url(images/footer.png);
	background-repeat: no-repeat;
	bottom: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-position: center top;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#bottom2 {
	height: 433px;
	width: 100%;
	z-index: 1;
	position: fixed;
	background-image: url(images/bottom-new.jpg);
	background-repeat: repeat-x;
	bottom: 0px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-position: center bottom;
}

/* Mid Area */

#midphoto {
	width: 500px;
	z-index: 2;
	position: relative;
	height: 300px;
	padding: 0px;
	background-image: url(images/registration-graphic.png);
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 35px;
}

#copy_container {
	width: 1000px;
	margin: 0px;
	padding: 0px;
	text-align: left;
	position: relative;
}

#left {
	width: 450px;
	float: left;
	margin-top: 50px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 35px;
	padding: 0px;
}

#left2 {
	width: 450px;
	float: left;
	margin-top: 50px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 80px;
	padding: 0px;
}

#right-container {
	width: 455px;
	float: right;
	margin-top: 50px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding: 0px;
}


/* COPY IN DOCUMENT */

p {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}


p A {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}


.p2 {
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
}

p A:link {
	color: #F6D988;
}

p A:active {text-decoration: none}

p A:hover {
	color: #AA7208;
}

p A:Visited {
	color: #AA7208;
}

h1 {
	color:#CA9F50;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
}

h2  {
	color:#CA9F50;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 0px;
	list-style-image: none;
	list-style-type: circle;
}

h2 a  {
	color:#CA9F50;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 0px;
	list-style-image: none;
	list-style-type: circle;
}

h2 a:link
{
	color: #FFFFFF;
	text-decoration: none;
}

h2 a:hover
{
	color: #EEEAD9;
}

h2 a:active
{
	color: #FFFFFF;
}

h2 a:visited
{
	color: #EEEAD9;
}

h3
{
	font-size: 14px;
	text-align:left;
	font-family: Arial, Helvetica, sans-serif;
	color: #A90000;
	text-decoration: none;
	line-height: 0px;
}

.disclaimer
{
	font-size: 10px;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
	vertical-align: bottom;
	bottom: 5px;
}

.disclaimer A:link
{
	color: #000000;
}

.disclaimer A:hover
{
	color: #5E0A0A;
}

.disclaimer A:active
{
	color: #000000;
}

