@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%;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		4;
	dw-num-cols-tablet:		8;
	dw-num-cols-desktop:	12;
	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/
*/

.fluid {
	clear: both;
	margin-left: 0;
	width: 100%;
	float: left;
	display: block;
}

.fluidList {
    list-style:none;
    list-style-image:none;
    margin:0;
    padding:0;        
}

#mobil_nav {
}

#mobile_nav {
}

.zeroMargin_mobile {
margin-left: 0;
}

.hide_mobile {
display: none;
}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {

.gridContainer {
	width: 88.5%;
	max-width: 1232px;
	padding-left: 0.75%;
	padding-right: 0.75%;
	margin: auto;
	clear: none;
	float: none;
	margin-left: auto;
}
#head_ul li {float:right}
#header {
}
#head_list {
	font-weight: bold;
	font-size: 1.2em;
}
#head_list li {
	float: left;
	width: 30%;
	text-align: center;
	display: block;
}
#head_list li a {
	color: #666666;
}
#head_list li a:hover {
	color: #069;
}
#divider_bar {
	color: #CCC;
	background-color: #069;
	font-size: 0.8em;
	text-align: center;
	height: 19px;
}
#menu {
	display:none;
}
#navigation {
	float: left;
	width: 25%;
	background-color: #999;
}
#navigation ul {
	font-size: 24px
}
#navigation li:hover ul {
	display: block;
	position: absolute;
	background-color: #999;
	width: 250px;
	top: 0px;
	z-index: +1;
	left: 100%;
}
#navigation ul li {
	float: left;
	position: relative;
	display: block;
	padding-bottom: 20px;
	padding-right: 3px;
	padding-left: 3px;
	width: auto;
	clear: both;
}
#navigation li ul {
	display: none;
}
#navigation ul li a {
	color: #333;
	display: block;
}
#navigation ul li a:hover {
	color: #CFF;
}
#navigation li:hover ul a {
	color:#069;
}
#navigation li:hover li a:hover {
	color: #CFF;
}
#mobile_nav {display:none}
#content {
	background-color: #FFF;
	float: left;
	display: block;
	position: relative;
	overflow: auto;
	width: 75%;
	text-align: center;
}
#content ol {
	font-size: 1.3em;
	text-align: left;
}#content ol li {
	margin-bottom: 15px;
}#content ul {
	font-size: 1.3em;
	text-align: left;
}h1 {
	font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, serif;
	font-weight: bold;
	text-align: center;
	font-size: 2.4em;
	clear: both;
}
h2 {
	display: block;
	clear: both;
}
h3 {
	font-size: 1.5em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
p {
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-size: 1.3em;
	margin: 10px;
}
.columns {
	display: block;
	float: left;
	background-color: #DCDCDC;
	margin: 10px;
	padding: 10px;
	width: 200px;
	text-align: center;
}
table {
	border: 3px solid #006699;
	border-collapse: collapse;
	font-size: 1.3em;
}
table td {
	border: 3px solid #006699;
	padding: 4px;
}
table th {
	border: 3px solid #006699;
}

table tr:hover {
	background-color: #E6E7E8}
#footer {
	text-align: right;
}
#logo {
}
.zeroMargin_desktop {
margin-left: 0;
}
.hide_desktop {
display: none;
}
#mobil_nav {
}
#mobile_nav {
}
.hide_tablet {
display: none;
}
.zeroMargin_tablet {
margin-left: 0;
}
}

/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) and (max-width:768px) {

.gridContainer {
	width: 90.675%;
	padding-left: 1.1625%;
	padding-right: 1.1625%;
	clear: none;
	float: none;
	margin-left: auto;
}
#header {
}
#head_list {
	font-weight: bold;
	font-size: 1.2em;
}
#head_list li {
	float: left;
	width: 30%;
	text-align: center;
	display: block;
}
#head_list li a {
	color: #666666;
}
#head_list li a:hover {
	color: #069;
}
#head_list li a:active {
	color: #069;
}
#divider_bar {
	color: #CCC;
	background-color: #069;
	font-size: 0.8em;
	text-align: center;
	height: 19px;
}
#menu {
	background-color: #999;
	height: 39px;
}.btn {
    position: relative;         
    margin-top:0%; 
    border: 2px solid white;
    border-radius: 2px; 
    height: 36px; 
    width:36px; 
}
#menu_icon:before {
	border-bottom: 17px double white;
    border-top: 6px solid white;
    content:"";
    height: 5px; 
    position: absolute; 
    right:3px;  
    top: 4px; 
    width:30px; 
}
#navigation {
	display: none;
}
#mobile_nav {
	float: left;
	background-color: #999;
	font-size: 1.5em;
	display: none;
}
#mobile_nav a {color: #333;}
#mobile_nav a:hover {color: #cff;}
#mobile_nav a:active {color: #cff;}
#mobile_nav li {
	margin-top: 2px;
	margin-bottom: 4px;
	margin-left: 3px;
	color: #069;
}
#mobile_nav ul ul {
	text-indent: 2em;
	background-color: #aaa;
}
#content {
	background-color: #FFF;
	text-align: center;
}#content ol {
	font-size: 1.3em;
	text-align: left;
}#content ol li {
	margin-bottom: 15px;
}#content ul {
	font-size: 1.3em;
	text-align: left;
}
h1 {
	font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, serif;
	font-weight: bold;
	text-align: center;
	font-size: 2.4em;
	clear: both;
}
h2 {
	display: block;
	clear: both;
}
p {
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-size: 1.3em;
	margin: 10px;
}
h3 {
	font-size: 1.4em
}
.columns {
	display: block;
	float: left;
	background-color: #DCDCDC;
	margin: 10px;
	padding: 10px;
	width: 40%;
	text-align: center;
}table {
	border: 3px solid #006699;
	border-collapse: collapse;
	font-size: 1em;
}
table td {
	border: 3px solid #006699;
	padding: 4px;
}
table th {
	border: 3px solid #006699;
}

table tr:hover {
	background-color: #E6E7E8}
#footer {
	text-align: right;
}
#logo {
}

.hide_tablet {
display: none;
}
.zeroMargin_tablet {
margin-left: 0;
}
#mobil_nav {
}
#mobile_nav {
}
.zeroMargin_desktop {
margin-left: 0;
}
.hide_desktop {
display: none;
}
}

/* Mobile Layout: 480px and below. */
@media only screen and (min-width: 1px) and (max-width: 480px) {
  
.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 86.45%;
	padding-left: 2.275%;
	padding-right: 2.275%;
	clear: none;
	float: none;
}
#header {
}
#head_list {
	font-weight: bold;
	font-size: 1.2em;
}
#head_list li {
	float: left;
	width: 30%;
	text-align: center;
	display: block;
}
#head_list li a {
	color: #666666;
}
#head_list li a:hover {
	color: #069;
}
#head_list li a:active {
	color: #069;
}
#divider_bar {
	color: #CCC;
	background-color: #069;
	font-size: 0.8em;
	text-align: center;
	height: 19px;
}
#menu {
	background-color: #999;
}
.btn {
    position: relative;         
    margin-top:0%; 
    border: 2px solid white;
    border-radius: 2px; 
    height: 36px; 
    width:36px; 
}
#menu_icon:before {
	border-bottom: 17px double white;
    border-top: 6px solid white;
    content:"";
    height: 5px; 
    position: absolute; 
    right:3px;  
    top: 4px; 
    width:30px; 
}
#navigation {
	display: none;
}
#mobile_nav {
	float: left;
	background-color: #999;
	font-size: 1.5em;
	display: none;
}
#mobile_nav a {color: #333;}
#mobile_nav a:hover {color: #cff;}
#mobile_nav a:active {color: #cff;}
#mobile_nav li {
	margin-top: 2px;
	margin-bottom: 8px;
	margin-left: 3px;
	color: #069;
}
#mobile_nav ul ul {
	background-color: #aaa;
}
#content {
	background-color: #FFF;
	text-align: center;
}#content ol {
	font-size: 1.3em;
	text-align: left;
}#content ol li {
	margin-bottom: 15px;
}#content ul {
	font-size: 1.3em;
	text-align: left;
}
h1 {
	font-family: Constantia, "Lucida Bright", "DejaVu Serif", Georgia, serif;
	font-weight: bold;
	text-align: center;
	font-size: 2.4em;
	clear: both;
}
p {
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-size: 1.3em;
	margin: 10px;
}
h3 {
	font-size: 1.4em
}
.columns {
	display: block;
	background-color: #DCDCDC;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
	float: left;
	width: 100%;
	padding-bottom: 10px;
}table {
	border: 3px solid #006699;
	border-collapse: collapse;
	font-size: 1em;
}
table td {
	border: 3px solid #006699;
	padding: 4px;
}
table th {
	border: 3px solid #006699;
}

table tr:hover {
	background-color: #E6E7E8}
#footer {
	text-align: right;
}
#logo {
}
.zeroMargin_mobile {
margin-left: 0;
}
.hide_mobile {
display: none;
}}
.embeded_pic_l {
	float: left;
	margin: 3px;
	display: inline-block;
}
.embeded_pic_r {
	margin: 3px;
	float: right;
	display: inline-block;
}
.gallery_element {
	display: block;
	padding: 3px;
	float: left;
}
.small_pic {
	max-width:350px;
}
.body_text {
	text-align: left;
	text-indent: 2em;
}
.fine_print {
	font-size: 1em;
	text-align: left;
	text-indent: 2em;
} h5 {
	font-style: normal;
	font-weight: lighter;
	margin-top: .5em;
	margin-bottom: 2em;
} h6 {
	display: block;
	clear: both;
	font-style: normal;
	font-weight: lighter;
	margin-top: .5em;
	margin-bottom: 2em;
}
.left {text-align: left}

@media print {
	#head_list, #navigation, #mobile_nav {
	display: none;}
	body {color: #000000}
	@page {
		margin: .5in;
		size: 8.5in 11in;
		}
	a:after {
		display: none}
	img {
		page-break-inside:avoid;}
	}