@charset "utf-8";
body {
	font: 12px/1.4 Verdana, Geneva, sans-serif;
	margin: 0;
	padding: 0;
	color: #000;
	background: #000 url(../images/body-bg.png) no-repeat center top;
}
/****************************************/
.container {
	background: #FFFFFF;
	width: 950px;
	margin: 0 auto;
}
.content {
	padding: 25px 0;
	width: 950px;
	float: left;
	background: #e1e0dc url(../images/content-bg.png) no-repeat left top;
}
.content .top-content {
	margin-bottom: 25px;
}
.content h1, .content h2, .content .top-content h3 {
	color: #8c3e38;
	margin-bottom: 5px;
	font-size: 20px;
	font-weight: normal;
	text-transform: uppercase;
}
/****************************************/
ul, ol, dl {
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;
	padding-right: 15px;
	padding-left: 15px;
}
a img {
	border: none;
}
.wrapper {
	padding-top: 16px;
	width: 1000px;
	margin: 5px auto 25px;
	background: url(../images/wrapper.png) no-repeat center top;
}
header {
	height: 83px;
	background: #FFF url(../images/header-logo.png) no-repeat left top;
	color: #aaaaaa;
	font-size: 11px;
}
header p {
	margin: 0;
	padding: 0;
}
header a:link, header a:visited {
	color: #aaaaaa;
	text-decoration: none;
}
header a:hover, header a:active, header a:focus {
	text-decoration: underline;
}
.header-left {
	float: left;
	width: 385px;
	height: 83px;
}
.header-right {
	margin-top: 10px;
	margin-right: 15px;
	float: right;
	font-size: 10px;
}
.content-slider {
	width: 950px;
	margin: 0;
	padding: 0;
}
.content-slider p {
	margin: 0;
	padding: 0;
}
.content a:link, .content a:visited {
	color: #743131;
	text-decoration: underline;
}
.content a:hover, .content a:active, .content a:focus {
	text-decoration: none;
}
.content ul, .content ol {
	padding: 0 15px 15px 40px;
}
nav {
	background: #743131;
	color: #FFF;
	font-size: 11px;
	padding: 6px 0;
}
nav a:link, nav a:visited {
	color: #FFF;
	text-decoration: none;
	text-transform: uppercase;
	padding: 6px 14px;
}
nav a:hover, nav a:active, nav a:focus {
	text-decoration: underline;
}
nav .menu_horizontal li {
	display: inline;
	list-style-type: none;
}
footer {
	padding: 0;
	position: relative;
	clear: both;
	background: #5c5b5a;
	color: #FFF;
	font-size: 11px;
}
.footer-float-left {
	float: left;
	padding: 5px 15px;
}
.footer-content {
	margin-top: 3px;
	padding-top: 5px;
}
.footer-content p {
	margin-left: 15px;
	margin-right: 15px;
	margin-top: 2px;
	margin-bottom: -2px;
}
.footer-content a:link, .footer-content a:visited {
	color: #FFF;
	text-decoration: none;
}
.footer-content a:hover, .footer-content a:active, .footer-content a:focus {
	text-decoration: underline;
}
.footer-login {
	padding: 5px 0;
	width: 200px;
	float: right;
	background: #8c3e38;
}
.footer-login p {
	margin: 0;
	padding: 0;
}
.footer-login a:link, .footer-login a:visited {
	padding-left: 24px;
	color: #FFF;
	text-decoration: none;
	background: url(../images/login-button.png) no-repeat left center;
}
.footer-login a:hover, .footer-login a:active, .footer-login a:focus {
	text-decoration: underline;
	background: url(../images/login-button-hover.png) no-repeat left center;
}
.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear:both;
}
header, section, footer, aside, nav, article, figure {
	display: block;
}
/********** TEXT **********/
.text-bold {
	font-weight: bold;
}
.text-italic {
	font-style: italic;
}
.text-left {
	text-align: left;
}
.text-center {
	text-align: center;
}
.text-right {
	text-align: right;
}
.text-orange {
	color: #d87019;
}
.text-green {
	color: #60a240;
}
.text-blue {
	color: #3693cf;
}
.text-yellow {
	color: #cc9900;
}
/********** END OF TEXT **********/

/********** IMAGES **********/
.img-center {
	margin: 0 auto;
	display: block;
}
/********** END OF IMAGES **********/

/********** FEATURED ARTICLES/BLOGS **********/
.blog-featured .item h2 {
	font-size: 11px;
	text-transform: none;
	margin-top: 0;
	margin-left: 15px;
	margin-bottom: 5px;
	margin-right: 15px;
	padding: 0;
}
.cols-5 .item {
	padding-top: 15px;
	float: left;
	width: 188px;
	border-left: solid 1px #ccc;
	min-height: 150px;
}
.readmore a:link, .readmore a:visited {
	color: #743131;
	text-decoration: underline;
	font-size: 11px;
}
.readmore a:hover, .readmore a:active, .readmore a:focus {
	text-decoration: none;
}
/********** END OF FEATURED ARTICLES/BLOGS **********/

/********** BORDERS **********/
.gray-border {
	clear: both;
	border-bottom: solid 1px #666;
	margin-left: 15px;
	margin-right: 15px;
}
/********** END OF BORDERS **********/

/********** SEARCH **********/
header .search .inputbox {
	border: solid 1px #CCC;
	background: #FFF;
	color: #999;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
	height: 16px;
}
header .search .inputbox:focus {
	background: #fafafa;
}
header .search .button {
	background: #333333;
	color: #FFF;
	border: solid 1px #333333;
	padding-top: 1px;
	padding-bottom: 1px;
	margin-left: 2px;
	font-size: 11px;
}
header .search .button:hover {
	color: #333;
	background: #f3ab2b;
	cursor: pointer;
}
section .search {
	margin-left: 25px;
	margin-right: 25px;
}
section .search h1 {
	padding-left: 0;
	margin-left: 0;
}
section .search fieldset {
	margin-bottom: 10px;
}
section .search .inputbox {
	border: solid 1px #CCC;
	background: #FFF;
	color: #666;
	font-family: Arial, Helvetica, sans-serif;
	height: 21px;
}
section .search .inputbox:focus {
	color: #333;
	background: #fafafa;
	cursor: pointer;
}
section .search .button {
	background: #333333;
	color: #FFF;
	border: solid 1px #333333;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-left: 2px;
}
section .search .button:hover {
	color: #333;
	background: #f3ab2b;
	cursor: pointer;
}
.highlight {
	background: #f3ab2b;
}
/********** SEARCH **********/

/********** PAGINATION **********/
.pagination {
	margin: 25px auto 0;
}
.pagination ul {
	list-style-type: none;
}
.pagination ul li {
	display: inline;
	padding-right: 5px;
}

/********** END OF PAGINATION **********/
.save-the-blue {
	min-height: 1457px;
	margin-top: -25px;
	margin-bottom: -181px;
	padding-top: 156px;
	background: url(../images/save-the-blue.jpg) no-repeat left top;
	color: #FFFFFF;
}
.save-the-blue a:link, .save-the-blue a:visited {
	color: #cc9900;
	text-decoration: none;
}
.save-the-blue a:hover, .save-the-blue a:active, .save-the-blue a:focus {
	text-decoration: underline;
}
.survey {
	margin: 35px;
	padding: 10px;
	background: url(../images/survey-bg.png) repeat left top;
	border: solid 2px #FFFFFF;
	min-height: 500px;
}
#surveyMonkeyInfo {
	float: right;
	margin-right: 35px;
}

/**************************** ERROR MESSAGE ****************************/
#system-message-container #system-message {
  color: #990000;
  border-top: solid 2px #990000;
  border-bottom: solid 1px #990000;
  border-right: solid 1px #990000;
  border-left: solid 1px #990000;
  padding-top: 5px;
	margin-left: 15px;
  margin-bottom: 15px;
  margin-right: 15px;
  background-image: url(../images/error-bg.png);
  background-repeat: repeat-x;
  background-position: left top;
  background-color: #FFF;
}
dl#system-message dt.error, dl#system-message dt.notice {
  display:none;
}
#system-message-container dt {
	padding-left: 40px;
	padding-bottom: 10px;
	margin-left: 15px;
	background: url(../images/error.png) no-repeat left top;
}
#system-message-container ul {
  padding-bottom: 9px;
}
#system-message-container li {
  list-style-type: none;
  padding-top: 5px;
}
#system-message-container .message {
  font-weight: bold;
  font-size: 11px;
  margin-left: 10px;
}
/**************************** END OF ERROR MESSAGE ****************************/

.commodities {
	font-size: 10px !important;
}
.commodities table {
	margin-left: -5px !important;
}
.commodities .date {
	margin-top: -8px;
	margin-left: 5px;
	margin-bottom: 5px;
}
.stock2 {
	padding: 0;
	margin-bottom: 0;
}
.stock3 {
	margin-top: -0;
}