@charset "utf-8";
/*-----Prevents iPhone from resizing in landscape mode -----*/
html {-webkit-text-size-adjust: none; }

/*-----BODY -----*/
body{
	font-size: 16px;
	font-family:Verdana, Geneva, sans-serif;
	background-image: url(../images/bkgrd.jpg);	
}

/*-----CONTAINER -----*/
#container {
	min-width: 320px;
	max-width: 1140px;
	margin-bottom: none;	
}

/*-----HEADER -----*/
div.search {
	float:right;
	margin-top:.5em;
	margin-right: 10%;
		
}
header {
	background: rgb(191,191,191); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(191,191,191,1) 0%, rgba(0,0,0,1) 0%, rgba(191,191,191,1) 99%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(191,191,191,1)), color-stop(0%,rgba(0,0,0,1)), color-stop(99%,rgba(191,191,191,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(191,191,191,1) 0%,rgba(0,0,0,1) 0%,rgba(191,191,191,1) 99%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(191,191,191,1) 0%,rgba(0,0,0,1) 0%,rgba(191,191,191,1) 99%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(191,191,191,1) 0%,rgba(0,0,0,1) 0%,rgba(191,191,191,1) 99%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(191,191,191,1) 0%,rgba(0,0,0,1) 0%,rgba(191,191,191,1) 99%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bfbfbf', endColorstr='#bfbfbf',GradientType=0 ); /* IE6-9 */
	background-color: #BFBFBF;
	min-width: 320px;
}
header img {
	float:left;
	padding: 0 2% ;
	width: 60px;
	margin-right: 2%;
}
header h1 {
	font-weight: 700;
	font-size:2.5em;
	padding-top:1.0em;
	color: #006;
}
header h2 {
	font-size:1.1em;
	padding-top:.1em;
	color: #009;
}

/*--Company logo--*/
header img {
	float: left;
	padding-right: 2%;
	max-width: 120px;	
}

/*-----NAVigation -----*/


/*-----CONTENT -----*/
#content {
	background-color: #FBFBFB;
	opacity: .85;	
}
#content h2 {
	font-size: 2em;
	font-weight: bold;
	margin: 0 .5%;	
	padding: .5em 2%;
}
article {
	margin: .5em 2%;	
}
#content h3 {
	color: #D90D0D;
	font-size: 1.5em;
	border-top: solid 1px #000;	
	padding-bottom: .5em;
	}
article {
	margin: 0 2%;
	padding: .5em 0;
	}
article figure img {width: 48%; margin-right: 4%;}
figcaption {
	width: 46%;
	float: right;
	font-size: .6em;	
}


/*COLUMNS*/


/*-----IMAGES -----*/
#content img {
	width: 48%;
	margin-right: 4%;	
}

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


/*----- FOOTER -----*/
footer {
	margin-top: inherit;
	text-align: center;
	color: #006;
	padding: .5em 0 .5em 0;	
	background: rgb(191,191,191); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(191,191,191,1) 0%, rgba(0,0,0,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(191,191,191,1)), color-stop(100%,rgba(0,0,0,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(191,191,191,1) 0%,rgba(0,0,0,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(191,191,191,1) 0%,rgba(0,0,0,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(191,191,191,1) 0%,rgba(0,0,0,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(191,191,191,1) 0%,rgba(0,0,0,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#bfbfbf', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
	background-color: #BFBFBF;
}

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


