﻿@media all and (min-width: 300px) and (max-width: 680px) {

body {
	margin: 0px 0 10px 0;
	width: 100%;
	background-color: #fff;
	font-family: Verdana, arial;
	font-size: 18px;
}
.header-back
{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
    /*border-top: #b6b4b5 130px solid;*/
	/*background-color: #fff;*/
	background-color: #b6b4b5;
	height: 160px;
	/*border-bottom: #3D94FF 30px solid;*/
	border-bottom: #fff 2px solid;
	z-index: -10;
}
.header-back .backImage
{
	/*background-image: url('/Images/Layout/background-seaturtle.jpg');
	background-repeat: no-repeat;*/
	height: 100%;
	width: 100%;
	overflow: hidden;
}
.header-back .backImage img
{
    position: relative;
    width: 150%;
    top: -20%;
}


/* Element Styles */
Form
{
	/*max-width: 920px;*/
	margin: 0px auto;
	padding: 0px;
}
input, select, textarea
{
    font-size: 120%;
}

h1
{
	margin-top: 0px;
	color: #ac0037;
	font-size: 150%;
	font-family: Verdana, arial
}
h2
{
	color: #ac0037;
	font-size: 100%;
	margin-bottom: 0px;
}


/* Formatting Styles */
.floatLeft
{
    float: left;
}
.floatRight
{
    float: right;
}
.textRight
{
    text-align: right;
}

/* Class Styles */
#mainDIV
{
	/*background-color: #fff;*/
	width: 100%;
	/*border: #b6b4b5 2px solid;*/
}

/* Header */
#header-wrap
{
	position: relative;
	overflow: visible;
	width: 100%;
	/*background-image: url('/Images/Layout/background_header.jpg');*/
	/*background-repeat: repeat-x;*/
	/*background-color: #b6b4b5;*/
	height: 160px;
	margin-bottom: 26px;
}

#header-wrap .mascot
{
	overflow: hidden;
	width: 557px;
	height: 210px;
	position: absolute;
	float: left;
	top: 4px;
	margin-left: 0px;
	display: none;
	visibility: hidden;
}
#header-wrap .logo
{
	position: absolute;
	bottom: 10px;
	/*right: 200px;*/
	left: 20px;
}
#header-wrap .logo img
{
    max-height: 120px;
}
#header-wrap .logoTag
{
	position: absolute;
	top: 143px;
	right: 197px;
	color: #000;
	font-size: 16px;
	font-weight: bold;
	display: none;
}
#header-wrap .contactInfo
{
    position: absolute;
    bottom: 10px;
    right: 20px;
    font-size: 26px;
    line-height: 20px;
    color: #fff;
}
#header-wrap .socialMedia
{
    position: absolute;
    bottom: 40px;
    right: 20px;
}
#header-wrap .socialMedia .socialMediaIcon
{
    margin: 0 0px;
}

/* BEGIN - Site Menu Styles */
#header-wrap .menu
{
	position: absolute;
	top: 160px;
	width: 100%;
	min-height: 30px;
	float: left;
	/*background-image: url('/Images/Layout/background_menu_blue.jpg');
	background-repeat: repeat-x;*/
	border-top: #fff 2px solid;
	/*background-color: #3D94FF;*/
	/*border-right: #b6b4b5 2px solid;
	border-left: #b6b4b5 2px solid;*/
	margin: 0 0 20px 0;
}
.menu .back
{
    position: relative;
    top: 0px;
    /*margin-left: -100%;
    margin-right: -100%;*/
    width: 100%;
    min-height: 30px;
	background-color: #3D94FF;
}
.menu ul
{
    position: relative;
    top: -30px;
	list-style: none;
	margin: 0px 5px 0px 0px;
	padding: 0px;
	float: right;
}
.menu li, .menu li a
{
	font-family: Verdana;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	padding: 3px;
	float: left;
	color: #fff;
	text-transform: uppercase;
}
.menu a:hover, .menu a:active
{
	color: #333;
}

/* END - Site Menu Styles */

#content-wrap
{
	/*border-right: #b6b4b5 2px solid;
	border-left: #b6b4b5 2px solid;*/
	width: 96.5%;
	padding: 10px;
	min-height: 400px;
	overflow: auto;
	clear: both;
}
#content-wrap, #content-wrap p
{
	line-height: 22px;
	font-family: Verdana, arial;
}
#content-wrap .contentWithNav
{
    max-width: 100%;
    float: none;
}
#content-wrap img
{
    max-width: 100%;
}

/* SideNav */
#content-wrap .sideNav
{
    /*position: absolute;
    top: 245px;
    right: 18px;*/
    min-width: 180px;
    max-width: 100%;
    float: none;
    margin: 30px 0 0 0;
    padding: 20px 0 0 0;
    border-top: #AC0037 1px solid;
}
#content-wrap .sideNav input
{
    max-width: 96%;
}
#content-wrap .sideNav h4
{
    margin: 0;
    padding: 0;
}
#content-wrap .sideNav ul
{
    margin: 0;
    padding: 0 0 0 0px;
}
#content-wrap .sideNav ul li
{
    list-style: none;
    padding: 0;
    margin: 0 0 0px 0;
}

#footer-wrap
{
	/*border-right: #b6b4b5 2px solid;
	border-bottom: #b6b4b5 2px solid;
	border-left: #b6b4b5 2px solid;*/
	background-color: #808080;
	font-family: Verdana; 
	font-size: 12px;
	color: #fff;
	padding: 5px;
}
#footer-wrap a
{
	color: #fff;
	text-decoration: none;
}
#footer-wrap a:hover
{
	text-decoration: underline;
}

.disclaimer
{
	margin-top: 40px;
	font-size: 12px;
	line-height: 16px;
}

.iHeader
{
	color: #ac0037;
	font-weight: bold;
	font-style: italic;
}

/* FAQ */
.qitem
{
	margin-bottom: 20px;
}
.qitem .q
{
	color: #ac0037;
	font-weight: bold;
	border-bottom: #ccc 1px solid;
	margin-bottom: 10px;
}
.qitem .a
{
	margin-left: 10px;
}

/*General*/
.generalItem
{
	margin-top: 10px;
}
.generalItem .header
{
	font-size: 16px;
	font-weight: bold;
	border-bottom: #ccc 1px solid;
	padding-bottom: 2px;
}
.generalItem .content
{
	padding: 10px;
}

/* ads */
.ads-h
{
	text-align: center;
}

} /* END Mobile */