@charset "utf-8";
body {
	padding: 0;
	background-color: #99ccff;
	font-family: Arial, Helvetica, sans-serif;
	color: #142c35;
	margin-right: 0px;
	margin-left: 0;
	font-size: 16px;
}
/* ~~this fixed width container surrounds the other divs~~ */
.container {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-left: 0px;
	max-width: 966px;
	padding-top: 20px;
}
/* ~~ the header is not given a width. It will extend the full width of your layout. It contains an image placeholder that should be replaced with your own linked logo ~~ */
.header {
	float: right;
	width: 100%;
	background-color: #a7cf38;
}
#topimage {
	float: right;
	clear: none;
	margin-right: 0px;
	margin-left: 0px;
	position: relative;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #99ccff;
	width: 100%
}
/*Allows image to resize automically on page*/
img, embed, object, video {
	max-width: 100%;
}
a:link {
	color: #2e667a;
}
/* visited link */
a:visited {
	color: green;
}
/* mouse over link */
a:hover {
	color: #a270b1;
}
/* selected link */
a:active {
	color: #4F2385;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;	 /* removing the top margin gets around an issue where margins can escape from their containing div. The remaining bottom margin will hold it away from any elements that follow. */
	padding-right: 15px;
	padding-left: 15px; /* adding the padding to the sides of the elements within the divs, instead of the divs themselves, gets rid of any box model math. A nested div with side padding can also be used as an alternate method. */
	overflow: auto;
}
h1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 28px;
	font-weight: bold;
	background-repeat: repeat-x;
	color: #2e667a;
	padding-top: 20px;
	text-align: center;
	padding-bottom: 3px;
}
h2 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#2e667a;
	font-weight:normal;
	text-align: center;
}
h3 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:20px;
	color:#2e667a;
	font-weight:bold;
	padding-top: 10px;
	padding-bottom: 5px;
	text-align: center;
}
h4 {
	font-family:Verdana, Geneva, sans-serif;
	font-size:18px;
	color:#8b9843;
	font-weight:bold;
	text-align: left;
	padding-bottom: 5px;
}
h5 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#2e667a;
	font-weight:normal;
	text-align: left;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
	background-color: #FFF8A7;
	background-repeat: repeat-x;
	border: thin solid #2D677B;
	font-style: normal;
	text-decoration: none;
}
h6 {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#2e667a;
	font-weight:bold;
}
ol li {
    padding: 12px;
	padding-top: 0px;
}
.navigation {
}
#navBar {
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	width: auto;
	background-color: #a7cf38;
}
#navBar ul {
	padding: 0px;
	margin: 0px;
}
#navBar ul li {
	float: left;
	background-color: #a7cf38;
	position: relative;
	list-style-type: none;
}
#navBar ul li a {
	display: block;
	color: #2E667A;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 25px;
	height: 25px;
	width: 120.4px;
	text-align: center;
}
#navBar ul li:hover {
	color: #FFF;
}
#navBar ul ul {
	position: absolute;
	visibility: hidden;
	top: 25px;
}
#navBar ul li ul li a:hover {
	color: #FFF;
}
#navBar ul li a:hover {
	color: #FFFFFF;
}
#navBar ul li:hover ul {
	visibility: visible;
}
#navBar3 {
	padding: 0px;
	width: auto;
	margin-right: auto;
	margin-left: auto;
}
#navBar3 ul {
	margin: 0px;
	padding: 0px;
	background-color: #99ccff;
}
#navBar3 ul li {
	float: right;
	list-style-type: none;
	position: relative;
	color: #2d677b;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	background-color: #99ccff;
}
#navBar3 ul li a {
	text-decoration: none;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 30px;
	font-size: 18px;
	color: #2d677b;
	height: 30px;
	width: 160px;
	display: block;
}
#navBar3 ul li a:hover, #navBar3 ul li a:active {
	color: #FFF;
	text-align:center;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
}
.sidebar1 {
	float: right;
	width: 36%;
	padding-bottom: 0px;
	padding-top: 0px;
	padding-right: 0px;
}
#sidebar {
	background-color: #8ab8e6;
	float: right;
	width: 100%;
	text-align: center;
	padding-right: 0px;
	padding-left: 0px;
	padding-top: 10px;
}
.sidebar1 #sidebar div {
	height: 200px;
	width: 250px;
	background-color: #666;
	float: none;
}
.content {
	float: left;
	background-color: #FFF;
	width: 64%;
	line-height: normal;
	font-weight: normal;
}
/*Content for one column layout */
.contentOne {
	float: left;
	background-color: #FFF;
	width: 100%;
	line-height: normal;
	font-weight: normal;
}
/*removes blue border around an image when surrounded by a link */
a img {
	border: none;
}
/*gives the lists in the .content area space*/
.content ul, .content ol {
	padding: 0 15px 15px 40px;
}
.footer {
	background-color: #A7CD39;
	float: right;
	height: auto;
	width: 100%;
	padding-top: 10px;
	border-top-width: medium;
	border-top-style: solid;
	border-top-color: #2E667A;
}
.floatright {  
	float: right;
	clear: left;
	padding-top: 1em;
	padding-right: 1.5em;
	padding-bottom: 1em;
	padding-left: 1em;
	width: auto;
}
.floatleft {
	float: left;
	margin-right: 8px;
	padding-left: 1em;
	padding-top: 1em;
	padding-right: 1em;
	padding-bottom: 1.5em;
	width: auto;
}
.pullQuote {
	font-style: italic;
	background-color: #FFC;
	float: none;
	width: 80%;
	margin-right: 20px;
	margin-left: 20px;
	padding-top: 5px;
	padding-bottom: 5px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
}
.content .pullQuote p {
	line-height: 20px;
	margin-bottom: 0px;
}
.content .pullQuote .testimonal {
	text-align: right;
}
.pullQuote2 {
	font-style: italic;
	background-color: #BAF30C;
	float: none;
	width: 90%;
	margin-right: 20px;
	margin-left: 10px;
	padding-top: 5px;
	padding-bottom: 5px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
}
div.img {
	margin: 0px;
	height: auto;
	width: auto;
	float: left;
	text-align: center;
	padding-top: 1em;
	padding-right: 0.4em;
	padding-bottom: 1em;
	padding-left: 0.4em;
}
div.img img {
	display: inline;
	margin: 0px;
	border: 1px solid #ffffff;
}
div.img a:hover img {
	border:1px solid #0000ff;
}
div.desc {
	text-align: center;
	width: 180px;
	margin: 5px;
	height: auto;
}
div.img2 {
	margin: 0px;
	height: auto;
	width: auto;
	float: left;
	text-align: center;
	padding-top: 1em;
	padding-right: 0em;
	padding-bottom: 1em;
	padding-left: 1em;
}
div.img img2 {
	display: inline;
	margin: 0px;
	border: 1px solid #ffffff;
}
div.img2 a:hover img {
	border:1px solid #0000ff;
}
div.desc2 {
	text-align: center;
	width: 255px;
	margin: 10px;
	height: auto;
}
div.desc3 {
	text-align: left;
	width: 270px;
	margin: 10px;
	height: auto;
}
div.desc4 {
	text-align: left;
	width: 420px;
	margin: 15px;
	height: auto;
	border: thin solid #000;
}
IMG.displayed {
	display: block;
	margin-left: auto;
 margin-right: auto  width: auto;
	text-align: center;
	margin-right: auto;
}
.copyright {
	color: #F00;
}
.clearfix {
	overflow: auto;
}
.imagetableholder2 {
	height: auto;
	width: auto;
	padding-left: 20px;
}
@media only screen and (max-width: 667px) {
.sidebar1 {
	float: left;
	width: 100%;
}
#sidebar {
	float: left;
	width: 100%;
}
.sidebar1 #sidebar div {
	background-color: #666;
	float: none;
}
.content {
	width: 100%;
}
.floatright {
	display: block;
}
.floatleft {
	display: block;
}

