﻿/* =========================================================
 This rule resets a core set of elements so that they will appear consistent across browsers. Without this rule, content styled with an h1 tag, for example, 
 would appear in different places in Firefox and Internet Explorer because each browser has a different top margin default value. By resetting these values to 0, 
 the elements will initially be rendered in an identical fashion and their properties can be easily defined by the designer in any subsequent rule. 
 ==========================================================*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
	margin: 0px;
	padding: 0px;
	border: 0px;
	outline: 0px;
	font-size: 100%;
}
a {
	outline: 0;
}
.w3-hide
{
	display:none!important;
}
.w3-show
{
	display:block!important;
}
.rightalign {	
	float: right;
	padding-right: 6px;
}
/* ======================================================
 The body is the outermost layout component and contains the visible page content. Setting properties for the body element will help to create consistent styling of 
 the page content and more manageable CSS. Besides using the body element to set global properties, it is common to use the body element to set the background color of the 
 page and create a centered container for the page content to display. 
 =======================================================*/
body {
	text-align: center; /* Centers the page content container in IE 5 browsers. */;
	padding: 0px 0px 0px 0px;
	background-color: #FFFFFF;
	line-height: 1.2em;
	font-size: 1em;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px 0px 0px 0px;
}
body img {
	border: 0px;
	text-decoration: none;
	max-width: 100%;
	height: auto;
	width: auto\9; /* ie8 */
}
{
	margin-right: 5px;
	margin-left: 5px; 
	margin-top: 5px;
	margin-bottom: 5px;
	}
{
	margin-right: 5px;
	margin-left: 5px; 
	margin-top: 5px;
	margin-bottom: 5px;
	}
/* =====================================
Commonly used to style page titles. 
========================================*/
h1, h2, h3 {
	color: #1C140E;
	margin: 5px 0px 5px 10px;
	font-family: "Palatino Linotype", Georgia, "Times New Roman", Times, serif;
}
h1 {
	font-size: 1.7em;
}
h2 {
	font-size: 1.3em;
}
h3 {
	font-size: 1.1em;
}
/*================================
Link Styles unless specified separately
=================================*/
a, a:link {
	color: #005875;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	color: #666633;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #808080;
	text-decoration: underline;
}
a:focus {
	color: #2170bd;
}
a:active {
	color: #2170bd;
}
/* ===============================================
This is a container for the page content. It is common to use the container to constrain the width of the page content and allow for browser chrome to a
void the need for horizontal scrolling. For fixed layouts you may specify a container width and use auto for the left and right margin to center the container 
on the page. IE 5 browser require the use of text-align: center defined by the body element to center the container. For liquid layouts you may simply set the 
left and right margins to center the container on the page.
================================================== */
#outerWrapper {
	background-color: #fff;
	/*width: 964px;*/
	text-align: left; /* Redefines the text alignment defined by the body element. */;
	margin: 25px auto 25px auto;
}
#contentWrapper {
	max-width: 1200px;
	margin: 0px auto 0px auto;
}
#topNavigation {
	max-width: 1200px;
	padding: 0px;
	margin: 0px auto 0px auto;	
}
#header {
	max-width: 1200px;
	margin: 0px auto 0px auto;
}
/*===================================
Masthaead Styles - banner image is placed directly in the html code so that it can be made to scale to fit all devices. If you choose to use a solid background image that does 
not need to scale, you could place it in the styel sheet rules
====================================*/
#outerWrapper #header {
}
/*===================================
  can be used for the site name and header if not part of the masthead banner
====================================*/
#outerWrapper #header .sitename {
	font-family: "Palatino Linotype", Georgia, "Times New Roman", Times, serif;
	font-size: 1.7em;
	font-weight: bold;
	color: #000000;
	margin-top: 30px;
	margin-left: 25px;
	letter-spacing: .25em;
	line-height: 1em;
	float:left;
}
.tagline {
	font-size: small;
}
.logo {
	float:left;
	margin: 15px;
}
#outerWrapper #topstripwide{
	background-color: #00BFFF;	
}
#outerWrapper #headertopstrip {
	text-align: right;
	line-height: 1.7em;
	background-color: #00BFFF;
	color: #000000;
	padding: 10px 20px 10px 0px;
	max-width: 1200px;
	margin: 0px auto 0px auto;
}
/*========================================
Top Navigation
=========================================*/
#outerWrapper #topnavwide {
	background: #00BFFF;  /* fallback for old browsers */
	background: -webkit-linear-gradient(to top, #00BFFF, #84E0FF, #00BFFF);  /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to top, #00BFFF, #84E0FF, #00BFFF); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
	min-height: 2.3em;
}
#outerWrapper #topNavigation {
	background: #00BFFF;  /* fallback for old browsers */
	background: -webkit-linear-gradient(to top, #00BFFF, #84E0FF, #00BFFF);  /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to top, #00BFFF, #84E0FF, #00BFFF); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
	min-height: 2.3em;
}
#outerWrapper #topNavigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0px;
	padding: 0px;
	border: none;
}
#outerWrapper #topNavigation li {
	float: left;
	padding: 3px 3px 3px 3px;
	margin: 0px;
	box-sizing:content-box;
	border-left-style: solid;
	border-left-color:#4AD2FF;
	border-left-width: 1px;
	background: #00BFFF;  /* fallback for old browsers */
	background: -webkit-linear-gradient(to top, #00BFFF, #84E0FF, #00BFFF);  /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to top, #00BFFF, #84E0FF, #00BFFF); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
#outerWrapper #topNavigation li.lastnav {
	border-right-style: solid;
	border-right-color:#4AD2FF;
	border-right-width: 1px;
}
#outerWrapper #topNavigation a {
	color: #000000;
	text-decoration: none;
	margin: 0px 1px;
	padding: 5px;
	display: block;
}
#outerWrapper #topNavigation li:hover {
	background: #029DFB;  /* fallback for old browsers */
	background: -webkit-linear-gradient(to top, #029DFB, #84E0FFF, #00BFFF);  /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to top, #029DFB, #84E0FF, #00BFFF); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
#outerWrapper #topNavigation li a:hover {
	color: #FFFFFF;
}
/*=======================================
Wrapper for the content columns
========================================*/
#contentWrapper {
	background-position: right;
	clear: both;
	background-image: url('../dwt/images/content-bg.jpg');
	background-repeat: repeat-y;
}
#rightColumn1 {
	padding: 10px 10px 10px 10px;
	float: right;
	width: 200px;
	/*font-size: small;*/
}
/*================================
Right sidebar navigation menu
==================================*/
#menuicon, #menuicon1, #menuicon2 {
	display:none;
	text-decoration:none;
	color: #000000;
	font-size: 1.3em;
	font-family:"Palatino Linotype", Georgia, "Times New Roman", Times, serif;
}
#menuheader {
	display: block;
}
#rightmenu {
	display: block;
}
#rightColumn1 ul {
	list-style: none;
	margin: 0;
	padding: 0;
	margin-bottom: 4px;
}
#rightColumn1 li {
	list-style: none;
	padding: 2px 0;
}
#rightColumn1 ul li ul li {
	padding: 2px 0px 2px 5px;
}
#rightColumn1 ul li a {
	display: block;
	color: #000000;
	padding: 4px;
	text-decoration: none;
	background: #00BFFF;  /* fallback for old browsers */
	background: -webkit-linear-gradient(to top, #00BFFF, #84E0FF, #00BFFF);  /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to top, #00BFFF, #84E0FF, #00BFFF); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
	margin-top: 3px;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}
#rightColumn1 ul li ul li a {
	background: #00BFFF;  /* fallback for old browsers */
	background: -webkit-linear-gradient(to top, #00BFFF, #84E0FF, #00BFFF);  /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to top, #00BFFF, #84E0FF, #00BFFF); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
	color: #000000;
}

#rightColumn1 ul li a:hover {
	color: #ffffff;
	background: #029DFB;  /* fallback for old browsers */
	background: -webkit-linear-gradient(to top, #029DFB, #84E0FFF, #00BFFF);  /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to top, #029DFB, #84E0FF, #00BFFF); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
}
#rightColumn1 ul li ul li a:hover {
	color: #ffffff;
	background: #029DFB;  /* fallback for old browsers */
	background: -webkit-linear-gradient(to top, #029DFB, #84E0FFF, #00BFFF);  /* Chrome 10-25, Safari 5.1-6 */
	background: linear-gradient(to top, #029DFB, #84E0FF, #00BFFF); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */}
}
.heading {
	display: block;
	color: #FFFFFF;
	font-weight: bold;
	padding: 4px;
	background: #455D13;
	text-decoration: none;
	border: 1px solid #1C140E;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}
#rightColumn1 img a:hover {
	background-color: #ffffff;
	text-decoration: none;
}
/*===========================================
 Contains the main page content. When using a mutliple column layout the margins will be set to account for the floated columns' width, margins, and padding. 
============================================*/
#content {
	padding: 10px 20px 10px 20px;
	margin: 0px 220px 0px 0px;
}
/* =========================================
 Using floated elements and a clear float class is a common method to accomplish multiple column tableless layouts. If floated elements are used 
without being cleared the elements following will wrap around the floated element. This class should be applied to an element after the last floated 
element and before the close of the container with floated elements. 
============================================*/
.clearFloat {
	display: block;
	clear: both;
}
/*=================================================
Footer Styles 
==================================================*/
#footer {
	background-color: #00BFFF;
	padding: 10px 10px 10px 10px;
	color: #ffffff;
}
#footer p {
	margin-top: 0px;
	margin-bottom: 0px;
	text-align: center;
	font-size: .85em;
}
#footer a:link {
	color: #ffffff;
}
#footer a:visited {
	color: #800000;
}
#footer a:hover, #footer a:focus {
	color: #FFFFFF;
}
#footer a:active {
	color: #999999;
}
/*============================================
Floating images left, right or centered on page
=============================================*/
.imglft {
	padding: 5px 10px 5px 0px;
	float: left;
}
.imgrgt {
	padding: 5px 0px 5px 10px;
	float: right;
}
.imgctr {
	display: block;
	margin: 10px auto 0px auto;
}
/*Make Image Scalable - Assign this class to any image to make it scale with the browser window size*/
img.scalable {
	height: auto !important;
	width: auto !important;
	max-width: 100%;
}
/*=====================================
Misc Typographic styles
======================================*/
.ctr {
	text-align: center;
}
.smltxt {
	font-size: small;
}
/*=============
form styles 
==============*/
form fieldset {
	padding: 1em;
	font: 80%/1 sans-serif;
	border: 2px solid #000000;
	width: auto;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	box-shadow: 3px 3px 6px #dddddd;
	-moz-box-shadow: 3px 3px 6px #dddddd;
	-webkit-box-shadow: 3px 3px 6px #dddddd;
}
form fieldset label {
	width: 15%;
	margin-right: 0.5em;
	padding-top: 0.2em;
	text-align: right;
	font-weight: bold;
}
form fieldset legend {
	padding: 0.2em 0.5em;
	color: #000000;
	font-size: 90%;
	text-align: right;
	font-variant: small-caps;
}
.cf {
	border: 1px #353c48 solid;
	background-image: url('../dwt/images/form-bg.jpg');
	background-repeat: repeat;
}
.button {
	font: normal 90% Verdana, serif;
	height: 22px;
	border: 1px solid #CDBB99;
	background-color: #4A3527;
	color: #ffffff;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
}
input:focus {
	border: 2px solid #993300;
}
/*============ 
For Google search box 
==============*/
.search {
	text-align: center;
	margin: 3px auto 8px auto;
	font-size: .8em;
	font-family: Tahoma, Helvetica, Arial, sans-serif;
}
.search p {
	margin-bottom: 0px;
	font-size: .85em;
}
.myform {
	margin: 0;
	padding: 0;
}
.myform .textinput {
	width: 100px;
	border: 1px solid gray;
}
.myform .submit {
	font: bold 11px Verdana;
	height: 22px;
	background-color: #766E62;;
	color: #FFFFFF;
}

