/* The Body */
body { background-color: #fff; color: #07093d; }

/* Heading Colors */
h1, h2, h3, h4, h5, h6 { color: #0e4ead; }

/* Links */
a { color: #107fc9; }

#header .nav li a:hover { color: #fff; background: transparent url('menu_item_bg_right.gif') no-repeat scroll right top; }
#header .nav li span:hover { background: transparent url('menu_item_bg_left.gif') no-repeat scroll left top; }

#header .nav li.current a, .nav li.current_page_ancestor a { color: #fff !important; background: transparent url('menu_item_bg_right.gif') no-repeat scroll right top !important; }
#header .nav li.current span, .nav li.current_page_ancestor span { background: transparent url('menu_item_bg_left.gif') no-repeat scroll left top; }

#footer a {font-size:11px;margin-top:-5px;}
#footer a:hover {font-size:11px;margin-top:-5px;color:white;text-decoration: underline;}
#footer li {margin:0px;}

/* Home Page Slider */
#slider-content { background: transparent url('slider_bg.jpg') no-repeat; }

#slider-text h2 { color:#fff; }
#slider-text .text { color: #fff; }

#slider-images img { border-bottom: 1px solid #d7e5ea; }

/* The 3 Home Sections */
#home-3-sections-middle h3 { color: #e89e00; /*#107fc9*/ }

/* Footer */
.footer { background: transparent url('footer_bg.gif') no-repeat; }
.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.jpg'); }
#sub-header h2 { color: #fff;/*#e89e00*/ }
#sub-header p { color: #fff; }

/* Override some of the base.css styles */
h1.entry-title { color: #e89e00; /*#0e4ead*/ }
h2.entry-title a:hover { color: #0e4ead; }
h2.entry-title { color: #e89e00; }
.hfeed .published, .hfeed .comment-date { color: #949393; }
.hfeed cite.commenter { color: #0e4ead; }
.hfeed hr { border: 1px solid #D7DDE1; }
.entry-tags { color: #949393; }

#svAsset img {
	margin-top: 0px;
	margin-bottom: 15px;
	margin-right: 15px;
	margin-left: 15px;
	width:250px;
	float:right;
}


/* 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; }
