
* {
	margin: 0;
	padding: 0;
}

body {
	margin: 10px;
	background: #002978;
}

body, th, td, input, textarea {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
}

img.cover {
	background: #FAFAFA;
        border: 1px solid #DCDCDC;
	padding: 8px;
}


input, textarea {
	font-weight: bold;
}

input.text {
	padding: 2px 5px;
	background: #F8FAEB;
	border-top: 1px solid #4D5719;
	border-left: 1px solid #4D5719;
	border-right: 1px solid #626456;
	border-bottom: 1px solid #626456;
}

input.button {
	background: #3C7BCF;
	border-top: 1px solid #3C7BCF;
	border-left: 1px solid #3C7BCF;
	border-right: 1px solid #3C7BCF;
	border-bottom: 1px solid #3C7BCF;
	color: #FFFFFF;
}

h1, h2 {
	margin-top: .5em;
	color: #FFF;
}

h1 {
	
	background: url(images/img10.jpg) no-repeat left top;
}

h2 {
	
	background: url(images/img10.jpg) no-repeat left top;
}


h3 {
	font-size: 1.5em;
	color: #002978;
}

p, ul, ol {
	margin-top: 1.2em;
	line-height: 1.8em;	
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 12px;
}

ul, ol {
	margin-left: 2em;
	margin-top: 0px;
	
}

blockquote {
	margin-left: 3em;
	margin-right: 3em;
}

a {
	text-decoration: none;
	color: #002978;
}

a:hover {
	border: none;
	color: #CCC;
}

h1 a, h2 a, h3 a {
	border: none;
	text-decoration: none;
	color: #FFF;
}

h1 a:hover, h2 a:hover, h3 a:hover {
	background: none;
	color: #CCC;
}

hr {
	display: none;
}


/* Header */

#header {
	width: 959px;
	height: 55px;
	margin: 0 auto;
}

/*
#menu {
	float: left;
	width: 950px;
	height: 60px;
	background: url(images/img09.jpg) no-repeat center top;
	font-family: Georgia, Helvetica, sans-serif;        
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	line-height: normal;

}

#menu li {
	float: left;
 	
	height: 30px;
	padding: 0px 10px 0 5px;
}



#menu a {
	display: block;
	float: left;	
	height: 22px;	
	padding: 5px 18px 5px 18px;
	text-decoration: none;	
	font-size: 18px;
	font-weight: bold;
	color: #990000;
}

#menu a:hover {	
 	color: #990000;	
	text-decoration: underline;
       
}

#menu .current_page_item a {
	color: #990000;	
	text-decoration: underline;
}

*/

#menu {
	float: left;
	width: 950px;
	height: 60px;
	background: url(images/nav_bg.jpg) no-repeat center top;
	font-family: Georgia, Helvetica, sans-serif;  
	margin-top: 2px;      
}

#menu ul {
	margin: 0;
	padding: 0 0 0 18px;
	list-style: none;
	line-height: normal;

}

#menu li {
	float: left;
 	
	height: 30px;
	padding: 5px 0 0 0px;
}



#menu a {
	display: block;
	float: left;	
	height: 22px;	
	padding: 5px 18px 5px 18px;
	text-decoration: none;	
	font-size: 17px;
	font-weight: bold;
	color: #FFFFFF;
}

#menu a:hover {	
 	color: #990000;	
	text-decoration: underline;
       
}

#menu .current_page_item a {
	color: #990000;	
	text-decoration: none;
}

/* Logo */

#logo {
	width: 959px;
	margin: 0 auto;
	padding-left: 0px;
	background: #FFFFFF url(images/img03.jpg) no-repeat top left;
	height: 110px;
	border-top: 1px solid #D5D5D5;
	border-left: 1px solid #D5D5D5;
	border-right: 1px solid #D5D5D5;
}

#logo h1, #logo h2 {
	float: left;
	margin: 0;
	padding: 0;
}

#logo h1 {
	padding: 0px 5px 0 20px;
	color: #2C2E22;
}

#logo h2 {
	padding: 165px 0 0 0;
	font-style: italic;
}

#logo p {
	clear: left;
	margin: 0;
	padding: 0 0 0 20px;
	line-height: normal;
	font-size: 1.2em;
	font-weight: bold;
	color: #C2C5B1;
}

#logo a {
	color: #FFFFFF;
}

/* Page */

#page {
	width: 959px;
	margin: 0 auto;
	padding: 0px 0px 0 0px;
	background: #FFFFFF;
	border: 1px solid #D5D5D5;
	border-top: none;
}

/* Content */

#content {
	float: left;
	width: 510px;
	padding: 20px 0px 10px 30px;
}

.post {
}

.post .title {
	margin: 0; 	
	font-weight: normal;
}

.post h1.title {	
	font-size: 1.8em;
        padding: 5px 5px;
        font-family: Georgia, Helvetica, serif;
   	text-transform: uppercase;
        
        
}

.post h2.title {	
	font-size: 1.6em;
        padding: 5px 5px;
        font-family: Georgia, Helvetica, serif;
   	
        font-weight: bold;
        
}

.post .entry {
	padding: 0 10px 30px 15px;
}

.post .meta {
	margin: 0;
	padding: 5px 0px 0px 15px;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #CFCFCF;
}

.post .meta a {
	color: #CFCFCF;
}

.post .links {
	margin: 0;
}

.post .tags {
	margin: 0;
	text-transform: uppercase;
	font-size: .8em;
	font-weight: bold;
}

.post .links a, .post .tags a {
	border: none;
}

/* Recent Posts */

#recent-posts {
}

#recent-posts h2 {
	margin: 0;
	padding: 15px 0  0 15px;
	height: 30px;
}

#recent-posts h3 {
	margin: 0;
	font-size: 13px;
	padding: 15px 0  0 15px;
}

#recent-posts p {
	margin: 0 0 10px 0;
	padding: 15px 0  0 15px;
	line-height: 22px;
	font-size: 13px;
}

/* Sidebars */

.sidebar {
	float: left;	
}

.sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.sidebar li {
	margin-bottom: 2em;
}

.sidebar li ul {
}

.sidebar li li {
	margin: 0;
}

.sidebar li h2 {
	margin: 0 0 1em 0;
}

#sidebar1 {
}

#sidebar2 {
        text-align: center;
	width: 415px;
	padding: 20px 0px 20px 0px;
}

#sidebar2 li h2 {
	margin: 0 0 1em 0;
	padding: 15px 0  5px 15px;
	height: 20px;	
	border-bottom: 1px dotted #98B42B;
	color: #7E9932;
}

#sidebar2 li ul {
	line-height: normal;
	padding-left: 15px;
}

#sidebar2 li li {
	padding: 5px;
	font-size: .8em;
	
}

#sidebar2 li a {
	border: none;
	padding-left: 5px;
}

#sidebar2 li a:hover {
	border: none;
}


/* Footer */

#footer {
	width: 959px;
	padding: 0;
	height: 8px;
	background: #002978;
        margin: 0 auto;
}

#footer p {
	padding: 0px 10px 5px 10px;	
	font-size: 11px;
	font-weight: bold;
	color: #FFF;
}

#legal {
	float: left;
}

#links {
	float: right;	
}

#links a {
	color: #FFF;
}

#links a:hover{
	color: #CCC;
 	     
}


/* Text Box with Focus: */
.tb-focus {
    border: 1px solid #888377;
}

.clear { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
}

a.button {
    background: transparent url('images/bg_button_a.gif') no-repeat scroll top right;
    color: #444;
    display: block;
    float: left;
    font: normal 12px arial, sans-serif;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
}

a.button span {
    background: transparent url('images/bg_button_span.gif') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
} 

a.button:active {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

a.button:active span {
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
} 


