A {
	color: #4e8700;
	text-decoration: none;
}

A:hover {
	text-decoration: underline;
}

BODY {
	margin: 0px;
	padding: 0px;
	background: #ffffff;
	text-align: center;
	line-height: 1.2;
}

FORM {
	margin: 0px;
	padding: 0px;
}

IMG {
	border: 0px;
}

TD, BODY {
	font-family: Verdana, Arial, Helvetica, Sans-Serif; 
	font-SIZE: 14px;
	color: #33393c;
}

P {
	margin: 0px;
	padding: 0px 0px 15px 0px;
}

H1, H2, H3, H4, H5 {
	margin: 0px;
	padding: 0px 0px 10px 0px;
}

UL {
	margin: 0px;
	padding: 0px 0px 15px 35px;
}

.clear {
	clear: both;
}

/* ########################################################################################## */

#container {
	width: 990px;
	margin: auto;
	text-align: left;
}

/* ########################################################################################## */

#head {
	height: 120px;
	position: relative;
	margin-bottom: 5px;
}

#head P {
	display: none;
}

#head H1,
#head H2 {
	padding: 0px;
	overflow: hidden;
	text-indent: -9999px;
}

#head H1,
#head H1 A {
	display: block;
	width: 160px;
	height: 64px;
}
#head H1 A {
	background: url('logo.gif') top left no-repeat;

	position: absolute;
	top: 8px;
	left: 0px;

	z-index: 99;
}

#head H2 {
	display: block;
	background: url('text_theworlds.png') top left no-repeat;
	width: 302px;
	height: 18px;

	position: absolute;
	top: 40px;
	left: 175px;
}

#head .menu {
	width: 100%;
	height: 57px;
	background: url('menu_left.png') left top no-repeat;

	position: absolute;
	top: 63px;
	left: 0px;
}

#head .menu UL {
	display: block;
	padding: 0px;
	height: 57px;
	background: url('menu_right.png') right top no-repeat;
	list-style: none;

	padding: 0px 0px 0px 35px;
}

#head .menu UL LI {
	float: left;
	padding: 16px 0px 0px 0px;
}

#head .menu UL LI A {
	display: block;
	padding: 12px 17px;
	color: #d8eabf;
	font-size: 14px;
	text-decoration: none;
}

#head .menu UL LI A:hover {
	background: #579601;
	color: #fff;
}


#head .links {
	position: absolute;
	top: 40px;
	right: 0px;
	font-size: 13px;
	color: #ccc;
}

#head .links A {
	color: #333;
}




/* ########################################################################################## */

#page {
	
}

#page .column_main {
	float: left;
	width: 826px;
}

#page .column_main .content_padding {
	padding: 20px;
}

#page H1 {
	font-weight: normal;
	font-size: 24px;
	font-style: italic;
	color: #999;
	border-bottom: 1px solid #ccc;
	padding-bottom: 5px;
	margin-bottom: 10px;
	clear: both;
}

#page H2 {
	font-weight: normal;
	font-size: 18px;
	font-style: italic;
	color: #666;
	padding-bottom: 5px;
	margin-bottom: 10px;
	clear: both;
}

#page .column_adspace {
	float: left;
	width: 160px;
}

#page .triblock {
	width: 270px;
	height: 210px;
	overflow: hidden;
	float: left;

	margin: 0px 5px 0px 0px;
	background: #cbdcb3;
	position: relative;
}

#page .triblock H2 {
	position: absolute;
	top: 13px;
	left: 107px;
	font-size: 10px;
	font-weight: normal;
	font-style: italic;
	padding-right: 5px;
}

#page .triblock .padding {
	padding: 50px 13px 0px 13px;
}

#page .triblock.left {
	background: #cbdcb3 url('text_find.png') 13px 13px no-repeat;
}

#page .triblock.left TABLE {
}

#page .triblock.left TD {
	font-size: 11px;
	padding: 5px 3px;
}

#page .triblock.center {
	background: #cbdcb3 url('text_sell.png') 13px 13px no-repeat;
	line-height: 1.2;
}
#page .triblock.center STRONG {
	display: block;
	font-size: 11px;
	text-align: center;
	padding: 5px 0px 0px 0px;
}

#page .triblock.center UL {
	padding: 0px;
	list-style: none;
}
#page .triblock.center LI {
	font-size: 10px;
	background: url('arrow2.gif') left center no-repeat;
	padding: 5px 0px 0px 10px;
}

#page .triblock.right {
	background: #e5f0d5;
	margin: 0px 0px;
}

#page .triblock.right .padding {
	padding: 0px 0px 0px 0px;
	text-align: center;
}

/* ########################################################################################## */

#foot {
	background: #e5f0d5;
	width: 986px;
	height: 125px;
	position: relative;
	font-size: 12px;
}

#foot UL {
	list-style: none;
	padding: 0px;

	position: absolute;
	top: 15px;
	left: 15px;

}

#foot UL LI {
	float: left;
	padding-right: 20px;
}

#foot .adspace {
	position: absolute;
	bottom: 15px;
	left: 25px;
}

#foot .copyright {
	position: absolute;
	top: 15px;
	right: 15px;
	text-align: right;
}

#foot .copyright SMALL {
	font-size: 10px;
}

.subfoottext {
	font-size: 10px;
	color: #999;
	padding: 10px 0px;
}

.copyright {
	font-size: 10px;
	color: #999;
	text-align: center;
	padding: 0px 0px 10px 0px;
}

/* ########################################################################################## */

.listingbox {
	border: 1px solid #cbdcb3;
	margin: 5px 5px 0px 0px;
	position: relative;
}

.listingbox H5 {
	padding: 7px 15px;
	margin: 0px;
	background: #e5f0d5;
	color: #4e8600;
	font-size: 14px;
}

.listingbox .padding {
	padding: 10px 0px 0px 10px;
}

.listingbox .listing {
	width: 190px;
	margin: 0px 10px 10px 0px;
	float: left;
	border: 1px solid #ccc;
	background: #eee;
	position: relative;
}

.listingbox .image {
	height: 100px;
	overflow: hidden;
	text-align: center;
	position: relative;
}

.listingbox .body {
	padding: 10px;
	font-size: 12px;
	position: relative;
}


/* ########################################################################################## */

.searchTreeLevel1 {
	width: 190px;
	font-size: 10px;
}
.searchTreeLevel2 {
	width: 190px;
	font-size: 10px;
}
.searchIntegerLess,
.searchIntegerMore {
	width: 50px;
	font-size: 10px;
}

.quicksearch TD {
	padding: 5px 5px;
}



/* ########################################################################################## */

.plandesc {
	width: 200px;
	height: 331px;
	margin: 0px;
	float: left;
	background: #71a030;

	position: relative;
	color: #fff;
	text-align: left;
}

.plandesc UL {
	position: relative;
	list-style: none;
	padding: 0px;
	margin: 0px;
}

.plandesc UL LI {
	width: 200px;
	float: left;
	clear: both;
}

.plandesc UL LI A {
	display: block;
	padding: 5px 10px;
	background: #def6d7;
	font-size: 10px;
	color: #003300;
	cursor: help;
}

.plandesc UL LI.alt A {
	background: #e6f9e2;
}

.plandesc UL LI A:hover {
	background: #888;
	color: #e6f9e2;
	text-decoration: none;
}

.plandesc H5 {
	font-weight: bold;
	font-size: 12px;
	padding: 7px 10px;
	font-family: Arial, Helvetica, Sans-Serif;
	color: #fff;
}

.plandesc EM {
	display: block;
	padding: 10px;
	font-size: 10px;
	background: #9ec06e;
}


.planbox {
	width: 145px;
	height: 331px;
	margin: 0px;
	float: left;
	background: #4e8600;

	position: relative;
	color: #fff;
	text-align: center;
	border-left: 1px solid #4e8600;
}

.planbox H5 {
	font-weight: bold;
	font-size: 12px;
	padding: 7px 10px;
	font-family: Arial, Helvetica, Sans-Serif;
	color: #fff;
}

.planbox UL {
	list-style: none;
	padding: 0px;
	margin: 0px;
}

.planbox UL LI {
	width: 145px;
	float: left;
	clear: both;

	display: block;
	padding: 5px 0px;
	background: #def6d7;
	font-size: 10px;
	color: #003300;
}

.planbox UL LI.alt {
	background: #e6f9e2;
}

.planbox A {
	color: #fff;
	text-decoration: underline;
}

.planbox A.button {
	display: block;
	background: #396200;
	color: #fff;
	font-size: 16px;

	width: 145px;
	clear: both;
	padding: 10px 0px;

	text-decoration: none;
}

.planbox A.button SPAN {
	display: block;
}



.planbox:hover {
	background: #666;
}

.planbox:hover UL LI {
	background: #e6e6e6;
}

.planbox:hover UL LI.alt {
	background: #ededed;
}

.planbox:hover A.button {
	background: #333;
}


.planbox EM {
	display: block;
	padding: 16px 10px;
	font-size: 10px;
	background: #9ec06e;
}


/* ########################################################################################## */

#page .biggreybutton {
	text-align: center;
}

#page .biggreybutton A {
	display: block;
	background: url('biggreybutton.gif') top left no-repeat;
	width: 233px;
	height: 41px;
	margin: auto;

	text-align: center;
	font-size: 20px;
	font-weight: bold;
	color: #333;

	text-decoration: none;
}

#page .biggreybutton A SPAN {
	display: block;
	padding: 6px 0px 0px 0px;
}

/* ########################################################################################## */

.threecol {
	display: block;
	float: left;
	width: 260px;
	text-align: center;
}

.threecol P {
	font-size: 11px;
	padding: 5px 20px 10px 20px;
}





/* ########################################################################################## */








.contactform {
}

.contactform .leftarea {
	float: left;
	text-align: left;
}

.contactform .rightarea {
	float: left;
	margin-left: 20px;
	text-align: left;
}


.contactform LABEL {
	display: block;
	color: #33993a;
	font-size: 16px;
	font-weight: bold;
}


.contactform .leftarea INPUT,
.contactform .rightarea TEXTAREA {
	border: 1px solid #cccccc;
	background: #fff;
	color: #333;
	padding: 5px;
}

.contactform .leftarea INPUT {
	width: 150px;
	margin-bottom: 7px;
}

.contactform .rightarea TEXTAREA {
	width: 400px;
	height: 352px;
	margin-bottom: 7px;
}

.errors {
	padding-bottom: 15px;
	border-bottom: 1px solid #f2f1f1;
	margin-bottom: 15px;
}



/* ########################################################################################## */

.howitworksbox {
	border: 1px solid #ccc;
	margin-bottom: 10px;
}

.howitworksbox IMG {
	float: left;
	margin: 20px;
}
.howitworksbox P {
	margin-left: 225px;
	background: #eee;
	padding: 20px;
	font-size: 12px;
	height: 95px;
}

.contentbox {
	border: 1px solid #ccc;
	margin-bottom: 10px;
	padding: 10px;
	background: #e7e7e7 url('metalbacking.gif') top left repeat-x;
}