/* General Options */
* {
	margin: 0;
	padding: 0;
}

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 75%;
	line-height: 18px;
	color: #555;
	background: url(/images/bg.gif) top repeat-x #0a2b58;
}

hr {
	float: left;
	width: 100%;
	height: 1px;
	border: 0;
	border-top: 1px solid #eee;
	margin-bottom: 20px;
	overflow: hidden;
}

h1, h2, h3, p, ul, ol {
	margin-bottom: 20px;
}

h1 {
	color: #0d2f5c;
	font-size: 1.7em;
}

h2 {
	color: #0d2f5c;
	font-size: 1.5em;
}

h3 {
	color: #0d2f5c;
	font-size: 1.3em;
}

a {
	color: #0d2f5c;
}

a:hover {
	text-decoration: none;
}

img {
	border: 0;
}

/* Common Classes */
.left {
	float: left;
}

.right {
	float: right;
}

.txtAC {
	text-align: center;
}

.txtAR {
	text-align: right;
}

.txtAL {
	text-align: left;
}

.imgLeft {
	float: left;
	margin: 0 15px 15px 0;
}

.imgRight {
	float: right;
	margin: 0 0 15px 15px;
}

.nB {
	border-width: 0 !important;
}

.nP {
	padding: 0 !important;
}

.clear {
	clear: both;
}

.introdiv {
	margin: 0 auto;
	width: 400px;
}

.introh3 {
	margin-bottom: 0;
	padding-top: 30px;
}

/* Basic Structure */
#wrap {
	width: 1000px;
	background: url(/images/mainbg.jpg) top no-repeat;
	min-height: 650px;
	height: auto !important;
	height: 650px;
	margin: 0 auto;
}

#container {
	width: 750px;
	margin: 0 auto;
}

#header {
	clear: both;
	float: left;
	width: 750px;
	background: url(/images/header.jpg);
	overflow: hidden;
	height: 301px;
}

#content {
	clear: both;
	float: left;
	width: 700px;
	padding: 20px 26px 0;
	background: url(/images/cbg.gif) left top no-repeat;
}

#main {
	float: left;
	width: 618px;
	background: #fff;
	padding: 20px 40px 20px;
	min-height: 220px;
	height: auto !important;
	height: 220px;
}

#footer {
	clear: both;
	float: left;
	width: 640px;
	background: url(/images/footer.gif) top left no-repeat;
	font-size: 0.8em;
	color: #ccc;
	padding: 80px 45px 0px;
	text-align: center;
	height: 60px;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
}

/* Header Stuff */
#header h1 {
	float: left;
	width: 750px;
	margin-bottom: 0;
}

#header h1 a {
	float: left;
	width: 750px;
	height: 251px;
}

#header h1 a span {
	display: none;
}

#header ul {
	float: left;
	width: 750px;
	list-style: none;
	margin: 0;
}

#header ul li {
	float: left;
}

#header ul li a {
	float: left;
	width: 187px;
	height: 50px;
	background-image: url(/images/nav.gif);
}

#header ul li.nav2 a, #header ul li.nav3 a {
	width: 188px;	
}

#header ul li a span {
	display: none;
}

#header ul li.nav1 a {
	background-position: top left;	
}

#header ul li.nav1 a:hover, #header ul li.nav1 a.active {
	background-position: bottom left;	
}

#header ul li.nav2 a {
	background-position: 563px 0;	
}

#header ul li.nav2 a:hover, #header ul li.nav2 a.active {
	background-position: 563px 50px;	
}

#header ul li.nav3 a {
	background-position: 375px 0;	
}

#header ul li.nav3 a:hover, #header ul li.nav3 a.active {
	background-position: 375px 50px;	
}

#header ul li.nav4 a {
	background-position: top right;	
}

#header ul li.nav4 a:hover, #header ul li.nav4 a.active {
	background-position: bottom right;	
}

/* Contact Form */
#contact-form p {
	margin: 0 0 7px 0;
}

#contact-form label {
	float: left;
	width: 200px;
	clear: both;
}

#contact-form input, #contact-form textarea {
	width: 398px;
	border: 1px solid #133662;
	background: #daedfc;
	padding: 3px;
	color: #777;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.0em;
}

/* Footer Stuff */
#footer p {
	margin-bottom: 0;
	opacity: 0.8;
	filter: alpha(opacity=80);
}

#footer a {
	text-decoration: none;
	color: #fff;
}

#footer a:hover {
	color: #006;	
}

/* Blog */
#main_blog {
	float: left;
	width: 388px;
	padding-right: 20px;
}

#sidebar {
	float: right;
	width: 190px;
	padding-left: 20px;
	background: url(/images/sbg.gif) top left no-repeat ;
	min-height: 250px;
	height: auto !important;
	height: 250px;
}

h2.date-header {
	font-size: 0.9em;
	font-weight: normal;
	text-transform: uppercase;
	font-family: "Courier New", Courier, monospace;
	color: #777;
	display: block;
	background: url(../images/calendar.gif) top left no-repeat;
	padding: 0 0 0 25px;
}

h3.post-title a {
	text-decoration: none;	
}

.post {
	margin-bottom: 20px;	
}

h3.sidebar-title {
	display: block;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 1.0em;
	border-bottom: 1px solid #ddd;
	padding-bottom: 3px;
}

#sidebar ul {
	list-style: none;	
	display: block;
	margin-bottom: 30px;
}

#sidebar ul li {
	display: block;
	padding: 5px 3px;
	border-bottom: 1px solid #eee;
}

#comments-block {
	display: block;
	padding: 20px;
}

.comment-poster {
	margin-bottom: 15px;	
}

.comment-body {
	margin: 10px;
}

dd.comment-timestamp {
	display: block;
	border-bottom: 1px solid #eee;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
