@charset "utf-8";
/* Lordstone Advisors */

body {
	margin: 0;
}

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

ul {
	list-style-type: square;}

h1 {
	text-align: left;
	padding: .25em 0 0 0;
	color: rgba(139,67,73,1);
	font-size: large;
	font-weight: bold;
	font-family: Cambria, "Hoefler Text", "Liberation Serif", Times, "Times New Roman", serif;
	
}

h3 {
	text-align: left;
	color: rgba(139,67,73,1);
	line-height: 1.75em;
	font-weight: 100;
	font-family: 'Open Sans', sans-serif;
	font-size: medium;
}

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 {
    float: right;
    clear: left;
    text-align: center;
    color: #333;
    font-size: 1em;
    margin: 0;
    padding: 0 0 1em 2em;
}
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: medium;
	padding: 0;
	text-align: center;
}

#mainnav ul {
	display: inline;
	list-style-type: none;
}

#mainnav li {
	display: inline;
	padding: 0 1.5em 0 0em;

}



.firstcharacter { 
    font-size: 1.25em;
 }
