@media only screen and (min-width: 600px) {
/*-----BODY -----*/
	body {}



/*-----CONTAINER -----*/
	#container {}

/*-----CCONTENT -----*/


/*-----HEADER -----*/




/*-----NAVigation -----*/
 	#navWrapper {
		margin: auto;
		background: #8B5F2D;	
		/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#8b5f2d+58,562e00+100 */
background: #8b5f2d; /* Old browsers */
background: -moz-linear-gradient(top,  #8b5f2d 58%, #562e00 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(58%,#8b5f2d), color-stop(100%,#562e00)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #8b5f2d 58%,#562e00 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #8b5f2d 58%,#562e00 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #8b5f2d 58%,#562e00 100%); /* IE10+ */
background: linear-gradient(to bottom,  #8b5f2d 58%,#562e00 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8b5f2d', endColorstr='#562e00',GradientType=0 ); /* IE6-9 */

	}
	
nav ul {
	margin-left: 2%;	
}

nav ul li {
	float: left;
	border-right: solid 1px rgba(0,0,0,0.5);
	border-left: solid 1px rgba(255,255,255,0.5);	
}

nav ul li a {
	display: block;
	color: rgba(255,255,255,0.9);
	font-size: .8em;
	padding: 1.2em .9em;
	font-weight: 700;
	text-decoration: none;
}

nav ul li a:hover {
	color: rgba(0,0,0,0.5);
}

nav ul li ul {
	z-index: 99;
	position: fixed;
	background-color: #885C2A;
	left: -999em;
	width: 10em;	
}

nav ul li ul li {
	float: none;
	border-right:none;
	border-bottom: solid 1px rgba(0,0,0,0.5);	
}

nav li:hover ul {
	left: auto;
	margin-left: 0;	
}

nav li.current {
	background-color: #5A3103;	
}



/*-----CONTENT -----*/

div.columnTop {
	clear: both;
	width: 100%;	
}

article.rightTop {
	width: 52%;	
}

div.rowBA {
    display: block;
    margin: auto;
    width: 630px;
}

#content div.rowTop h3 {
	margin: 0 0 0 0;
	text-align: center;
	color: #F3E92A;
	font-size: 1.5em;	
}

#content p.baHeader {
	color: #FFFFFF;
	font-weight: 400;
	font-size:13px;
	width: 185%;
}
#content div.rowTop article.rightTop figcaption {
	font-size: 1em;
	font-weight: 800;
	text-align: center;
	color: #ff9900;	
}

/*div.rowBA div.column img {
    display: block;
    margin: auto;
    width: 40%;
}*/

article.rightTopTV {
	width: 49%;	
}

article.leftTop {
	width: 44%;	
}

div.column {
	clear: both;	
}

article {
	float: left;
		
}
div.rowBA article {
	margin: 7px;	
}

#content p.baHeader {
	color: #FFFFFF;
	font-weight: 400;
	text-align:justify;
	font-size:13.5px;
	width: 95%;
}



/*----- FOOTER -----*/

	
}