@charset "UTF-8";
/* 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%;
}
body {
	background-color: #ED1E24;
}
* {box-sizing: border-box;}
/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		5;
	dw-num-cols-tablet:		10;
	dw-num-cols-desktop:	10;
	dw-gutter-percentage:	20;
	
	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-right: auto;
	margin-left: auto;
	padding: 0;
	margin-bottom: 0px;
}

/* Mobile Layout: 480px and below. */
  
.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 96%;
	padding-left: 1.5%;
	padding-right: 1.5%;
	clear: none;
	float: none;
	background-color: #FFFFFF;
}
/*header {
	margin-left: auto;
	margin-right: auto;
}*/
header img {
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
}

nav {margin-top:4%;
font-family: Baskerville, "Palatino Linotype", Palatino, "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif"serif; font-weight:bold;
font-size:1.3em;
}
nav ul {list-style-type:none; text-align:center;
	margin-left:auto; margin-right:auto;  position:relative;
	/* display:block; margin-left:10%; margin-right:10%; */}
/*nav li {display:inline-block; width:20%;}*/
nav ul li {float:left; display:inline-block; width:20%;}
nav li a:link {text-decoration:none; padding:5px 10px; color:#000; text-align:center;}
nav li a:visited {color:#000;}
nav li a:hover {color:#ED1E24;}
nav ul ul {display:none; position:absolute;  text-align:left;}
nav ul ul li {display: block; width:8em; float:none;  margin-left:20px;}
nav ul li {float:left; display:block;}
nav li:hover ul {display:block; color:#ED1E24;}

#maincontent {
	padding-left: 1.5%;
	padding-right: 1.5%;
	font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
}
footer {
	color: #FFFFFF;
	background-color: #000000;
	text-align: center;
}
footer nav a:link {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold; font-size:1em;
}
footer nav a:visited {
	color: #FFFFFF;
	text-decoration: underline;
	font-weight: bold; font-size:1em;
}
footer table {
	border-style: none;
	margin-left: auto;
	margin-right: auto;
}
.clear {
	clear: both;
}
h1 {
	color: #ED1E24;
	font-weight: bold;
	font-size: 130%;
	margin-bottom: 0px;
	margin-top: 20px;
	font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
}
h2 {
	color: #ED1E24;
	font-weight: bold;
	font-size: 120%;
	padding-bottom: 0px;
	margin-bottom: 0px;
	font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
}
h3 {
	color: #FFFFFF;
	font-weight: bold;
	text-align: left;
	font-size: 110%;
	margin-left: 1.5%;
}
#maincontent p {
	margin-top: 0px;
}
/*
#topnav {
	margin-left: auto;
	margin-right: auto;
	width: auto;
}
#menusystem {
	width: auto;
}
#topnav a:link {
	color: #000000;
	text-decoration: none;
	font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
	font-size: 95%;
}
#topnav a:visited {
	color: #000000;
	text-decoration: none;
}
#topnav a:hover {
	color: #ED1E24;
	text-decoration: none;
}
#topnav table {
	font-weight: bold;
	border-style: none;
	margin-right: auto;
	margin-left: auto;
	font-size: 100%;
	width: 90%;
	position: relative;
}
#topnav td {
	text-align: center;
}*/
#leftsection {
	width: 48%;
	float: left;
}
#rightsection {
	width: 48%;
	float: left;
	clear: none;
	padding-left: 1.5%;
}
.floatleft {
	float: left;
	margin-right: 0.5%;
	margin-left: 0px;
}
.floatright {
	float: right;
	margin-left: 0.5%;
}
#leftcolumn {
}
.zeroMargin_mobile {
margin-left: 0;
}
.hide_mobile {
display: none;
}
.officertables {
	border-style: none;
	border-width: 0px;
}
.officertablesleftcol {
	width: 50%;
}
.officertablesright {
	width: 50%;
}
.redtext {
	color: #ED1E24;
	font-weight: bold;
}
.plaintext {
	color: #000000;
	font-weight: normal;
}
.extrapadding {
	padding-left: 2%;
}
.centeredpic {
	margin-left: auto;
	margin-right: auto;
	display: block;
}
.columns2 {
 -webkit-columns: 2; /* Chrome, Safari, Opera */
-moz-columns:2; /* Firefox */
 columns: 2;
}

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

@media only screen and (min-width:320px){
#bands {
	float: left;
	width: 20%;
}

.gridContainer {
	width: 98%;
	padding-left: 0.7916%;
	padding-right: 0.7916%;
	clear: none;
	float: none;
	margin-left: auto;
	margin-right: auto;
}
.menuitem {
	width: 20%;
	clear: none;
}
#maincontent {
	margin-left: 1.5%;
	margin-right: 1.5%;
	width: 97%;
}

#leftsection {
	width: 97%;
}
#rightsection {
	width: 97%;
}
#leftcolumn {
}
.hide_tablet {
display: none;
}
.zeroMargin_tablet {
margin-left: 0;
}
}

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

@media only screen and (min-width:900px){

.gridContainer {
	width: 98%;
	max-width: 1232px;
	padding-left: 0.7916%;
	padding-right: 0.7916%;
	margin: auto;
	clear: none;
	float: none;
	margin-left: auto;
}

/*
#topnav {
	width: 100%;
}
*/
.menuitem {
	width: 20%;
	clear: none;
	margin-left: 1.6949%;
}
#leftsection {
	width: 48%;
	float: left;
	margin-left: 1.5%;
}
#rightsection {
	width: 48%;
	float: left;
}
#leftcolumn {
}
.zeroMargin_desktop {
margin-left: 0;
}
.hide_desktop {
display: none;
}
}
