/* http://meyerweb.com/eric/tools/css/reset/ */
/* v1.0 | 20080212 */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body { line-height: 1; }
ol, ul { list-style: none; }
blockquote, q { quotes: none; }
blockquote:before, blockquote:after, q:before, q:after { 
	content: '';
	content: none;
}
:focus { outline: 0; }
ins { text-decoration: none; }
del { text-decoration: line-through; }

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
} 

.clearfix:after { /* FF, O, etc. */
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearfix {
	display: inline-block; /* IE7xhtml*/
}

html[xmlns] .clearfix { /* O */
	display: block;
}

* html .clearfix {
	height: 1%; /* IE5-6 */
}

body {
	background:#043354 url(images/background.png) 50% 0;
	font:normal 12px Georgia,"Times New Roman","Bitstream Charter",Times,serif;
	color:#527086;
}

a {
	text-decoration:none;
	color:#4498d9;
}

a:hover { color:#afafaf; }

#body-in {
	background:transparent url(images/body-in.png) repeat-x 50% 0;
}

#wrapper {
	width:980px;
	margin:0 auto;
}

/* header */
#header { margin-bottom:8px; }

#header-tool {
	height:55px;
	font:normal 11px Arial,Verdana,Tahoma;
	color:#ffffff;
	text-transform:uppercase;
	line-height:55px;
  width: auto;
  padding: 0 20px ;
}

#search-top {
	background:transparent url(images/icon-search.png) no-repeat 0 0;
	float:left;
	padding-left:25px;
}

/* simple form */
.simple-form {
	background:transparent url(images/mini-form-bg.gif) no-repeat 0 0;
	float:left;
	margin:15px 10px 0;
	padding:0;
	width:185px;
	position:relative;
	line-height:0;
	height:23px;
	z-index:1;
}

.input-text, .input-submit {
	background:transparent;
	position:absolute;
	color:#359aeb;
	border:none;
	font:normal 11px Arial, Tahoma;
}

.input-text {
	width:130px;
	left:6px;
	text-transform:uppercase;
	top:4px;
	z-index:2;
}

.input-submit {
	width:40px;
	height:23px;
	right:0;
	padding:0;
	cursor:pointer;
	top:0;
}

.rss {
	background:transparent url(images/icon-rss.png) no-repeat 0 0;
	float:left;
	padding-left:30px;
	color: #fff;
	float: right;
}
#header-content {
	background:transparent url(images/header-bg.png) no-repeat 0 0;
	height:136px;
	overflow:hidden;
	font-style:italic;
}

#branding {
	float:left;
	width:731px;
	height:58px;
	padding:20px 17px;
}

#blog-title { font-size:32px; }

#blog-title a { color:#fefefe; }

#blog-title a:hover { color:#9cc0dc; }

#blog-description {
	font-size:14px;
	font-weight:normal;
	color:#9cc0dc;
}

#date-now {
	background:transparent url(images/date-now-bg.png) no-repeat 0 0;
	height:33px;
	line-height:32px;
	padding-left:30px;
	color:#ffffff;
	float:right;
	width:142px;
	margin:30px 20px 0 0;
}

#page-menu {
	clear:both;
	height:38px;
	padding-top: 24px;
}
/*
#page-menu ul li {
	background:transparent url(images/separator.gif) repeat-y 100% 0;
	display:block;
	float:left;
	height:38px;
	font-size:12px;
}

#page-menu ul li a {
	display:block;
	float:left;
	padding:11px;
	color:#afafaf;
}

#page-menu ul li a:hover, #page-menu ul li.current_page_item a { color:#8cbce0; }

/* container */
#container { margin-bottom:15px; }

#featured-post-wrap {
	background:transparent url(images/slider-bg.png) no-repeat 0 0;
	height:236px;
	margin-bottom:11px;
}

#container-top, #container-bottom {
	height:10px;
	overflow:hidden;
}

#container-top { background:transparent url(images/container-top-bg.png) no-repeat 0 0; }

#container-bottom { background:transparent url(images/container-bottom-bg.png) no-repeat 0 0; }

#container-in {
	background-color:#ffffff;
	padding:0 7px;
	font-family: Arial, Tahoma;
}

.block {
	float:left;
	width:317px;
	margin:0 7px 9px 0;
	font-style:italic;
}

.last { margin-right:0 !important; }

.block h2 {
	font-size:17px;
	font-weight:normal;
	color:#4aadf9;
}

.block ul li {
	background:url(images/all-icons.gif) no-repeat;
	border-bottom:1px solid #e2edf6;
	list-style:none;
	overflow:hidden;
	height:28px;
	line-height:28px;
	padding-left:20px;
}

.block ul li a { color:#68879e; }

.block ul li a:hover { color:#4aadf9; }

#recent-entries ul li { background-position:2px 6px; }

#popular-posts ul li { background-position:2px -22px; }

#recent-comments ul li { background-position:2px -51px; }

/* content */
#content {
	width:637px;
	float:left;
	font-family: Arial, Tahoma;
}

.pagetitle {
	font-size:20px;
	font-weight:normal;
	margin-bottom:2px;
	color:#043253;
}

.post { margin-bottom:7px; clear: both; }

.icon {
	background:transparent url(images/all-icons.gif) no-repeat;
	padding-left:18px;
}

.title {
	color:#4aadf9;
	font-size:16px;
	font-weight:normal;
	font-style:italic;
}

.post .title {
	font-size:19px;
	font-family: Georgia,"Times New Roman","Bitstream Charter",Times,serif;
	margin-bottom:3px;
}

.post .meta {
	margin-bottom:7px;
}

.post .datepost {
	margin:0;
}

/* mini post */
#mini-post-wrap .odd {
	float:left;
	margin-right:7px;
}

#mini-post-wrap .even { float:right; }

.mini-post {
	float:left;
	margin-bottom:7px;
  width: auto;
}

.top, .bottom { float:left; }

.mini-post .top {
	background:#eaf4fc url(images/post_topbg.png) no-repeat 0 0;
  width: 100%;
  height: 27px;
}

.mini-post .bottom {
	background:transparent url(images/post_bottombg.png) no-repeat 0 0;
	width: 100%;
	padding:0 0 6px;
	height: 27px;
}

.mini-post .title {
	padding:5px 0 5px 5px;
	height:19px;
	float: left;
	font-family: Georgia,"Times New Roman","Bitstream Charter",Times,serif;
	margin-bottom:2px;
}

.read-more {
	float:right;
	text-transform:uppercase;
	font-size:11px;
	font-style:italic;
	display:block;
	line-height:26px;
	height:26px;
	color:#ffffff;
	padding:0 7px;
	margin-left:5px;
	font-family: Georgia,"Times New Roman","Bitstream Charter",Times,serif;
}
.read-more a {
	color:#fff;
}
.read-more a:hover {
	color:#043253;
}

.mini-post .entry {
	clear:both;
	padding:5px 5px 10px 5px;
	background:#eaf4fc url(images/post_bg.png) repeat-y 0 0;
}

.mini-post .meta {
	font:normal 10px Arial;
	text-transform:uppercase;
	color:#5695c6;
	width: 100%;
	padding:5px 8px 0 8px;
}

.datepost, .commented { margin: 0 10px; width: auto; }
.datepost { float: left;  background-position:0 -85px; }

.commented { background-position:0 -113px;  float: right; text-align: right; }
.newsicons {
  margin: 0 auto ;
  text-align: center;
  width: auto;
  float: none;
}
.news_image {
  float: left;
  margin: 0 8px 5px 0;
  border: 0 none;
}
/* sidebar */
#sidebar {
	float:right;
	width:321px;
	overflow:hidden;
}

#primary .widget, .widget-top, .widget-bottom {
	display:block;
	float:left;
	width:321px;
}

#primary .widget {
	background:#fbfbfb url(images/widget-bg.gif) repeat-y;
	margin-bottom: 0px;
}
    .styledmenu {
    	width: 100%; /*width of menu*/
    	margin-bottom: 10px; 
    }
    .styledmenu ul {
    	list-style-type: none;
    	margin: 0;
    	padding: 0; /*bottom spacing between each UL and rest of content*/
    }
    .styledmenu ul li {
    	padding-bottom: 2px; /*bottom spacing between menu items*/
    	margin: 0px;
    }
    .styledmenu ul li a {
    	color: #527086;
    	border-bottom: 1px #dce9f3 solid;
    	display: block;
    	padding: 4px 0 0px 10px;
    	height: 20px;
    	margin: 2px 0;
    	text-decoration: none;
    }
    .styledmenu ul li a:hover { /*hover state CSS*/
      background-color:#eaf4fc;
      margin: 2px 0;
      font-weight: bold;
    } 
    .styledmenu ul li a.hilite {
      background-color:#eaf4fc;
      font-weight: bold;
      margin: 2px 0;
    }
.widget-top {
	background:transparent url(images/widget-bg.gif) no-repeat -321px 0;
	padding: 5px 0px 0px 0;
	margin: 0 0 ;
	height: 6px;
}

.widget-bottom {
	background:#ffffff url(images/widget-bg.gif) no-repeat -642px 0;
	height:7px;
	overflow:hidden;
	margin-bottom: 10px;	
}
.widget-text {
  padding: 5px 10px ;
  font-family: Arial,Verdana,Tahoma;
}
h4.widget-title {
	font-size:22px;
	font-style:italic;
	font-weight:normal;
	margin: 0;
	padding: 0 5px ;
	color:#73a0c4;
}

#primary .widget-title {
	font:normal 16px 'Trebuchet MS', Verdana, Tahoma;
	color:#609bca;
	padding-bottom:3px;
	border-bottom:4px solid #d6e3ee;
	margin-bottom:3px;
	text-transform:uppercase;
}

#primary .widget {
	clear:both;
}

.widget a { color:#778fa1; }

.widget a:hover { color:#4498d9; }

.widget ul li {
	line-height:28px;
	border-bottom:1px solid #e2eef7;
}

#secondary .widget ul li {
	font-style:italic;
}

.widget ul li li {
	border-bottom:0;
	border-top:1px solid #e2eef7;
}

.widget ul li ul {
	padding-left:15px;
}

.widget a { color:#75a1a2; }

.widget a:hover { color:#41878a; }

#secondary .widget { margin-bottom:5px; }

.small-sidebar { width:156px; }

#sidebar-left { float:left; }

#sidebar-right { float:right; }

/* footer */
#footer {
	background:transparent url(images/footer-bg.png) no-repeat 0 0;
	height:38px;
	margin-bottom:15px;
	text-align:center;
	font:normal 12px Arial,Verdana,Tahoma;
	line-height:18px;
	color:#ffffff;
	padding:27px 0;
}

.navigation-page {
	margin:7px 0;
}


#footer a {
	color:#ffffff;
}
#footer a:hover {
  color: #afafaf;
}

.tbox {
	width: auto;
	color: #527086;
  background-color:#eaf4fc;
  border:1px solid #dce9f3;
	font-size: 11px;
	font-weight: normal;
	padding: 3px;
	margin: 5px 5px ;
}


#e107_submitnews_item {
  width: 435px;
}
.tbox.chatbox {
	width: 90%;
	padding : 2px;
	color: #527086;
  background-color:#fff;
  border:1px solid #dce9f3;
	margin: 10px auto;
}
.npdropdown {
  width: auto;
	margin: 0 0 0px 0;
	padding: 2px;
	height: auto;
	text-align: left;
}
.tbox.comment.subject {
  width: 98%; 
  background-color: transparent;
  border: 0px none;
	padding: 2px;
	margin-top: 3px;
  }

#comment.tbox.comment {
  width: 98%; 
	padding : 2px;
	color: #527086;
  background-color:#eaf4fc;
  border:1px solid #dce9f3;
}

#contactForm textarea.tbox {
  width: auto; 
	padding : 2px;
	color: #527086;
  background-color:#eaf4fc;
  border:1px solid #dce9f3;
}

input#helpb.helpbox {
  float: left;
	margin-top: 2px;
	margin-bottom: 2px;
	background-color: transparent;
	border: 0 none;
	font-size: 80%;
	color: #000;
	text-align: left;
}
#commentform .helpbox{
  width: 98%; 
	border-collapse: collapse;
	padding: 1px;
}
.helpbox {
  width: 98%; 
	background-color: transparent;
	border: 0px none;
	border-collapse: collapse;
	padding: 3px;
}
.indent {
	color: #333;
	background-color: #D6E3EE;
	border: 1px solid #D6E3EE;
  padding: 5px 15px;
  font-size: 90%;
  margin: 10px 10px 5px 15px;
  font-style: italic;
} 

.nextprev{
	border: 0px none;
	background-color: transparent;
	border-collapse: collapse;
	padding: 3px;
	text-align: center;
	width: auto;
	font-size: 13px;
	font-weight: bold;
}
.nextprev_link {
  background-color:#FFFFFF;
  border:1px solid #EEEEEE;
  color:#527086;
  margin:0px;
  padding:2px 6px;
  text-decoration: none;
}
.nextprev_link:hover {
  background-color: #dce9f3;
  border: 1px #EEEEEE solid;
  color:#FFFFFF;
}
.nextprev_current {
  background-color: #dce9f3;
  border: 1px #EEEEEE solid;
  color:#FFFFFF;
  margin:0px;
  padding:2px 6px;
  text-decoration: none;
}
.button {
  background-color: #D6E3EE;
  border: 1px #527086 solid;
  cursor:pointer;
  margin: 2px 2px ;
  color: #527086;
  padding: 2px 5px ;
  font-size:13px;
  line-height:16px;
  font-weight: bold;
}
.button:hover {
  background-color: #527086;
  border: 1px #527086 solid;
  color: #fff;
}
.smalltext {
	font-size: 10px;
	font-weight: normal;
}
.smallblacktext {
	font-size: 10px;
	font-weight: bold;
}
.smalltext2 {
	font-size: 11px;
	font-weight: normal;
}
.defaulttext, .caption, .bodytable, .mediumtext
{
	font-size: 11px;
	font-weight: normal;
}
.fborder {
  background-color:#FFFFFF;
  border-bottom:0px none #dce9f3;
	padding: 3px;
	margin-top: 3px;
	text-align: left;
}

/* forum parent headers, forum captions */
.forumheader {
  background-color:#D6E3EE;
  border-bottom:1px solid #dce9f3;
  padding: 8px 3px;
  font-weight: bold;
	vertical-align: middle;
	text-align: left;
}

.nforumcaption{
  background-color:#FFFFFF;
  border-bottom:1px solid #dce9f3;
	padding: 3px;
	font-size: 110%;
	text-align: left;
}
.finfobar{
  background-color:#FFFFFF;
  border-bottom:1px solid #dce9f3;
	padding: 3px;
	font-size: 95%;
	text-align: left;
}

/* two left columns */
.forumheader2{
  background-color:#FFFFFF;
  border-bottom:1px solid #dce9f3;
	padding: 3px;
	font-size: 99%;
	text-align: left;
}

/* all the rest of the forum tables */
.forumheader3{
  background-color:#FFFFFF;
  border-bottom:1px solid #dce9f3;
	padding: 3px;
	font-size: 99%;
	text-align: left;
}

.forumborder {
  border-bottom:1px solid #dce9f3;
	vertical-align: top;
	text-align: left;
}
hr {height:1px;border:none;border-top:1px solid #dce9f3; width:95%;}
/* where it says forum, information and all tables across */
.fcaption {
  background-color:#FFFFFF;
  border-collapse: collapse;
  border: 0 none;
  vertical-align: top;
  border-bottom:1px solid #dce9f3;
	font-size: 13px;
	text-align: left;
	line-height: 40px;
}

.fcaption a {
	padding-right:4px;
	text-decoration: underline;
}

div.dropSep { width: 1px; height: 38px; }
#nav li.fs-linkSep { background-image: none !important;}


#nav {
	padding: 0;	
	margin: 0;
	list-style: none;
}
#nav ul { 
	padding: 0;	
	margin: 0;
	list-style: none;
	line-height: 33px; 
	cursor: pointer;
}

#nav li { 
	float: left;
	margin: 0px 0px 0px 0px;
}

#nav li a {
	margin: 0 0px;
	padding: 10px 8px 12px 8px;
	display: block;
	text-decoration: none;
	font-size:12px;
	color:#afafaf;
	font-weight: bold;
}

#nav li#active a,
#nav li a:hover, 
#nav li.sfhover a, 
#nav li:hover a {
	display: block;
	text-decoration: none;
	color:#8cbce0;
}

#nav li#active,
#nav li.sfhover, 
#nav li:hover { 
	cursor: pointer;
}

#nav li.sub-sfhover,
#nav li.sub:hover { 
	cursor: pointer;
}

#nav li.sub-sfhover a,
#nav li.sub-sfhover a:hover,
#nav li.sub:hover a,
#nav li.sub:hover a:hover { 

}

#nav li#active a,
#nav li a:hover, 
#nav li.sfhover a, 
#nav li:hover a {
	display: block;
	text-decoration: none;
}


#nav li#active,
#nav li.sfhover, 
#nav li:hover { 
	cursor: pointer;
}


#nav li.sub-sfhover,
#nav li.sub:hover { 
	cursor: pointer;
}
	
/* LEVEL 2 */
#nav li li a {
	margin-left: 0px;
	display: block;
	padding: 0;
	float: none;
	padding-left: 15px;
	width: 180px;
	width/* */:/**/165px;	
	width: /**/165px;
	color: #FFFFFF;
	font-size: 11px;
	font-weight: normal;
}

#nav li li a:hover {
	background-color: #eaf4fc;
	color: #527086;
}

#nav li ul { /* second-level lists */
	position: absolute;
	z-index: 1000;
	width: 180px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	background-color: #527086;
	line-height: 28px;
}

#nav li:hover ul,
#nav li.sfhover ul,
#nav li.sub-sfhover ul { 
	background-image: none;
	background-repeat: no-repeat;
	background-position: 0px 100%;
}

#nav li.sub-sfhover ul.sub,
#nav li.sub:hover ul.sub {
	margin-left: 0px;
	padding-bottom: 0px;
}

#nav li ul ul { /* third-and-above-level lists */
	margin: -28px 0 0 180px;
}

#nav ul.sub li,
#nav ul.sub li a,
#nav ul.sub li a:hover,
#nav ul.sub li:hover,
#nav ul.sub li:hover a,
#nav ul.sub li.sfhover a,
#nav ul.sub li:hover a:hover,
#nav ul.sub li.sfhover a:hover,
#nav li.sub ul.sub a
	{ background-image: none; }

#nav li#active ul.sub li,
#nav li#active ul.sub li a,
#nav li#active ul.sub li a:hover,
#nav li#active ul.sub li:hover,
#nav li#active ul.sub li:hover a,
#nav li#active ul.sub li.sfhover a,
#nav li#active ul.sub li:hover a:hover,
#nav li#active ul.sub li.sfhover a:hover,
#nav li.sub ul.sub a
	{ background-image: none; }

#nav li:hover ul ul, 
#nav li:hover ul ul ul, 
#nav li:hover ul ul ul ul, 
#nav li.sfhover ul ul, 
#nav li.sfhover ul ul ul, 
#nav li.sfhover ul ul ul ul,
#nav li.sub-sfhover ul ul, 
#nav li.sub-sfhover ul ul ul, 
#nav li.sub-sfhover ul ul ul ul {
	left: -999em;
}

#nav li:hover ul, 
#nav li li:hover ul, 
#nav li li li:hover ul, 
#nav li li li li:hover ul, 
#nav li.sfhover ul, 
#nav li li.sfhover ul, 
#nav li li li.sfhover ul, 
#nav li li li li.sfhover ul,
#nav li.sub-sfhover ul, 
#nav li.sub-sfhover li.sfhover ul, 
#nav li.sub-sfhover li li.sfhover ul, 
#nav li.sub-sfhover li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}
#nav a.sub {

}
#nav a.sub:hover {

}