@import url(/styles-index.css);

body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: url('/images/background-page.gif') repeat-x top;
	background-color: #DBF2D8;
}

a {
	color: #4BAD18;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:image {
	text-decoration: none;
}

.clear-both {
	clear: both;
}

#corner_ad {
	position: absolute;
	top: 0;
	right: 0;
}

.float-right {
	float: right;
	margin: 0 0 0 15px;
	width: 300px;
}

.float-left {
	float: left;
	margin: 0 50px 0 0;
	width: 300px;
}

#footer {
	clear: both;
	right: 0;
	height: 4px;
	width: 925px;
	margin: 0 0 0 5px;
	padding: 5px 0 0 0;
	color: #4BAD18;
	font-size: 11px;
	background: url('/images/shadow-bottom.gif') no-repeat top right;
}
#footer a {
	text-decoration: none;
}

h1 {
	margin: 0 0 5px 0;
	padding: 10px 0 0 0;
	font-size: 2.5em;
	font-weight: normal;
	font-family: Times New Roman;
	color: #237419;
}

h2 {
	margin: 0 0 5px 0;
	font-size: 1.4em;
}

h3 {
	margin: 0 0 5px 0;
	padding: 10px 0 0 0;
	font-size: 2.0em;
	font-weight: normal;
	font-family: Times New Roman;
	color: #5689B8;
	font-style: italic;
}

#ld-logo {
	/*float: left;
	position: absolute;*/
	margin: 0 0 0 -25px;
}

#left-col {
	float: left;
	width: 340px;
}

ol li {
	padding: 5px 0;
}

#page {
	position: relative;
	float: right;
	width: 890px;
	margin: 0 3px 0 0;
	padding: 10px 20px 10px 10px;
	border: solid #49be3a 1px;
	background-color: #ffffff;
}

#reviews-back {
	margin: 0  -20px -10px 0;
	padding: 0 20px 15px 0;
	background: url('/images/fileinmouth.jpg') no-repeat bottom right;
}

#right-col {
	float: right;
	width: 550px;
}

.tabs {
	float: right;
	height: 26px;
	list-style: none;
	margin: 0 -1px 0 0;
	padding: 0 0px 0 0;
	background: url('/images/tab-back.jpg') repeat-x top;
}
.tabs li {
	float: left;
	height: 26px;
	padding: 6px 0 0 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	background: url('/images/tab-middle.jpg') no-repeat top left;
}
.tabs .tab-first {
	height: 26px;
	background: url('/images/tab-first.jpg') no-repeat top left;
}
.tabs .tab-first a {
	margin: 0 0 0 10px;
}
.tabs .tab-last {
	height: 26px;
	width: 13px;
	padding: 0 0px 0 0;
	background: url('/images/tab-last.jpg') no-repeat top right;
}
.tabs .tab-last a {
	margin: 0 0px 0 5px;
}
.tabs li a {
	height: 20px;
	margin: 0px 0 0px 20px;
	padding: 0px 2px 0px 3px;
	text-decoration: none;
	color: #3F4032;
}
.tabs li a:hover {
	color: #42739B;
}

.text-med {
	font-size: 13px;
}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#wrapper {
	margin: 10px auto;
	width: 930px;
}

#wrapper-shadow {
	margin: -35px 0 0 0;
	width: 100%;
	background: url('/images/shadow-side.gif') repeat-y right;
}
