@charset "utf-8";
@import url("../webfonts/JosefinSansStd_Light/stylesheet.css");
.sponsors {
}
.sponsors ul{
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
.sponsors ul li{
	display: inline;
	width: 30%;
	float: left;
	padding: 1%;
	text-align: left;
	text-decoration: none;
	list-style-type: none;
	font-weight: bold;
}
.column {
	width: 100%;
	float: left;
	clear: right;
	
    }
	 .column_padder {
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
    }
.sitemap {
	font-size: 1.3em;
	padding: 0em;
	left: -3px;   /*background of menu bar (default state)*/
	width: 100%;



	
}
.sitemap ul {
	
	margin-left: 0px;
	z-index: 100;
	margin: 0;
	padding: 0em;
	list-style-type: none;
	text-align: left;
	
}


	


/* CSS Document */


/* Mobile Layout: 480px and below. */
.gridcontainer480{
	}

.articleright {
	border-top-width: medium;
	border-top-style: solid;
	border-top-color: #9FF;
	padding-bottom: 10px;
	text-align: left;
	font-size: 18px;
}

.articleright h2{
	margin-top: 5px;
	margin-bottom: 5px;
}

.contentimage {
	float: left;
	padding-right: 5px;
	padding-bottom: 5px;
	clear: both;
}


/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */
@media only screen and (min-width: 481px) {
.gridContainer481{
}
.ddsmoothmenu ul li{
	
	width: 25%;
	
}
.ddsmoothmenu ul li a{
	font-size: 16px;
}
.ddsmoothmenu ul li ul li a{font-size: 14px;}
.articleright{font-size:16px
	}
.sponsors ul li{
	display: inline;
	width: 14%;
	float: left;
	padding: 1%;
	text-align: center;
}
.column {
	width: 50%;
	}
}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */
@media only screen and (min-width: 769px) {
	.gridcontainer769{
	}
	.afob {
	font-size: 24px;
	
}
.afob2 {
	font-size: 20px;
}
.column {
	width: 16%;
    } 
.ddsmoothmenu ul li{
	width: auto;
	margin-bottom: 0px;
}
.ddsmoothmenu ul li a{
	font-size: 14px;
}
.ddsmoothmenu ul li ul li a{
	font-size: 14px;
	margin-top: 0px;
	margin-bottom: 0px;
}
}