@charset "UTF-8";

/* Layout Small Screens */

/*from Lynda.com disable text sizing on orientation change*/
html, body, div, section, article, aside, header, hgroup, footer, nav, h1, h2, h3, h4, h5, h6, p, blockquote, address, time, span, em, strong, img, ol, ul, li, figure, canvas, video, th, td, tr {
	-webkit-text-size-adjust:none;
}

.newsContainer{
	padding-bottom: 20px;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: rgb(200,197,192);
}


img{
/*	max-width:100%:*/
	width: 200px:
	}
	
h2 {
	line-height: 1.1;
	font-size: large;
	}

/*article { 
	clear: both;
	width: 90%;
	padding: 20px 20px 10px 20px;
 }
*/ 
.article_left_50 {
/*	clear: both;*/
	float: left;
	margin-left: 0;
	width: 95%;
/*	display: block;*/
	padding: 10px 5px 10px 10px;
 }

.article_right_50{
	clear: both;
	float: left;
	margin-left: 0;
	width: 95%;
/*	display: block;*/
	padding: 10px 5px 10px 5px;
	}



.imageBody{
Max-width: 95%
Align-Left;
Margin-bottom: 10pt;	
}

/*.article_right{
	clear: both;
	width: 90%;
	Align-left;
	margin-left:10px;
	padding: 20px 20px 10px 20px;
	}
*/

/*nav styles*/
#mainNav {
	width: auto;
	margin: 0;
	margin-bottom: 1em;
	background: white;
	overflow: hidden
}

#mainNav li {
	margin: 0;
	float: none;
	position: relative;
}
.topMenu {
	max-height: 0;
	visibility: hidden;
}
.topMenu.expand {
	max-height: 900em;
	visibility: visible;
}

#mainNav a, #mainNav h3 {
	font-size: 1.2em;
	text-align: left;
	color: white;	
	display: block;
	margin-bottom: 1px;
	background: rgb(76, 67, 65);
	padding-left: 1em;
	line-height: 2em;
	text-transform: uppercase;
	cursor: pointer;
}
#mainNav a:hover {
	color: white;
}
#mainNav a.current {
	color: rgb(237, 228, 214);
}
#mainNav span.indicator {
	position: absolute;
	right: 1em;
}
/*dropdown menu styles*/
#mainNav ul.submenu {
	float: none;
	width: auto;
	height: auto;
	max-height: 0;
	-moz-transition:max-height 0.5s ease;
	-webkit-transition:max-height 0.5s ease;
	-o-transition:max-height 0.5s ease;
	transition:max-height 0.5s ease;
	overflow: hidden;
}
#mainNav ul.submenu.expand {
	max-height: 20em;
}

#mainNav ul.submenu li a {
	padding: .2em 1em;
	white-space: nowrap;
	color: white;
	text-align: left;
	font-size: 1em;
	padding-left: 3em;
	background: rgb(100, 98, 102);
}
#mainNav .menuToggle {
	display: block;
	background: rgb(76, 67, 65);
	width: 8em;
	margin-bottom: .2em;
	position: relative;
}
.menuToggle a {
	text-align: center;
	padding: 0;
}
/*End of styles from Applied Responsive Design for Mobile*/

/*From ARD after aside styles*/
nav select {
	width: 200px;
	margin-left: 20%;
}


.promo_container { padding: 0px; }

.promo_container .promo {
	width: auto;
	float: none;
	padding: 10px 0px 0px 0px;
	background-position: 20px 13px;
	border-top: 1px solid #ccc;
}

.promo_container .promo .content { padding: 0px 20px 5px 90px; }


footer {
	padding-left:5%;
}

footer a {
		font-size: 1em;
	}


#footer_left{
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #ccc;
	}

#footer_links{
	line-height: 1.8em;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #ccc;
	padding-top: 10px;
	font-size: 1em;
	}

#footer_right{
	padding-top: 10px;
	}


body { background-image: none;  }
