﻿/*style*/
*{ margin: 0; padding: 0; }* 
body { 
	font: 12px Verdana, Arial, "Trebuchet MS", Tahoma, sans-serif; 
	line-height: 1.6em;
	color: #444; 
}

a {	color: #E0691A;	background: inherit; text-decoration: none; }
a:hover { color: #317486; background: inherit; }
p { margin: 0 0 15px 0; }

h1 { font: normal 2.5em "Trebuchet MS", Arial, Sans-Serif; padding: 18px 0 0 11px; margin: 0; }
h1 a { color: #737373; background: inherit; }
h1 a:hover { color: #737373; background: inherit; }
.orange { color: #E0692A; font-size: 1em; }

h2 { font: bold 1.6em Arial, Sans-Serif; margin: 0 0 12px; }
h4 { color: #808080; background: inherit; font-weight: normal; font-size: .9em; }

h3 { font: bold 1.3em Arial, Sans-Serif; color: #46852F }

.image {
	float: left;
	margin: 0 9px 3px 0;
}

/*layout*/
#content { width: 900px; margin: 0 auto; }

#header { 
	height: 70px;
	background: #fff url("images/headerbg.gif") repeat-x bottom;
	color: #808080;
	margin: 3px 0;
	padding: 10px 0 0 0;
}
#logo {
	float: left;
}
#top_info {
	float: right;
	height: 50px;
	width: 555px;
	padding: 5px 0 4px 0;
	color: #737373;
	text-align: right;
}
#top_info p {
	padding: 8px 30px;
	font-size: 1.1em;
	font-weight: bold;
}

.date  {
	width: 75px;
	font-size: .8em;
	color: #FFF;
	background: inherit;
}
#bar { 
	clear: both;
	font-size: 1.1em;
	height: 30px;
	line-height: 30px;
	color: #FFF;
	background: #FF9148 url("images/menubg.gif") repeat-x;
	margin-bottom: 30px;
}
	#bar ul {
	list-style: none;
}
	#bar li { 
		padding: 0 12px 0 12px;
		color: #FFEADC;
		float: left; 
	}
	
	#bar li a:hover { 
		background: #FFE37D url("images/bar.gif") repeat-x; 
		color: #fff;
		font-weight: bold; 
		
	}
	
	#bar li a { 
		display: block;
		float: left;
		height: 30px;
		padding: 0 12px 0 12px;
		font-weight: bold;
		color: #FFF; 
		background: inherit;
		text-decoration: none;
	}

/*the two columns*/
#left { clear: left; float: left; width: 240px; padding: 0 34px 0 15px; font-size: .9em; margin: 0 0 15px; }
	#leftmenu { list-style: none; margin: 0 0 20px 0; }
	#leftmenu li { padding: 0 0 0 12px; background: #fff url("images/bullet.gif") no-repeat center left; color: #46852F; }
	#leftmenu li a { background: #EAFFE3; color: #46852F; }
	#leftmenu li a:hover { background: #EAFFE3; color: #800080; }

#right {
	margin: 0 15px 20px 0;
	padding: 0 0 0 35px;
	border-left: 1px solid #ccc;
	float: right;
	width: 560px;
	text-align: justify;
}
	#notice { padding: 12px 14px 1px; background: #f4f4f4 url("images/noticebg.gif") no-repeat bottom right; color: #808080; }

	#left h3 { border-bottom: 1px solid #eee; padding: 0 0 7px; margin: 0 0 15px 0; }
	#right h2 { border-bottom: 1px solid #ccc; padding: 0 0 8px; }
	
/*footer*/
#footer { 
	clear: both;
	text-align: center;
	padding: 10px 0;
	border-top: 1px solid #ccc;
	line-height: 2em;
}

/*additional*/ 
.paging { word-spacing: 6px; text-align: center; }
div.forsale { border-bottom: 1px solid #ccc; padding-top: 4px; }
p.center { text-align: center; }
.err {
	font-weight: bold; color: #760000; padding-left: 18px; background: url('images/error.png') no-repeat left top;
}
#check {
	margin: 0; padding-left: 20px; list-style-type: none;
}
#check li {
	background: url('images/check.gif') no-repeat 0 50%;
	padding-left: 30px;
}
.styleul {
	text-decoration: underline;
}
