/*------------------------------------------------------*/
/*	Ringwalt & Liesche Co. Website 						*/
/*		Legal Pages Stylesheet							*/
/*			Designed By John Arthur						*/
/*			Copyright 2005 Ringwalt & Liesche Company	*/
/*------------------------------------------------------*/

/*	Sitewide Styles	*/
body {
	background-color: #9C9AB5;
	background-image: url(../images/background.png);
	background-repeat: repeat;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #666666;
}
p {
	margin-top: 0px;
	margin-bottom: .5em;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
	color: #444444;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #84795A;
	margin-top: 0px;
}
h1,
h2,
h3 {
	font-weight: bold;
	text-decoration: underline;
	text-align: center;
	margin-bottom: .5em;
}
h4,
h5,
h6 {
	font-weight: bold;
	margin-bottom: .1em;
}
h1 {
	font-size: 2em;
}
h2 {
	font-size: 1.6em;
}
h3 {
	font-size: 1.5em;
}
h4 {
	font-size: 1.5em;
}
h5 {
	font-size: 1.25em;
}
h6 {
	font-size: 1em;
}
a:link {
	color: #B1AA4B;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #BDB663;
	font-weight: 600;
}
a:visited {
	color: #999999;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
	font-weight: 600;
}
a:hover,
a:visited:hover {
	border-bottom-style: solid;
	border-bottom-color: #B1AA4B;
	color: #B1AA4B;
	text-decoration: none;
	border-bottom-width: 0.1em;
	font-weight: 600;
}
a:active,
a:focus {
	color: #84795A;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #84795A;
}
hr {
	height: 2px;
	width: 66%;
	color: #BDB663;
	margin-top: 0.5em;
	margin-bottom: 1em;
	display: block;
}
fieldset {
	border:none;
}

	/*	Container	*/
#Container {
	width: 760px;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	background-repeat: repeat-y;
	top: 0px;
	display: block;
	bottom: 0px;
	height: auto;
	position: relative;
	background-color: #FFFBF7;
}

		/*	Title Bar	*/
			/*	Logo	*/
#Logo {
	overflow: hidden;
	position: relative;
	z-index: 20;
	height: 0px;
	width: 340px;
	left: 0px;
	top: 0px;
	display: block;
	background-image: url(../images/legallogo.png);
	padding-top: 150px;
	visibility: visible;
}

			/*	Slogan	*/
#Slogan {
	overflow: hidden;
	position: absolute;
	z-index: 10;
	height: 0px;
	left: 0px;
	top: 0px;
	text-align: right;
	background-color: #CEC78C;
	background-image: url(../images/slogan.png);
	background-repeat: no-repeat;
	background-position: right top;
	padding-top: 50px;
	padding-left: 340px;
	width: 420px;
	visibility: inherit;
}

		/*	Content	*/
#Content {
	position: relative;
	display: block;
	margin-right: 10px;
	margin-left: 10px;
}
		/*	Others	*/
			/*	Animated Graphic	*/
#AnimatedGraphic {
	background-image: url(../images/graphic.gif);
	background-repeat: no-repeat;
	background-position: right top;
	height: 0px;
	width: 250px;
	padding-top: 70px;
	overflow: hidden;
	position: absolute;
	top: 50px;
	background-color: #9C9EB5;
	padding-left: 510px;
	right: 0px;
	z-index: 10;
}
#Footer {
	font-size: .6em;
	text-align: center;
	display: block;
	background-color: #CEC78C;
	margin-bottom: 20px;
	font-family: Arial, Helvetica, sans-serif;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 760px;
	position: relative;
	margin-top: auto;
	clear: both;
	top: 20px;
}
#Footer a:link {
	color: #000000;
	border: #000000;
	font-weight: 400;
}
#Footer a:hover {
	color: #9C9EB5;
	border: #9C9EB5;
}
