body {
	background-color: #db9130;
	color: #1b1a1a;
	font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;
	font-size: 12px;
	line-height: 18px;
	margin: 0;
}
.wrap {
	background-color: #ffffff;
	margin: 0 auto;
	padding: 0;
	width: 1025px;
}

/*************************************************************************************************************************************/
/************************** header ***************************************************************************************************/
/*************************************************************************************************************************************/

#printheader {
	display: none;
	visibility: hidden;
}
.header {
	background: url(/images/header_bg.jpg) 0 0 no-repeat;
	height: 133px;
	padding: 0 0 15px;
}
#logo {
	float: left;
	width: 350px;
	height: 72px;
	margin: 18px 0 16px 19px;
}
#headerRight {
	float: right;
	margin: 0;
	padding: 0;
}
#headerNavigation {
	color: #97a822;
	float: right;
	margin: 10px 8px 0 0;
	width: auto;
}
#headerNavigation a {
	color: #97a822;
	font-family: 'ralewaymedium', Arial, sans-serif;
	font-size: 15px;
	line-height: 15px;
	margin: 0 10px;
}
#headerNavigation a:hover {
	color: #db9130;
	text-decoration: none;
}
.search {
	height: 27px;
	float: right;
	margin: 33px 18px 18px 0;
	width: 213px;
}
.searchText {
	color: #97a822;
	float: left;
	font-family: 'ralewaymedium', Arial, sans-serif;
	font-size: 13px;
	padding: 4px 0 0 0;
}
#frmSearch {
	float: right;
	position: relative;
	width: 167px;
}
.searchInput {
	background: url(/images/search_box.png) 0 0 no-repeat;
	border: none;
	color: #636363;
	font-size: 12px;
	line-height: 13px;
	padding: 6px 26px 8px 12px;
	margin: 0;
	width: 129px;
}
.searchButton {
	position: absolute;
	right: 8px;
	top: 8px;
}
.breadcrumbs {
	color: #ffffff;
	font-family: 'ralewayregular', Arial, sans-serif;
	font-size: 16px;
	line-height: 17px;
	margin: 0;
	min-height: 1px; /* ie7 */
	padding: 6px 33px 5px;
	text-transform: uppercase;
}
.breadcrumbs a{
	color: #ffffff;
	font-family: 'ralewayregular';
	font-size: 16px;
	line-height: 17px;
}
.breadcrumbs a:hover{
	color: #ef9d32;
	text-decoration: none;
}

/*************************************************************************************************************************************/
/*********************** Left navigation *********************************************************************************************/
/*************************************************************************************************************************************/

#navigation{
	border-top: 1px solid #db9130;
	display: inline;
	margin: 0 0 0 15px;
	padding: 0;
	width: 170px;
	float: left;
}
#navigation ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}
#navigation li{
	border-bottom: 1px solid #db9130;
	margin: 0;
	padding: 0;
}
#navigation li a{
	background: url(/images/left_nav_arrow.png) 6px 50% no-repeat;
	color: #97a822;
	display: block;
	font-family: 'ralewaymedium', Arial, sans-serif;
	font-size: 16px;
	min-height: 1px; /* ie7 */
	line-height: 17px;
	margin: 0;
	padding: 8px 0 9px 18px;
	text-decoration: none;
	text-transform: uppercase;
}
#navigation li a.selected {
	color: #97a822;
	font-weight: 700;
}
#navigation>ul>li>a.selected.with-children {
	background: url(/images/left_nav_arrow_down.png) 6px 50% no-repeat;
}
#navigation li a:hover{
	color: #db9130;
}
#navigation ul ul{
	border-top: 1px solid #db9130;
}
#navigation li li{
	border: none;
}
#navigation li li a{
	background: none;
	font-size: 13px;
	font-weight: normal;
	line-height: 14px;
	padding: 6px 0 6px 18px;
	text-transform: none;
	font-family: 'ralewayregular', Arial, sans-serif;
}
#navigation li li li a,
#navigation li li li a:hover,
#navigation li li li a.selected {
	padding-left: 43px;
}

/*************************************************************************************************************************************/
/*************************** homepage ************************************************************************************************/
/*************************************************************************************************************************************/

#contentAreaHome{
	float: right;
	padding: 0px 170px 13px 26px;
	width: 641px;
}
#contentAreaHome_with_ads {
	float: left;
	padding: 0px 0px 13px 26px;
	width: 643px;
}
#cbBig{
	border: 2px solid #db9130;
	height: 301px;
	margin: 0 0 47px;
	width: 641px;
}
.homepage_slideshow {
	height: 301px;
	width: 641px;
}
.homepage_slideshow .controls {
	position: absolute;
	bottom: 7px;
	right: 1px;
	text-align: right;
}
.homepage_slideshow .controls input {
	background: none;
	border: none;
	color: #97a822;
	cursor: pointer;
	font-size: 20px;
	font-family: "Trebuchet MS",Tahoma,Arial,sans-serif;
	height: 27px;
	text-align: center;
	width: 30px;
}
.homepage_slideshow .controls input.active {
	background: #fff;
	border: 1px solid #0193d7;
	color: #db9130;
}
.homepage_slideshow .controls input:hover {
	color: #0193d7;
}
.homepage_slideshow .controls input:active {
	padding-left: 5px;
}
.homepage_slideshow .caption {
	color: #000000;
	font-size: 11px;
	line-height: 11px;
	padding: 19px 0 17px;
}
.homepage_slideshow .caption_title {
	color: #0193d7;
	font-size: 16px;
	padding-right: 5px;
	font-family: 'ralewayregular', arial, sans-serif;
}

.homepage_slideshow .caption .caption_link a {
	color: #063a6c;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
}
/*make left nav and content have equal height*/
#cbStretch{
	min-height: 180px;
	margin: 0;
	display: -webkit-box;
	display: -moz-box;
	display: -webkit-flex;		
	display: -ms-flexbox;		
	display: flex;
	overflow: hidden;
}
.cb{
	-webkit-box-flex: 0 0 28%;
	-moz-box-flex: 0 0 28%;
	-webkit-flex: 0 0 28%;
	-ms-flex: 0 0 28%;
	flex: 0 0 28%;
	display: inline;
	float: left;
	margin: 0 1px;
	padding: 6px 9px 10px 9px;
	border: 2px solid #db9130;
}
.cb:nth-child(1) {
	-moz-box-ordinal-group: 0;
	-webkit-box-ordinal-group: 0;
	-webkit-order: 0;
	-ms-flex-order: 0;
	order: 0;
}
.cb:nth-child(2) {
	-moz-box-ordinal-group: 1;
	-webkit-box-ordinal-group: 1;
	-webkit-order: 1;
	-ms-flex-order: 1;
	order: 1;	
}
.cb:nth-child(3) {
	-moz-box-ordinal-group: 2;
	-webkit-box-ordinal-group: 2;
	-webkit-order: 2;
	-ms-flex-order: 2;
	order: 2;
}
.margin {
	margin: 0 16px 0 16px;
}
.cbTitle h1 {
	border: none;
	color: #0193d7;
	font-family: 'ralewaybold';
	font-size: 16px;
	line-height: 17px;
	margin: 0 0 15px;
	padding: 0;
	text-transform: uppercase;
}
.cbBody,
.cbBody p {
	color: #5a5959;
	font-size: 12px;
	line-height: 14px;
	padding: 0;
}
.cbBody a{
	color: #0193d7;
	text-decoration: none;
}
.cbBody a:hover{
	color: #db9130;
	text-decoration: none;
}
.subscribeButton {
	background: url(/images/subscribe_button.jpg) 0 0 no-repeat;
	display: block;
	height: 29px;
	margin: 0 0 0 15px;
	width: 150px;
}
.subscribeButton:hover  {
	background: url(/images/subscribe_button.jpg) 0 -29px no-repeat;
}
.subscribeButton span {
	display: none;
	visibility: hidden;
}

/*************************************************************************************************************************************/
/********************** inside page **************************************************************************************************/
/*************************************************************************************************************************************/

#contentAreaInside{
	float: right;
	padding: 0px 26px 13px;
	width: 788px;
}
#insideContent {
	float: left;
	min-height: 500px;
	margin: 0;
	padding: 0 12px 0 0;
}
#insideContent_withCb {
	float: left;
	min-height: 500px;
	margin: 0;
	padding: 0 12px 0 0;
	width: 570px;
}
#insideLinks{
	border-left: 1px solid #c7c7c7;
	display: inline;
	float: right;
	padding: 0 0 10px 20px;
	width: 185px;
}
#insideLinks ul{
	list-style-type: none;
	margin: 0 0 24px;
	padding: 0;
}
#insideLinks li{
	margin: 0;
	padding: 0;
}
#insideLinks li a{
	line-height: 20px;
}
#insideLinks li a:hover{
	text-decoration: none;
}

#advertisementsSideWrap {
	float: right;
	padding: 0px 30px 0 0;
}

#advertisementsSideWrap.inside {
	padding: 0;
}

#advertisementsSideWrap.inside_cb {
	padding: 20px 30px 0 0;
}

#advertisementsSideWrap .ad {
	border: 1px solid #996633;
	height: 200px;
	margin-bottom: 2px;
	overflow: hidden;
	width: 120px;
}

/*************************************************************************************************************************************/
/**************** content boxes column ***********************************************************************************************/
/*************************************************************************************************************************************/

.page_cb_title {
	clear: both;
	margin-bottom: 5px;
}

.page_cb_item {
	margin-bottom: 5px;
}

/*************************************************************************************************************************************/
/*************************** footer **************************************************************************************************/
/*************************************************************************************************************************************/

#footer {
	clear: both;
	margin: 0;
	padding: 9px 0 12px 39px;
}
#footerLink {
	margin: 0;
	text-align: center;
}
#footerLink a {
	color: #000000;
	font-family: 'ralewaybold', Arial, sans-serif;
	font-size: 13px;
}
#footerLink a:hover {
	color: #996633;
}
#copyright{
	color: #000000;
	font-family: 'ralewayregular', Arial, sans-serif;
	font-size: 11px;
	line-height: 12px;
	margin: 7px 0 12px 0;
	text-align: center;
}
.footerBox{
	clear: both;
	color: #000000;
	font-family: 'ralewayregular', Arial, sans-serif;
	font-size: 11px;
	line-height: 13px;
	text-align: center;
}
.footerBox a {
	color: #000000;
	text-decoration: none;
}
.footerBox a:hover {
	color: #db9130;
	text-decoration: none;
}
.footerLogo img{
	margin: 0 4px 11px;
}
.footerLogo img#psma {
	padding: 0 0 4px;
}
.siteviz{
	text-align: center;
	margin: 12px 0 0 0;
}
#printFooter{
	display:none;
	visibility:hidden;
}

/*************************************************************************************************************************************/
/********************** general classes **********************************************************************************************/
/*************************************************************************************************************************************/

.clearBoth {
	clear: both;
}
.floatRight {
	float: right;
}

/* Advertisements */
.showLayer {
	height: 100%;
	position: relative;
	visibility: visible;
}

.hideLayer {
	display: none;
	visibility: hidden;
}
