body {
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
	background-color: #feffff;
	margin: 5;
	padding: 0;
	color: #000;
	width: auto;
}
/* ~~ Element/tag selectors ~~ */
ul, ol, dl { /* Due to variations between browsers, it's best practices to zero padding and margin on lists. For consistency, you can either specify the amounts you want here, or on the list items (LI, DT, DD) they contain. Remember that what you do here will cascade to the .nav list unless you write a more specific selector. */
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6 {
	margin-top: 0;	 /* removing the top margin gets around an issue where margins can escape from their containing block. The remaining bottom margin will hold it away from any elements that follow. */
	padding-right: 5px;
	padding-left: 5px; /* adding the padding to the sides of the elements within the blocks, instead of the block elements themselves, gets rid of any box model math. A nested block with side padding can also be used as an alternate method. */
}
small {
	color: #000000;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-left: 0px;
	text-align: right;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color: #b3aaa6;
	font-style: Italic;
}
.news_channel {
	margin:0px 0px 0px 0px;
	padding:0px;
	font-size:25px;
	text-align: center;
	font-weight:200;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	background-color: #364fb8;
	color:#ffffff;
	}
.a_custom {
	color:#ffffff !important;
}
a img { /* this selector removes the default blue border displayed in some browsers around an image when it is surrounded by a link */
	border: none;
}
/* ~~ Styling for your site's links must remain in this order - including the group of selectors that create the hover effect. ~~ */
a:link {
	color: #0000FF;
	text-decoration: underline; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
}
a:visited {
	color: #6E6C64;
	text-decoration: underline;
}
a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration: none;
}
/* ~~ This fixed width container surrounds all other blocks ~~ */
/*
.container_div {
	width: auto;
	background-color: #FFFFFF;
	margin: 0; 
	float: none;
}
*/
/* ~~ The header is not given a width. It will extend the full width of your layout. ~~ */
header {
	
}

.sidebar1 {
	float: left;
	width: 180px;
	background-color: #EADCAE;
	padding-bottom: 10px;
}
.content {
	width: 100%;
	float: left;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
aside {
	float: left;
	width: 180px;
	background-color: #EADCAE;
	padding: 0px;
}

.content ul, .content ol {
	padding: 0 15px 15px 40px; 
}


ul.nav {
	list-style: none; 
	border-top: 1px solid #666; 
	margin-bottom: 15px; 
}
ul.nav li {
	border-bottom: 1px solid #666; 
}
ul.nav a, ul.nav a:visited { 
	padding: 5px 5px 5px 15px;
	display: block; 
	width: 180px;  
	text-decoration: none;
	background-color: #C6D580;
}
ul.nav a:hover, ul.nav a:active, ul.nav a:focus { 
	background-color: #ADB96E;
	color: #FFF;
}

/* added for Responsive Web Design */

.topnav {
  overflow: hidden;
  background-color: #0000a0;
}

.topnav a {
  float: left;
  display: block;
  color: #f2f2f2;
  text-align: center;
  padding: 14px 16px;
  text-decoration: none;
  font-size: 17px;
}

.topnav a:hover {
  background-color: #ddd;
  color: black;
}

.active {
  background-color: #4CAF50;
  color: white;
}

.topnav .icon {
  display: none;
}

@media screen and (max-width: 800px) {
  .topnav a:not(:first-child) {display: none;}
  .topnav a.icon {
    float: right;
    display: block;
  }
}

@media screen and (max-width: 800px) {
  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 0;
    top: 0;
  	white-space: nowrap;
  	transform: rotate(90deg);
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
}

/* ~~ The footer ~~ */
footer {
	padding: 10px 0;
	background-color: #CCC49F;
	position: relative;/* this gives IE6 hasLayout to properly clear */
	clear: both; /* this clear property forces the .container to understand where the columns end and contain them */
}

.footer_social{
	//line-height: 26px;
  	//margin: 0px 5px 0 0px;
  	padding: 0;
	display:inline-block;
	float:right;}
.footer_social li{
	margin: 0 0 15px;
	float:left;
	list-style:none;}
.footer_social img{
	    margin: 0 0px -12px 15px;}
.footer_social li a:hover{
	opacity:0.8;}
/* ### Footer Area End ### */	
	
/* ~~ Miscellaneous float/clear classes ~~ */
.fltrt {  /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page. The floated element must precede the element it should be next to on the page. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class can be placed on a <br /> or empty block element as the final element following the last floated block (within the .container) if the footer is removed or taken out of the .container */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}

/*HTML 5 support - Sets new HTML 5 tags to display:block so browsers know how to render the tags properly. */
header,footer, aside, article, figure {
	display: block;
}
section {
	display: block;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
	padding-left: 0px;
}
.style2 {
	color: #400080;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 30px;
	padding-left: 0px;
	text-align: right;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-style: Italic;
}
.style3 {
	color: #000000;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-right: 30px;
	padding-left: 0px;
	text-align: right;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
}
.style4 {
	color: #000000;
	padding: 1px;
	text-align: left;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-style: italic;
	text-decoration: blink;
}
em {
	font-size: 10px;
	background-color: #0F9;	
}

img{
	width: 130;
	max-width: 200px;
	height: 86;
	border: 0;
	align: left;
	
}
.img_logo{
	width: 100%;
	height: 40; 
/*	max-width: 200px; */

	
}
.img_custom{
	width: 100%;
	max-width: 400px;
	height: 300px;
}
video{
	width: 100%;
	max-width: 400px;
	height: 300px;
}
video:hover{
    opacity: 0.9;
    transition: all 300ms cubic-bezier(0.645, 0.045, 0.355, 1.000);
}

hr {
	height: 10px;
	border: 0;
	box-shadow: 0 10px 10px -10px #8c8b8b inset;
}

.error{
	text-align: center;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #ff0000;
	display: none;
}
.submit_button {
    background-color: #0000a0;
    border: none;
    color: white;
    padding: 12px 25px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 25px 2px;
    cursor: pointer;
}
.fb-share-button{
 margin-right:20px;
}

