/* CSS Document */

body {
	background-color: #dec799;
	background-image: url(/images/Jackson-bkgd.jpg);
	margin-left: 0px;
	margin-top: 0px;
	background-repeat: repeat-y;
}

#header {
	background-image: url(/images/Jackson-law-firm.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 990px;
	height: 467px;
	z-index: -1;
}

#container {
	width: 726px;
	margin-left: 25px;
	margin-top: 132px;
	position: absolute;
}

#navigation
{
	background-color: #500001;
}

#content {
	margin-left: 54px;
	margin-top: 40px;
	width: 470px;
	margin-bottom: 10px;
	float: left;
}

#rightbar {
	font-family: Calibri, Arial, sans-serif;
	font-size: 12px;
	float: left;
	width: 160px;
	margin-left: 15px;
	margin-top: 60px;
	color: #500001;
	border-left-width: 2px;
	border-left-style: solid;
	border-left-color: #500001;
	padding-left: 6px;
	margin-bottom: 6px;
	padding-bottom: 6px;
	padding-top: 6px;
}

#footer {
	height: 20px;
	background-color: #500001;
	clear: left;
	border-bottom-width: 100px;
	border-bottom-style: solid;
	border-bottom-color: #DEC899;
	font-family: Calibri, Arial, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	text-align: right;
	padding-top: 6px;
	padding-right: 40px;
	margin-bottom: -10px;
}

.text {
	font-family: Calibri, Arial, sans-serif;
	font-size: 14px;
	color: #500001;
	line-height: 19px;
}

.title {
	font-family: Constantia, "Times New Roman", serif;
	font-size: 24px;
	color: #500001;
	font-style: normal;
}

.subtitle {
	font-family: Calibri, Arial, sans-serif;
	font-size: 15pt;
	color: #500001;
	font-weight: normal;
}

a:link {
	color: #500001;
}

a:visited {
	color: #500001;
}

a:hover {
	text-decoration: underline;
}

.submit {
	color: #dec799;
}

#navcontainer ul
{
	margin-left: 0px;
	background-color: #500001;
	color: White;
	float: left;
	width: 100%;
	font-family: Calibri, Arial, sans-serif;
	height: 24px;
	padding-left: 26px;
	font-size: 13px;
	line-height: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding-top: 1px;
	padding-right: 1px;
	padding-bottom: 1px;
}

#navcontainer ul li {
	display: inline;
}

#navcontainer ul li a
{
padding: 1px 10px;
background-color: #500001;
color: White;
text-decoration: none;
float: left;
border-right: 1px solid #dec799;
}

#navcontainer ul li a:hover
{
background-color: #dec799;
color: #500001;
}
