@charset "utf-8";
body{background-color: #859357;}
html,body
{
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    /*overflow-x: hidden; */
	/*font-size: 2em;*/
}


hr
{
border:solid .125em gray;
width: 96%;
/*color: #FFFF00;*/
/*height: 1px;*/

}


a:link, a:active{color: #475614; text-decoration: underline;}
h1{margin-top: 0px; margin-bottom: 24px; line-height: 1em; float: none;}
h4{margin-bottom: .2em;}
p.fire{margin-bottom: .2em; font-size: 12pt; font-weight: 800;}
ul.minutelist li{font-weight: bold; margin-bottom: .5em; text-transform: capitalize;}
ul.newslist li{font-weight: bold; margin-bottom: .5em; text-transform: capitalize; font-size: 11pt;}
ul.financelist li{font-weight: bold; margin-bottom: .5em; font-size: 11pt;}
.boxborder{border:1px solid black;}
.boxborder-left{border-left:1px solid black;}

.verybold{font-weight: bolder;}
.verybold-red{color: #BD1214; font-weight: bolder;}
.strikethrough{text-decoration: line-through;}
#fullwrap{width: 100%; margin: 0px;}
#innerwrap{max-width: 1200px; margin: 0 auto; border: 2px solid #475614; height: 100%; }
.headerback{background-image:url(images/header-x.png); height: auto; background-repeat: repeat-x; float: none;}
#header-left{width: 40%; float: left;}
#header-right {
	clear: right;
	float: right;
	width: 35%;
	text-align: right;
	height: auto;
	margin-top: 18px;
	margin-right: 10px;
}
.header-nav{float: right; margin-top: -35px; position: relative; margin-right: 15px;}
.header-nav ul{ position: absolute;  right: 0;
}
.footer{background-color: #475614; width: 100%; padding: 6px;}
.footer-gold, .footer-gold >a, .footer-gold > a:visited {color: #F8B043; font-size: 9pt;}
.float-left{float: left;}
.float-right{float: right;}
.img-margin{margin: 8px!important;}
.container {
  padding-right: 0px;
  padding-left: 0px;
  margin-right: auto;
  margin-left: auto;
  border-radius: 0px;
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  border-radius: 0px;
}
.col-xs-12{  
padding-right: 0px;
padding-left: 0px;
}

.col-lg-12{
padding-left: 0px;
padding-right: 0px;
}
#main-content{ 
	background-color: white;
	margin: 15px 15px;
	padding: 12px;
	font-size: 1.1em!important;
	float: none;
	/* Chrome and Safari */
	-webkit-border-top-left-radius:10px;
	-webkit-border-top-right-radius:10px;
	-webkit-border-bottom-right-radius:10px;
	-webkit-border-bottom-left-radius:10px;
	/* Firefox */
	-moz-border-radius-topleft:10px;
	-moz-border-radius-topright:10px;
	-moz-border-radius-bottomright:10px;
	-moz-border-radius-bottomleft:10px;
	/* Standard Syntax */
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;}
.row {
  margin-right: 0px;
  margin-left: 0px;
}
.redtext{color: crimson; font-weight: bold;}
.underline{text-decoration: underline;}
.clear-rgt{clear: right;}
.clear-left{clear: left;}
.clear-both{clear: both;}
#header-right-mobile{display: none;}
.cal-12{width: 100%;}
.calendar-top{background-color: #5C701A; color: #FCB040; font-size: 18pt; padding: 10px;
	/* Chrome and Safari */
	-webkit-border-top-left-radius:10px;
	-webkit-border-top-right-radius:10px;
	-webkit-border-bottom-right-radius:10px;
	-webkit-border-bottom-left-radius:10px;
	/* Firefox */
	-moz-border-radius-topleft:10px;
	-moz-border-radius-topright:10px;
	-moz-border-radius-bottomright:10px;
	-moz-border-radius-bottomleft:10px;
	/* Standard Syntax */
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}
.calendar-description{background-color: white; padding: 12px;}
.slideshow{max-width: 320px; float: left; margin-right: 5px;}
/* media queries */
@media (max-width : 320px) {
#headerback{height: 150px;}
#header-left{min-width: 45%; margin: 0 auto; height: 180px; padding-left: 4px;}
#header-right{display: none;}
#header-right-mobile{display: block; max-width: 50%; float:right; margin-top: 18px; margin-right: 6px;}
.col-xs-12{width: 100%;}
.slideshow{max-width: 245px;}
#main-content{font-size: 12pt !important;}
}
@media (min-width : 320px) and (max-width : 480px) {
#header-left{width: 40%;}
#header-right{width: 50%; margin-top: 30px; margin-right: 6px;}
.slideshow{max-width: 245px;}
}
@media (max-width : 480px){
#header-left{width: 40%;}
#header-right{padding-top: 20px;}
}
@media (max-width : 767px){
#header-left{width: 40%;}
#header-right{width: 55%; margin-top: 12px;}	
}
@media (min-width : 768px){
#header-right{width: 55%; margin-top: 12px;}	
}
@media (min-width : 992px) {

}
@media (min-width : 768px) and (max-width : 1024px) {
 
}
@media (min-width : 768px) and (max-width : 991px) {

}
@media (min-width : 992px) and (max-width : 1199px) {

}
@media (min-width : 1200px) {
#innerwrap{-webkit-box-shadow: 3px 3px 24px 3px rgba(0, 0, 0, 0.4);  /* Safari 3-4, iOS 4.0.2 - 4.2, Android 2.3+ */
  -moz-box-shadow:    3px 3px 24px 3px rgba(0, 0, 0, 0.4);  /* Firefox 3.5 - 3.6 */
  box-shadow:         3px 3px 24px 3px rgba(0, 0, 0, 0.4);  /* Opera 10.5, IE 9, Firefox 4+, Chrome 6+, iOS 5 */}
}

