/* --- BASIC STYLES and LINKS */
body {
	background-image: url(../img/bckg_body.gif);
	background-repeat: repeat;
	margin: 0;
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
}

#allwrapper {
	width: 742px;
	margin: 5px;
}

.cleaner {
	clear: both;
}

a:link, a:visited,
span, strong {
	color: #F9AC0E;
	text-decoration: none;
}

div.topnavlinks a:link, 
div.topnavlinks a:visited,
div#footer a:link,
div#footer a:visited {
	color: #fff;
	text-decoration: none;
}

div.topnavlinks a:hover {
	color: #F9AC0E;
}

div#footer a:hover {
	color: #423C34;
}

a:hover img.img {
	border: 1px solid #291E13;
}

a img.img {
	border: 1px solid #ccc;
}

img {
	border: 0;
}

ul.morenews li strong a:link,
ul.morenews li strong a:visited,
ul.morenews li strong a:active,
ul.bottom4 a:link,
ul.bottom4 a:visited,
ul.bottom4 a:active {
	display: block;
	color: #291E13;
	text-decoration: underline;
}

ul.morenews li strong a:hover,
ul.bottom4 a:hover {
	color: #C3B5A5;
	text-decoration: none;
}



a.more {
	background-image: url(../img/more.gif);
	background-repeat: no-repeat;
	width: 39px;
	height: 7px;
	display: block;
	margin: 0;
	float: right;
}

a.more:hover {
	background-position: -39px 0;
}


/* --- BANNER PLACEMENTS */
div.bannerplacements {
	position: relative;
}

div.banner728 {
	text-align: center;
	margin-bottom: 10px;
}

* html div.banner728 {
	margin-bottom: -10px;
}

div.banner160 {
	position: absolute;
	left: 745px;
	top: 5px;	
}

div.textads {
	position: absolute;
	top: 610px;
	left: 754px;
}


/* --- TOP NAV STUFF */
div#topnavstuff {
	margin: 5px 0;
}

div.loginwrapper {
	float: left;
	color: #fff;
}

div.loginwrapper input {
	margin-right: 5px;
	border: 1px solid #AF9050;
	color: #423C34;
}

div.loginwrapper input.button {
	background-color: #EDEDED;
	border: 1px solid #444;
	font-weight: bold;
	cursor: pointer;
}

div.topnavlinks {
	float: right;
	color: #fff;
}

div.topnavlinks img {
	margin: 0 5px;
}

/* --- HEADER */
div#header {
	background-image: url(../img/bckg_header.gif);
	height: 86px;
	background-repeat: repeat-x;
	position: relative;
}

div#header img.logo{
	position: absolute;
	top:0;
	left: 0;
}

div#header img.headerright{
	position: absolute;
	top:0;
	left: 734px;
}

div#header ul {
	list-style: none;
	margin: 0;
}

div#header ul li {
	display: inline;
}

/* --- THE ALL MIGHTY MAIN NAV STYLES ---
-------------------------------------------*/

div#header ul.mainnavs {
	list-style: none;
	margin: 0;
	float: right;
	margin: 58px 10px 0 0;
}

* html div#header ul.mainnavs   {
	position: absolute;
	right: 5px;
}

ul.mainnavs li {
	float: left;
}




/* --- MAIN BODY CONTENT */
div#maincontentwrapper {
	padding: 5px;
	position: relative;
	background-color: #fff;
	padding-top: 0;
}

div#maincontentwrapper img.bottomrightcorner {
	position: absolute;
	margin-top:-7px;
	right: 0;
}


div#maincontent {
	width: auto;
	border: 1px solid #C09A55;
	border-top: 0;
	padding: 5px;
}

div#maincontent table {
	padding: 0;
	border: 0;
}

div.homeleftcontainer {
	width: 355px;
	float: left;
	margin: 10px 5px 0 0;
}

div.homerightcontainer {
	width: 355px;
	float: left;
	margin: 0 0 0 5px;
}



.dashedbottom {
	background-image: url(../img/brown_dash.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	padding: 5px 0;
}
/* ----- HEADING STYLES --- */
td.heading {
	background-image: url(../img/heading_bckg.gif);
	background-repeat: repeat-x;
	text-align: center;
	height: 23px;
	width: 100%;
}

td.headingrightcrnr,
td.headingleftcrnr {
	width: 11px;
	height: 23px;
}


/* ----- HEADENDING STYLES --- */
table.headend {
	margin-top: 5px;
}

td.headend {
	background-image: url(../img/footerlink_bckg.gif);
	background-repeat: repeat-x;
	height: 23px;
	margin: 5px 0;
	width: 100%;
}

td.headend a {
	float: right;
}


/* --- UL BOXES ------
----------------------- */

ul.additional_features,
ul.topnews,
ul.morenews {
	list-style: none;
	padding:0;
	width: 355px;
	margin: 5px 0 0 0 ;
}

/* ADDITIONAL FEATURES */
ul.additional_features li {
	background-color: #F9EFDA;
	padding: 5px;
	color: #7E603D;
}

ul.additional_features li.title {
	background-color: #C3B5A5;
	height: 20px;
	color: #291E13;
	font-weight: bold;
}

/* TOP NEWS */

ul.topnews {
	background-color: #E7E5E1;
}

ul.topnews li {
	padding: 5px;
}

ul.topnews img {
	float: left;
	margin-right: 5px;
}

ul.topnews li p {
	margin: 0;
	display: inline;
}

ul.topnews .title {
	margin-bottom: 5px;
	background-color: #D0CFCB;
}

ul.topnews .title strong {
	display: block;
	font-size: 14px;
	color: #291E13;
}

ul.topnews .title span {
	font-size: 11px;
	color: #291E13;
}

/* MORE NEWS */
ul.morenews {
	background-color: #E7E5E1;
}

ul.morenews li.title {
	background-color: #D0CFCB;
	height: 22px;
	list-style: none;
	text-align: center;
	margin: 0 0 5px 0;
}

ul.morenews li {
	list-style-image: url(../img/icon_news_grey.gif);
	margin: 10px 0 5px 25px;
}


ul.morenews li.footer_regbox {
	background-color: #d0cfcb;
	height: 18px;
	list-style: none;
	text-align: right;	
	margin: 0;
	padding-right: 10px;
}


/* BOTTOM 4 */
ul.bottom4 {
	width: 175px;
	margin: 0;
	padding: 0;
	margin: 5px 5px 0 0;
	list-style: none;
	background-color: #F8EBD1;
	float: left;
}

ul.bottom4 li {
	margin: 5px;
}

* html ul.bottom4 li {
	margin: 5px 5px -5px 5px;
}

ul.bottom4 li.title {
	margin: 0;
}

ul.bottom4 li.morelink {
	background-color: #FCD172;
	margin: 0;
	height: 12px;
	padding-top: 5px;
	text-align: right;
}

ul.bottom4 li.morelink img {
	margin-right: 5px;
}

/* --- FOOTER STUFF -- */
div#footer {
	background-image: url(../img/bckg_footer.gif);
	height: 58px;
	background-repeat: repeat-x;
	margin-top: 10px;
	position: relative;
}

div#footer img.footerleft {
	position: absolute;
	left: 0;
}

div#footer img.footerright {
	position: absolute;
	right:0;
	top: 0;
}

div#footer table {
	margin: auto;
	text-align: center;
}

* html div#footer table {
	margin-top: 10px;
}


