@charset "utf-8";
/* Specto */

body {
	margin: 0;
}

img {
    max-width: 100%;
    height: auto;
    width: auto\9; /* ie8 */
}

ul {
	list-style-type: square;}

h1 {
	text-align: center;
	padding: .25em 0 0 0;
	color: rgb(104,0,11);
	font-size: 1.5em;
	font-weight: 100;
	font-family: 'Open Sans', sans-serif;
	
}

h3 {
	text-align: left;
	color: rgb(0,32,96);
	line-height: 1.75em;
	font-weight: 100;
	font-family: 'Open Sans', sans-serif;
}

h4 {
	text-align: left;
	color: rgb(104,0,11);
	font-family: 'Open Sans', sans-serif;
}

footer {
	width:100%;
	padding: 1em 0em 1em 0;
	color: #000;
	font-size: .9em;
	margin: 0 auto;
	font-family: arial, sans;
	clear: both;
}

#box {
	width: 65%;
	margin: 0 auto;
}
	
#header {
	text-align:center;
	font-size: 2em;
	color: rgb(0,32,96);	
	width: 100%;
	font-family: 'Open Sans', sans-serif;
	
}
#wrapper1 {
	width:100%;
	margin: 0 auto;
	line-height: 1.5em;
	font-family: 'Open Sans', sans-serif;
	font-size: 1em;
	
}

#infraredimages {
    padding: 0 0 1em 2em;
	float: none;
	 display: none;
}
a:link {
	text-decoration: none;
	color: blue;
	
}
a:visited {
	text-decoration: none;
	color: black;
}
a:hover {
	text-decoration: none;
	color: rgb(104,0,11);
}
a:active {
	text-decoration: none;
	color: rgb(104,0,11);
}

#mainnav {
	text-decoration: none;
	color: rgb(104,0,11);
	font-family: 'Open Sans', sans-serif;
	font-size: .9em;
	padding: 0;
	text-align: center;
	
}

#mainnav ul {
	list-style-type: none;
	padding: 1em;
}

#mainnav li {
	display: block;
	list-style-type: none;
	padding: .5em 1.5em;
	background: #f0f0f0;
	border: 1px solid white;

}



.firstcharacter { 
    font-size: 1.25em;
 }
