body { 
	background: #6a6a6a url(images/bg.gif);
	margin: 0;
	padding: 0;
}
hr {
	height: 2px;
	background-color: #a8a8a8;
	width: 100%;
}
#container {
	width: 80%;
	margin: 3% auto;
	background-color: #fff;
	border: 1px solid #000;
	padding: 5px;
	min-width: 700px;
	overflow: hidden;
}
#leftBar {
	width: 210px;
	background: #b83024 url(images/leftBg.jpg) no-repeat top left;
	margin: 0;
	padding: 0;
	border: none;
	float:left;
	display: inline;
}
#logo {
	padding: 2px 2px 0 2px;
}
#contact {
	position: relative;
	background: #fff;
	padding: 2px;
	margin: 2px 2px 2px 2px;
}
#tel, #post, #email, #fax {
	font-family: verdana, arial, sans-serif;
	color: #fff;
	font-size: 10px;
	margin: 2px;
	padding: 10px 10px 10px 26px;
	
}
#post {
	background: #1f70b7 url(images/icPost.gif) no-repeat 5px 10px;
}
#tel {

	background: #1f70b7 url(images/icPhone.gif) no-repeat 5px 8px;
}
#fax {

	background: #1f70b7 url(images/icFax.gif) no-repeat 5px 8px;
}
#email {

	background: #1f70b7 url(images/icMail.gif) no-repeat 5px 8px;
}
#contact * a {
	font-size: 10px;
	color: #fff;
	text-decoration: none;
}
#rightBar {
	display: block;
	margin: 0;
	border: 1px solid #693d3d;
	padding: 2px;
	float: none;
	margin-left: 215px;
}
#rightBar:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
#header {
	height: 58px;
	background: #1f70b7 url(images/hdWelcome.gif) no-repeat top left;
	margin: 1px;
	z-index: 2;
	padding: 0px;
	border: 1px solid #693d3d;
}
#header h1, #header h2 {
	display: none;
}
#content {
	padding: 5px 3%;
	border: 1px solid #693d3d;
	margin: 2px;
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
}
#content h1 {
	font-size: 12px;
	font-weight: bold;
	color: #693d3d;
	margin: 10px 0 10px 0;
	padding: 2px 0 0 0;
}
#news ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#news ul * {
	font-size: 12px;
}
#news ul li {
	background-color: #f1f1f1;
	margin-bottom: 1px;
}
/*----------[navigation--------------*/
#menu ul {
	display: block;
	list-style: none;
	margin: 0 0 0 0;
	padding: 0 2px;
}
#menu ul li {
	line-height: 25px;
	margin: 0 0 1px 0;
	text-align: center;
	background-color: #693d3d;
	display: block;
	height: 25px;
}
#menu[id] ul li {
	height: auto;
}
#menu a, #menu a:link {
	color: #fff;
	text-decoration: none;
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	width: 100%;
	display: block;
	background-color: #693d3d;
	overflow: hidden;
}
#menu a:hover {
	background-color: #695c5c;
}
#menu li { position: relative; }
#menu ul ul {
	position:absolute;
	top:-10px;
	left:99%;
	width: 100%;
	background: #b85720;
}
#menu[id] ul ul {
	position: absolute;
	top: 0;
	left: 100%;
	width: 100%;
	background: #b85720;
}
div#menu ul ul, div#menu ul li:hover ul ul {
	display: none;
}

div#menu ul li:hover ul, div#menu ul ul li:hover ul { 
	display: block;
}

/*--------------[admin]------------*/
#admin, #admin a {
	color: #fff;
	padding: 5px;
}
.login_welcom {
	color: #fff;
}
