/*====================*/
/*=== Reset Styles ===*/
/*====================*/
html, body, div, span, applet, object, iframe, 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:inherit;
	font-style:inherit;
	font-size:100%;
	font-family:inherit;
	vertical-align:baseline;
}
body {
	margin: 0;
	padding: 0;
	font-size: 95%;
	font-family: georgia, times, "times new roman", serif;
	color: #000;
	background-color: #fff;
}
img {
	padding-left: 5px;
	padding-right: 5px;
}

p {
	margin-bottom: 5px;
}
ul {
	list-style-position:inside;
	text-indent: 20px;
}
ul ul {
	list-style-position: inside;
	text-indent: 40px;
}
a:link {
	color: #036;
}
a:visited {
	color: #066;
}
a:hover, a:active {
	color: #ff0000;
}
table td {
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
}
table th {
	background-color:#48a4d5;
	padding-left: 5px;
	padding-right: 5px;
}
div#banner {
	margin: 0;
	padding: 0;
	color: #fff;
	background-color: #0C064E;
	border-bottom: 1px solid #000;
	background-image: url('../imgpicz/banner.png');
	background-position:right;
	background-repeat:no-repeat;
}
div#banner h1 {
	margin: 0;
	font-size: 2.2em;
	font-weight: normal;
}
div#banner h1 img {
	margin: 0;
	padding: 0;
	padding-right: 5px;
	vertical-align:middle;
}
div#container {
	background-image: url('../imgpicz/nav_col_base.jpg');
	background-repeat: repeat-y;
}
div#container2 {
	background-image: url('../imgpicz/more_col_base.jpg');
	background-repeat: repeat-y;
	background-position: right;
}

#invertedshiftdown2 {
	padding: 0;
	margin-bottom: 15px;
	width: 100%;
	border-top: 5px solid #D10000; /*Highlight red color theme*/
	background: transparent;
}
#invertedshiftdown2 ul {
	margin:0;
	margin-left: 20px; /*margin between first menu item and left browser edge*/
	padding: 0;
	list-style: none;
	text-indent: 0px;
}
#invertedshiftdown2 li {
	display: inline;
	margin: 0 2px 0 0;
	padding: 0;
	text-transform:uppercase;
}
#invertedshiftdown2 a {
	float: left;
	display: block;
	font: bold 12px Arial;
	color: black;
	text-decoration: none;
	margin: 0 2px 0 0; /*Margin between each menu item*/
	padding: 5px 10px 5px 10px; /*Padding within each menu item*/
	background-color: lightblue; /*Default menu color*/
	border-bottom: 8px solid white;
}
#invertedshiftdown2 a:hover {
	background-color: #D10000; /*Highlight red color theme*/
	padding-top: 10px; /*Set padding-top value to default's padding-top + padding-bottom */
	padding-bottom: 0; /*Set padding-bottom value to 0 */
	border-bottom-color: #D10000; /*Highlight red color theme*/
	color: white;
}
#invertedshiftdown2 .current a { /** currently selected menu item **/
	background-color: #D10000; /*Highlight red color theme*/
	padding-top: 10px; /*Set padding-top value to default's padding-top + padding-bottom */
	padding-bottom: 0; /*Set padding-bottom value to 0 */
	border-bottom-color: #D10000; /*Highlight red color theme*/
	color: white;
}
/* 3 columns */

div#navigation {
	float: left;
	width: 150px;
	padding-top: 3.75em;
}
div#navigation ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}
div#navigation ul li {
	margin-top: 4px;
	font-variant: small-caps;
	font-size: small;
	font-weight: bold;
	text-align: right;
}
#navigation ul li a {
	display: block;
	width: 135px;
	padding: 3px 5px 3px 10px;
	text-decoration: none;
	color: #0d0648;
/*	background-image: url(<?php echo graphics_url(); ?>'nav_base.jpg');
	background-repeat: repeat-y;*/
}
#navigation ul li a:hover {
	color: #fff;
	background-color: #ccc;
/*	background-image: url(<?php echo graphics_url(); ?>'nav_base2.jpg');
	background-repeat: repeat-y;*/
}
#navigation h1 {
	color:#000000;
	font-size: larger;
	font-weight: bolder;
}
div#more {
	float: right;
	width: 160px;
	margin: 0;
	padding: 2em 10px 0 0;
	color: #fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size:11px;
	text-align:justify;
}
div#more h1 {
	text-align:center;
	font-size:14px;
	margin-top: 0;
	color: #fff;
	padding: .2em;
}
div#more div {
	padding-bottom: 20px;
}
div#more form {
	outline-width:thin;
	outline-style:groove;
	padding-left: .4em;
}
div#more form legend {
	font-size:14px;
	padding: .2em;
}
div#more form input {
	margin-bottom: .2em;
}
div#content {
	margin-left: 190px;
	margin-right: 200px;
	line-height: 150%;
	overflow:hidden;
}

div#content h1 {
	font-size: 2em;
	color: #036;
	margin: 0;
	padding-top: 1em;
	padding-bottom: .4em;
	font-weight: normal;
}

div#content h2 {
	font-size: 1.5em;
	color: #004b97;
	margin: 0;
	padding-top: 0.75em;
	padding-bottom: .1em;
	font-weight: normal;
}

div#content h2 a {
	text-decoration: none;
}

div#content h3 {
	font-size: 1.15em;
	color: #006ddb;
	margin: 0;
	padding-bottom: .4em;
	font-weight: normal;
}

div#content {
	text-align: justify;
}
div#content ul {
	list-style-position:inside;
}
div#content .centre {
	text-align: center;
}
div#content_ma {
	margin-left: 190px;
	margin-right: 15px;
	line-height: 150%;
}
div#content_ma h1 {
	font-size: 2em;
	color: #036;
	margin: 0;
	padding-top: .5em;
	padding-bottom: .4em;
	font-weight: normal;
}
div#content_ma h2 {
	font-size: 1.5em;
	color: #004b97;
	margin-bottom: 10px;
	padding-top: .2em;
	padding-bottom: .1em;
	font-weight: normal;
}
div#content_ma h3 {
	font-size:115%;
	color:#800000;
	margin-bottom: 1px;
	margin-left: 10px;
}
h3 + div.rollupcontent p {
	margin-left: 10px;
}
.collapsable {
    background: url("down_arrow.png") no-repeat;
    padding-left: 24px;
    background-color: #b8dedd;	
}
.collapsableopen {
    background: url("up_arrow.png") no-repeat;
    padding-left: 24px;
    background-color: #3aa99e;
}


div #mainncontent {
	width: 100%;
}
div #colleft {
/*	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	margin-top: 30px; */
	float: left;
	width: 49%;
/*	background-color: #bbb; */
}
div #colright {
	/*	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	margin-top: 30px;
*/	
	float: left;
	margin-left: 2%;
	width: 49%
/*	background-color: #bbb; */
}
div .colleftthird {
	float: left;
	width: 33%;	
}
div .colrightthird {
	float: left;
	width: 34%;
}
div #homecontainer {
	background-color: #bbb;
	width: 100%;
}

#cleardiv {
	clear: both;
	height: 1em;
}

div#footer {
	clear: both;
	padding: .5em 1em;
	border-top: 1px solid #999;
	text-align: right;
}
div#footer ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
div#footer li {
	display: inline;
	margin-right: 1em;
}
table#events td {
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-bottom-color: #000000;
}
table#events th {
	text-align: right;
	vertical-align: top;
	font-weight: bold;
	padding-left: 5px;
	padding-right: 5px;
	background-color: transparent;
	border-bottom-style: solid;
	border-bottom-width: 2px;
	border-bottom-color: #000000;
}
table#events tr:nth-child(even)  {
	background-color:#cb9852;
}
table#events tr:nth-child(odd)  {
	background-color:#e6c177;
}
/* style settings for the countdown timer
*/

.lcdstyle{ /*Example CSS to create LCD countdown look*/
background-color:black;
color:red;
font: 18px MS Sans Serif;
padding: 4px;
}
.lcdstyle sup{ /*Example CSS to create LCD countdown look*/
font-size: 120%
}

.article {
	float: left;
	width: 100%;
}

.fileholder {
	clear:both;
	display: block;
}

.playofthegame {
	background-color: #6a9bec;
	border-radius: 15px;
	padding-left: 5px;
	padding-right: 5px;
}
.highlightbig {
	color: #FF0000;
	font-size: 110%;
	font-weight: bold;
}

.highlight {
	color: #FF0000;
	font-weight: normal;
}
.formerror {
	display: block;
	color: #FF0000;
	font-weight: bold;
	font-size: smaller;
	padding-left: 3px;
}
.formtable input {
	width: 300px;
}
.notice {
	background-color: red;
	border-radius: 20px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	color: white;
}
/* The div is necessary to get the h2 to override the default setting */
div#colleft .notice h2 {
	font-style: italic;
	font-variant: small-caps;
	color: yellow;
}
div#colright .notice h2 {
	font-style: italic;
	font-variant: small-caps;
	color: yellow;
}

.signature {
	font-size: smaller;
	font-style: italic;
}
.scrollablediv {
	width: 200px;
	height: 50px;
	overflow: auto;
}
.execinfo {
}
.execinfo #left {
	width: 100px;
	float: left;
}
.execinfo #middle {
	width: 200px;
	float: left;
	padding-right: 5px;
	font-size: smaller;
}
.execinfo #right {
	width: 625px;
	float: left;
}
.executive {
	color:#ffffff;
	background-color:#036;
	font-size: 1.5em;
	margin: 0;
	padding-top: .2em;
	padding-bottom: .1em;
	font-weight: normal;
}
.sponsors td {
	vertical-align: middle;
	text-align: center;
}
.sponsors img {
	padding: 5px;
}
.standingstable table td, table th	{
	padding-right: 1em;
	padding-bottom: 0em;
	vertical-align: bottom;
}
.postmsg {
	border-style: solid;
	border-width: thick;
	padding: 5px;
	text-align: center;
	font-size: large;
	line-height: 150%;
}
.gametime {
	font-size: smaller;
}
.navicon {
	vertical-align: text-bottom;
	padding-left: 3px;
	padding-right: 3px;
}
.errormsg {
	background-color: red;
	color: white;
    margin-left: auto;
    margin-right: auto;
    width: 600px;
}
.tabletitle {
	font-size: larger;
	background-color: blue;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 2px;
	color: white;
}
.indent {
	margin-left: 20px;
}
ul.list{
  width:300px;
  margin-bottom:20px;
  overflow:hidden;
}
ul.list li{
  line-height:1.5em;
  float:left;
  display:inline;
}
#double li  { width:50%; }/* 2 col */
#triple li  { width:33.333%; } /* 3 col */
#quad li    { width:25%; } /* 4 col */
#six li     { width:16.666%; } /* 6 col */

a.icon:hover {
  position: relative;
  top: 2px;
  left: 2px;
  background-color: ;
}
#slider1 {
	margin: auto;
}
.noprint {
	display: none;
}
div.validate_success {
  padding: 20px;
  background-color: green;
  color: white;	
	
}
div.validate_error {
  padding: 20px;
  background-color: red;
  color: white;	
}
