
   /* -------------------------- Main Website Styles -------------------------- */

body {
	background-color : #f2f2f2;
	margin-left : 0px;
	margin-right : 0px;
	margin-top : 0px;
	margin-bottom: 0px;
	font-family: 'OpenSansRegular', Arial, Helvetica, sans-serif;;
	font-size : 14px;
	line-height: 22px;
	color: #000000;
}
img, a img {	
	border: 0 none;
}
*,
*::after, 
*::before {
	 -webkit-box-sizing: border-box;
		 -moz-box-sizing: border-box;
				box-sizing: border-box;
}
a {
	outline: none;
}
H1 {
	font-size : 32px;
	margin-bottom : 10px;
	margin-top: 0px;
	font-weight: normal;
	color: #000000;
	line-height: 32px;
		font-family: 'OpenSansCondensedBold';
}
H2 {
	font-size : 24px;
	margin-bottom : 5px;
	margin-top: 0px;
	font-weight: bold;
	color: #000000;
	line-height: 24px;
	font-family: 'OpenSansCondensedBold';
}
H3 {
	font-size : 16px;
	margin-bottom : 0px;
	margin-top: 0px;
	font-weight: normal;
	color: #000000;
	font-family: 'OpenSansCondensedBold';
}
H4 {
	font-size : 12px;
	margin-bottom : 0px;
	margin-top: 0px;
	font-weight: bold;
	color: #000000;
}
hr /* Make sure you upate all the color hexes when changing, different browsers read this tag differently. */
	{
	border: 0px solid #cccccc;
	color: #cccccc;
	height: 1px;
	background-color: #cccccc;
}
A, A:Link, A:Visited {
	color: #0E3F75;
	text-decoration: none;
	font-weight: bold;
}
A:Hover {
	color: #0E3F75;
	text-decoration: underline;
}


/* -------------------------- Font Classes Go Here -------------------------- */


@font-face {
    font-family: 'OpenSansLight';
    src: url('/includes/fonts/OpenSans-Light-webfont.eot');
    src: url('/includes/fonts/OpenSans-Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('/includes/fonts/OpenSans-Light-webfont.woff') format('woff'),
         url('/includes/fonts/OpenSans-Light-webfont.ttf') format('truetype'),
         url('/includes/fonts/OpenSans-Light-webfont.svg#OpenSansLight') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'OpenSansRegular';
    src: url('/includes/fonts/OpenSans-Regular-webfont.eot');
    src: url('/includes/fonts/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('/includes/fonts/OpenSans-Regular-webfont.woff') format('woff'),
         url('/includes/fonts/OpenSans-Regular-webfont.ttf') format('truetype'),
         url('/includes/fonts/OpenSans-Regular-webfont.svg#OpenSansRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'OpenSansSemibold';
    src: url('/includes/fonts/OpenSans-Semibold-webfont.eot');
    src: url('/includes/fonts/OpenSans-Semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('/includes/fonts/OpenSans-Semibold-webfont.woff') format('woff'),
         url('/includes/fonts/OpenSans-Semibold-webfont.ttf') format('truetype'),
         url('/includes/fonts/OpenSans-Semibold-webfont.svg#OpenSansSemibold') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'OpenSansBold';
    src: url('/includes/fonts/OpenSansBold-webfont.eot');
    src: url('/includes/fonts/OpenSansBold-webfont.eot?#iefix') format('embedded-opentype'),
         url('/includes/fonts/OpenSansBold-webfont.woff') format('woff'),
         url('/includes/fonts/OpenSansBold-webfont.ttf') format('truetype'),
         url('/includes/fonts/OpenSansBold-webfont.svg#OpenSansBold') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'OpenSansCondensedBold';
    src: url('/includes/fonts/OpenSans-CondBold-webfont.eot');
    src: url('/includes/fonts/OpenSans-CondBold-webfont.eot?#iefix') format('embedded-opentype'),
         url('/includes/fonts/OpenSans-CondBold-webfont.woff') format('woff'),
         url('/includes/fonts/OpenSans-CondBold-webfont.ttf') format('truetype'),
         url('/includes/fonts/OpenSans-CondBold-webfont.svg#open_sans_condensedbold') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'OpenSansCondensedLight';
    src: url('/includes/fonts/OpenSans-CondLight-webfont.eot');
    src: url('/includes/fonts/OpenSans-CondLight-webfont.eot?#iefix') format('embedded-opentype'),
         url('/includes/fonts/OpenSans-CondLight-webfont.woff') format('woff'),
         url('/includes/fonts/OpenSans-CondLight-webfont.ttf') format('truetype'),
         url('/includes/fonts/OpenSans-CondLight-webfont.svg#open_sanscondensed_light') format('svg');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'OpenSansCondensedLightItalic';
    src: url('/includes/fonts/OpenSans-CondLightItalic-webfont.eot');
    src: url('/includes/fonts/OpenSans-CondLightItalic-webfont.eot?#iefix') format('embedded-opentype'),
         url('/includes/fonts/OpenSans-CondLightItalic-webfont.woff') format('woff'),
         url('/includes/fonts/OpenSans-CondLightItalic-webfont.ttf') format('truetype'),
         url('/includes/fonts/OpenSans-CondLightItalic-webfont.svg#open_sansCnLtIt') format('svg');
    font-weight: normal;
    font-style: normal;

}



   /* -------------------------- Social Media Style Classes Go Here -------------------------- */

.box-social {
	
}   
.box-social a{
	display: inline-block;
	width: 50px;
	height: 50px;
	background-position: center;
	background-repeat: no-repeat;
	margin: 5px;
}
.icon-facebook:link, .icon-facebook:visited {
	background-image: url(../images/icons/facebook.png);
	background-color: #3b579d;
}
.icon-facebook:hover {
	background-color: #b3206e;
}
.icon-twitter:link, .icon-twitter:visited {
	background-image: url(../images/icons/twitter.png);
	background-color: #33ccff;	
}
.icon-twitter:hover {
	background-color: #b3206e;
}
.icon-google-plus:link, .icon-google-plus:visited {
	background-image: url(../images/icons/google-plus.png);
	background-color: #dc4a38;	
}
.icon-google-plus:hover {
	background-color: #b3206e;
}
.icon-youtube:link, .icon-youtube:visited {
	background-image: url(../images/icons/youtube.png);
	background-color: #cd201f;	
}
.icon-youtube:hover {
	background-color: #b3206e;
}



   /* -------------------------- Specialty Website Styles -------------------------- */

.hiddenPic {
   display:none;
}
@media print {
      .noprint { display: none; }
}
.over img:hover { 
filter : alpha(opacity=70); 
-moz-opacity: 0.7; 
opacity:0.7; /* FX/Opera/Safari/Chrome */
}
.clearer {
	clear: both;
}
.categories_text {
	line-height: 18px;
	font-size: 12px;
}
.box_categories a:link, 
.box_categories a:visited {
	font-size: 14px;
}
.slicknav_menu,
.js #menu {
display: none;
}

   /* -------------------------- Structure Style Classes Go Here -------------------------- */

.main-container  {
	width: 100%; 
   position: relative;
	text-align: left;
}
.boxed {
	width: 1050px;
	margin: 0 auto;
}
.padding {
	padding: 25px;
}
.padding2 {
	padding: 15px;
}
.padding-center {
	padding-top: 25px;
	padding-bottom: 25px;
}
.padding-left {
	padding-top: 25px;
	padding-right: 25px;
	padding-bottom: 25px;
}
.padding-right {
	padding-top: 25px;
	padding-left: 25px;
	padding-bottom: 25px;
}
.bg-body {
	width: 100%;
	padding-top: 120px;
	background-image: url(../images/bg-water.jpg);
	background-position: top center;
	background-repeat: repeat-x;
	min-height: 461px;
	background-color: white;
	background-attachment: fixed;
}
.box-body {
	background:rgba(255,255,255,0.9);
}
.box-left {
	width: 25%;
	float: left;
}
.box-right {
	width: 25%;
	float: right;
}
.box-main-2-column {
	width: 75%;
	float: left;
	height: 100%;
}
.box-main-3-column {
	width: 50%;
	float: left;
	height: 100%;
}


	

   /* -------------------------- Header Style Classes Go Here -------------------------- */

.bg-top {
	position: fixed;
	z-index: 9999;
	width: 100%;
	background-color: white;
}
.box-top {
	
}
.bg-header {
	background-color: #0E3F75;
}
.box-header {  
	color: white;
	text-align: right;
	padding-top: 5px;
	padding-bottom: 5px;
}
.box-header h2 {
	font-style: italic;
	font-size: 12px;
	line-height: 14px;
	color: white;
	font-weight: normal;
	margin-top: 0;
	margin-bottom: 0;
}
.box-logo {
	float: left; 
	width: 23%;
}
.bg-menu {
	padding-top: 10px;
	padding-bottom: 10px;
}
.box-menu {
	float: right;
	width: 70%;
	padding-top: 20px;
}

/* -------------------------- Footer Style Classes Go Here -------------------------- */
   

.bg-footer {
	border-top: 1px solid #dcdcdc;
	padding-top: 20px;
	padding-bottom: 20px;
}
.box-footer-top td {
	width: 20%;
	vertical-align: top;
	font-size: 12px;
	line-height: 16px;
}
.box-footer-top h3 {
	color: #444444;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 20px;
}
.box-footer-top a:link, 
.box-footer-top a:visited {
	color: #444444;
}
.box-footer {
	text-align: left;
	padding-top: 20px;
	font-size: 12px;
}
.btn-help:link, .btn-help:visited {
	display: inline-block;
	color: white;
	font-size: 18px;
	padding: 15px;
	text-align: center;
	background-color: #0E3F75;
	position: fixed;
	bottom: 0;
	right: 2%;
}
.btn-help:hover {
	text-decoration: none;
	background-color:  #0E3F75;
}


.btn-compute:link, .btn-compute:visited {
	color: white;
	font-size: 18px;
	padding: 7px 13px;
	text-align: center;
	background-color: #b3206e;
	display:inline-block;
}

.btn-compute:hover {
	text-decoration: none;
	background-color:  #0E3F75;
}

/* -------------------------- Home Classes Go Here -------------------------- */



/* -------------------------- Custom Style Classes Go Here -------------------------- */

.bg-blue {
	display: block;
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	color: white;
	margin-bottom: 0;
	font-size: 18px;
	text-transform: uppercase;
	background-color: #0E3F75;
}
.bg-red {
	display: block;
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	color: white;
	margin-bottom: 0;
	font-size: 18px;
	text-transform: uppercase;
	background-color: #b3206e;
}
.bg-gray {
	display: block;
	padding-left: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	color: black;
	margin-bottom: 0;
	font-size: 18px;
	text-transform: uppercase;
	background-color: #f2f2f2;
}

#Table5 tr{
	height: 140px;
}


/* -------------------------- Banner Style Classes Go Here -------------------------- */

.box-main-banner {
	padding-bottom: 20px;
	position: relative;
}

/* -------------------------- Featured Images -------------------------- */

.featured-image {
	float: right;
}
.featured-image img {
	width: 200px;
	height: auto;
	margin-left: 15px;
	margin-bottom: 15px;
}
.box-right .featured-image img,
.box-left .featured-image img {
	width: 50px;
	height: auto;
	margin-right: 10px;
	margin-bottom: 10px;
}
.box-home-location-left img {
	width: 150px;
	height: auto;
	margin-right: 10px;
	margin-bottom: 10px;
}


   /* -------------------------- Tool Tips -------------------------- */
a.tooltip {
	text-decoration: none;
	color: #3C3C3C;
 }
 
a.tooltip span {
	display: none;
	padding: 2px 3px;
	margin-left: 8px;
	width: 250px;
	text-decoration: none;
	font-style: normal;
	text-align: left;
 }
 
a.tooltip:hover span{
	display: inline;
	position: absolute;
	background: #FFFFC1;
	border: 1px solid #cccccc;
	color: #535353;
	text-decoration: none;
	font-style: normal;
	text-align: left;
 }
 
 a.tooltip_img {
	text-decoration: none;
 }
 
a.tooltip_img span {
	display: none;
	padding: 2px 3px;
	margin-left: 8px;
	width: 250px;
	text-decoration: none;
	font-style: normal;
	text-align: left;
 }
 
a.tooltip_img:hover span{
	display: inline;
	position: absolute;
	font-style: normal;
	text-align: left;
 }
 


/* -------------------------- Resize photogallery images -------------------------- */

.tn_resize{
max-width: 100px;
max-height: 80px;
}
.tn_resize_grid{
max-width: 150px;
max-height: 100px;
}

.img_resize{
max-width: 500px;
max-height: 400px;
}




   /* -------------------------- TopAdminBar -------------------------- */

table.admin_hdr_bar 
{
	width: 100%;
	background-color: #1d4f98;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 999999;
}
table.admin_hdr_bar td {
	color: #dcdcdc;
	padding: 3px;
}

table.admin_hdr_bar td a {
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
}
table.admin_hdr_bar td a:hover {
	font-weight: bold;
	text-decoration: underline;
}