body {
  font-family: helvetica, arial;
  background: url('/images/bg.png') repeat-x #e5e5e5;
  margin: 0;
  padding: 0;
  color: #2F2F2F;
}
#wrapper {
  padding-left:50px;
  padding-right:50px;
  padding-bottom: 50px;
}
#container {
  margin-left: auto;
  margin-right: auto;
  min-width: 800px;
  max-width: 1200px;
}
#header {
  height: 230px;
}
#topNav {
  font-size: 12px;
  background: url('/images/login2.png') repeat-x;
  -moz-border-radius-bottomright: 10px;
  border-bottom-right-radius: 10px;
  -moz-border-radius-bottomleft: 10px;
  border-bottom-left-radius: 10px;
  height: 24px;
  padding-left: 10px;
  padding-right: 10px;
  -moz-box-shadow: 0 0 6px #333;
  -webkit-box-shadow: 0 0 6px #333;
  box-shadow: 0 0 6px #333;
}
#mainNav .search {
  float: right;
  margin-top: 8px;
  margin-right: 1em;
}
#mainNav .search #searchBox {
  position: relative;
}
#search {
  height: 20px;
  font-size: 16px;
  width: 250px;
  border: 1px solid gray;
}
#mainNav .search #searchBtn{
  position: absolute;
  right:4px;
  top: 2px;
}
#topNav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#topNav ul li {
  display: inline-block;
}
#topNav ul li a {
  padding-top:3px;
  margin-right: 20px;
  display: inline-block;
  text-decoration: none;
  color: #5A5A5A;
  font-weight: bold;
}
#topNav ul li a:hover {
  color: yellow;
}

#mast {
  position: relative;
  height:75px;
  overflow: hidden;
}
#topad {
  text-align: center;
}
#mast #logo {
  margin-left: 8px;
}
#mast #social {
  position: absolute;
  top: 15px;
  right: 8px;
}
#mast #social img {
  margin-left: 10px;
  cursor: pointer;
}
#mast #social .rss {
  position: relative !important;
}
#mast #social #rss {
  display: none;
  position: absolute !important;
  top: 48px !important;
  right: 125px !important;
  width: 200px !important;
  height: 100px !important;
  border: 2px solid red !important;
  background-color: white !important;
}
#mast #social #fb {
  display: none;
  z-index: 25 !important;
  position: absolute !important;
  top: 48px !important;
  right: 65px !important;
  width: 250px !important;
  height: 287px !important;
  border: 1px solid black !important;
  background-color: white !important;
}
#mast #social #twitter {
  display: none;
  background: white;
  z-index: 25 !important;
  position: absolute !important;
  top: 48px !important;
  right: 0px !important;
  height: 312px !important;
  width: 242px !important;	
  border: 1px solid black;
   -moz-border-radius-bottomright: 5px;
  border-bottom-right-radius: 5px;
  -moz-border-radius-bottomleft: 5px;
  border-bottom-left-radius: 5px;
   -moz-border-radius-topright: 5px;
  border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  border-top-left-radius: 5px;
}
#mast #social #twitter .tHead {
  text-decoration: none;
  display: block;
  color: #333333;
  border-bottom: 1px solid #C6CEDD;
  padding: 7px;
  font-weight: bold;
  background-color: #EDEFF4;
  margin-bottom: 5px;
}

#mainNav {
  color: white;
  background: url(/images/mainNavBG.png) black;
  height: 40px;
  z-index: 99999;
}
#mainNav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  z-index: 99999;
}
#mainNav ul li {
  display: inline-block;
}
#mainNav ul li a {
  height: 31px;
  margin: 0;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-top:9px;
  padding-right: 15px;
  padding-left: 15px;
  display: block;
  border-left: 1px solid #969796;
  border-right: 1px solid #5a5a5a;
  text-decoration: none;
  font-weight: bold;
  color: #424242;
  z-index: 99999;
}
#mainNav ul li a:hover {
  color: white;
  text-shadow: #000 1px 1px 0px !important;
}
#mainNav ul li a.active {
  color: yellow;
  background-color: gray;
}
#mainNav ul li a.last {
  border-right: 0px;
}

#contentH {
  background-color: white;
  -moz-box-shadow: 0 0px 10px #000;
  -webkit-box-shadow: 0 0px 10px #000;
  box-shadow: 0 0px 10px #000;
  z-index: 6;
}
#content {
  min-height: 1000px;
  position: relative;	
}
#contentBody {
  font-size: 14px;
  margin-right: 450px;
}
#contentBody .article {
  padding: 1em;
  position: relative;
  margin-bottom: 1em;
}
#contentBody .article h2 {
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 18px;
}
#contentBody .article h2 a {
  color: #2F2F2F;
  text-decoration: none;
}
#contentBody .article h2 a:hover {
  color: #516DA6;
}
#contentBody .article img {
  border: 1px solid #516da6;
  padding:3px;
  float: left;
  max-width: 200px;
}
#contentBody .article .aContent .aAbout {
  margin-left: 215px;
}
#contentBody .article .aContent .shortDesc {
  line-height: 20px;
  margin-bottom: 10px;
}
#contentBody .article .aContent .date {
  font-size: 11px;
  padding-top: 2px;
  padding-bottom: 5px;
  color: #2f2f2f;
}
#contentBody .article .aContent .aDetails {
  margin-top: 5px;
  line-height: 16px;
  font-size: 12px;
  vertical-align: top;
  color: #2f2f2f;
}
#contentBody .article .aContent .aDetails a {
  text-decoration: none;
  color: #516DA6;
}
#contentBody .article .aContent .aDetails a:hover {
  text-decoration: underline;
}
#contentBody .article .aAbout a, #contentBody .article .aAbout2 a {
  color: #516DA6;
  text-decoration: none;
}
#contentBody .article .aContent .aDetails img {
  position: static;
  border: 0;
  padding: 0;
  vertical-align: top;
  float: none;
}
#contentBody .article .aContent .aDetails .floatRight {
  margin-right: 20px;
}
#subNav {
  font-size: 11px;
  height: 25px;
  background-color: gray;
}
#subNav h1 {
  font-size: 12px;
  margin:0;
  padding: 0;
  padding-top: 5px;
  padding-left: 10px;
  color: yellow;
}
#subNav ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#subNav ul li {
  display: inline-block;
}
#subNav ul li a {
  height: 20px;
  margin: 0;
  margin-left: 0 !important;
  margin-right: 0 !important;
  padding-top:5px;
  padding-right: 10px;
  padding-left: 10px;
  display: block;
  text-decoration: none;
  font-weight: bold;
  color: #424242;
}
#subNav ul li a:hover {
  color: white;
}
#subNav ul li a.active {
  background-image: url(/images/subMenuActive.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  color: yellow;
}
#subNav ul li a.last {
  border-right: 0px;
}
#hLoadMore {
  text-decoration: none;
  color: black;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom:10px;
  padding: 10px;
  width: 100px;
  text-align: center;
  font-weight: bold;
  cursor: pointer;
  height: 20px;
  border-left: 1px solid silver;
  border-right: 1px solid gray;
  border-top: 1px solid silver;
  border-bottom: 1px solid gray;
}
#hLoadMore:hover {
  -moz-box-shadow: 0 0 12px #FCD116;
  -webkit-box-shadow: 0 0 12px #FCD116;
  box-shadow: 0 0 12px #FCD116;
  background-color: #e0eaff;
}
#hLoadMore.active {
  -moz-box-shadow: 0 0 12px #FCD116;
  -webkit-box-shadow: 0 0 12px #FCD116;
  box-shadow: 0 0 12px #FCD116;
  background-color: #e0eaff;
}

#sideColumns {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 450px;
}
#midCol {
  width: 300px;
}
#sideColumns #midCol .newsbox h4 {
  padding: 0;
  padding-left: 10px;
  line-height: 28px;
  background: url(/images/sideBG.png) repeat-x navy;
  margin: 0;
  color: white;
  text-shadow: #000 1px 1px 0px;
  border: 1px solid #223455;
}
#sideColumns #midCol .newsbox.first {
  padding-top: 1em;
}
#sideColumns #midCol .newsbox ul {
  border: 1px solid black;
  border-top: 0;
  margin: 0;
  padding: 0;
  list-style-type: none;
  background: #516DA6;
  font-size: 14px;
}
#sideColumns #midCol .newsbox ul li a {
  color: black;
  padding-left: 5px;
  padding-right: 4px;
  line-height: 28px;
  height: 28px;
  display: block;
  text-decoration: none;
  overflow: hidden;
  background: url(/images/lineSpace.png) center bottom;
  background-repeat: no-repeat;
}
#sideColumns #midCol .newsbox ul li a.last {
  background: none;
}
#sideColumns #midCol .newsbox ul li a:hover {
  color:white;
}
#sideColumns #midCol .newsbox ul li div.space {
  height: 1px;
}
#rightColumn {
  float: right;
  height: 100%;
  width: 150px;
  background-color: white;
}
#rightColumn .rightColAd {
  padding-left: 16px;
  padding-top: 1em;
}
.clear {
  clear: both;
  height: 1px;
}
#footerA {
  border-top: 1px solid #FFF;
  background: url(/images/footerbg.png) #516da6 repeat-x;
}
#footer {
  margin-left: auto;
  margin-right: auto;
  min-width: 800px;
  max-width: 1200px;
}
#footer-right {
  float: right;
  text-align: right;
}
#footer-right h4 {
  font-size: 18px;
  padding:0;
  margin: 0;
  margin-top: 1em;
  color: white;
  text-shadow: #000 2px 2px 2px !important;
}
#footer-right ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#footer-right ul li {
  display: inline-block;
  margin-left: 25px;
}
#footer-right ul li a {
  text-decoration: none;
  color: yellow;
  font-weight: bold;
  text-shadow: #000 1px 1px 0px !important;
}
#footer-mid {
  float: right;
  width: 500px;
}
#footer-mid h4 {
  font-size: 18px;
  color: white;
  padding: 0;
  margin: 1em 0 0;
  text-shadow: #000 2px 2px 2px !important;
}
#footer-mid #twitter_update_list {
  list-style-type: none;
  color: white;
  padding: 0;
  margin: 0;
}
#footer-mid #twitter_update_list li {
  margin-bottom: 8px;
}
#footer-mid #twitter_update_list li a {
  color: yellow;
}
#footer-left .fb {
  background-color: #ffffff;
  width: 282px;
  height: 400px;
}
#footer #copy {
  color: white;
  line-height: 20px;
  font-size: 11px;
  text-align: center;
}
.squareAd {
  margin-top: 1em;
  margin-left: 25px;
  height: 250px;
  width: 250px;
  background-color: black;
}
.floatRight {
  float: right;
}

.articleBody {
  padding: 1em; 
}
.articleBody h1 {
  padding: 0;
  margin: 0;
  font-size: 1.8em;
}
.articleBody h2 {
  margin: 0;
  padding: 0;
  margin-top: .3em;
  margin-bottom: .5em;
  font-size: 1.2em;
}
.articleBody h3 {
  margin: 0;
  padding: 0;
  margin-top: 1em;
}
.articleBody p {
  margin-top: 0; 
}
.articleBody div.details {
  padding-top: .2em;
  padding-bottom: .2em;
}
.articleBody div.datePublished {
  color: gray;
  font-weight: bold;
  font-size: 11px;
}
.articleBody div.details .author, .articleBody div.details .editor, .articleBody div.details .pages, .articleBody div.details .tags {
  font-size: 11px; 
}
.articleBody a, .articleBody a:visited {
  color: #516DA6; 
  text-decoration: none;
}
.articleBody a:hover {
  text-decoration: underline; 
}
.articleBody div.details img {
  float: left; 
  border: 1px solid #516DA6;
  padding: 3px;
  margin-right: .5em;
}
.articleBody div.mBody p.images {
   text-align: center;
}
.articleBody div.mBody p.images img {
  border: 1px solid black;
  padding: 1px;
  margin: 4px;
}
.articleBody ul.pagination {
  list-style-type: none;
  padding: 0;
  margin: 0;
  text-align: center;
}
.articleBody ul.pagination li {
  display: inline;
  margin-left: 1em;
  margin-right: 1em;
  font-weight: bold;
  font-size: 1.2em;
}
.articleBody p.jump {
  margin: 0;
  margin-top: 2em;
  font-size: 1.1em;
  font-weight: bold;
  text-align: center;
}
ul.pagePagination {
  list-style-type: none;
  margin: 0;
  
  padding: 0;
  text-align: center;
    margin-top: 10px;
  margin-bottom: 10px;
}
ul.pagePagination li {
  display: inline;
  margin-right: 10px;
}
ul.pagePagination li a {
  color: #516DA6;
  text-decoration: none;
}
ul.pagePagination li a:hover {
  color: #000;
}

.blForm p label {
  float: left;
  display: inline-block;
  width: 150px;
}
.blForm p input.textInput {
    background: url("/images/bg_fade_sml.png") repeat-x scroll center top transparent;
    border: 1px solid #999999;
    border-radius: 3px 3px 3px 3px;
    color: #666666;
    font-family: Arial,Helvetica,sans-serif;
    margin-bottom: 5px;
    padding: 10px;
    width: 300px;
}
.blForm p textarea.textInput {
    background: url("/images/bg_fade_sml.png") repeat-x scroll center top transparent;
    border: 1px solid #999999;
    border-radius: 3px 3px 3px 3px;
    color: #666666;
    font-family: Arial,Helvetica,sans-serif;
    margin-bottom: 5px;
    padding: 10px;
    width: 500px;
}
.blForm p select {
    border: 1px solid #CCCCCC;
    border-radius: 5px 5px 5px 5px;
    padding: 7px 10px;
}
.blForm .btn, .btnalt {
    background: url("/images/bg_buttons.png") repeat-x scroll center top transparent;
    border: 1px solid #0D87AE !important;
    border-radius: 7px 7px 7px 7px;
    color: #FFFFFF;
    font-size: 11px;
    font-weight: 700;
    padding: 7px 10px;
}