/*----------------------------------------------------------------------*/
/* Reset
/*----------------------------------------------------------------------*/

html, body, div, span, applet, object, iframe, input, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-weight:100;
	font-style:inherit;
	font-size:100%;
	font-family:inherit;
	vertical-align:baseline;
}
* {
	-webkit-text-size-adjust:none;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
}
/*----------------------------------------------------------------------*/
/* Font Declaration
/*----------------------------------------------------------------------*/
body	{ 
	font-family:"Comic Sans MS", cursive;
	font-size:100%;
	line-height:1em;
	color:#FFF; }

/*----------------------------------------------------------------------*/
/* General Section
/*----------------------------------------------------------------------*/

html, body, textarea, input {
	font-size:101%;
	font-size:12px;
	-webkit-text-size-adjust:none;
}
html {
	background-attachment:fixed;
	overflow-y:scroll;
}

a {
	text-decoration:none;
	cursor:pointer;
}
a:hover {
	text-decoration:underline;
}
a, a:hover, a:visited, a:link {
	color:#16abfb;
}

::-moz-selection {
text-shadow:none;
}
::selection {
	text-shadow:none;
}
header, footer, nav, section {
	display:block;
}
h1, h2, h3, h4, h5, h6 {
	font-weight:100;
	padding-bottom: 15px;
}
h1 {
	font-size:28px;
	line-height:32px;
	margin-top:22px;
}
h2 {
	font-size:24px;
	line-height:26px;
}
h3 {
	font-size: 18px;
	font-family: "Comic Sans MS", cursive;
	line-height: 20px;
	color: #00B4EF;
}
h4 {
	font-size:18px;
	line-height:22px;
}
h5 {
	font-size:16px;
	line-height:22px;
}
h6 {
	font-size:11px;
	line-height:13px;
	font-weight:bold;
}
h1 span {
	font-size:14px;
	line-height:14px;
}
h2 span {
	font-size:12px;
	line-height:12px;
}
h3 span {
	font-size:10px;
	line-height:10px;
}
p, ul, ol, pre {
	margin-bottom:18px;
	line-height:18px;
	font-size:16px;
}

blockquote {
	font-size:16px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	border-left:5px solid;
	padding:0 18px;
	margin:36px;
}
li {
	margin-left:18px;
}
hr {
	display:block;
	height:0px;
	line-height:0px;
	border:0;
	border-top:1px solid;
	border-bottom:1px solid;
	margin:16px 0;
	float:none;
	clear:both;
	padding:0;
}
strong {
	font-weight:700;
}
em {
	font-style:italic;
}
img {
	border:0;
}
.small {
	font-size:10px;
}

/*----------------------------------------------------------------------*/
/* Navigation
/*----------------------------------------------------------------------*/
header nav {
/*position:absolute;
	right:165px;
	top:51px;*/
}
header nav ul li {
	float:left;
	text-transform:uppercase;
	font-size:.786em;
	line-height:1.2em;
	background:url(../images/divider1.png) no-repeat left 2px;
	padding-left:2px;
	margin-left:0px !important;
	list-style: none;
}
header nav ul li a {
	display:block;
	text-decoration:none;
	color:#fff;
}
header nav ul li.current a,  header nav ul li a:hover {
	color:#16abfb;
}
header nav ul li a span {
	display:block;
	padding:24px 29px 25px 29px;
	background:url(../images/nav-tail.png) repeat-x left top;
}
header nav ul li:first-child {
	background:none;
	padding:0;
}
header nav ul li:first-child a {
	padding-left:20px;
	background:url(../images/nav-left.png) no-repeat left top;
}
header nav ul li:first-child a span {
	padding-left:13px;
}
header nav ul li.last a {
	padding-right:20px;
	background:url(../images/nav-right.png) no-repeat right top;
}
header nav ul li.last a span {
	padding-right:13px;
}

.MobileNav {
	background-image: url(../images/nav-tail.png);
	background-repeat: repeat-x;
	width: 100%;
	float:left;
	margin:0px 0px 10px 0px;
	padding:5px 10px 5px 10px; }
.MobileNav li {
	display:block;
	padding: 5px 7px;
	float: left;
	margin: 0px;
	list-style: none; }


/*----------------------------------------------------------------------*/
/* Content
/*----------------------------------------------------------------------*/


#content {
	border:0;
	padding:15px;
	margin:0;
	min-height:600px;
	overflow:visible;
	-webkit-border-top-left-radius:8px;
	-moz-border-radius-topleft:8px;
	border-top-left-radius:8px;
	-webkit-border-top-right-radius:8px;
	-moz-border-radius-topright:8px;
	border-top-right-radius:8px;
}
.bgsample {
	border:1px solid;
	float:left;
	margin:8px;
	padding:27px 30px;
}

/*----------------------------------------------------------------------*/
/* Alert Boxes
/*----------------------------------------------------------------------*/

div.alert {
	border:1px solid;
	margin-bottom:15px;
	cursor:pointer;
	background-repeat:no-repeat;
	background-position:7px 8px;
	padding:10px 10px 10px 35px;
	font-size:14px;
	font-weight:700;
	margin:0;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
}
div.alert code {
	background:none;
	border:0;
}
form div.alert {
	margin:15px 4px;
}
div.alert:hover {
	border:1px solid;
}
div.alert a {
	font-size:14px;
	font-weight:700;
}
/*----------------------------------------------------------------------*/
/* Buttons
/*----------------------------------------------------------------------*/


button, a.btn, .dataTables_paginate span.paginate_button, .dataTables_paginate span.paginate_active {
	border:1px solid;
	position:relative;
	padding:9px 12px;
	display:inline-block;
	cursor:pointer;
	background-repeat:no-repeat;
	background-position:4px 5px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	text-decoration:none;
	font-size:11px;
	font-weight:700;
	outline:0 none;
	text-align:center;
	text-transform:uppercase;
	margin:2px;
	min-height:22px;
	min-width:8px;
	white-space:pre-line;
	vertical-align:baseline;
}
button.small, a.btn.small {
	min-height:14px;
	line-height:14px;
	font-size:10px;
	padding:4px 7px;
}
button.big, a.btn.big {
	font-size:14px;
	padding:12px 16px;
}
button.icon, a.btn.icon {
	padding-left:27px;
}
button.small.icon, a.btn.small.icon {
	padding-left:23px;
	background-position:0 -2px;
}
button.big.icon, a.btn.big.icon {
	padding-left:27px;
	background-position:-0 8px;
}
a.btn.nt, button.nt {
	background-position:50% 50%;
	text-indent:-9999px;
}
a.btn.small.nt, button.small.nt {
	padding-left:12px;
	padding-right:12px;
}
button {
}
a.btn {
	line-height:18px;
	min-height:18px;
}
button:hover, a.btn:hover {
}
button:active, a.btn:active, .dataTables_paginate span.paginate_active {
	top:1px;
}


/*----------------------------------------------------------------------*/
/* Footer Navigation
/*----------------------------------------------------------------------*/

#footerNav li a {
	color: white;
	font-size: 16px;
	font-weight: bold;
	text-decoration:none;
}
#footerNav li {
	margin-left: 18px;
	float: left;
	text-transform: uppercase;
	list-style: none;
}
footer a {
	color:#FFF;
	font-weight:bold;
	
	}
	
footer a:hover { 
text-decoration:underline;
		
}	
 
a:visited, a:link{
	text-decoration:none;
		
}	




/*----------------------------------------------------------------------*/
/* Floats and Aligns
/*----------------------------------------------------------------------*/

.fl {
	float:left !important;
}
.fr {
	float:right !important;
}
.l {
	text-align:left;
}
.c {
	text-align:center;
}
.j {
	text-align:justify;
}
.r {
	text-align:right;
}
/*----------------------------------------------------------------------*/
/* Clear Floats
/*----------------------------------------------------------------------*/
/* http://sonspring.com/journal/clearing-floats */
.clear {
	clear:both;
	display:block;
	overflow:hidden;
	visibility:hidden;
	width:0;
	height:0;
}
/* http://perishablepress.com/press/2008/02/05/lessons-learned-concerning-the-clearfix-css-hack */
.clearfix:after {
	clear:both;
	content:' ';
	display:block;
	font-size:0;
	line-height:0;
	visibility:hidden;
	width:0;
	height:0;
}
.clearfix {
	display:inline-block;
}
* html .clearfix {
	height:1%;
}
.clearfix {
	display:block;
}
/*----------------------------------------------------------------------*/
/* Grid System (based on the 960 Grid System (http://960.gs)
/*----------------------------------------------------------------------*/

.g1, .g2, .g3, .g4, .g5, .g6, .g7, .g8, .g9, .g10, .g11, .g12 {
	display:inline;
	float:left;
	margin-left:0.5%;
	margin-right:0.5%;
	padding:9px 0;
}
/* Site Styles */




.HthreeQtr {
	display:inline;
	float:left;
	margin-left:0.5%;
	margin-right:0.5%;
	padding:9px 0;
	width:73.0%;}
.Hhalf {
	display:inline;
	float:left;
	margin-left:0.5%;
	margin-right:0.5%;
	padding:9px 0;
	width:48.0%;}
.Hthird {
	display:inline;
	float:left;
	margin-left:0.5%;
	margin-right:0.5%;
	padding:9px 0;
	width:31.333%; }
.Hfourth {
	display:inline;
	float:left;
	margin-left:0.5%;
	margin-right:0.5%;
	padding:9px 0;
	width:23.0%; }
	
.alpha{margin-left:0;}
.omega{margin-right:0;}

.g1{width:6.333%;}
.g2{width:14.667%;}
.g3{width:23.0%;}
.g4{width:31.333%;}
.g5{width:39.667%;}
.g6{width:48.0%;}
.g7{width:56.333%;}
.g8{width:64.667%;}
.g9{width:73.0%;}
.g10{width:81.333%;}
.g11{width:89.667%;}
.g12{width:98.0%;}
.g13{width:23.0%;
   margin-bottom: 25px;}
.g14{width:46.0%;}   
/*----------------------------------------------------------------------*/
/* Layout
/*----------------------------------------------------------------------*/


header {
	z-index:2;
}

#content {
	overflow:hidden;
	left:0px;
	right:0px;
	top:0px;
	z-index:1;
}
footer {
	padding:5px;
	text-align:right;
}
.NavWrapper {
	min-width: 850px;
	margin-top: 25px;
	}
/*----------------------------------------------------------------------*/
/* Media Queries
/*----------------------------------------------------------------------*/

.MobileNav {display: none; }


/* For very large screens increes the margins*/
@media screen and (min-width:1281px) {
body {
	margin-left:15%;
	margin-right:15%;
}
}

/*----------------------------------------------------------------------*/
/* Media Queries for Homepage
/*----------------------------------------------------------------------*/

/*.mobileViewer {
	display:none;}
.flashViewer {
	display:block;}*/
.mobile { display: none }
@media screen and (max-width:1025px) {
.mobileViewer {
	display:block;}
.flashViewer {
	display:none;}
.noMobile { display: none !important; }
.mobile { display: block !important;}	
}
@media screen and (max-width:770px) and (min-width:1px) {
	.NavWrapper { display: none !important; }
	.MobileNav {display: block !important; }
}
/* Move the Headernav to a drop down menu to the right */
@media screen and (max-width:960px) {

.g1, .g2, .g3, .g4, .g5, .g6 {
	padding:0;
	width:48.0%;
}
.g7, .g8, .g9, .g10, .g11, .g12, .g13 {
	padding:0;
	width:98%;
}
}
@media screen and (max-width:570px) {
/*#teamPostionsMap {
	display: none; }*/

}
@media screen and (max-width:900px) and (min-width:701px) {
form fieldset > section > div {
	width:69%;
}
form fieldset > section label {
	width:24%;
}
}

/* For more smaller Screens (iPad) */
@media screen and (max-width:700px) {

.g1, .g2, .g3, .g4, .g5, .g6, .g7, .g8, .g9, .g10, .g11, .g12, .g13 {
	width:98%;
}
}
@media screen and (max-width:800px) and (min-width:481px) {

#content {
	padding:5px;
}
#header ul li ul li, #header ul li ul li a, #header ul#headernav li ul li ul {
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
}
#header ul li ul li:last-child, #header ul li ul li:last-child a {
	-webkit-border-bottom-left-radius:4px;
	-moz-border-radius-bottomleft:4px;
	border-bottom-left-radius:4px;
}
}

/* iPhone and real small devicces */
@media screen and (max-width:480px) {

body {
	width:100%;
}
body, header, nav, #content {
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}

header, #content {
	width:100%;
}
nav, nav ul, nav ul li, nav ul li a, nav ul li a span, nav ul li a:active span, nav ul li a.active span {
	margin:0;
	padding:0;
}
nav ul li a:active span, nav ul li a.active span {
	border-top:1px solid;
	background-position:center center;
}
nav {
	border-top:1px solid;
	position:static;
	width:98%;
	margin:0 1%;
}
nav ul li {
	width:44px;
	display:inline-block;
	margin-left:-2px;
	margin-right:-2px;
}
nav ul li a span {
	border-left:1px solid;
	border-bottom:0;
	height:40px;
	text-indent:-9999px;
	background-position:center center;
}
nav ul li:first-child a span {
	border-left:0;
}
nav ul li ul {
	position:absolute;
	left:0;
	margin:0;
	z-index:15;
	background:none;
	width:98%;
	margin:0 1%;
}
nav ul li ul li {
	display:block;
	width:100%;
}
nav ul li ul li a span {
	height:20px;
	text-indent:0;
}
#content {
	padding:0;
}
form {
	padding:0;
	margin:0;
}
form input, form textarea {
	font-size:14px;
	max-width:96%;
}
#wl_msg {
	right:5px;
	left:5px;
	width:auto;
}
.g1, .g2, .g3, .g4, .g5, .g6, .g7, .g8, .g9, .g10, .g11, .g12, .g13 {
	width:100%;
	margin:0;
}
}
/*----------------------------------------------------------------------*/
/* jQuery UI mods
/*----------------------------------------------------------------------*/

.ui-tabs .ui-tabs-nav li {
	margin:0 2px 0 0 !important;
}
.ui-tabs .ui-tabs-nav, .ui-tabs {
	padding:0 !important;
}
.ui-widget {
	padding:0 !important;
}
.ui-widget-header {
	border:0 !important;
	border-top:1px solid !important;
	border-bottom:1px solid !important;
	background-repeat:repeat !important;
	margin:0 !important;
}
.ui-widget-header a, .ui-accordion-header a, .ui-datepicker-title .ui-datepicker-month, .ui-datepicker-title .ui-datepicker-year {
	font-size:14px !important;
}
.ui-state-default a {
	border-top:1px solid !important;
	-webkit-border-radius:4px !important;
	-moz-border-radius:4px !important;
	border-radius:4px !important;
}
.ui-tabs .ui-tabs-panel {
	padding:0 !important;
}
.ui-tabs .ui-tabs-panel p {
	margin:1em 1.3em !important;
}
.ui-tabs .ui-tabs-selected {
	border-bottom:0;
}
.ui-accordion-content p {
	margin:0 !important;
}
.ui-accordion .ui-accordion-header {
	margin-top:0 !important;
}
.ui-datepicker .ui-widget-header {
	padding:4px !important;
}
.ui-widget-overlay {
	background-repeat:repeat !important;
}
.ui-slider-range.ui-widget-header {
	background-position:center !important;
	border:0 !important;
}
.ui-slider-horizontal .ui-slider-handle {
	top:-5px !important;
	min-height:22px;
	min-width:18px;
	margin-left:-10px !important;
	cursor:pointer !important;
}
.ui-slider-vertical {
	float:left;
}
.ui-slider-vertical .ui-slider-handle {
	left:-5px !important;
	min-height:18px;
	min-width:22px;
	margin-bottom:-10px !important;
	cursor:pointer !important;
}
.ui-slider {
	min-height:14px;
	min-width:14px;
	border:1px solid;
	background-repeat:repeat !important;
	margin:10px;
}
.ui-slider .ui-slider-handle {
	background-repeat:no-repeat !important;
	z-index:1 !important;
}
.ui-slider-horizontal .ui-slider-handle {
	background-position:right center !important;
}
.ui-slider-vertical .ui-slider-handle {
	background-position:left center !important;
}
.ui-slider-range {
	-webkit-border-radius:4px !important;
	-moz-border-radius:4px !important;
	border-radius:4px !important;
}


