@charset "utf-8";

html { height:100%; }

body
{
  background: #621908;
  font: normal 100%/1.4 'Open Sans',Arial,Helvetica,Sans-Serif;
  position:relative;
}


#container{
  background-color:#fff;
  display:flex;
  flex-wrap: wrap;
}


#leftframe{
  background:#661A08;
  flex: 0 1 210px;
}


#content{
  padding: 30px;
  flex: 1 0;
}

#home #rightframe{
  background: #661A08;
  flex: 0 1 250px;
  padding: 10px;
}




.bold {font-weight: bold;}
.center {text-align: center;}
.viewall { font-size:85%; text-align: right; margin:.5em 0;}
.moremessage { font-size:85% }
.returnmessage { text-align: right;}

div.spacer  { clear: both; font-size:0px; line-height:0px; height:0px }


header {
	height:94px;
	background:url('/images/headerbg.jpg') 50% 50% no-repeat;
	background-size: cover;
	}

	header .inner {
		position:relative;
		max-width:1200px;
		margin:0 auto;
		}

#logo
{
  position:absolute;
  left: 0;
  top: 0;
  margin: 8px 10px;
  border:0;
}

#slogan
{
  position:absolute;
  right:310px;
  top: 32px;
  display: none;
}


#call_us_box
{
  position:absolute;
  right:10px;
  top: 32px;
  color: #EAEA00;
  font: bold 180% 'Francois One', Arial, sans-serif;
}



footer
{
  width:100%;
  color:#fff;
  font-size:80%;
  text-align:center;
  padding:.5em 0;
  clear:both;
}

footer a
{
  color:#aaf;
}

footer a:visited
{
  color:#a56AdB;
}

img { max-width:100%; }

#print-header,
#print-footer { display:none; }

h1,h2,h3,h4 {
	font-family: 'Francois One',Arial,Sans-Serif;
	font-weight: normal;
	}

#content h1 { font-size:250%; font-weight:normal; margin-bottom:15px; color:#661908; }
#content h2 { font-size:180%; margin-bottom:10px; color:#661908; }
#content h3 { font-size:150%; margin-bottom:10px; color:#661908; }
#content h4 { font-size:120%; margin-bottom:10px; color:#661908; }
#content ul h2 { font-size:150%; }

#content ul, #content p { margin-bottom:1em; }

#content ul { margin-left:2em; list-style:disc; }


#content table.listing td p { margin:0; }
#content table.listing td.info { padding-left:1em; }
#content table.listing td { padding-bottom:1em; }

#content div.photo,
#content figure
{
  float:right;
  margin:0 0 1em 1em;
}

#content div.photo img,
#content figure img
{
  border:#661A08 solid 1px;
}

div.client_image { max-width: 100%; }

#content figure figcaption,
#content div.photo p.caption,
#content div.client_image p.caption {
  font-weight:bold;
  font-size:80%;
  margin-top:0;
  text-align:center;
}

#content label
{
  width:8em;
  margin-right:3px;
  text-align:right;
  font-weight:bold;
  display:block;
  float:left;
}

#content .captcha img { float:left }

#content form div { clear:both; }

#leftframe h2
{
  color:#D2D200;
  margin:1em 0;
  text-align:center;
  font-size:130%;
  font-weight:bold;
}

#rightframe h2
{
  font-size:130%;
}


#rightframe a { color:#aaf; }

#rightframe ul
{
  list-style:none;
  margin:0; 
  padding:0;
  font-size:85%;
  color:#fff;
}

#rightframe li
{
  padding:1em;
  margin:0;
  border-bottom:1px solid #842209;
}

#rightframe a img.header
{
  border:0;
  margin: 0 auto;
  display: block;
}

.award {
	display: block;
	margin: 0 auto 1em;
	text-align: center;
	}

.biophoto { float:right; }


.nc { width:1px; text-indent:2px; overflow:hidden; height:1px; }



@media only screen and (max-width:1000px)
{
	header { height: auto; }
	#logo { position: static; }
	#main_nav ul { padding-left: 0; }
	#home #rightframe { flex: 100%; }
	
}

@media only screen and (max-width:720px)
{
	#leftframe {
		order: 1;
		flex: 100%;
		text-align: center;
		}

		#issues #leftframe { display: none; }

	#rightframe { order: 2; }
}

@media only screen and (max-width:640px)
{
	header {
		text-align: center;
		}

	#logo, #call_us_box
	{
	  position:static;
	}
}