body {
   	background: #c1d3d7;
	font-family: "Lucida Grande", Arial, Verdana;
	color: #1C1f20;
	text-align: left;
	font-size: 100%;
   }

#container {
	background: #dbe5e7;
	margin: 0 auto;
   	width: 900px;
	overflow: hidden;
	font-size: 0.8em;
 }
#header {
	height: 110px;
	position: relative;
}
h1.logo {
	background: url(/res/images/logo.gif) repeat scroll 0 0;
	display: block;
	float: left;
	height: 82px;
	text-indent: -999em;
	width: 227px;
}
#header h1 {
	margin-top: 2px;
	margin-left: 15px;
}
#header h1 a{
	display: block;
	height: 100%;
	width: 100%;
}
h1, h2, h3, h4 {
	font-family: Georgia, Arial;
}
a {
	color: #1C1f20;
	text-decoration: none;
}
#post h3 {
	padding-top: 20px;
	margin-top: 0;
	font-size: 1.85em;
	padding-bottom: 0;
	margin-bottom: 5px;
}
#post-ex {
	padding-bottom: 5px;
}
#post p {
	padding-top: 0;
	margin-top: 0;
}
h3.mini-heading {
	border-bottom: 3px solid #b2c4c7;
	padding-bottom: 2px;
	text-transform: uppercase;
	font-size: 0.75em;
	padding-top: 20px;
}
#services {
	float: right;
	width: 300px;
}
#services ul {
	padding-top: 0;
	margin-top: 0;
}
#services li {
	border-bottom: 1px solid #b2c4c7;
	padding: 10px 0;
}
.menu {
	float: right;
	margin-top: 48px;
	width: 590px;
	display: block;
}
.menu a {
	text-decoration: none;
	border-bottom: 3px solid #000000;
	display: block;
}
.menu a:hover {
	border-bottom: 3px solid #6E858D;
	display: block;
}
ul, ol {
	padding-left: 0;
}
ol {
	margin-left: 0;
}
li {
	list-style-type: none;
	list-style-position: outside;
	list-style-image: none;
}
.nav  {
	overflow: hidden;
	display: block;
	height: 100%;
}
.nav li {
	float: left;
	margin-right: 3px;
	display: block;
	height: 100%;
}

.nav a, .nav a:visited {
	color: #1c1f20;
	display: block;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.85em;
	font-weight: bold;
	letter-spacing: 0.15em;
	padding: 0 25px 11px;
	text-transform: uppercase;
}

#main {
	margin: 10px 10px 0;
}
#home-main {
	margin: 20px 0;
	border-top: 1px solid #B2C4C7;
}
#post {
	width: 520px;
	float: left;
	padding-right: 20px;
}
#box {
	background: #6e858d;
	padding: 15px;
	overflow: hidden;
}
#box p {
	padding: 0;
	margin: 0;
}

#about_us_box {
	width: 285px;
	float: right;
}
#mini_box {
	background: #59737b;
	padding: 10px;
	color: #ffffff;
	font-weight: bold;
	font-style: italic;
	font-family: Georgia;
	width: 75%;
}
#footer {
	margin-bottom: 10px;
	padding: 11px 0px;
	overflow: hidden;
	font-family: Georgia;
	font-style: italic;
	border-top: 3px solid #B2C4C7;
	
}
#footer a {
	text-decoration: none;
	color: #333333;
}
#copyright {
	float: left;
	width: 400px;	
}
#bottom_nav {
	float: right;
	text-align: right;
	width: 400px;
}
/*blog styles*/
#content {
	position: relative;
}
.narrowcolumn {
	float: left;
	margin: 0 0 0;
	padding: 0 0 20px 10px;
	width: 640px;
}
.narrowcolumn h2 {
	padding-left: 0 !important;
}
#sidebar {
	float: left;
	padding: 20px 0 10px 20px;
	width: 200px;
}
h2 a {
	text-decoration: none;
	color: #1C1f20;
	font-size: 1.25em;
}
p.postmetadata {
	width: 500px;
	background: #B1C0C4;
	border-bottom: 1px dashed #6E858D;
	padding: 7px 7px 2px 7px;
	font-family: Georgia;
	font-style: italic;
}
p.postmetadata small {
	font-size: 100%;
}
p.postmetadata a {
	color: #6E858D;
}	
#sidebar h2 {
	border-bottom: 3px solid #B2C4C7;
	font-size: 0.75em;
	padding-bottom: 2px;
	padding-top: 20px;
	text-transform: uppercase;
}
.wide-column {
	width: 100%;
}
/*
.post h2 {
	padding-left: 10px;
}
*/
.archive_post_date {
	background: #1C1F20;
	color: #ffffff;
	text-align: center;
	padding: 5px;
	width: 30px;
	position: absolute;
	left: -10px;
	margin: 0;
	font-size: 1.15em;
	font-family: Georgia;
}
.day {
	font-style: italic;
	font-size: 1em;
}
.hentry {
	padding-left: 30px;
	padding-right: 15px;
}
.hentry h3 {
	padding-left: 0 !important;
	margin-left: !important;
}
.comment-author {
	font-weight: bold;
	font-family: Georgia;
}
textarea  {
	background: transparent url(/res/images/form_bg.gif) repeat;
}