@charset "UTF-8";
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:14px;
	background:url(../images/header_links.jpg) center top no-repeat;
	margin:0;
}
em {
	color: #2A2A2A;
}

h5 {
	font-size: 0.8em;
	color: #333;
	padding-top: 10px;
}
a {
	color:#000;
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
}
img {
	border:0;
}
a img {
	border:0;
}
img.bordered {
	padding:1px;
	border:18px solid #333;
}
a img.bordered {
	border:#202020 solid 5px;
}
a:hover img.bordered {
	border:#CCC solid 5px;
}
.clear {
	clear:both;
}
#container {
	width:840px;
	padding:0;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#logo {
	padding:0;
	margin:0;
	height:77px;
	width:420px;
	text-indent:-9999px;
	background:url(../images/header_text.png) no-repeat;
	position:relative;
	left:11px;
}
#menu {
	font-family:'Helvetica Neue',Arial,sans-serif;
	width:810px;
	height:35px;
	margin:auto;
	margin:0;
	padding:0;
	margin-top:0px;
	margin-left:15px;
}
#menu li {
	padding:0;
	margin:0;
	float:left;
	list-style:none;
}
#menu li a {
	padding:9px 10px 5px 10px;
	display:block;
	
	text-decoration:none;
	height:21px;
	
	float:left;
	
	color:#000;
	font-size:16px;
	line-height:16px;
}
#menu li a:hover {
	color:#000;
	background-image: url(../images/menu_variations.png);
	background-repeat: repeat-x;
	background-position: 0px 0px;
}
#menu li a:active {
	color:#000;
	background-image: url(../images/menu_variations.png);
	background-repeat: repeat-x;
	background-position: 0px -35px;
}
#menu li a.selected {
	color:#FFF;
	background-image: url(../images/menu_variations.png);
	background-repeat: repeat-x;
	background-position: 0px -70px;
}
#content {
	width:840px;
	padding:0 0;

}
#content h2 {
	padding:25px 20px 0 20px;
	margin:0;
	font-weight:normal;
}
#text {
	width:380px;
	float:left;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 15px;
}
#text h2 {
	font-weight:normal;
	padding:0;
	margin:0;
}
#text h3 {
	background-color:#036;
	color:#FFF;
	font-weight:normal;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.post {
	border-bottom:#999 dashed 1px;
}
.message_footer {
	background-color:#E5E5E5;
	margin:10px 0;
	padding:7px;
}
.message_footer .comments {
	float:left;
}
.message_footer .read_more {
	text-align:right;
	width:200px;
	float:right;
}
.message_footer ul {
	font-family: Georgia;
	margin:0;
	padding:0;
}
.message_footer li {
	list-style-type: disc;
	line-height: 18px;
	padding-left: 5px;
	padding-top: 12px;
	margin-left: 20px;
	padding-bottom: 10px;
}

#subbar {
	float:right;
	width:410px;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 5px;
	padding-left: 0;
}
#subbar .box {
	text-decoration:none;
	color:#666;
	width:390px;
	display:block;
	background:url(../images/bar_section_start.png) no-repeat;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 10px;
}
#subbar .box h3, #subbar a.box h3 {
	color:#000;
	font-size:18px;
	font-weight:normal;
	height:15px;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 8px;
}
#subbar ul {
	font-family: Georgia;
	margin:0;
	padding:0;
}
#subbar ul li {
		list-style-type: disc;
	line-height: 18px;
	padding-left: 5px;
	padding-top: 12px;
	margin-left: 20px;
	padding-bottom: 10px;
}
#subbar ul a {
	text-decoration:none;
}
#subbar ul a:hover {
	color:#333;
	text-decoration:underline;
}
#subbar ul li a {
	display:block;
	height:25px;
	padding:10px 0 0 8px;
		font-size:15px;
		color:#666;
	border-bottom:dashed 1px #666;
	list-style:none;
}
#footer {
	text-align:center;
	font-size:12px;
	height:160px;
	width:844px;
	background-image: url(../images/footer.png);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 20px 0 0 0;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	clear: both;
	line-height: 18px;
}
.footersmall {
	font-size: 0.8em;
}
