@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
/*	background: #676767; */
	background: #ffffff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
.slicknav_menu {
	display:none;
}
#menu {
	padding-left: 60px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	width: 890px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
}
.menugap {
	margin-left: 340px;
}

#menu ul {
	margin: 0px;
	padding: 0px;
}
#menu li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	padding-right: 15px;
	display: inline-block;
	font-weight: bold;
	color: #6d6f71;
}
#menu li img {
	margin-top: 0px;
	height: 27px;
	vertical-align: middle;
	margin-right: 5px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#menu li a {
	color: #6d6f71;
	text-decoration: none;
}
#menu li a:hover , .activePage {
	text-decoration: none;
	color: #009;
}
.oneColFixCtrHdr #container {
	width: 950px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF; /* the auto margins (in conjunction with a width) center the page */
	border: 1px none #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-bottom: 5px;
	background-image: url(images/header-new.gif);
	background-repeat: no-repeat;
}
.oneColFixCtrHdr #header {
	height: 163px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 20px;
}

.oneColFixCtrHdr #mainContent {
	color: #6d6f71;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	padding-top: 20px;
	padding-right: 50px;
	padding-bottom: 20px;
	padding-left: 0px;
	min-height:430px;
}
.oneColFixCtrHdr #mainContent h2 {
	color: #99ca3c;
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: lighter;
	padding-bottom: 0px;
	margin-bottom: 0px;
}
.oneColFixCtrHdr #mainContent img {box-shadow: 5px 5px 5px #cccccc;}
#textContent {
	width: 620px;
	margin-left: 0px;
	margin-top: 0px;
	padding-top: 90px;
}
#textContent p {
	margin-top: 0px;
}
#leftCol {
	float: left;
	width: 221px;
	padding-right: 0px;
	padding-left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 30px;
	padding-top: 20px;
}
#leftCol p {
	padding-bottom: 0px;
	margin-bottom: 5px;
}
#leftCol h1 {
	color: #99ca3c;
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
	font-weight: lighter;
	padding-left: 30px;
}
#leftCol ul {
	margin-left: 0px;
	padding-left: 30px;
	padding-top: 0px;
	margin-top: 0px;
	background-image: url(images/pink-flower-leftcol.gif);
	background-repeat: no-repeat;
	background-position: left top;
}
#leftCol li {
	list-style-type: none;
	font-weight: bold;
}
#leftCol img {margin-left: 30px;
box-shadow: 5px 5px 5px #cccccc;}
.oneColFixCtrHdr #footer {
	text-align: center;
	padding-top: 0;
	padding-bottom: 0;
}
.oneColFixCtrHdr #footer ul {
	margin-left: 0px;
	padding-left: 0px;
}
.oneColFixCtrHdr #footer li {
	margin: 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	font-family: Arial, Helvetica, sans-serif;
	color: #676767;
	font-size: 10px;
	display: inline;
	padding-top: 10px;
	padding-right: 15px;
	padding-left: 0;
}
.oneColFixCtrHdr #credit {
	text-align: center;
	width: 950px;
	font-size: 9px;
	color: #999;
}
.oneColFixCtrHdr #credit a {
	color: #999;
	text-decoration: none;
}
.oneColFixCtrHdr #credit a:hover {
	text-decoration: underline;
}
.floatLeft {
	float: left;
	margin-left: 80px;
}
.orangeText {
	color: #F7941E;
}
.paleblueText {
	color: #09F;
}
.palegreenText {
	color: #99ca3c;
}
.smalltext {
	font-size: 10px;
}
.homepagephotos {
	height: 206px;
	width: 688px;
	margin-right: auto;
	margin-left: auto;
	color: #17469e;
	text-align: center;
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
}
.homepagephotos img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.homepagephotos a {
	text-decoration: none;
}
.homepagephotos img {box-shadow: 5px 5px 5px #cccccc;}
.homeleftphoto, .homemiddlephoto, .homerightphoto {
	float: left;
	width: 206px;
}
.homemiddlephoto {
	margin-right: 35px;
	margin-left: 35px;
}
.clearBoth {
	clear: both;
}
.floatRight {
	float: right;
	margin-left: 15px;
	margin-bottom: 20px;
}
@media only screen and (max-width: 900px)
{

.oneColFixCtrHdr #container {
	width: 100%; /* the auto margins (in conjunction with a width) center the page */
	border: 0px none #000000;
	background-image: url(images/mobile-headerbg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
}
#menu {
		display:none;
}
#menu li a:hover , .activePage {
	text-decoration: none;
	color: #fff;
}	
.slicknav_menu {
	display:block;
}
.menugap {
	margin-left: 0px;
}
.menuimage {display:none;}
.oneColFixCtrHdr #header {
	height: 260px;
	padding-top: 0;
	padding-right: 0px;
	padding-left: 0px;
	margin-bottom: 10px;
	background-image: url(images/mobile-header.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
#leftCol {
	float: none;
	padding-right: 0px;
	padding-left: 0px;
	margin-left: auto;
	padding-top: 0px;
	width: 80%;
	margin-right: auto;
	text-align: center;
}
#leftCol img {margin-left: 0px;}
#leftCol ul {
	padding-left: 0px;
	background-image: none;
}
#leftCol h1 {
	padding-left: 0px;
}

.oneColFixCtrHdr #mainContent {
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
	min-height:200px;
}

#textContent {
	width: 90%!important;
	margin-left: auto!important;
	margin-top: 0px;
	padding-top: 90px;
	margin-right: auto!important;
}
.oneColFixCtrHdr #credit {
	width: 100%;
}
.homepagephotos {
	width:90%;
	padding-right: 10px;
	padding-left: 10px;
}
}
@media only screen and (max-width: 550px)
{

.homepagephotos {height:auto;}
.homeleftphoto, .homemiddlephoto, .homerightphoto {
	float: none;
	margin-right: auto!important;
	margin-left: auto!important;
}
.floatRight {
	float: none;
	margin-left: auto!important;
	margin-bottom: 20px;
	margin-right: auto!important;
}

}