/* The Body */
body { background-color: #01356f; color: #fff; background-image:url(Background.png);background-position:center top; background-repeat:no-repeat; }

/* Heading Colors */
h1, h2, h3, h4, h5, h6 { color: #FFD400; }

/* Links */
a { color: #ffd400; }

.nav li.page_item a { color: #fff;}
.nav li.page_item a:hover { color: #01356f; background: transparent url('menu_item_bg_right.png') no-repeat scroll right top; }
.nav li.page_item span:hover { background: transparent url('menu_item_bg_left.png') no-repeat scroll left top; }

.ie6 .nav li.page_item a:hover { background: none; color: #01356F; } /* Handle IE6 Limitations */

.nav li.current_page_item a, .nav li.current_page_ancestor a { color: #01356F !important; background: transparent url('menu_item_bg_right.png') no-repeat scroll right top !important; }
.nav li.current_page_item span, .nav li.current_page_ancestor span { background: transparent url('menu_item_bg_left.png') no-repeat scroll left top; }

/* Home Page Slider */
#slider-content { background-image:url(slider_bg.png); }

#slider-text h2 { color: #86C2E6; font-size:28px;line-height:26px  }
#slider-text .text { color: #fff; font-size:18px;line-height:22px  }

#slider-images img { border-bottom: 1px solid #d7e5ea; }

/* The 3 Home Sections */
#home-3-sections-middle h3 { color: #FFD400; }
#home-3-sections-middle div { color:#FFFFFF; font-size:14px; }
#home-3-sections-middle { 
	margin:0 auto;
	min-height:100%;
	width:960px;
}

/* Footer */
.footer { border-top:1px solid #ffd400; }
.footer #copyright { color: #fff;}
.footer a { color: #fff; }
.footer a:hover { color: #107fc9; }
.footer .separator { color: #fff; }

/* Inner Page Sub-Header */
#sub-header { background: transparent url('sub_header_bg.png');height:47px; }
#sub-header h2,
#sub-header p { color: #fff; float:left;
line-height:47px !important;
margin:0 0 0 34px !important;
padding:0 0 !important; }

/* Override some of the base.css styles */
h1.entry-title { color: #0e4ead; }
h2.entry-title a:hover { color: #fff; }
h2.entry-title { color: #FFD400; }
#primary .published, #primary .comment-date { color: #949393; }
#primary cite.commenter { color: #0e4ead; }
#primary hr { border: 1px solid #D7DDE1; }
.entry-tags { color: #949393; }

/* Sidebar Widgets */
.widget li.page_item, .widget li.cat-item { background: transparent url('bullet_unselected.gif') no-repeat scroll left 5px; }
.widget li.current_page_item, .widget li.current-cat { background: transparent url('bullet_selected.gif') no-repeat scroll left 5px; }
.widget h4 { color: #0e4ead; }

/* Tables */
table { border: 1px solid #ccc; }
table .alt { background: #eee; }
tr { border-bottom: 1px solid #ccc; }
th { background-color:#0e4ead; border:1px solid #0e4ead; color:#FFFFFF; }
table tfoot tr th, table tfoot tr td { background-color:#aaa; border:1px solid #aaa; }