/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 0;
	padding: 0;
	background: #E3E6EB;
	font: normal small "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #444;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	color: #054950;
}

h2 {
	letter-spacing: -2px;
	font-size: 1.8em;
}

p, blockquote, ol, ul {
	line-height: 180%;
	font-size: .9em;
}

a {
	border-bottom: none;
	text-decoration: none;
	color: #8F2831;
}

a:hover {
	border: none;
	color: #444;
	text-decoration: underline;

}

span {
	font-weight: bold;
	color: #054950
}
	

/* Header */

#header {
	height: 150px;
	
}

#header h1 {
	padding: 10px 20px 0 0;
	text-align: right;
	letter-spacing: -4px;
	font-size: 3.5em;
	
}

#header h1 a {
	border: none;
	text-decoration: none;
	color: #8F2831;
}

#header img.noborder {
	border: none;
}


#header h2 {
	margin: 0px 0 0 0;
	padding: 0 30px 0 0;
	text-align: right;
	letter-spacing: normal;
	font-size: 1em;
}

#header h2 a {
	border: none;
	text-decoration: none;
	color: #054950;
}

/* Content */

#content {
	width: 760px;
	margin: 0 auto;
	background: #FFFFFF;
}

/* Column One */

#colOne {
	float: left;
	width: 480px;
}

#colOne .post {
	margin: 0 30px;
	padding: 5px 0 10px 0;
	border-top: 10px solid #F6F6F6;
}

#colOne .posted {
	font-size: .8em;
}

#colOne img.left {float:left; margin-right:20px;}

#colOne img.right {float:right; margin-left:20px;}


/* Column Two */

#colTwo {
	float: left;
	width: 280px;
	background: #F6F6F6;
}

#colTwo ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#colTwo li {
	padding: 20px 30px;
	border-bottom: 1px solid #5F5F5F;
}

#colTwo li ul {
	padding-left: 24px;
}

#colTwo li li {
	padding: 0;
	border: none;
}

#colTwo h2 {
	letter-spacing: -1px;
	font-size: 1.8em;
	margin-bottom: 0.5em;
	background: url('images/img4.gif') no-repeat left center;; padding-left:24px; padding-right:0; padding-top:0; padding-bottom:0
}

#colTwo a {
	border: medium none;
	color: #333;
}

#colTwo a:hover, #colTwo .active a {
	background: #B22900;
	color: #FFF;
}

#colTwo img.noborder {
	border: none;
}

#menu {
	background: #D3E1E4 url('images/img3.gif') no-repeat;
}

#menu h2 {
	background-image: url('images/img6.gif');
}

#menu h2 a {
	color: #054950;
}

#menu ul {
	margin: 0;
	padding: 0;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	width: 195px;
	margin-left: -24px;
	padding: 0 0 3px 24px;
	background: none;
	color: #333;
}

#menu a:hover, #menu .active a {
	background: #B22900;
	color: #FFF;
}

/* Footer */

#footer {
	width: 760px;
	margin: 0 auto;
	background: #D3E1E4;
}

#footer * {
	color: #054950;
}

#footer p {
	margin: 0;
	padding: 10px 0;
	text-align: center;
	font-size: 0.9em
}
