@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}
body {
	background-color: #efefef;
}
.clearfloats {
	clear:both;
}
.clearright {
	clear: right;
}
.clearleft {
	clear: left;
}
/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		6;
	dw-num-cols-tablet:		9;
	dw-num-cols-desktop:	15;
	dw-gutter-percentage:	25;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/
#LayoutDiv1 {
	width: 100%;
	display: block;
}
/* Mobile Layout: 480px and below. */

.gridContainer {
	margin: 0 auto;
    clear: both;
    text-align: left;
	margin-left: auto;
	margin-right: auto;
	min-width: 360px;
	width: 87.9666%;
	padding-left: 1.5166%;
	padding-right: 1.5166%;
	background-color: #ffffff;
}
#logocontainer {
	margin: 0 auto;
    clear: both;
    text-align: center;
    padding-top: 1%;
	width: 100%;
}
#footer {
	margin: 0 auto;
    clear: both;
	background-color: #636365;
	color: #fff;
	font-size: 0.8em;
    text-align: center;
	width: 87.9666%;
	padding-top: 1%;
	padding-bottom: 1%;
	padding-left: 1.5166%;
	padding-right: 1.5166%;
}
#footer a {
	color: #fff;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
.topleftlogo {
	width: 15%; 
	background-color:#FFF; 
	float:left;
	margin-top: 1%;
	margin-bottom: 1%;
	margin-right: 2%;
}
.toplogo {
	max-width: 15%;
}

nav {
	width: 80%; 
	background-color:#FFF; 
	float:right;
	margin-top: 1%;
}
#menu nav {
	float:right;
	text-align:center;
	display:inline;
}
#menu li a {
  text-decoration: none;
  margin-left: 1%;
  margin-top: 1%;
  padding: .25em 1em;
  color: #000;
  border-top: solid 1px #f85c10;
  border-bottom: solid 1px #f85c10;
  float: left;
}
#menu li a:hover {
  color: #f85c10;
  background-color: #efefef;
} 
a:link, a:visited { color: #000; }
a:hover { color: #f85c10; }
#logo {
	width: 20%; 
	max-width:259px; 
	min-width: 64px; 
	height:auto;
}
#srlogo {
	width: 100%; 
	max-width:263px; 
	min-width: 64px; 
	height:auto;
}
#bottomgap {
	height: 5%;
	width: 100%;
	background-color: #fff;
	clear: both;
}
.indextitle {
	font-size: large;
  color: #333;
	padding-bottom: 0.6em;
  border-bottom: solid 1px #f85c10;	
}
.pagetitle {
	font-size: large;
  color: #333;
	padding-top: 0.4em;
  border-top: solid 4px #f85c10;
	padding-bottom: 0.6em;
  border-bottom: solid 1px #f85c10;
}
#panelbottom {
    width: 100%;
	background-color: #ffffff;
	height:auto;
	clear: both;
}
#panelbottom p {
	padding-left: 2px;
	padding-right: 2px;
}
.panelpic {
	width:100%; 
	height:auto;
	border-top: solid #f85c10 2px;
	border-bottom: solid #f85c10 2px;
}
.pagepic {
	width: 40%;
	margin: 0% 0% 2% 2%;
	max-width: 400px;
	float: right;
	height: auto;
	border-top: solid #f85c10 2px;
	border-bottom: solid #f85c10 2px;
}
.picwithcaption {
	height:auto;
	width:20%;
	max-width: inherit;
}
.picwithcaption img {
	border-top: solid #f85c10 2px;
	border-bottom: solid #f85c10 2px;
}
.picwithcaption p {
	text-align:center;
	font-weight: bold;
  color: #333;
	padding-bottom: 0.6em;
  border-bottom: solid 1px #f85c10;
}
.floatleft {
	float: left;
	margin: 0% 2% 2% 0%;
}
.floatright {
	float: right;
	margin: 0% 0% 2% 2%;	
}
.inputbox {
	width: 90%;
	margin: 0% 2% 2% 2%;
	border: solid #f85c10 1px;
    background-color: #f2f2f2;    
}
.inputbox2 {
	width: 91%;
	margin: 0% 2% 2% 2%;
    background-color: #f2f2f2;
}

#contactpanel {
    padding-top: 5%;
    padding-bottom: 2%;
    width: 100%;
	background-color: #ffffff;
	height:auto;
	clear: both;
}
#contactpanel p {
	padding-left: 2px;
	padding-right: 2px;
}
.padleft {
	padding-left: 2px;
}

#panelleft {
	width: 32%; 
	margin-right: 2%;
	float:left;
	/*background-color: #f2f2f2;*/
}
#panelmiddle {
	width: 32%; 
	margin-right: 2%;
	float:left;
	/*background-color: #efefef;*/
}
#panelright {
	width: 32%; 
	float:left;
	/*background-color: #ededed;*/
}
#panelrightfloat {
	width: 32%; 
	float:right;
	background-color: #ededed;
	margin-left: 1.2%;
}
#panelrightfloat p {
	padding-left: 2%;
	padding-right: 2%;
}

