@charset "utf-8";

/* Blue: 0000EE
   Yellow: FFF200
*/
   
#mainNav {
	background-color: #0000EE;
	margin-top: 20px;
	width: 96%;
	margin-left: 8px;
	z-index: 1; /* need this for stacking order...mobile nav menu must be on top */
}
#mainNav a   {
	text-decoration: none;
	color: #FFFFFF;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	font-weight: bold;
	display: block;
	text-transform: uppercase;
	padding-top: 9px;
	padding-right: 9px;
	padding-bottom: 9px;
	/* [disabled]padding-left: 15px; */
	border: thin solid #FFF200;
	font-size: small;
}
/* 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%;
} ...doesn't work right... increases size of images on about us page */

#mainNav a:hover {
	color: #0000EE;
	background-color: #FFF200;
}

/*
	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;        
}

/* Mobile Layout: 480px and below. */
  
.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	padding-left: 2.275%;
	padding-right: 2.275%;
	clear: none;
	float: none;
	background-color: #000000;
	margin-top: 0px;
}
#header {
	height: 96px;
	background-image: url(../images/banner_small.jpg);
	background-repeat: no-repeat;
}
#mainContent {
	width: 100%;
	background-color: #000000;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-variant: small-caps;
	font-size: 1.2em;
}
#announcements {
	width: 100%;
	margin-left: 0;
	clear: both;
	background-color: #FFFFFF;
	margin-top: 0px;
}
#insidePageMainContent {
	width: 100%;
	margin-left: 0;
	clear: both;
	/* [disabled]background-color: #FFFFFF; */
	margin-top: 0px;
}
#photos {
	width: 100%;
	margin-left: 0;
	clear: both;
	margin-top: 20px;
}
#footer {
	background-color: #0000EE;
	color: #FFFFFF;
	text-align: center;
}
.announcement {
	width: 100%;
	margin-left: 0;
	background-color: #FFFFFF;
	-webkit-box-shadow: 0px 10px 15px #888888;
	box-shadow: 0px 10px 15px #888888;
	margin-bottom: 20px;
	padding-right: 0px;
	font-size: 0.8em;
}
.insideContent {
	width: 100%;
	margin-left: 0;
	background-color: #FFFFFF;
	/*-webkit-box-shadow: 0px 10px 15px #888888;
	box-shadow: 0px 10px 15px #888888;*/
	margin-bottom: 20px;
	padding-right: 0px;
	font-size: 0.8em;
}
.topPagePhotos {
	/* [disabled]display: none; */
margin-left: 0;
	                              
width: 100%;
	                              
display: block;
	                              
}
.sponsors {
	background-color: #FFFFFF;
	width: 100%;
	margin-left: 0;
	clear: both;
	margin-top: 20px;
	display: inline-block;
	text-align: center;
}
.twitterFeed {
	width: 100%;
	margin-top: 20px;
	margin-left: auto;
}
#socialMedia {
	width: 100%;
	color: #FFFFFF;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
#socialMedia h2 {
	margin-bottom: 0px;
	margin-top: 0px;
}

.topPagePhotos img {
}
#header h1 {
	text-indent: -9000em;
}



#mainContent ul h3 {
	color: #FFF200;
	font-variant: small-caps;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
}

#sideNav {
	background-color: #000000;
	width: 100%;
	margin-left: 8px;
	padding-bottom:10px;
	z-index: 4; /* need this for stacking order...mobile nav menu must be on top */
}
#sideNav a {
	display: block;
	border: thin solid #FFF200;
	text-decoration: none;
	padding-top: 9px;
	padding-right: 9px;
	padding-bottom: 9px;
	padding-left: 15px;
	color: #FFFFFF;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	text-transform: uppercase;
	font-weight: bold;
}
#sideNav a:hover {
	background-color: #FFF200;
	color: #000000;
}

#sideNav h3 {
	color: #FFF200;
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, sans-serif;
	text-transform: uppercase;
	margin-bottom: 0px;
	padding-left: 6px;
}


.gridContainer.clearfix {
	/* [disabled]border: medium solid #0000EE; */
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}


.zeroMargin_mobile {
margin-left: 0;
}

.hide_mobile {
display: none;
}
#socialMedia a img {
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	width: 40px;
}
.topPageHeader {
	display: block;
	background-color: #0000EE;
	color: #FFFFFF;
	text-transform: uppercase;
	font-size: 1em;
	font-style: italic;
	padding-top: 2px;
	padding-bottom: 2px;
	padding-left: 10px;
	margin-top: 0px;
	margin-bottom: 0px;
}
#photos .fluid.sponsors img {
	width: 150px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;

}
.announceWidth {
	padding-right: 15px;
	padding-left: 15px;
}
.sectionBG_1 {
	padding-right: 15px;
	padding-left: 15px;
	padding-top: 15px;
}
.announceWidth h1 {
	font-size: medium;
}
.insideContentWidth {
	padding-right: 15px;
	padding-left: 15px;
}
.insideContent img  {
	margin-left: auto;
	margin-right: auto;
	display: block;
}

.insideContentWidth h1 {
	font-size: medium;
}
.photoButtons a   {
	background-color: #0000EE;
	color: #FFFFFF;
	text-decoration: none;
	font-variant: small-caps;
	border-radius: 8px;
	display: inline-block;
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 2px;
	padding-bottom: 4px;
	margin-top: 20px;
	font-weight: bold;
	font-size: small;

}
.photoButtons {
	text-align: center;
}

.photoButtons a:hover {
	background-color: #FFF200;
	color: #0000EE;
	font-weight: bold;
}
#header img {
	display: none;
}
a.mobile_menu {
	display: block;
	width: 30px;
	height: 34px;
	border-top-right-radius: 6px;
	border-top-left-radius: 6px;
	border-top: 2px solid #FFF200;
	border-left: 2px solid #FFF200;
	border-right: 2px solid #FFF200;
	background-color: #0000EE;
	background-image: url(../images/mobile_link_menu.png);
	background-repeat: no-repeat;
	position: absolute;
	top: 108px;
	left: 394px;
	cursor: pointer;
	background-position: 4px 4px;
}
a.mobile_menu.selected {
	background-position: 4px -26px;
}
a.mobile_menu_main {
	display: block;
	width: 30px;
	height: 34px;
	border-top-right-radius: 6px;
	border-top-left-radius: 6px;
	border-top: 2px solid #FFF200;
	border-left: 2px solid #FFF200;
	border-right: 2px solid #FFF200;
	background-color: #0000EE;
	background-image: url(../images/mobile_link_menu.png);
	background-repeat: no-repeat;
	position: absolute;
	top: 108px;
	left: 394px;
	cursor: pointer;
	background-position: 4px 4px;
}
a.mobile_menu_main.selected {
	background-position: 4px -26px;
}

/* test code */
nav {
	display:block;
	padding:0px;
}

nav a {
	display:block;
	margin:0px;
	padding:9px;
	border-bottom:1px solid #f5a06e;
	background:url(../images/mobile_link_arrow.png) no-repeat right center;
}
nav a:hover {color:#fff; background-color:rgba(255,255,255,.15);}

.center {
	text-align: center;
}

.right {
	text-align: right;
}

.left {
	text-align: left;
}

.top {
	vertical-align: top;
}

.middle {
	vertical-align: middle;
}

.bottom {
	vertical-align: bottom;
}

.whiteFontLink a {
	color:#fff;
	text-decoration:none;
}

.email a{
	color:#0000ff;
	font-weight:bold;
	text-decoration:none;
}

.email a:hover {
	color:#2e2e2e;
	text-decoration:underline;
}

blockquote.style1 a{
	display: block;
	padding-top: 8px;
	padding-right: 8px;
	padding-left: 8px;
	padding-bottom: 8px;
	background-color: #2e2e2e;
	border-top: 1px solid #2e2e2e;
	border-bottom: 1px solid #2e2e2e;
	margin-top: 4px;
	margin-bottom: -10px;
	border-radius: 10px;
	/* [disabled]width: 375px; */
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
	/* [disabled]white-space: nowrap; */
	margin-left: auto;
	margin-right: auto;
  }
blockquote.style2   {
	margin-bottom: 40px;
	text-decoration: none;
	color: #000000;
	margin-left: 20px;
	margin-right: auto;
	font-size: 1.25em;
	display: block;
	margin-top: 0px;
  }
blockquote.style2 a {
	text-decoration: none;
	color: #0000EE;
	font-weight: 600;
  }
blockquote.style2 a:hover  {
	text-decoration: none;
	color: rgba(255,0,0,1.00);
	font-weight: 600;
  }
blockquote.style1 a:hover {
	background-color: #0000EE;

}
article.grayBG_1 {
	background-color: #dddddd;
	-webkit-box-shadow: 0px 10px 15px #888888;
	box-shadow: 0px 10px 15px #888888;
	margin-bottom: 20px;
	padding-right: 10px;
	padding-top: 0px;
	padding-bottom: 10px;
	padding-left: 10px;
	border-radius: 0px 25px;
	border: thin solid #2e2e2e;
	margin-left: 0px;
	margin-right: 0px;
}
article.yellowBG_1 {
	background-color: #ffff99;
	-webkit-box-shadow: 0px 10px 15px #888888;
	box-shadow: 0px 10px 15px #888888;
	margin-bottom: 20px;
	padding-right: 10px;
	padding-top: 0px;
	padding-bottom: 10px;
	padding-left: 80px;
	border-radius: 0px 25px;
	border: thin solid #cccccc;
	margin-left: 0px;
	margin-right: 0px;
	display: inline-block;
	font-style: normal;
	font-weight: 400;
	margin-top: 20px;
}
table.moveLeft  {
	margin-left: -70px;
	padding-left: 0px;
}

article.yellowBG_1 table td {
	padding: 4px;	
}

article.grayBG_1 h2 {
	border-bottom: thick solid #0000EE;
	color: #0000EE;
}
article.yellowBG_1 h2 {
	border-bottom: thick solid #0000EE;
	color: #0000EE;
}
/* Gradient color1 - color2 - color1 */

hr.thinGrayLine {
    border: 0;
    height: 1px;
    background: #333;
    background-image: -webkit-linear-gradient(left, #ccc, #333, #ccc);
    background-image:    -moz-linear-gradient(left, #ccc, #333, #ccc);
    background-image:     -ms-linear-gradient(left, #ccc, #333, #ccc);
    background-image:      -o-linear-gradient(left, #ccc, #333, #ccc);
}

		
.4pxPadding {
	padding:4px;
}

.4pxPaddingTop {
	padding-top:4px;
}

.4pxMarginTop {
	margin-top:10px;
}






/* Tables */


table.blueWhite {
	background:#fff;
	border: thin solid #2e2e2e;
	width:100%;
}

tr.blueWhiteHeader {
	background:#2e2e2e;
	color:#eee;
}

tr.blueWhiteRow {
	color:#2e2e2e;
	border: thin solid #2e2e2e;
}

td.blueWhiteRow {
	color:#2e2e2e;
	border: thin solid #2e2e2e;
	padding:4px;
}


table.fullWidth {
	width:100%;
}

table.darkGray {
	background:#fff;
	border: thin solid #2e2e2e;
	width:100%;
}

tr.darkGrayHeader {
	background:#2e2e2e;
	color:#eee;
}

tr.darkGrayRow {
	color:#2e2e2e;
	border: thin solid #2e2e2e;
}

td.darkGrayBorderFont {
	color:#2e2e2e;
	border: thin solid #2e2e2e;
	padding:4px;
}

th.darkGrayBorderFont {
	color:#2e2e2e;
	border: thin solid #2e2e2e;
	padding:4px;
}

tr.lightGrayHeader {
	background:#ccc;
	color:#eee;
}

td.lightGrayRow {
	background:#ccc;
	color:#2e2e2e;
	padding:4px;
	border: thin solid #2e2e2e;
}
















/* PAGINATOR (show next feature) */

.Pages { text-align: center; margin-bottom: 5px; margin-top: 5px; }
.Paginator { font-size: 1em; padding-top: 5px; margin-left: auto; margin-right: auto; /* padding-bottom: 10px;  background-image: url(../images/dotted.gif); background-repeat: repeat-x; background-position: left bottom; */ }
.Paginator a, .pageList .this-page { padding: 2px 6px; border: solid 1px #ddd; background: #fff; text-decoration: none; }
.Paginator a:visited { padding: 2px 6px; border: solid 1px #ddd; background: #fff; text-decoration: none; }
.Paginator .AtStart { margin-right: 7px; padding: 2px 6px; /* border: solid 1px #ddd; */ background: #fff; color: #aaa; }
.Paginator .Prev { margin-right: 7px; padding: 2px 6px; border: solid 2px #ddd; background: #fff; }
.Paginator .break { padding: 2px 6px; border: none; background: #fff; text-decoration: none; }
.Paginator .Next { margin-left: 7px; padding: 2px 6px; border: solid 2px #ddd; background: #fff; white-space: nowrap;}
.Paginator .AtEnd { margin-left: 7px; padding: 2px 6px; /* border: solid 1px #ddd; */ background: #fff; color: #aaa; }
.Paginator .this-page {padding: 2px 6px; border-color: #999; font-weight: bold; font-size: 1.1em; vertical-align: top; background: #0000ff; color: #FFF; }
.Paginator a:hover {color: #fff; background: #0063DC; border-color: #036; text-decoration: none;}
/* 
.Paginator .ranking {display: block; margin-top: 0.5em; font-weight: bold;}
.Paginator .ranking a {padding: 0; border: 0; background: transparent;} 
*/
.Pages div.Results { text-align: center; font: .9em/1.2em Arial, Helvetica; color: #73571d; margin-top: 8px; }







/* Font Styles */
.redFont {
	color:	red;
}

.whiteFont {
	color:	white;
}

.boldFont {
	font-weight:bold;
}

.nowrap {
	white-space: nowrap;
}

.indent {
	margin-left:20px;
}

#human {
visibility:hidden;
display:none;
}



/* Buttons */
a.btn_RED {
	background: #ff0000;
	background-image: -webkit-linear-gradient(top, #ff0000, #8a0a14);
	background-image: -moz-linear-gradient(top, #ff0000, #8a0a14);
	background-image: -ms-linear-gradient(top, #ff0000, #8a0a14);
	background-image: -o-linear-gradient(top, #ff0000, #8a0a14);
	background-image: linear-gradient(to bottom, #ff0000, #8a0a14);
	-webkit-border-radius: 15;
	-moz-border-radius: 15;
	border-radius: 15px;
	font-family: Arial;
	color: #ffffff;
	font-size: 14px;
	padding: 10px 20px 10px 20px;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	display: inline-block;
	margin-top: 5px;
	margin-bottom: 5px;
}
a.btn_RED:hover {
	background: #3cb0fd;
	background-image: -webkit-linear-gradient(top, #3cb0fd, #0000EE);
	background-image: -moz-linear-gradient(top, #3cb0fd, #0000EE);
	background-image: -ms-linear-gradient(top, #3cb0fd, #0000EE);
	background-image: -o-linear-gradient(top, #3cb0fd, #0000EE);
	background-image: linear-gradient(to bottom, #3cb0fd, #0000EE);
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	color: #FFFFFF;
	display: inline-block;
	margin-top: 5px;
	margin-bottom: 5px;
}

a.btn_RED_small {
	background: #ff0000;
	background-image: -webkit-linear-gradient(top, #ff0000, #8a0a14);
	background-image: -moz-linear-gradient(top, #ff0000, #8a0a14);
	background-image: -ms-linear-gradient(top, #ff0000, #8a0a14);
	background-image: -o-linear-gradient(top, #ff0000, #8a0a14);
	background-image: linear-gradient(to bottom, #ff0000, #8a0a14);
	-webkit-border-radius: 15;
	-moz-border-radius: 15;
	border-radius: 15px;
	font-family: Arial;
	color: #ffffff;
	font-size: 10px;
	padding: 5px 10px 5px 10px;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	display: inline-block;
	margin-top: 2px;
	margin-bottom: 2px;
	white-space: nowrap;
}
a.btn_RED_small:hover {
	background: #3cb0fd;
	background-image: -webkit-linear-gradient(top, #3cb0fd, #0000EE);
	background-image: -moz-linear-gradient(top, #3cb0fd, #0000EE);
	background-image: -ms-linear-gradient(top, #3cb0fd, #0000EE);
	background-image: -o-linear-gradient(top, #3cb0fd, #0000EE);
	background-image: linear-gradient(to bottom, #3cb0fd, #0000EE);
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	color: #FFFFFF;
	display: inline-block;
	margin-top: 2px;
	margin-bottom: 2px;
	white-space: nowrap;
}

a.btn_Green_small {
	background:#08F714;
	background-image: -webkit-linear-gradient(top, #0FAA42, #08F714);
	background-image: -moz-linear-gradient(top, #0FAA42, #08F714);
	background-image: -ms-linear-gradient(top, #0FAA42, #08F714);
	background-image: -o-linear-gradient(top, #0FAA42, #08F714);
	background-image: linear-gradient(to bottom, #0FAA42, #08F714);
	-webkit-border-radius: 15;
	-moz-border-radius: 15;
	border-radius: 15px;
	font-family: Arial;
	color: #2e2e2e;
	font-size: 11px;
	padding: 4px 8px 4px 8px;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	display: inline-block;
	margin-top: 4px;
	margin-bottom: 4px;
	white-space: nowrap;
}
a.btn_Green_small:hover {
	background:#0FAA42;
	background-image: -webkit-linear-gradient(top, #0FAA42, #08F714);
	background-image: -moz-linear-gradient(top, #0FAA42, #08F714);
	background-image: -ms-linear-gradient(top, #0FAA42, #08F714);
	background-image: -o-linear-gradient(top, #0FAA42, #08F714);
	background-image: linear-gradient(to bottom, #0FAA42, #08F714);
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	color: #FFFFFF;
	display: inline-block;
	margin-top: 2px;
	margin-bottom: 2px;
	white-space: nowrap;
}

a.btn_BLUE_small {
	background: #0000ff;
	background-image: -webkit-linear-gradient(top, #0000ff, #2929A3);
	background-image: -moz-linear-gradient(top, #0000ff, #2929A3);
	background-image: -ms-linear-gradient(top, #0000ff, #2929A3);
	background-image: -o-linear-gradient(top, #0000ff, #2929A3);
	background-image: linear-gradient(to bottom, #0000ff, #2929A3);
	-webkit-border-radius: 15;
	-moz-border-radius: 15;
	border-radius: 15px;
	font-family: Arial;
	color: #ffffff;
	font-size: 10px;
	padding: 5px 10px 5px 10px;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	display: inline-block;
	margin-top: 2px;
	margin-bottom: 2px;
	white-space: nowrap;
}
a.btn_BLUE_small:hover {
	background: #2929A3;
	background-image: -webkit-linear-gradient(top, #2929A3, #0000ff);
	background-image: -moz-linear-gradient(top, #2929A3, #0000ff);
	background-image: -ms-linear-gradient(top, #2929A3, #0000ff);
	background-image: -o-linear-gradient(top, #2929A3, #0000ff);
	background-image: linear-gradient(to bottom, #2929A3, #0000ff);
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	color: #FFFFFF;
	display: inline-block;
	margin-top: 2px;
	margin-bottom: 2px;
	white-space: nowrap;
}
a.btn_backToTop {
	display: inline-block;
	padding-top: 4px;
	padding-right: 8px;
	padding-left: 8px;
	padding-bottom: 4px;
	background-color: #2e2e2e;
	border-top: 1px solid #2e2e2e;
	border-bottom: 1px solid #2e2e2e;
	margin-top: 4px;
	margin-bottom: 10px;
	border-radius: 10px;
	/* [disabled]width: 375px; */
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
	/* [disabled]white-space: nowrap; */
	margin-left: auto;
	margin-right: auto;
  }
a.btn_backToTop:hover {
	background-color: #0000EE;
	color: #FFFFFF;
}

a.btn_style_1 {
	display: block;
	padding-top: 4px;
	padding-right: 8px;
	padding-left: 8px;
	padding-bottom: 4px;
	background-color: #2e2e2e;
	border-top: 1px solid #2e2e2e;
	border-bottom: 1px solid #2e2e2e;
	border-radius: 10px;
	/* [disabled]width: 375px; */
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
	/* [disabled]white-space: nowrap; */
	margin-left: auto;
	margin-right: auto;
  }
a.btn_style_1:hover {
	background-color: #0000EE;
	color: #FFFFFF;
}


a.btn_style_2 {
	display: inline-block;
	padding-top: 4px;
	padding-right: 8px;
	padding-left: 8px;
	padding-bottom: 4px;
	background-color: #2e2e2e;
	border-top: 1px solid #2e2e2e;
	border-bottom: 1px solid #2e2e2e;
	border-radius: 10px;
	/* [disabled]width: 375px; */
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
	/* [disabled]white-space: nowrap; */
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 4px;
  }
a.btn_style_2:hover {
	background-color: #0000EE;
	color: #FFFFFF;
}
a.btn_style_2:focus {
	background-color: #0000EE;
	color: #FFFFFF;
}

a.btn_style_3 {
	display: inline-block;
	width:100%;
	padding-top: 2px;
	padding-right: 4px;
	padding-left: 8px;
	padding-bottom: 4px;
	background-color: #2e2e2e;
	border-top: 1px solid #2e2e2e;
	border-bottom: 1px solid #2e2e2e;
	border-radius: 10px;
	text-decoration: none;
	color: #FFFFFF;
	font-weight: bold;
	margin-bottom:2px;
	margin-left: auto;
	margin-right: auto;
  }
a.btn_style_3:hover {
	background-color: #0000EE;
	color: #FFFFFF;
}


ul.b {
    list-style-type: square;
	color:#2e2e2e;
	margin-left:20px;
}


h3.style1 {
	font-size: 1.5em;
	font-weight: bold;
	color: #2E2E2E;
	line-height: 0em;
	display: inline;
}
h3.style2 {
	font-size: 1.2em;
	font-weight: bold;
	color: #2E2E2E;
	line-height: 0em;
	display: inline;
}
h3.style3 {
	font-size: 1em;
	font-weight: bold;
	color: #2E2E2E;
	line-height: 0em;
	margin-top:2.5em;
}
h4.style1 {
	color: #000000;
	font-style: italic;
	font-weight: 200;
}

.insideContent h2 {
	text-transform: uppercase;
	font-size: 1.2em;
	margin-bottom: 0px;
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: bold;
}
#photoFilters  {
	/* [disabled]position: absolute; */
	display:inline-block;
	text-align:center;
	margin-top: 10px;
	margin-bottom: 15px;
}

#photoDetails {
	float:left;
	background:#ddd;
	border-radius:15px;
	margin-top:10px;
	margin-bottom:10px;
	padding:5px;
}

.photoPrevNext {
	clear:both;
	padding:20px;

}


#photoImg {
	float:left;
	margin-top:10px;
}

#photoGallery {

	margin:auto;

}

.calendarDay {
	border-radius: 50%;
	width: 25px;
	height: 25px; 
	background:#999999;
	padding:1px;
}

/*
#sortByList {

	float:right;
	width:150px;
}
*/

#calendarTeams {
	float:left;
	width:50%;
	display:inline-block;
}

table.iCal {

	width:100%;

}



/* image gallery */






div.photoGallery {
/*	margin: 5px;
	padding: 5px;*/

/*	height: auto;
	width: auto;*/
	float: left;
	text-align: center;
	width:30%;
	display:block;
	padding:5px;
}	

div.photoCurrentlyShowing {
	display:block;
	width:90%;
/*	-webkit-border-radius: 15;
	-moz-border-radius: 15;
	border-radius: 15px;
	color:#fff;
	background:#2e2e2e;*/
	padding:10px;
	color:#2e2e2e;
	font-weight:bold;
}

div.photoGallery  a:hover img {

}

.desc  {
	text-align: center;
	font-weight: normal;
	width: 100%;
	margin: 5px;
	font-style: italic;
	font-size: 12px;
	font-variant: small-caps;
}

#paginatorFooter {
	clear: both;
}
blockquote .whiteBox {
	background-color: #EEEEEE;
	border: thin solid #2e2e2e;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	max-width: 250px;
	margin-top: 0px;
}
.bold {
	font-weight: bold;
}
article.yellowBG_1 .steps {
	margin-left: -70px;
	display: inline;
	margin-right: 22px;
	color: #0000EE;
	font-family: alegreya;
	font-style: normal;
	font-weight: 900;

}
#rosterContainer {
	margin-top: 10px;
}


/* For Video */
.responsive-container { position: relative; padding-bottom: 56.25%; padding-top: 30px; height: 0; overflow: hidden; margin-top:20px; margin-bottom:20px;}
.responsive-container iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }





























/* Kindle Fire Rules...

//Model                   resolution  PPCM (PPI)  Pixel Ratio
//Kindle Fire HD 8.9"     1920x1200   100 (254)   1.5 hdpi
//Kindle Fire HDX 8.9"    2560x1600   133 (339)   1.5 xhdpi
$deviceMinWidth: 1200px;
$deviceMaxWidth: 1600px;
$deviceAspectRatio: '40/71';
$devicePixelRatio: 1.5;

@if ($orientation == all)   {
  @media only screen and (min-device-width: 1200px)
    and (max-device-width: 1600px)
    and (-webkit-device-pixel-ratio: 1.5) {
*/




/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen 
and (min-width: 481px) 
and (orientation : portrait){
	background-image: none;
}

@media only screen and (min-width: 481px) {
@-ms-viewport { width: 481px; } /* define viewport for Surface tablet */


.gridContainer {
	width: 100%;
	padding-left: 1.1625%;
	padding-right: 1.1625%;
	clear: none;
	float: none;
	position: relative;
}
#header {
	height: 200px;
	background-image: url(../images/banner_large.jpg);
}
#mainContent {
	width: 100%;
	display: inline;
}
#announcements {
	width: 45%;
	clear: none;
	margin-left: 2.5641%;
	margin-top: 20px;
}
#photos {
	width: 45%;
	clear: none;
	margin-left: 2.5641%;
}
#footer {
}
.announcement {
margin-left: 0;
width: 100%;
}

#insidePageMainContent {
	width: 100%;
	clear: none;
	/* [disabled]margin-left: 1.6949%; */
	margin-top: -30px;
}

.insideContent {
margin-left: 0;
width: 100%;
}
.topPagePhotos {
	/* [disabled]display: none; */
width: 100%;
	                              
margin-left: 0;
	                              
display: block;
	                              
}
.sponsors {
	width: 100%;
	clear: both;
	margin-left: 0;
}
.twitterFeed {
margin-left: 0;
width: 100%;
}
#socialMedia {
	width: 100%;
	color: #FFFFFF;
	padding-top: 6px;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left: 6px;
}
/*
#mainNav {
	display: inline-table;
	text-align: center;
	position: absolute;
	top: 170px;
	margin-top: 0px;
	width: 104%;
	margin-left: -10px;
	margin-right: 0px;
	max-height: 40px;
}

#mainNav a {
	display: inline-table;
	border-style: none;
	padding-right: 2%;
	font-size: 0.75em;
	padding-left: 2%;
}
*/
#sideNav {
	width: 48.7179%;
	font-size: small;
	left: -8px;
}
.hide_tablet {
display: none;
}
.zeroMargin_tablet {
margin-left: 0;
}
#photos .fluid.sponsors img {
	width: 90%;

}
#header img {
	display: inline;
}
a.mobile_menu {
	display: none;
}
a.mobile_menu_main {
	display: none;
}
#hide_mobile {
	display: inline;
}
.gridContainer.clearfix {
	/* [disabled]border-color: #0000EE; */
	/* [disabled]border-style: solid; */
	/* [disabled]border-width: medium; */
}
article.grayBG_1 {
	margin-left: 10px;
	margin-right: 10px;
}








}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 801px) {
@-ms-viewport { 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;
	border: medium solid #0000EE;
}
#header {
	background-image: url(../images/banner_large.jpg);
	height: 275px;
}
#mainContent {
	width: 32.2033%;
	background-color: #000000;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, sans-serif;
}
#announcements {
	width: 40%
%;
	clear: none;
	margin-left: 1.6949%;
	width: 40%;
}
#insidePageMainContent {
	width: 40%;
	clear: none;
	margin-left: 1.6949%;
	width: 65%;
	margin-top: 10px;
}
#photos {
	width: 23%;
	clear: none;
	/* [disabled]margin-left: 1.6949%; */
	float: right;
	/* [disabled]margin-right: 10px; */
	max-width: 300px;
}
#footer {
}
.announcement {
	width: 100%;
	margin-left: 0;
}
.insideContent {
	width: 100%;
	margin-left: 0;
}
.topPagePhotos {
	display: inline;
	width: 100%;
	margin-left: 0;
}
.sponsors {
width: 100%;
clear: both;
margin-left: 0;
}
.twitterFeed {
width: 100%;
margin-left: 0;
}
.socialMedia {
width: 32.2033%;
}
#sideNav {
	width: 30%;
	margin-left: 10px;
}
.zeroMargin_desktop {
margin-left: 0;
}
.hide_desktop {
display: none;
}


#mainNav {
	display: inline-table;
	text-align: center;
	position: absolute;
	margin-top: 0px;
	margin-left: -10px;
	margin-right: 0px;
	max-height: 40px;
	top: 240px;
	width: 100%;
}

#mainNav a {
	display: inline-table;
	border-style: none;
	padding-right: 2%;
	font-size: 0.75em;
	padding-left: 2%;
}
#mainNav a {
	/* [disabled]font-size: medium; */
}

#photoDetails {
	float:right;
}
}






