﻿html, body {
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	background: #ffffff url(img/bkg.png) repeat-x left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #023146;
}

img { behavior: url(iepngfix.htc); }

form {
	margin: 0;
	padding: 0;
}

input, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000000;
}

h1, h2, h3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 3em;
}

h2 {
	font-size: 2em;
}

h3 {
	font-size: 1em;
}

p, ul, ol {
	margin-bottom: 1.8em;
	line-height: 160%;
}

ul, ol {
}

blockquote {
}

a 
{
    font-weight:bold;
	color: #C5983E;
}

a:hover {
	text-decoration: none;
}

hr {
	display: none;
}

/* Wrapper */

#wrapper {
	height: 100%;
	min-height: 100%;
	background: url(img/contentback.png) no-repeat center top;
	
}

html>body #wrapper {
	height: auto;
}

/* Menu */

#menu {
	width: 778px;
	height: 57px;
	padding-top: 52px;
	margin: 0 auto;
}

#menu ul {
	float: right;
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
	
}

#menu a {
	float: left;
	height: 17px;
	padding:  2px 15px ;
	text-decoration: none;
	text-transform: uppercase;
	font-family:Georgia;		
	font-size: smaller;
	font-weight: bold;
	background: url(img/menua.gif) repeat-x left top;
	color:#013045;
	border: solid 2px #C5A25B;
	margin-left:5px;
}

#menu a:hover 
{
    background: url(img/menub.gif) repeat-x left top;
	color:#C5A25B;
	border: solid 2px #0E3B4E;	
}

#menu .current_page_item a {	
    background: url(img/menub.gif) repeat-x left top;
	color:#C5A25B;
	border: solid 2px #0E3B4E;
}

#menu .current_page_item a:hover {	
    background: url(img/menua.gif) repeat-x left top;
	color:#013045;
	border: solid 2px #C5A25B;
}

/* Logo */

#logo {
	width: 821px;
	height: 153px;
	margin: 0 auto;
}

#logo h1, #logo h2 {
	float: left;
	margin: 0;
}

#logo h1 {
	padding: 25px 0 0 20px;
	letter-spacing: -2px;
	text-transform: lowercase;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 50px;
}

#logo h2 {
	padding: 36px 0 0 10px;
	letter-spacing: -1px;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 14px;
}

#logo a {
	text-decoration: none;
}

/* Page */

#page {
	width: 778px;
	margin: 0 auto;
	padding: 20px 0;
	
}

/* Content */

#content {
	float: left;
	width: 494px;
	
}
.post h2{
	color:#023146;
	border-bottom:3px #D9B874 solid; 
}
.post {
	padding-bottom: 0px;
}

.post .title {
	margin: 0;
	padding: 10px 20px;
	letter-spacing: 1px;
}

.post .title a {
	text-decoration: none;
	color: #043247;
}

.post .entry img
{
    behavior: url(iepngfix.htc); 
    float:left;
    margin-right: 4px;
    
}

.post .entry {
	padding:  0 20px 0 20px;
}

.post .meta {
	height: 26px;
	border-top: 1px solid #3E5C0E;
	border-bottom: 2px solid #3E5C0E;
	font-size: smaller;
	font-weight: bold;
}

.post .posted {
	float: left;
	height: 16px;
	padding: 5px 20px;
}

.post .permalink, .post .comments {
	float: right;
	height: 16px;
	padding: 5px 20px;
}

.post .permalink {
}

/* Sidebar */

#sidebar 
{
    margin-top:20px;
	float: right;
	width: 260px;
}

#sidebar dl 
{
    
	margin-top: 20px;
	padding: 0 20px;
	font-weight:bold;
	font-size:medium;
}
#sidebar dt 
{
    color:#C5983E;
}
#sidebar dd 
{
    margin-left:25px;
   font-weight:bold;
	font-size:small; 
}
#sidebar dd span
{
   color:#000;
}
#sidebar iframe 
{
    margin-left:7px;
   margin-top:10px; 
}
#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin-bottom: 20px;
}

#sidebar li ul {
	padding: 20px;
}

#sidebar li li {
	margin: 0;
}

#sidebar p {
	padding: 0 20px;
}

#sidebar h2 {
	height: 29px;
	margin: 0;
	padding: 9px 0 0 20px;	
	background: #023146;
	border: 3px  solid #D9B874;	
	font-size: 1.4em;
	font-weight: normal;
	color: #D9B874;
	background: url(img/h2bk.gif) repeat-x center top;
}

/* Search */
#seal ul a
{
    font-size:9pt;    
}

#seal ul 
{
    margin-left:10px;
    
    list-style-type:square;   
}

#seal img
{
    margin-top:0px;
    margin-left:20px;
}

#seal form {
	padding: 20px;
}

#seal br {
	display: none;
}

#seal #s {
	width: 135px;
}

/* Footer */

#footer {
	clear: both;
	padding: 10px 0;
	font-size: smaller;
}

#footer p {
	margin: 0;
	text-align: center;
	line-height: normal;
}

label 
{
    font-weight:bold;
    font-size:medium;
}
#field
{
    height:23px;
    width:262px;
}