@charset "utf-8";
/* CSS Document */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1.5;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	background:#91b7b1 url(images/body_bg.gif) top repeat-x;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a {
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
.clear {
	clear:both;
}
#outer_bg {
	background:url(images/outer_bg.jpg) top center no-repeat;
}
#wrapper {
	width:950px;
	margin:0 auto;
}
#header {
	padding:18px 0 0 0;
	text-align:center;
}
#nav {
}
#nav ul {
	width:950px;
	height:36px;
	margin:0 auto;
	text-align:center;
	background:url(images/nav_bg.gif) repeat-x;
}
#nav ul li {
	display:inline;
}
#nav ul li a {
	color:#fff;
	padding:12px 5px;
	text-transform:uppercase;
	text-decoration:none;
	line-height:38px;
}
#nav ul li a:hover, #nav ul li a.selected {
	background:url(images/nav_hover_bg.gif) repeat-x;
}
#sidebar {
	width:249px;
	background:#00483a;
	float:left;
}
#sidebar ul {
}
#sidebar ul li {
	margin:0 0 10px 0;
}
#sidebar ul li h2 {
	height:36px;
	line-height:36px;
	font-size:14px;
	color:#fff;
	text-align:center;
	text-transform:uppercase;
	background:url(images/sidebar_h2_bg.gif) top center no-repeat;
}
#sidebar ul li ul {
	width:195px;
	padding:15px;
	background:#fff;
	border:3px solid #f15d2f;
	margin:0 auto;
}
#sidebar ul li ul li {
	margin:0;
	line-height:1.4;
}
#sidebar ul li ul li a {
	color:#010101;
}
#sidebar ul li ul li a:hover {
	font-weight:bold;
}
#posts {
	width:681px;
	padding:10px;
	float:right;
}
#banner {
}
.post {
	padding:8px;
	border:1px solid #00483a;
	background:#fff;
	margin:9px 0 0 0;
}
.post_hdr {
	height:80px;
	padding:0 10px 0 50px;
	background:#fddbc8;
	position:relative;
}
.hdr_img {
	top:-12px;
	left:10px;
	z-index:1000;
	position:absolute;
}
.post_date {
	height:75px;
	width:59px;
	padding:5px 0 0 0;
	background:#fff;
	color:#00483a;
	text-align:center;
	float:right;
}
.post_date span {
	font-size:18px;
	display:block;
}
.post_hdr h2 {
	padding:5px 0 0 0;
	font-size:20px;
	font-weight:normal;
}
.post_hdr a {
	color:#000000;
}
.post_cat {
}
.entry {
	padding:25px 25px 25px 55px;
	text-align:justify;
}
.post_ftr {
	height:31px;
	line-height:31px;
	background:#fddbc8;
}
.post_cmmnts {
	padding:0 10px;
	float:right;
}
.post_cmmnts a {
	color:#000;
}
#footer {
	padding:10px 0 0 0;
	color:#00483a;
	text-align:center;
	font-size:9px;
}
#footer a {
	color:#00483a;
}
h2.pagetitle {
	text-align: center;
	color: #00483a;
	font-size: 20px;
}
.ales_image {
	float: left;
	display: inline;
	margin: 5px 10px 5px 0px;
	padding: 0px;
}
.ales_desc {
	float: left;
	display: inline;
	width: 480px;
	padding: 10px 5px 5px;
}
.alignleft {
	float:left;
	padding:0px 20px 20px 0px;
	margin: 0px;
}
.alignright {
	float:right;
	padding:0px 0px 20px 20px;
	margin: 0px;
}