
/* LAYOUT STYLES                             */
/* ----------------------------------------- */

html {
	margin: 0;
	padding: 0;
	font-size: 86%;
}
body {
	margin:0;
	padding:0;
	color:#000;
	background-color: #eee;
	font-family: verdana, tahoma, helvetica, arial, sans-serif;
	font-size: 12px;
}
#wrapper {
	text-align: left;
	margin: 0px auto 12px auto;
	padding: 0px;
	border-left: 1px #000 solid;
	border-right: 1px #000 solid;
	width: 728px;
	background: url("/graphics/page_bg.gif") repeat;
}

#wrapper.nobg {
	background-color: #fff;
	background-image: none;
}

#container {
	margin: 0;
	padding: 0;
}

#header {
	margin: 0;
	padding: 0;
	background:#ddd;
	background-image: url('/graphics/mt_header.jpg');
	background-position: top left;
	background-repeat: no-repeat;
	height: 171px;
}

#header a {
	text-decoration: none;
}

#tohome {
	width: 726px;
	height: 169px;
	font-size: 20px;
	font-weight: bold;
	text-indent: 12px;
	color: #FC0;
}
#tohome a {
	color: #070;
}

#sidebar {
	float: left;
	width: 200px;
	font-size: 10px;
	text-align: center;
}

#main { 
	margin: 0 6px 24px 6px;
	float: right;
	width: 500px;
	height: 1%; /* Holly hack for Peekaboo Bug */
}

#main.wide {
	width: 710px; /* was 720 */
}

#navbar {
	margin: 0;
	width: 100%;
	background-color: #bfb77f;
}

#navbar p {
	margin: 0 0 0 12px;
}

#footer {
	width: 728px;
	margin: 0px auto;
	clear: both;
	background: #222;
	color: #ccc;
	font-size: 9px;
	text-align: left;
}

#footer p {
	line-height: 19px;
	margin-left: 12px;
}

table.listing {
	width: 100%;
}
table.listing td {
	font-size: 11px;
	font-family: arial, helvetica, sans-serif;
	border-bottom: 1px #ddd solid;
}

form {margin: 0; padding: 0;}

input.search {width: 140px;}

/* FUNCTION STYLES                           */
/* ----------------------------------------- */

h1, h2, h3, h4 {margin-top: 18px; margin-bottom: 4px; padding: 0; }
h1 {font-size: 18px; color: #960; text-transform: uppercase;}
h2 {font-size: 16px; color: #a70;}
h3 {font-size: 14px; color: #b80;}
h4 {font-size: 12px; color: #c90;}

#main a {
	text-decoration: underline;
	color: #070;
}

#main a:hover {
	text-decoration: none;
	border-bottom: 1px solid #050;
	color: #090;
	background-color: #eee;
}
	





/*  MENU STYLES                     */
/* ----------------------------------------- */

ul.nav { /* all lists */
	font-family: tahoma, arial, helvetica, sans-serif;
	padding: 0px;
	margin: 4px;
	list-style: none;
	width: 185px;
	font-size: 11px;
	text-align: left;
	border: 1px #555 solid;
}

ul.nav li {
	text-align: left;
	margin-bottom: 3px;
}

ul.nav li.parent {
	background-color: #fff;
	color: #000;
	font-weight: bold;
	padding: 2px;
	line-height: 140%;
}

ul.nav  li ul li {
	padding-left: 12px;
}


ul.nav li a {
	margin-left: 6px;
	padding-left: 1px;
	color: #000;
	text-decoration: none;
	text-indent: 4px;
}

ul.nav a:hover {
	text-decoration: underline;
	margin-left: 0px;
	padding-left: 1px;
	border-left: 6px #080 solid;
	text-indent: 4px;
}


/*  SEARCH RESULT STYLES                     */
/* ----------------------------------------- */

dd.srch {
	margin-bottom: 8px;
}

dt.srch strong, dd.srch strong {
	font-weight: bold;
}

span.score {
	color: #888;
}
