@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 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000;
	text-decoration: none;
	background-color: #B8EDDC;
	text-align: left;
	margin: 0px;
	padding: 0px;
	/*background-image: url(../images/DSCF3899-bgfade.jpg);
	background-repeat:no-repeat;
	background-repeat:repeat-y;
	background-size: 100%;
	background-position: center top;*/
	
}
ul, ol, dl {
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;
	padding-right: 0px;
	padding-left: 0px;
}
a img {
	border: none;
}
img {
	max-width: 100%;
}
background-image {
	max-width: 100%;
}
a:link {
	color: #006;
	text-decoration: underline;
}
a:visited {
	color: #006;
	text-decoration: underline;
}
a:hover, a:active, a:focus {
	text-decoration: none;
	color: #3C9;
}
.fltrt {
	float: right;
	margin-left: 8px;
}
.fltlft {
	float: left;
	margin-right: 8px;
}
.clearfloat {
	clear: both;
	height: 0;
	font-size: 1px;
	line-height: 0px;
}
header, section, footer, aside, article, figure {
	display: block;
}
/* Mobile Layout: 480px and below. */
body {background-image: none;
	}
.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 96%;
	padding-left: 2%;
	padding-right: 2%;
 background-color: #FFF;
	min-height: 500px;
}
#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
.header {
	width: 100%;
	text-align: center;
	margin: 5px auto auto;
}
.header img {
	-moz-box-radius: 15px;
	-webkit-box-radius: 15px;
	box-radius: 15px;
}
.nav {
	width: 55%;
 min-width:;
	text-align: left;
	margin-right: 0px;
	margin-left: 5px;
	margin-top: 15px;
	padding-top: 10px;
	font-size: 14px;
	color: #006;
}
.nav ul {
	margin: 0px;
	padding: 0px;
	text-align: left;
}
.nav ul li {
	float: none;
	list-style-type: none;
	white-space: nowrap;
	margin-left: 1px;
	margin-right: 1px;
	margin-bottom: 5px;
}
.nav ul li a {
	padding-left: 3px;
	padding-right: 3px;
	color: #006;
	background-color: #fff;
	text-decoration: none;
	display: block;
	border: 1px solid #006;
	width: 50%;
	min-width: 65px;
}
.nav ul li a:hover {
	color: #fff;
	background-color: #006;
}
.col1 {
	width: 100%;
	display: none;
}
.col2 {
	width: 100%;
	text-align: justify;
}
.col3 {
	width: 70%;
	margin:auto;
	text-align:center;
}
.siteinfo {
	text-align: center;
	font-size: 10px;
	margin-top: 5px;
	padding-bottom:3px;
	
	padding-top: 3px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #006;
}

/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {
body {
	background-image: url(../images/DSCF3899-bgfade.jpg);
	background-attachment:fixed;
	background-size:cover;
	background-origin:content-box;
	
	background-position: center top;
}
.gridContainer {
	width: 90.675%;
	padding-left: 1.1625%;
	padding-right: 1.1625%;
	margin: auto;
	margin-top: 10px;
	background-image: url(../images/bgtab.jpg);
	background-repeat: no-repeat;
	background-position: center 50px;
	background-color:#FFF;
	
	
	/*background-color: #B8EDDC;*/
	background-size: 100%;
	color: #000;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;	
border-radius: 15px;
-moz-border-top-left-radius:15px;
-webkit-border-top-left-radius:15px;
border-top-left-radius: 15px;
	-moz-box-shadow: 3px 3px 5px #888;
-webkit-box-shadow: 3px 3px 5px #888;
box-shadow: 3px 3px 5px #888;
	
}
#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
.header {
	width: 100%;
	text-align: center;
	margin: 0px auto auto;
}
.header img {
	-moz-box-radius: 15px;
	-webkit-box-radius: 15px;
	box-radius: 15px;
}
.nav {
	width: 368px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	margin-top: 5px;
	padding-top: 10px;
	font-size: 14px;
	color: #006;
}
.nav ul {
	margin: 0px;
	padding: 0px;
	text-align: center;
	width: 100%;
}
.nav ul li {
	float: left;
	list-style-type: none;
	white-space: nowrap;
	margin-left: 1px;
	margin-right: 1px;
	margin-bottom: 5px;
}
.nav ul li a {
	color: #006;
	background-color: #fff;
	width: 100%;
	display: block;
	padding-left: 1px;
	padding-right: 1px;
	min-width: 50px;
}
.nav ul li a:hover {
}
.col1 {
	width: 20%;
	float: left;
	padding: 0%;
	display:block;
}
.col2 {
	width: 56%;
	float: left;
	padding: 2%;
	min-height: 450px;
	display:block;
}
.col3 {
	width: 20%;
	float: left;
	padding: 0%;
	display:block;
	text-align:right;
}
.col1 img {
	padding-top: 5px;
}
.col3 img {
	padding-top: 5px;}
}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {
/*body {
	background-image: url(../images/bg-oval.jpg);
	background-repeat: no-repeat;
	background-color: #fff;
	background-size: 100%;
	color: #000;
	background-position: center 10px;
}*/
.gridContainer {
	width: 78.4%;
	max-width: 1232px;
	padding-left: 0.8%;
	padding-right: 0.8%;
	margin: auto;
	margin-top: 30px;
	background-image: url(../images/bg-oval.jpg);
	background-repeat: no-repeat;
	background-color: #fff;
	background-size: 100%;
	color: #000;
	background-position: center 10px;
	-moz-border-top-right-radius:95px;
-webkit-border-top-right-radius:95px;
border-top-right-radius: 95px;
-moz-border-top-left-radius:95px;
-webkit-border-top-left-radius:95px;
border-top-left-radius: 95px;
}
#LayoutDiv1 {
	clear: both;
	float: left;
	margin-left: 0;
	width: 100%;
	display: block;
}
}
