@charset "utf-8";
/* CSS by Turcotte Data & Designs */
/* www.turcottedata.com           */

body {
	margin: 0px;
	padding: 0px;
	background-color: #fff;
}

h1, h2, h3, h4, h5, h6, p, ol, ul, form, blockquote {
	padding: 0px;
	margin: 0px;
}

h1 {
	font-size: 1.1em;
	text-align: center;
}

h2 {
	font-size: 1.1em;
	text-align: left;
}

a {
	text-decoration: none;
}

a img {
	border: none;
}

#wrapper {
	width: 950px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	display: inline-block;
	overflow: hidden;
}

#wrapper:after {
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

#navigation {
	height: 25px;
	width: auto;
	/*background-color: #003366;*/
	margin-top: 5px;
	margin-bottom: 5px;
	background-image: url(../img/navback3.png);
	background-repeat: no-repeat;
	z-index: 20;

}

#content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .9em;
	color: #000;
	background-color: #d5dadf;
	text-align: left;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	padding-bottom: 32767px;
	margin-bottom: -32767px;
	float:right;
	width: 805px;
}

#lpContainer {
	overflow: hidden;
	zoom: 1;
}

#lpContainer:after {
        clear:both;
        content:'';
        display:block;
}

#leftPane {
	width: 125px;
	height: inherit;
	padding-top: 0px;
	padding-bottom: 32767px;
	margin-bottom: -32767px;
	float: left;
	background-color: #015db0;
}

#footer-wrapper {
  float: left;
  width: 100%;
  background-color: #fff;
  overflow: hidden;
  /*padding-bottom: 10000px;
  margin-bottom: -10000px; */
  position: relative;
}

#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	color: #2678DD;
	text-align: center;
	background-color: #fff;
	padding: 10px 0 10px 0px;
	clear: both;
}

#footerLeft {
	float: left;
	text-align: left;
	width: 45%;
}

#footerRight {
	float: right;
	text-align: right;
	width: 45%;
}

#credits {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .7em;
	color: #000;
	text-align: left;
	background-color: #fff;
	padding: 10px 0px 10px 0px;
}

#photoHolder {
	display: inline;
	background-color: #fff;
	width: 157px;
	float: right;
	margin: 5px 5px 5px 10px;
	padding: 10px 1px 20px 0px;
	background: url(../img/drop_shadow.gif) right bottom no-repeat;
}


/* Page dependant styles */
#home h1 {
	font-size: 1.1em;
	text-align: center;
}

#history h1 {
	font-size: 1.1em;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-style: italic;
	text-align: center;
}

#history #mission {
		border-top: 1px solid #0C4670;
		border-bottom: 1px solid #0C4670;
		padding: 10px 5px 10px 5px;
}

#services li {
	margin-left: 2em;
}


/* Classes */

.photoLeft {
	top: -5px;
	left: -5px;	
}

.photoRight {
	top: -5px;
	left: -5px;	
}
	
