body	
{
	background-color: RGB(150, 150, 150);
	overflow:scroll;
	
}

div.header
{
	height:100px;
	width: 75%;
	min-width: 800px;
	margin-left:auto;
	margin-right:auto;
/*	background-image: url("../images/gnomehat-s-icon.png");
	background-repeat: no-repeat;
	background-size:100px, 100px;
*/
	background-color: RGB(131,162,131);
}

iframe.header
{
	height:100%;
	width:100%;
	min-width: 600px;
	border:0;
}

footer.footer
{
	position:relative;
	width: 100%;
	min-width: 600px;
	left:0px;
	bottom: 0px;
	line-height: 1.5em;
	background-color: RGB(69,105,69);
	color: RGB(240,240,240);
	text-align:right;
	vertical-align:center;
}

p.footer_content
{
	padding-right:1em;	
}

div.body
{
	width: 75%;
	min-width: 800px;
	margin-left:auto;
	margin-right:auto;
	background-color: RGB(240, 240, 240);
	color: RGB(100, 100, 100);
}

div.mainContent
{
	width: 75%;
	margin-left: auto;
	margin-right: auto;
	padding-top: 25px;
	padding-bottom: 25px;
	
}

div.mainNav
{
	width: 75%;
	min-width: 800px;
	min-height:1.5em;
	line-height:1.5em;
	margin-left:auto;
	margin-right:auto;	
	margin-bottom:0;
	padding-bottom: 0px;
	background-color: RGB(69,105,69);
	
}

ul.mainNav
{

	list-style-type: none;
	margin: 0;
	padding: 0;
	display: block;
	overflow: hidden;
	
}

ul.mainNav li
{
	float: left;
}

ul.mainNav li a
{
	display: inline;
	
	padding: 8px 16px;
	text-decoration: none;	
	color: RGB(240,240,240);
}

ul.mainNav li a:hover
{
	background-color:RGB(39,78,39);
}

iframe.mainNav
{
	width: 75%;
	min-width: 800px;
	margin-left:auto;
	margin-right:auto;	
	margin-bottom:0;
	padding-bottom: 0px;
	border:0;
}

h1
{
	color: RGB(69,105,69);
	text-transform: none;
	margin-bottom: 0em;
}

h2
{ 
	color: RGB(69,105,69);
	text-transform: none;
	margin-bottom: 0em;
}

h3 
{ 
	color: RGB(75, 75, 75);
	text-transform: none;
	margin-bottom: 0em;
}

h4
{
	color: RGB(100,100,100);
	text-transform: none;
	margin-bottom: 0em;
}

#scanner_image
{
	width: 350px;
	height: 100px;
	background-image: url(/images/scanner_banner.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
}

#development_image
{
	width: 350px;
	height: 100px;
	background-image: url(/images/development_banner.png);
	background-size: 100% 100%;
	background-repeat: no-repeat;
}

.phone_icon
{
	width:1.5em;
	height:1.5em;
	background-image: url(/images/contact_icons.png);
	background-size: 3em 1.5em;
	background-position: -1.5em 0em;
	background-repeat: no-repeat;
}

.email_icon
{
	width:1.5em;
	height:1.5em;
	background-image: url(/images/contact_icons.png);
	background-size: 3em 1.5em;
	background-position: 0em 0em;
	background-repeat: no-repeat;
}

.contact_text
{
	/*row-height:1.5em;*/
}

a
{
	text-decoration: none;
	font-weight:bold;
	color: RGB(145,111,111);
	
}

a:hover
{
	color:RGB(172,147,147);
}

hr
{
	opacity: 0.2;
}

@media only screen and (max-width: 1024px)
{
	div.header
	{ width:90%; }
	div.mainNav
	{ width:90%; }
	div.mainContent
	{ width: 90%; }
	div.body
	{ width: 90%; }
	div.footer
	{ width: 90%; }
}