body {
	font-size: 12px;
	font-family: verdana, Arial, Helvetica, sans-serif;
	color: #382717;
	background-color: #FFFFFF;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-size: cover;
	background-position: center center;
	margin: 0px 0px 0px 0px;
}
textarea {
	resize: none;
}
a {
	color: #382717;
}
a:hover {
	color: #0601D5;
}
#Container {
	position: relative;
	width: 980px;
	margin: 0px auto;
}
.PageTitle {
	text-align: center;
	font-size: 21px;
	font-weight: bold;
	padding: 0px 0px 20px 0px;
}
#Header {
	font-size: 14px;
	height: 130px;
	position: relative;
	z-index: 1000;
}
#HeaderTop {
	position: relative;
	height: 130px;
	border-radius: 0px 0px 10px 10px;
	box-shadow: 0px 0px 10px rgb(0,0,0);
	background: url(/images/PublicHeader.jpg) no-repeat;
}
#HeaderLogo {
	cursor: pointer;
	position: absolute;
	top: 35px;
	left: 75px;
	height: 52px;
	width: 254px;
	background: url(/images/HeaderLogo.png) no-repeat;
}
#HeaderLeft {
	float: left;
	height: 130px;
	width: 270px;
	background-color: #CCCCCC;
	background-image: url('/images/MenuGradient1-140.png');
	background-image: -webkit-linear-gradient(top, #CCCCCC, #AAAAAA);
	background-image: -moz-linear-gradient(top, #CCCCCC, #AAAAAA);
	background-image: -ms-linear-gradient(top, #CCCCCC, #AAAAAA);
	background-image: -o-linear-gradient(top, #CCCCCC, #AAAAAA);
	background-image: linear-gradient(to bottom, #CCCCCC, #AAAAAA);
	border-radius: 0px 0px 0px 10px;
}
#HeaderRight {
	float: right;
	height: 130px;
	width: 709px;
	background-color: #0601d5;
	background-image: url(/images/MenuGradient2-140.png);
	background-image: -webkit-linear-gradient(top , #0601d5, #030080);
	background-image: -moz-linear-gradient(top , #0601d5, #030080);
	background-image: -ms-linear-gradient(top , #0601d5, #030080);
	background-image: -o-linear-gradient(top , #0601d5, #030080);
	background-image: linear-gradient(to bottom , #0601d5, #030080);
	border-radius: 0px 0px 10px 0px;
	border-left: 1px solid #FFFFFF;
}
#HeaderButtons {
	position: absolute;
	top: 97px;
	right: 50px;
/*	left: 289px; */
	width: 680px;
	height: 20px;
	border-right: 1px solid #382717;
}
a.HeaderButton {
	float: right;
	width: 110px;
	height: 20px;
	color: #DDDDDD;
	border-left: 1px solid #DDDDDD;
	text-align: center;
	line-height: 18px;
	text-decoration: none;
}
a.HeaderButton:hover {
	cursor: pointer;
	color: #FEEA32;
/*	text-decoration: underline;
	background: url(/images/Highlight-40.png); */
}
a.HBCurrent {
	color: #DDDDDD;
/*	color: #00833C;
	font-weight: bold;
	text-decoration: underline;
	background: url(/images/Highlight-20.png); */
}
#HeaderGap {
	height: 20px;
}
#Body {
	padding: 20px 0px 20px 0px;
}
#Visitor {
	width: 100px;
	font-size: 10px;
	z-index: 101;
	position: absolute;
	top: 19px;
	right: 10px;
	font-weight: bold;
}
#FakeTwitter {
	padding: 10px;
	border-radius: 10px 10px 10px 10px;
	width: 240px;
	height: 356px;
	display: none;
}
#HomeContainer {
	width: 980px;
	border-radius: 10px 10px 10px 10px;
	box-shadow: 0px 0px 10px rgb(0,0,0);
	background: #C3BCAA;
}
#HomeTop {
	color: #FFFFFF;
	padding: 15px 10px 0px 10px;
	border-radius: 10px 10px 0px 0px;
	background: #C3BCAA;
	border-bottom: 3px solid #0601D5;
}
#HomeBlock {
	background: #C3BCAA;
	padding: 20px;
    border-radius: 0px 0px 10px 10px;
}
#TwitterColumn {
	background-color: #FFFFFF;
/*	border-radius: 0px 0px 10px 10px; */
	margin: 0px;
/*	padding: 0px 0px 0px 15px; */
	display: table-cell;
	width: 296px;
}
#TwitterBox {
	width: 276px;
	padding: 5px 10px 10px 10px;
}
.InfoGroup {
	position: relative;
}
.InfoParagraph {
	padding: 0px 0px 15px 0px;
}
.InfoContainer {
	position: absolute;
	display: none;
	z-index: 10000;
}
/* Blog Styles */
#BlogColumn {
	display: table-cell;
	background-color: #FFFFFF;
	padding: 10px 20px 20px 20px;
/*	border-radius: 0px 0px 10px 10px; */
}
.BlogRow {
	padding: 10px 0px;
	border-bottom: 1px solid #0601D5;
}
.BlogTitle {
/*	color: #0601D5; */
	color: #378643;
	font-size: 16px;
	font-weight: bold;
}
.BlogTitle a {
/*	color: #0601D5; */
	color: #378643;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
}
.BlogTitle a:hover {
	color: #382717;
}
.BlogSubTitle {
/*	color: #0601D5; */
	color: #378643;
	font-size: 14px;
	font-weight: bold;
}
.BlogDate {
	padding: 4px 0px;
	color: #888888;
	font-weight: bold;
}
.BlogText {
	padding-bottom: 8px;
}
.BlogMore a {
	font-size: 9px;
	color: #FFFFFF;
	background: #5B5147;
	padding: 4px;
	text-decoration: none;
}
.BlogMore a:hover {
	background: #0601D5;
}
/* Content Style */
#ContentContainer {
	width: 980px;
	border-radius: 10px 10px 10px 10px;
	box-shadow: 0px 0px 10px rgb(0,0,0);
	background: #C3BCAA;
}
#ContentTop {
	color: #FFFFFF;
	font-size: 18px;
	font-weight: bold;
	padding: 13px 10px 0px 10px;
	border-radius: 10px 10px 0px 0px;
/*	background: #5B5147; */
	background-color: #C3BCAA;
	border-bottom: 3px solid #0601D5;
	text-align: center;
/*	background: #000000; border-bottom: 3px solid #0601d5; */
}
#Content {
	padding: 20px;
    border-radius: 0px 0px 10px 10px;
	background-color: #C3BCAA;
}
#ContentTable, #HomeTable {
	display: table;
	width: 100%;
}
#ContentRow, #HomeRow {
	display: table-row;
}
#ContentMenu {
	display: table-cell;
	width: 150px;
	border: 1px solid #000000;
	background: #000000;
	vertical-align: top;
}
#ContentSpacer {
	display: table-cell;
	width: 20px;
}
#ContentBody {
	display: table-cell;
	color: #000000;
	text-align: justify;
	background: #FFFFFF;
	padding: 20px 20px 20px 20px;
}
#ContentBody a:visited {
/*	color: #FFFFFF; */
}
#ContentBody a:active {
/*	color: #FFFFFF; */
}
#ThreeColumn {
	padding: 20px 0px 0px 0px;
}
#ThreeColumn a {
	font-weight: bold;
	color: #382717;
}
#ThreeColumn a:hover {
	color: #0601D5;
}
#LeftColumn {
	display: table-cell;
	width: 316px;
	border-radius: 10px 10px 10px 10px;
	box-shadow: 0px 0px 10px rgb(0,0,0);
	background: #C3BCAA;
}
#MiddleColumn {
	display: table-cell;
	width: 308px;
	border-radius: 10px 10px 10px 10px;
	box-shadow: 0px 0px 10px rgb(0,0,0);
	background: #C3BCAA;
}
#RightColumn {
	display: table-cell;
	width: 316px;
	border-radius: 10px 10px 10px 10px;
	box-shadow: 0px 0px 10px rgb(0,0,0);
	background: #C3BCAA;
}
.SpacerColumn {
	display: table-cell;
	width: 20px;
}
.ColumnTop {
	color: #FFFFFF;
	font-size: 14px;
	font-weight: bold;
	padding: 10px 10px;
	border-radius: 10px 10px 0px 0px;
	background: #5B5147;
	border-bottom: 3px solid #0601D5;
	text-align: center;
}
.ColumnContent {
	padding: 10px 10px 10px 10px;
	text-align: justify;
}
a.ContentButton {
	padding: 6px 4px;
	background: #000000;
	display: block;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	border-left: 5px solid #000000;
}
a.ContentButton:hover {
	border-left: 5px solid #FFFFFF;
	background: #444444;
}
a.CBCurrent {
	background: #333333;
	border-left: 5px solid #0601d5;
}
#Footer {
	height: 20px;
	margin-bottom: 20px;
}
#Footer-old {
	font-size: 14px;
	position: relative;
	height: 150px;
}
#FooterGap {
	height: 20px;
}
#FooterTop {
	border-radius: 10px 10px 10px 10px;
	position: relative;
	height: 130px;
	background: #C3BCAA;
	color: #FFFFFF;
	font-size: 14px;
}
#FooterBottom {
	width: 100%;
	position: absolute;
	bottom: 0px;
	left: 0px;
	background: #5B5147;
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
	padding: 5px 0px 5px 0px;
	border-radius: 10px 10px 10px 10px;
	box-shadow: 0px 0px 10px rgb(0,0,0);
}
#FooterMenu {
	position: absolute;
	top: 11px;
	left: 20px;
}
#FooterCopyright {
	position: absolute;
	right: 20px;
	top: 11px;
}
.FooterColumn {
	width: 100px;
	float: left;
}
.FooterColumn a {
	text-decoration: none;
	color: #DDDDDD;
}
.FooterColumn a:hover {
	text-decoration: underline;
	color: #FCEB00;
}
a.FBCurrent {
	text-decoration: underline;
	color: #FFFFFF;
}
#Bottom {
	margin: 0px 0px 0px 10px;
	border-bottom: 2px solid #FFFFFF;
	display: none;
}
#shell {
	background: none;
}
#tweets {
	background: none;
}
.AllCaps {
	text-transform: uppercase;
}
.LeftField {
	position: absolute;
	top: 0px;
	left: -10000px;
}
.fauxlink {
	text-decoration: underline;
	color: #0000FF;
	cursor: pointer;
}
.fauxlink-red {
	text-decoration: underline;
	color: #A40000;
	cursor: pointer;
}
.fauxTextbox {
	font-family: Lucida, Arial;
	border: 1px solid #000000;
	text-align: left;
	background: #DDDDDD;
	color: #000000;
	height: 18px;
	font-size: 13px;
	vertical-align: bottom;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 2px;
	float: left;
}
.SubmitBar {
	text-align: center;
	padding: 10px 0px 10px 0px;
}
.AboutHeader {
	font-size: 18px;
	font-weight: bold;
	padding: 0px 0px 20px 0px;
}
.AboutSubHeader {
	font-weight: bold;
}


/* TOP MENU CSS */
#cssmenu ul,
#cssmenu li,
#cssmenu span,
#cssmenu a {
  margin: 0;
  padding: 0;
  position: relative;
}
#cssmenu:after,
#cssmenu ul:after {
  content: '';
  display: block;
  clear: both;
}
#cssmenu a {
  color: #ffffff;
  display: inline-block;
  font-family: Verdana;
  font-size: 12px;
  font-weight: bold;
  min-width: 35px;
  text-align: center;
  text-decoration: none;
  text-shadow: 0 -1px 0 #333333;
}
#cssmenu ul {
  list-style: none;
}
#cssmenu > ul > li {
  float: left;
  border-right: 1px solid #FFF;
  background: #030088;
}
#cssmenu > ul > li.active a {
}
#cssmenu > ul > li.active a:hover {
}
#cssmenu > ul > li a {
  line-height: 18px;
  padding: 0 35px;
}
#cssmenu > ul > li a:hover {
  color: #E5B300;
}
#cssmenu > ul > li:first-child a {

}
#cssmenu > ul > li:last-child a {

}
#cssmenu .has-sub:hover ul {
  display: block;
  /*border: 1px solid #FFF;*/
}
#cssmenu .has-sub ul {
  display: none;
  position: absolute;
  top: 18px;
  left: -1px;
  /*min-width: 100%;*/
  /* IE7 */

  /**width: 100%;*/
  
  width: 220px;
  padding-top: 10px;  
  background: transparent;  
}
#cssmenu .has-sub ul li {
  text-align: left;
  background: #5B5147;
  border-left: 1px solid #C3BCAA;
  width: 220px;
}
#cssmenu .has-sub ul li a {
  border-top: 0 none;
  display: block;
  line-height: 18px;
  padding: 2px 5px;
  text-align: left;
  padding-left: 15px;
  background: #5B5147;
}
#cssmenu .has-sub ul li a:hover {
  background: #726559;
  color: #FFFFFF;
}

#cssmenu {
  border-left: 1px solid #FFF;
  margin-top: 5px;
  margin-left: 195px;
}
.BoxShadowMenu {
  box-shadow: 7px 7px 3px #000000;
}
#CapsLock {
    background-color: #ff0000;
    border: 1px solid #000000;
    color: #ffffff;
    display: none;
    font-size: 12px;
    font-weight: bold;
    line-height: 20px;
    padding: 4px;
    text-align: center;
    width: 120px;
    z-index: 1000;
}
