/*
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: #FFFFFF url(images/site_back.png) repeat-x left top;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000000;
}

h1, h3,  h5 {
	margin-top: 0;
	font-variant:small-caps;
	font-family:"Avant Garde", "Century Gothic", "URW Gothic L", "Apple Gothic";
}

h2, h4, h6{font-family:"Trebuchet MS", Arial, Helvetica, sans-serif}
h1 {
	font-size: 2em;
	color: #0153B4;
}
h2 {
	font-size:20px;
	
	color: black;
	padding:0;
	
}
h3 {
	padding:0;
	font-size: 18px;
	color: #0153B4;
	font-variant:normal;
	font-weight:normal;
	margin-top:30px; margin-bottom:4px;
	border-bottom:dashed 1px #ccc;
	border-top:dashed 1px #ccc;
}
h4{color:black; font-size:14px;margin-top:6px; margin-bottom:0px;padding:0;}
ul {
	list-style-image: url(images/img07.gif);
}

#content p {margin-top:2px; margin-bottom:16px;}
.cs_list_menu a {
	text-decoration: none;
	border-bottom: 1px dashed #CCCCCC;
	color: #0153B4;
}
.cs_list_menu a:hover {
	background:#ccc;
	color:white;
	font-weight:bold;
}
#logo_link:hover {
	background:none;
}
a img {
	border: none;
}
img.left {
	float: left;
	margin: 0 20px 0 0;
}
img.right {
	float: right;
	margin: 0 0 0 20px;
}
/* Header */

#logo {
	width: 972px;
	height: 71px;
	margin: 0 auto;
	padding: 0 10px;
}
#logo h1, #logo p {
	float: left;
	margin: 0;
	color: #FFFFFF;
}
#logo h1 {
	padding: 10px 0 0 0;
	text-transform: lowercase;
	font-weight: normal;
	font-size: 3em;
}
#logo p {
	text-transform: uppercase;
	padding: 37px 0 0 3px;
	font-size: 10px;
	color: #FFFFFF;
}
#logo a {
	border: none;
	text-decoration: none;
	color: #FFFFFF;
}
/* Menu */


#menu {
	width: 985px;
	height: 109px;
	margin: 0 auto 12px auto;
	clear:both;
	padding-top:4px;
	position:relative;
	left:-6px;
	background: url(images/menu_back.png) no-repeat left top;
	overflow:visible;
	z-index:5;
	position:relative
}
#menu ul {
	margin: 48px 0 0 210px;
	padding: 0;
	list-style: none;
}
#menu li {
	display: inline;
}
#menu a {
	display: block;
	overflow:hidden;
	height:11px;
	float: left;
	margin: 0 0 0 4px;
	border-left:dotted 1px blue;
	padding: 2px 12px 12px 12px;
	text-decoration: none;
	font-family:"Avant Garde", "Century Gothic", "URW Gothic L", "Apple Gothic";
	
	text-transform:uppercase;
	font-size: 14px;
	color: blue;
}
#menu a:hover {
	color: white;
	
}
a#logo_link {
	height:104px;
	width:208px;
	position:relative;
	top:-36px;
	margin:0;
	padding:0;
	border:none;
}
#menu a .current_page_item {
	color: blue;
}
#menu li a.cs_site_menu_item_active {
	color:white;

	text-decoration:underline;
}
/* Banner */

#banner {
	margin: 0 auto;
	width: 970px;
	height: 315px;
	overflow:hidden;/* background: url(images/home_1.png) no-repeat left top; */
}
/* Wrapper */

#wrapper {
	width:970px;
	background: url(images/back_fade.png) no-repeat left top;
	margin:0 auto 0 auto;
	clear:both;
	position:relative;
	top:-30px;
	z-index:0;
}
/* Page */

#page {
	width: 972px;
	margin: 0 auto;
	padding: 30px 0;
}
#page-bg {
	padding: 11px 24px;
	background: url(images/img03.jpg) no-repeat;
}
/* Latest Post */

#latest-post {
	padding: 20px;
	border: 1px dashed #CCCCCC;
}
/* Content */

#content {
	float: left;
	width: 720px;
	margin-right:10px;
	margin-left:15px;
}
.post {
	margin-bottom: 20px;
	padding-bottom: 15px;
	line-height: 200%;
}
.post h1 {
	font-weight: normal;
	font-size: 30px;
}
.post h2 {
	font-size: 24px;
}
.title {
	margin: 0;
	padding-bottom: 6px;
	font-weight: normal;
	font-family:Verdana, Geneva, sans-serif;
	font-size:12px;
	color: navy;
	margin-left:30px;
	
}
h1.title{margin-left:0}
h3.people_name{font-weight:bold; color:black;}

.title a {
	border-bottom: none;
}
.title a:hover {
	border-bottom: 1px dashed #CCCCCC;
}
.byline {
	border-top: 1px dashed #CCCCCC;
	margin: 0 0 20px 0;
	text-transform: uppercase;
}
.entry {
}
.links {
	font-size: 11px;
}
.links a {
	display: block;
	border: none;
	color: #333333;
}
.links a:hover {
}
.links .more {
	float: left;
	padding-left: 25px;
	bpadding-right: 15px;
	text-transform: uppercase;
}
.links .comments {
	float: left;
	padding-left: 20px;
	background: url(images/img04.jpg) no-repeat left top;
}
/* Sidebars */

.sidebar, .cs_list_menu {
	float: right;
	width: 200px;
	padding: 0 0 0 0;
	margin-left:12px;
	margin-right:12px;
	margin-bottom:12px;
	border-bottom:solid 1px #ccc;
	text-align:center;
}
.cs_list_menu {
	float:right;
	display:none;
}
.sidebar .cs_list_menu {
	display:block;
	float:right
}
.sidebar p {
	background:white;
	margin:0;
	text-align:center;
	border-right:solid 1px #ccc;
	border-left:solid 1px #ccc;
}
.page_menu_label {
	width:200px;
	position:relative;
	left:727px;
	height:30px;
	color:white;
	line-height:30px;
	font-family:Arial, Helvetica, sans-serif;
	background:url(images/sidebar_top.png);
	text-align:center;
}
.page_menu_label h2 {
	color:white;
}
.sidebar ul, .cs_list_menu {
	margin: 0;
	padding: 0;
	list-style: none;
	width:198px;
	position:relative;
	border-right:solid 1px #ccc;
	border-left:solid 1px #ccc;
	background:white;
}
.cs_list_menu {
	height:auto;
}
.cs_list_menu_item {
	display:block;
	clear:both;
	width:194px;
	height:20px;
	padding: 6px 0 6px 4px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
}
.sidebar li {
	margin-bottom: 10px;
	padding: 0 0 20px 0px;
}
.sidebar ul {
	margin:0;
}
.sidebar li {
	margin: 0;
	padding: 5px 10px;
}
.sidebar h2 {
	height: 24px;
	margin: 0;
	display:inline-block;
	width:100%;
	padding: 12px 0 5px 0px;
	text-align:center;
	background: url(images/sidebar_top.png) no-repeat left top;
	font-size: 20px;
	font-weight: normal;
	font-variant:small-caps;
	font-weight:bold;
	color: #FFFFFF;
}
.sidebar p {
	padding: 0 10px;
}
/* Search */
#footer   a{
	font:14px/12px 'Trebuchet MS', Arial, Helvetica, sans-serif;
	color:#999; 
	text-decoration:none;
	text-align:center;
	padding:0 16px 0 16px;
	
	}
	
	#footer  a:hover{
	color:navy; 
	text-decoration:underline;
	
	}
	
	#splash{display:none;}
	
	#footer ul{
		
		padding:0; 
	display:inline;	 margin:20px auto 0 auto;
	
	}
#footer ul li{
	
	display:inline-block; float:left;  text-align:center;
		}
hr{border:none; border-bottom:dashed 1px #ccc;}
#searchform {
	margin: 0;
	padding: 0;
	border: none;
	background: none;
}
#searchform br {
	display: none;
}
#s {
	margin: 0;
	padding: 2px 2px;
	width: 120px;
	height: 18px;
	font-size: 10px;
	color: #000000;
}
#x {
	margin: 0;
	padding: 2px 5px;
	height: 24px;
	border: none;
	background: #A49D3C;
	text-decoration: none;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
}
/* Calendar */

#calendar_wrap {
	padding: 0;
	text-align: center;
	font-size: 10px;
}
#calendar_wrap table {
	width: 100%;
}
#calendar_wrap th {
}
#calendar_wrap td {
}
#calendar_wrap tfoot td {
	border: none;
}
#calendar_wrap tfoot td#prev {
	text-align: left;
	font-weight: bold;
	border: none;
}
#calendar_wrap tfoot td#prev a {
	border: none;
}
#calendar_wrap tfoot td#next {
	text-align: right;
	font-weight: bold;
	border: none;
}
#calendar_wrap tfoot td#next a {
	border: none;
}
/* Footer */

#footer {
	border-top: 1px solid #C8C8C8;
	height: 100px;
	text-align:center;
	width:1000px;
	margin:0 auto 0 auto;
	
}
#footer p {
	margin: 0;
	padding: 20px 0 0 0;
	text-align: center;
	font-size: 10px;
	color: #999;
}
#footer a {
	display:inline-block;
	color: #000000;
	margin-top:20px;
}
/* CopyShop People Plugin Styles */
.people_image {
	float:left;
	margin:0 8px 8px 0;
}

img.copy.people{float:left; margin:0 6px 12px 0;}

.people_email, .dateline{font-size:12px; font-family:"Trebuchet MS", Arial, Helvetica, sans-serif; float:right; text-decoration:none; color:#999}
.people_email:hover{text-decoration:underline; color:navy}


.dateline{float:right}