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


/*-----CONTAINER -----*/


/*-----HEADER -----*/
header img {width: 90px;}

/*--Company logo--*/


/*-----NAVigation -----*/
nav {
	width: 100%;
	background: rgb(191,191,191); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(191,191,191,1) 0%, rgba(217,13,13,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(191,191,191,1)), color-stop(100%,rgba(217,13,13,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(191,191,191,1) 0%,rgba(217,13,13,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(191,191,191,1) 0%,rgba(217,13,13,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(191,191,191,1) 0%,rgba(217,13,13,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(191,191,191,1) 0%,rgba(217,13,13,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bfbfbf', endColorstr='#d90d0d',GradientType=0 ); /* IE6-9 */
}
nav ul{
	display: block;
	margin-left: 2%;	
	
}
/*main menu items float side by side*/
nav ul li {
	
	float: left;
	border-right: solid 1px #fff; 
	border-left: solid 1px #fff; 
	padding: .5em 0 .5em 0;
	
}
nav ul li a { 
	text-decoration: none;
	color: #fff;
	font-size: .8em;
	padding: .6em;	
}
nav ul li ul { /*rules for the sub menu items*/
	z-index:99;
	position: absolute;
	left: -999em; /* pushes the menu way off to the side */
	width: 10em;
}
nav ul li ul li { /* overides the float and line from the parent ul */
	float: none;
	border-right: none;
	border-left: none;
	background: rgb(217,13,13); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(217,13,13,1) 0%, rgba(76,76,76,.8) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(217,13,13,1)), color-stop(100%,rgba(76,76,76,.8))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(217,13,13,1) 0%,rgba(76,76,76,.8) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(217,13,13,1) 0%,rgba(76,76,76,.8) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(217,13,13,1) 0%,rgba(76,76,76,.8) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(217,13,13,1) 0%,rgba(76,76,76,.8) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d90d0d', endColorstr='#4c4c4c',GradientType=0 ); /* IE6-9 */
	background-color: #CCC;
}
nav ul li a:hover{
	color: #FF0;	
}
nav ul li ul li a:hover {
	color: #FF0;	
}
nav li:hover ul { /* this displays the menus as drop downs  */
	left: auto;
	color: #D90D0D;
}

/*-----CONTENT -----*/
div.column {
	clear: both;	
}
article {
	float: left;
	width: 46%;	
}


/*COLUMNS*/


/*-----IMAGES -----*/


/*----- SOCIAL LINKS -----*/


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


/*OTHER STUFF*/
div.keepOpen {clear: both;}
	
		
}

