body {
	margin: 0px;
	padding: 0px;
	font-family: "Trebuchet MS", Arial, Verdana, Helvetica, sans-serif;
	color: #000000;
	background-color: #ffffff;
}
textarea, input {
	font-family: "Trebuchet MS", Arial, Verdana, Helvetica, sans-serif;
}
#blog_list_box {
	position: relative;
	float: left;
	clear: none;
	width: 786px;
	border-top: solid 3px #000000;
	border-bottom: solid 3px #000000;
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	line-height: 2em;
}
#blog_list {
	list-style: none;
	margin:0px;
	padding: 0px;
}
#blog_list li {
	float: left;
	clear: none;
	width: 250px;
	height: 75px;
	margin: 3px;
	padding: 3px;
}
#blog_list li a:link, #blog_list li a:visited {
	display: block;
	width: 100%;
	height: 100%;
	color: #000000;
	text-decoration: none;
	border: solid 2px #ffffff;
}
#blog_list li a:hover, #blog_list li a:focus {
	background-color: #dedede;
	border: solid 2px #cccccc;
}
#blog_list li a img {
	float: left;
	clear: none;
	border: solid 1px #ab0000;
	margin: 5px;
	width: 100px;
}
#blog_list li a .blog_title {
	display: block;
	font-weight: bold;
	width: 125px;
	line-height: normal;
}
#blog_list li a .blog_date {
	display: block;
	width: 125px;
	line-height: normal;
}
.btn-slide {
	/*border-left: solid 4px #422410;
	background: transparent url(images/btn-slide-h.gif) no-repeat right top;*/
	/* background: red url(images/white-arrow-h.gif) no-repeat top -50px; */
	text-align: center;
	width: 31px;
	height: 154px;
	padding: 0px;
	margin: auto 0;
	float: left;
	clear: none;
	display: block;
	font: bold 120%/100% Arial, Helvetica, sans-serif;
	color: #ff0;
	text-decoration: none;
}
#content {
	position: relative;
	width: 100%;
	height: 100%;
	color: #ffffff;
	opacity: 1;
	-moz-opacity: 1;
	filter: alpha(opacity=100);	
	float: left;
	clear: none;
}
#location {
	float: right;
	clear: none;
	font-family: "Trebuchet MS", Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 21px;
	margin: 0px;
	padding: 0px;
}
#main {
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -224px 0px 0px -393px;	
	width: 786px;
}
#map {
	position: absolute;
	top: 0px;
	left: 0px;
}
#overlay {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	opacity: 0.65;
	-moz-opacity: 0.65;
	filter: alpha(opacity=65);
	background-color: #000000;
}
.paddiv {
	padding: 10px 20px;
}
#panel {
	position: relative;
	float: left;
	clear: none;
	height: 400px;
	overflow: hidden;
	width: 450px;
	display: block;
	margin-left: -450px;
	border-right: solid #fff 1px;
	/* background: transparent url(../images/test-bg-wide-blur.jpg) no-repeat fixed 250px 110px; */
}
#panel_container {
	position: relative;
	float: left;
	clear: none;
	width: 786px;
	height: 400px;
	background-color: transparent;
	background-repeat:  no-repeat;
	background-position: top left;
	border: solid 3px #000000;
	overflow: hidden;
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	line-height: 2em;
}
.post_info {
	float: left;
	margin-top: 5px;
}
#post_links {
	position: absolute;
	top:10px;
	right:10px;
	width:94px;
}
#post_links a:link, #post_links a:visited  {
	float: left;
	clear: both;
	display:block;
	text-align:center;
	width: 100%;
	color:#ffffff;
	text-decoration:none;
	font-size:10px;
	line-height: 14px;
	vertical-align: middle;
}
#post_links a:hover, #post_links a:focus {
	color: #000000;
	background-color: #FFFFFF;
}
#post_textarea {
	font-size: 11px;
	line-height: 2em;
}
#post_title, .post_title {
	font-size: 17px;
}
.slide {
	margin: 0px;
	padding: 0px;
	border-left: solid 4px #422410;
	background: url(../images/btn-slide-h.gif) no-repeat right top;
}

#page_top {
	float: left;
	clear: none;
	width: 100%;
	height: 26px;
	padding: 0px;
	margin: 0px;
}
#title_top {
	float: right;
	clear: none;
	font-family: arial, helvetica, sans-serif;
	font-size: 28px;
	text-transform: uppercase;
	font-weight: bold;
	color: #000000;
	text-align: right;
	vertical-align: baseline;
	padding: 0px;
	margin: 0px;
}
#title_top a {
	color: #000000;
	text-decoration: none;
}

#page_bottom {
	float: left;
	clear: none;
	width: 100%;
	height: 21px;
	padding: 0px;
	margin: 0px;
}
#title_bottom {
	font-family: arial, helvetica, sans-serif;
	font-size: 21px;
	line-height: 21px;
	height: 21px;
	text-transform: uppercase;
	font-weight: bold;
	color: #000000;
	text-align: left;
	vertical-align: top;
	padding: 0px;
	margin: -2px 0px 0px;
}