html, body, div {
	padding: 0;
	margin: 0;
	font-size: 9pt;
	font-color: black;
	font-family: Arial;
}

html, body {
	background-color: #69ab4b;
	background-image: url(img/site_bg.jpg);
}
img {
	border: 0;
}
a {
	color: black;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
#container {
	background-image: url(img/hsite_bg.jpg);
	background-repeat: repeat-x;
	padding: 26px 0 0 0;
}

#wrap {
	position: relative;
	background-image: url(img/small_paper_bg2.jpg);
	background-repeat: no-repeat;
	width: 689px; /* 769 - 2*40 */
	height: 576px; /* 656 - 2*40 */
	margin: 0 auto;
	padding: 40px;
}
#quote {
	position: relative;
	width: 749px; /* 769 - 2*40 */
	height: 50px;
	padding: 0 10px;
	margin: 0 auto;
	color: #A7DF8B;
	font-size: 8pt;
}
#menu ul, #menu li {
	padding: 0;
	margin: 0;
}

#menu ul {
	list-style: none;
	width: 115px;
	margin-left: 0px;
}

#menu li, #menu li a, #menu li a img {
	padding: 0;
	margin: 0;
}

#content {
	position: absolute;
	left: 270px;
	top: 140px;
	height: 500px;
	width: 470px;
	overflow: auto;
}

.radioshow {
	background-image: url(img/radioshow2.gif);
	width: 454px;
	height: 462px;
	margin-top: -9px;
	position: relative;
}

.radioshow div {
	position: absolute;
	top: 310px;
	padding-left: 29px;
	width: 425px;
	height: 150px;
	/*background-color: blue;
	/*-moz-opacity:.15;opacity:.15; /**/
}

.radioshow div div {
	position: relative;
	height: 38px;
	top: 3px;
	width: auto;
	padding: 0;
	/*-moz-opacity:.15;opacity:.15; /**/
}

.radioshow label {
	display: none; /**/
}

.radioshow input {
	width: 365px;
}

.radioshow div.text {
	width: 365px;
	/*background-color: red; /**/
}

.radioshow input#QuoteName, .radioshow input#QuoteEmail, .radioshow input#QuoteCompany {
	border: 0;
	background-color: transparent;
	padding: 3px;
	/* background-color: red; /**/
}

.radioshow input.subm {
	position: absolute;
	top: 8px; /**/
	width: 120px;
}


.inner_paper {
	background-image:url(img/inner_paper_bg.jpg);
	background-repeat: repeat-y;
	width: 454px;
}

.inner_paper div.holder {
	margin-right: 10px;
	padding: 5px;
	max-height: 440px;
	height: auto !important;
	overflow: auto;
}

.inner_paper h2 {
	padding: 0;
	margin: 0;
	font-size: 10pt;
}

.inner_paper .anews {
	padding: 5px 0;
}

.inner_paper .newspreview {
	font-size: 9pt;
}
.inner_paper #vholder {
		margin: 0 auto;
		width: 335px;
		height: 267px;
		background-color: black;
}
.inner_paper #vholder #inittext {
	color: #aaa;
	text-align: center;
	padding-top: 120px;
}
.inner_paper #thwr {
	height: 121px;
	overflow: auto;
	padding: 0;
	margin: 0;
}

.inner_paper .athumb {
	float: left;
	padding: 0 1px;
	width: 137px;
	font-size: 8pt;
}
.inner_paper #clients ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.inner_paper #newsvideo {
	padding: 15px;
	text-align: center;
}

.spaceup {
	padding: 8px 0 8px 0;
}
