@charset "utf-8";
/* CSS Document */

body {	
	background-color:#EEE;
	font: 0.9em Tahoma, sans-serif;
}

p {
	line-height: 1.5em;
	color:#666666;
	padding:0 0 10px 0;
	margin:0;
}

h1 {	
	font: 0.7em Tahoma, sans-serif;
	font-size:18px;
	/*font-weight:bold;*/
	padding:30px 0 0 30px;
	color:#514F1C;
}

h2 {	
	font: 0.7em Tahoma, sans-serif;
	font-size:18px;
	/*font-weight:bold;*/
	color:#514F1C;
}

ul {
	list-style:disc;
	padding-left:30px;
}

li {
	line-height: 1.7em;
	color:#666666;
}

a {
	color:#514F1C;
}


#container {
	margin:40px auto 10px auto;
	width:800px;
}

#header {
	width:100%;
	border-top:1px solid #999;
	border-left:1px solid #999;
	border-right:1px solid #999;
	background-color:#fff;
}

#logo {
	float:left;
	padding:3px 35px;
}

#title { 
	float:left;
}

#title p {
	padding-left:30px;
}	

#content {
	clear:left;
	width:100%;
	margin-left:1px;
	border-right:1px solid #999;
}

#content {
	border-right:1px solid #999;
}

#menu {
	height:100%;
	width:152px;
	float:left;
	text-align:right;
	border-bottom:1px solid #eee;
}

#menu img {
	float:left;
	margin-left:2px;
}


#linksmenu a{
	float:right; 
	width:145px; 
	height:20px; 
	background-color:#ABC578; border-left:solid 1px #FFFFFF; border-bottom:solid 1px #FFFFFF;
	font: 0.7em Tahoma, sans-serif;
	font-size: 12px;
	/* font-weight:bold; */
	color: #FFFFFF;
	text-decoration:none;
	padding-top:5px;
}

#linksmenu a:hover {
	/* background-color:#514F1C; */
	border-left:solid 3px #514F1C;
	
}

#linksmenu a.current {
	background-color:#514F1C;
}


#info {
	float:right;
	padding:0 30px 10px 30px;
	width:587px;
	border-left:1px solid #999;
	border-bottom:1px solid #999;	
	background-color:#fff;
	min-height:165px;
	-height:165px;
}

.rtspc {
	padding-right:5px;
}

.backlink {
	font-size:.8em;
}

/* ORIGINAL STYLES */
/*GRAY PANEL*/
.panel{
	padding:12px;
	border:solid 1px #E4E4E4;
	background-color:#EEEEEE;
	margin:10px;
	padding:10px;
	width:400px;
	height:160px;
}

/*TEXT STYLES*/

.section {
	font: 0.7em Tahoma, sans-serif;
	font-size:18px;
	/* font-weight:bold; */
	color:#514F1C;
}

.listings{
	font: 0.8em Tahoma, sans-serif;
	border-style: solid;
	border-left-style: none;
	border-right-style: none;
	border-top-style: none;
	border-width: 1px;
	border-color: #666666;
	padding:20px 0;
	vertical-align:middle;
}


.bodytext {
	font: 0.9em Tahoma, sans-serif;
	color: #666666;
}

.bodytext p{
	line-height: 1.5em;
}

.bodytext li{
	line-height: 1.5em;
}

.bodytext a {
	color: #514F1C;
	text-decoration: none;
	text-decoration: underline;
}

.bodytext a:hover {
	color: #514F1C;
	text-decoration: none;
}

.contacttext {
	font: 1em Tahoma, sans-serif;
	color: #666666;
	padding:10px 30px 30px 30px;
}

.contacttext a {
	color: #514F1C;
	text-decoration: none;
	text-decoration: underline;
}

.contacttext a:hover {
	color: #514F1C;
	text-decoration: none;
}

.availtext {
	/*font: 0.8em Tahoma, sans-serif;*/	
	color: #666666;
}


.availtext a {
	color: #514F1C;
	text-decoration: none;
	text-decoration: underline;
}

.availtext a:hover {
	color: #514F1C;
	text-decoration: none;
}


.inserttext {
	font: 0.8em Tahoma, sans-serif;
	color: #666666;
}

.smallgraytext {
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	//font-weight:bold;
	color:#999999;
	text-align: center;
	vertical-align:text-bottom;
}
.smallgraytext a{
	font: 0.7em Tahoma, sans-serif;
	font-size: 11px;
	font-weight:bold;
	color:#CCCCCC;
	text-decoration:none;
}
.smallgraytext a:hover{
	text-decoration:underline;
}
.titletext {
	font: 0.7em Tahoma, sans-serif;
	font-size:28px;
	font-weight:bold;
	color: #559955;
}

.logotext {
	font: 0.7em Tahoma, sans-serif;
	font-size:36px;
	font-weight:bold;
	color: #999999;
}




	
