/* Table of Content
==================================================
	#Site Styles
	#Page Styles
	#Media Queries
	#Font-Face */

/* #Site Styles
================================================== */
body {
	background:url('../images/bg.jpg') #d9f0f7;
	width:100%;
}

.header {
	background:url('../images/bg_top.jpg') top center no-repeat;
	width:100%;
}

.logo {
	text-align:right;
	padding-top:30px;	
}

.tagline {
	text-align:right;
	padding-top:40px;
}


#navigation{
	width:100%;
	position:relative;
	text-align:left;
	border-bottom:#0b8643 solid 1px;
	margin-bottom:25px;
}

#navigation_home {
	width:100%;
	position:relative;
	text-align:left;
	border-bottom:#0b8643 solid 1px;
	margin-bottom:0px;
}

.slicknav_menu {
	display:none;
}

.content_area {
background:#ffffff;
width:100%;	
border-top:#0b8643 solid 8px;
}

.content_block {
	padding-right:20px;	
}

.footer {
	width:100%;
	background:url(../images/footer_bg.jpg) #168952;
	color:#ffffff;
	padding:20px 0px 20px 0px;
}

.footer p {	
	color:#ffffff;
}

.footer_small {
	font-size:11px;	
}

a.footer_links {
	color:#ffffff;
	font-weight: normal;
	text-decoration:none; 
}

a.footer_links:link {
	color:#ffffff;
	font-weight: normal;
	text-decoration:none;
}

a.footer_links:visited {
	color:#ffffff;
	font-weight: normal;
	text-decoration:none;
}

a.footer_links:hover {
	color:#ffffff;
	font-weight: normal;
	text-decoration:underline; 
}

a.footer_links:active {
	color:#ffffff;
	font-weight: normal;
	text-decoration:none;
}			


.hidden_link, a.hidden_link:link, a.hidden_link:hover, a.hidden_link:visited {
	color:#168952;	
}


.SearchButton, a.SearchButton, a.SearchButton:link, a.SearchButton:hover, a.SearchButton:visited {
	display:none;
	
}

#dnn_dnnSearch_txtSearch {
	height:30px !important;
	background:url(../images/btn_search.png) no-repeat #ffffff right;
	border:#ffffff solid 1px;
}

.FormInput {
	width:100%;	
}

blockquote {
	font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;
	font-size: 20px;
	margin: 15px;
	padding: 0.35em 40px;
	line-height: 1.45;
	position: relative;
	color: #008643;
	border-left:0px;
}

blockquote:before {
	display: block;
	padding-left: 10px;
	content: "\201C";
	font-size: 80px;
	position: absolute;
	left: -20px;
	top: -20px;
	color: #008643;
}

blockquote:after {
	position: absolute;
    font-size:6em;
	font-size: 80px;
	margin-top:-20px;
    content: "\201D";
}

cite {
	color: #3ebbd8;
	font-size: 16px;
	display: block;
	margin-top: 5px;
	margin-left:55px;
}
 


.home_title {
	font-size:20px;
	text-transform:uppercase;
}

.blue {
	color:#3ebbd8;	
}

.purple {
	color:#4280b5;	
}

.yellow {
	color:#dfd021;	
}


/* Default Over-rides */

.ui-button {
	padding:0px 0px 0px 0px;	
}

#main_container {
	padding:0;
	margin:0;	
}

#news_container {
	border:#d3d4d5 solid 1px;	
}

.news_header {
	background-color:#008643;
	width:100%;
	padding:8px 0px;
}

.news_h1 {
	padding:0;
	margin:0;	
	font-size:18px;
	color:#ffffff;
	text-transform:uppercase;
	background-color:#008643;
}

#side_container {
	padding:0;
	margin:0;	
}

.side_h1 {
	padding:0;
	margin:0;	
	font-size:20px;
	color:#4280b5;
}

.submenu_title {
	font-size:20px;
	color:#4280b5;
	text-transform:uppercase;
}

td #dnn_ContentPane {
	margin:0;
	padding:0;	
}

p, UL LI, UL LI LI, UL LI LI LI, OL LI, OL OL LI, OL OL OL LI, OL UL LI, td {
	font-size:14px;
	line-height:22px;
	font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;
}


a.dnnPrimaryAction {
	text-decoration:none;
	color:#ffffff;
}

a.dnnSecondaryAction {
	text-decoration:none;	
}

#ControlBar_ControlPanel {
	position:absolute !important;
	z-index:9000;	
	top:0;
}

#ControlPanelWrapper #dnnCPWrap{filter:none !important;}

/* Modules */
.DnnModule{margin:0 0 2em 0;}

/* Panes - In Layout Mode */
.paneOutline{border:0;}
.paneOutline span.SubHead center{border:1px #ccc dotted;border-left:0;border-right:0;line-height:2.5em;}

#iPopUp{display:none;}
.eipbackimg{z-index:1000;}

/* Fonts */
.Normal{font-size:14px;line-height:22px; font-family: Arial,"Helvetica Neue",Helvetica,sans-serif;}
.SubHead{color:#333;}

/* Language Object */
.language-object { display:inline-block; margin-left: 5px; }

.dnnEditState .DnnModule { 
opacity: 1.0; 
} 

.dnnSearchBox {
	width:80%;
}

.alpha {
	float:right !important;
}

.omega {
	float:left !important;
}

/* #Media Queries
================================================== */

/* Smaller than standard 960 (devices and browsers) */
@media only screen and (max-width: 959px) {
	
	
}

/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 959px) {
	

}

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 768px) {


#navigation, #navigation_home {
	display:none;	
}

.slicknav_menu {
	display:block;
}

.hide_mobile {
	display:none;	
}

.alpha {
	float:left;
	width:100% !important;
	padding-left:10px;
}

.omega {
	float:right;
	width:100% !important;
}


.logo {
	text-align:center;
	padding-top:30px;	
}

.tagline {
	text-align:center;
	padding-top:0px;
	padding-bottom:10px;
}

.content_block {
	padding-top:20px;	
}

.social_media {
	padding-bottom:15px;	
}
}

/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {

	}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {

	}