/* CSS Document */
html, body {height:100%}
body {
	padding:0;
	margin:0;
	background: #fff;
	color: #000000;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
#outer{
	height:100%;
	min-height:100%;
	min-width: 800px;
	margin-left:160px;
	margin-bottom:-30px;
	color: #000000;
}
 
html>body #outer{height:auto; 	min-width: 800px;} /*for mozilla as IE treats height as min-height anyway*/
#header{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	min-width: 800px;
	height:110px;
	background:#fff;
	overflow:hidden;
	color: #000000;
	font-family:Garamond, Verdana, Arial, sans-serif;
}
#left {
	position:relative;/*ie needs this to show float */
	width:160px;
	float:left;
	margin-left:-159px;/*must be 1px less than width otherwise won't push footer down */
	margin-top:110px;/*needed to make room for header*/
	background: transparent url('images/leftlogo.gif') right no-repeat;
	border-right: 1px solid /*#eee*/ #6d3321;
	height: 360px;
}

#left p {padding-left:3px;padding-right:2px}


#footer {
	width:100%;
	clear:both;
	height:30px;
	border-top:0px solid #000;
	border-bottom:0px solid #000;
	background: #6d3321 url('images/footback.gif') repeat-x;
	color: #ffffff;
	text-align:center;
	position:relative;
}
* html #footer {/*only ie gets this style*/
	\height:30px;/* for ie5 */
	he\ight:30px;/* for ie6 */
}
#clearheader{height:110px;}/*needed to make room for header*/
#clearfooter{clear:both;height:40px;}/*needed to make room for footer*/
div,p  {margin-top:0}/*clear top margin for mozilla*/

* html #centrecontent {height:1%;margin-bottom:12px; margin-right: 10px;}/* combat IE's 3 pixel jog */
/* *************** Custom Design from here on    ***************************** */

#menu {
	width: 100%;
	height: 20px;
	background: #6d3321 url('images/menubk.gif') repeat-x;
	position:absolute;
	left: 0;
	bottom: 0;
}

#logo {
	position: absolute;
	top: 0px;
	left: 5px;
}

#headr1 {
	position: absolute;
	top: 10px;
	right: 10px;
	border-left: 1px solid #6d3321;
	height: 60px;
	padding-left: 7px;
}

#headr2 {
	position: absolute;
	top: 10px;
	right: 200px;
	border-left: 1px solid #6d3321;
	height: 60px;
	padding-left: 7px;
}

#headr3 {
	position: absolute;
	top: 10px;
	right: 408px;
}

#headr4 {
	position: absolute;
	top: 10px;
	right: 365px;
}

#headr1 p,#headr2 p {
	margin: 0;
	padding: 0;
	font-size: 13px;
}

/* *************************************************************************************** */

#ftlogo {
	float: right;
	width: 50px;
	height: 30px;
	background-color:#FFFFFF;
}

#footer p {
	color: #ffffff;
	font-size: 0.6em;
	text-align:left;
	float: left;
	margin-left: 20px;
	margin-top: 8px;
}

#footer p a {
	color: #ffffff;
	text-decoration:none;
}

#footer p a:hover {
	color: #ffffff;
	text-decoration:underline;
}
.test {
	margin: 34px 5px 35px 5px;
	font-size: 0.7em;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

.test img {
	border: 1px solid #000;
}

/* *************************************************************************************** */

#centrecontent {
	font-size: 0.8em;
	margin-left: 10px;
 }
 
#centrecontent h1, #centrecontent h2, #centrecontent h3 {
	margin-top: 5px;
	text-decoration: none;
	width: 90%;
	padding-left: 40px;
	background: transparent url('images/tmnew.gif') left no-repeat;
	line-height: 20px;
	font-family: Verdana, Arial, sans-serif;
	font-size: 14px;
}

.h123 {
	background-image:url(images/h123.gif);
	background-repeat:repeat-x;
	background-position:bottom;
}

.imgblock {
	float: right;
	border-left: 1px solid #6d3321;
	background: #6d3321;
	margin: 5px 15px 5px 10px;
}

/* *************************************************************************************** */

ul#mainnav {
	list-style: none;
	margin: 0;
	padding: 0;
	}
		
ul#mainnav li {
	border-top: 0px solid #A5B5C6;
	margin-top: 1px;
	}

ul#mainnav li a:link, ul#mainnav li a:visited {
	text-decoration: none;
	display: block;
	width: 149px;
	height: 20px;
	padding: 5px 3px 5px 7px;
	/*background-color: #5C6F90;*/
	background-image:url(images/navback.gif);
	background-repeat:no-repeat; 
	font: bold 0.8em arial, sans-serif;
	color: #fff;
	}

ul#mainnav li a:hover {
	color: #5C6F90;
	text-decoration: underline;
	background-image:url(images/navbackd.gif);
	background-repeat:no-repeat; 
	}

/*  Subnav  */

ul#mainnav ul.subnav {
	list-style: none;
	margin: 0;
	padding: 0;
	}

ul#mainnav ul.subnav li {
	border-top: 0 none;
	}

ul#mainnav ul.subnav li a:link, ul#mainnav ul.subnav li a:visited {
	padding: 1px;
	text-align: right;
	font: bold 0.7em /1.5 verdana, sans-serif;
	color: #5C6F90;
	background: transparent url('images/blank.gif');
	}

ul#mainnav ul.subnav li a:hover {
	color: #43616B;
	background: transparent url('images/blank.gif');
	text-decoration: underline;
	}

#adtable {
	border: 1px solid #000;
	text-align:center;
	margin: auto;
}

#adtable a:link img, #adtable a:visited img, #adtable a:hover img {
	border: 0px;
	border-left: 1px solid #000;
}

#first a img{
	border-left: 0px;
}

#adblack {
	color: #fff;
	background-color: #000;
	font-size: 0.8em;	
	padding: 3px 0;
}

#market {
	font-size: 1em;
}

