﻿body, table
{
	background: #1D378A; /* #4060A5;*/
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font-family: Trebuchet MS, Helvetica, Arial, Sans-Serif;
	font-size: 14px;
	color: #000000;
	line-height: 20px;
	text-align: justify;
}

/* lists */
ul
{
	margin: 10px 0 10px 20px;
	padding: 0 0 0 0;
}

table { margin-bottom: 15px; }

/* tables */
td { margin-bottom: 15px; vertical-align: top; background-color: #ffffff; padding: 5px 5px 5px 5px; }

/* headings */
h1, .Heading1
{
	font-size: 18px;
	font-family: Arial, Sans-Serif;
	color: #506bc4;
	margin: 0 0 10px 0;
	padding : 0 0 0 0;
	font-weight: normal;
}

h2,h3,h4, .Heading2, .Heading3, .Heading4
{
	font-family: Arial, Sans-Serif;
	/*color: #000000;*/
	color: #506bc4;
	margin: 10px 0 7px 0;
	padding : 0 0 0 0;
	font-weight: normal;
}

h2, .Heading2 { font-size: 16px; }
h3, .Heading3 { font-size: 14px; }
h4, .Heading4 { font-size: 12px; }

/* Paragraphs */
p, .Para
{
	margin: 0 0 10px 0;
	padding: 0 0 0 0;
}

/* Hyperlinks */
a
{
	text-decoration: none;
	color: #BC1C28;
}

a:hover
{
	color: #1D378A;
}

/* lists */
ul
{
	list-style-type: none;
	margin: 0;
	padding: 0;
	line-height: 20px;
	border: 0;
	outline: 0;
}

li 
{
	background-image: url(Graphics/tick.png);
	background-repeat: no-repeat;
	background-position: 0 0.2em;
	margin: 2px 10px 0 10px;
	padding-left: 25px;
	line-height: 20px;
	border: 0;
	outline: 0;
}	
			
/* simple classes */
.NoBorder { border: none; }

.ClearBoth { clear: both; }

.ExtraLargeText { font-size: 16px; }
.BigText { font-size: 14px; }
.HugeText { font-size: 30px; line-height: 30px; }
.NormalText { font-size: 12px; }
.SmallText { font-size: 10px; }		

.Central { text-align: center; }

.PicLeft { float:left; padding: 0 10px 0 0; border: none; }
.PicRight { float:right; padding: 0 0 0 10px; border: none; }

.ErrorLabel, .Highlight { color: #ff0000; font-weight: bold; }
.Tip { color: #00498d; font-size: 11px; font-weight: bold; }

.Spacing20 { width: 100%; height: 20px; }
.Spacing { width: 100%; height: 10px; }
.Spacing5 { width: 100%; height: 5px; }
.Spacing2 { width: 100%; height: 2px; }
.Spacing8 { width: 100%; height: 8px; }

.hidden { display: none; }
.unhidden { display: block; }

.Bold { font-weight: bold; }

.Overflow { overflow: auto; }

.ThreeCol { float:left; width: 33%; }

/* Standard warnings */
.InfoMsg 
{	
	background: #7CC631 url(Graphics/info1.gif) no-repeat;
 	padding: 8px 10px 8px 40px;
	min-height: 40px;
	color: #000000;
	font-style: italic;
}

.ErrorMsg
{	background: #7CC631 url(Graphics/error.gif) no-repeat;
 	padding: 8px 10px 8px 40px;
	min-height: 40px;
	color: #000000;
	font-style: italic;
}

.WarningMsg
{
	background: #7CC631 url(Graphics/warning.gif) no-repeat;
 	padding: 8px 10px 8px 40px;
	min-height: 40px;
	color: #000000;
	font-style: italic;
}

/* top section */
.Wrapper
{
	width: 900px;
	margin: 0 auto 0 auto;
}
	
#Tops
{
	width: 100%;
	background: #ffffff;
	height: 50px;
}

#Logo
{
	width: 120px;
	height: 132px;
	background: transparent url(Graphics/logo-small.png) no-repeat;
	float: left;
	position: relative;
	top: 20px;
	left: 10px;
	z-index: 5000;
}

#Social
{
	float: right;
	width: 180px;
	height: 30px;
	padding-top: 10px;
	text-align: right;
}	

#Roster
{
	float: right;
	background: transparent url(Graphics/pdf.gif) no-repeat scroll center left;
	height: 40px;
	width: 100px;
	padding-left: 25px;
	line-height: 40px;
}
	

/* navigator */
#Navigator
{
	background-color: Transparent;
	margin: 0 auto 0 auto;
	width: 750px;
	padding-left: 150px;
	height: 30px;
	line-height: 30px;
	font-size: 16px;
}

#Navigator a
{
	display: block;
	float: left;
	color: #ffffff;
	height: 30px;
	line-height: 30px;
	text-transform: lowercase;
	padding: 0 20px 0 20px;
}

#Navigator a:hover
{
	background-color: #6f83c4;
	/*color: #9DDE5E;*/
}
	
/* hero pic and text */
#Hero
{
	width: 860px;
	margin: 0 auto 0 auto;
	padding: 20px 20px 20px 20px;
	background-color: #BC1C28;
	height: 300px;
	position: relative;
}	

.HeroPic
{
	float: left;
	width: 480px;
	height: 300px;
	position: absolute;
	top: 20px;
	left: 20px;
}

.HeroText
{
	float: right;
	width: 360px;		
	height: 220px;
	padding-top: 80px;
}

.HeroText blockquote
{
	background: transparent url(Graphics/quote-open.png) no-repeat scroll top left;
	margin: 0 0 0 0;
	padding: 5px 0 30px 0;
}

.HeroText blockquote div
{
	background: transparent url(Graphics/quote-close.png) no-repeat scroll bottom right;
	padding: 0 30px;
	margin: 0 0 0 0;
	text-align: center;
	font-size: 20px;
	color: #ffffff;
}

.HeroText span
{
	color: #dcdcdc;
	font-size: 14px;
	font-style: italic;
	display: block;
	width: 350px;
	text-align: right;
	padding-right: 10px;
}
			
/* standard button */
.Btn
{
	border: none;
	width: 150px;
	height: 40px;
	color: #000000;
	display:block;
	line-height: 35px;
	font-size: 18px;
	text-align: center;
	background: #EDD960 url(Graphics/button.png) no-repeat;
}		

/* paypal donation */
.DonateMe
{
	margin: 0 0 0 0;
	padding: 5px 0 5px 0;
	text-align: center;
}
	
.Donate
{
	border: none;
	width: 126px;
	height: 74px;
	color: #000000;
	display:block;
	line-height: 74px;
	font-size: 18px;
	text-align: center;
	background: #808080 url(Graphics/paypal-donate.gif) no-repeat;
	margin: 0 auto 0 auto;
}		


/* content section */
#ContentHolder { clear: both; width: 100%; background-color: #6f83c4;}

#Content
{
	width: 880px;
	margin: 0 auto 0 auto;
	color: #808080;
	background-color: #ffffff;
	padding: 10px 10px 10px 10px;
}

/* home page */
.LeftBar
{
	float: left;
	width: 480px;
}

.RightBar
{
	float: right;
	width: 390px;
}
	
/* events list */
.List
{
	width: 390px;
	background: #ececec;
	margin-bottom: 5px;
	font-size: 12px;
}

.List h2
{
	background-color: #dcdcdc;
	text-align: center;
	width: 100%;
	margin: 0 0 0 0;
	padding: 10px 0 10px 0;
}

.List p
{
	margin-left: 10px;
	margin-right: 10px;
}

.Event
{
	width: 96%;
	padding-left: 2%;
	padding-right: 2%;
	padding-top: 5px;
	height: 20px;
}

.EventDate
{
	float: left;
	width: 20%;
	color: #808080;
	height: 20px;
}

.EventText
{
	float: right;
	width: 78%;
	height: 20px;
}		

a.Evt1 { color: #BC1C28; }
a.Evt2 { color: #506bc4; }
a.Evt3 { color: #1a327f; }
a.Evt4 { color: #a61b1b; }
a.Evt5 { color: #99cc00; }
a.Evt6 { color: #0099cc; }

/* contact */
#ContactForm
{
	width: 40%;
	float:left;
}

#ContactMap
{
	float: right;
	width: 40%;
	padding-left: 5%;
	border-left: solid 1px #dcdcdc;
	font-size: 14px;
}	

/* footer */
#Footer
{
	clear: both;
	background: #506bc4;
	color: #c0c0c0;
	padding: 20px 0 0 0;
}

.FooterPanel
{
	width: 900px;
	margin: 0 auto 0 auto;
}
	
#Footer a {color: #ffffff; }
#Footer a:hover { color: #1D378A; }

#Footer h2 { color: #dcdcdc; }	

.flinks { float: left; width: 65%; }
.fcopy { float: right; text-align: right; width: 30%; }

/* events calendar */
.Calendar
{
	border: solid 1px #dcdcdc;
	width: 875px;
	background-color: #dcdcdc;
}
	
.CalendarRow, .CalendarHeadingRow
{
	line-height: 17px;
	min-height: 105px;
	width: 100%;
	margin-bottom: 1px;
}
.CalendarHeadingRow { min-height: 30px; height: 30px; }
.CalendarRow h4 { margin: 0 0 0 0; }

.CalendarSquare, .CalendarHeading
{
	width: 123px;
	min-height: 105px;
	float:left;
	text-align: center;
	margin-right: 1px;
	margin-bottom: 1px;
	background-color: #c0c0c0;
	font-size: 11px;
}

.CalendarHeading
{
	background-color: #74c7e3; /* #808080; #5e3547;*/
	color: #ffffff;
	height: 30px;
	line-height: 30px;
	min-height: 30px;
}

.Booked { background-color: #ffffff; }
.Available { background-color: #ececec; }
.Empty { background-color: #dbdbdb; /*#B8B8B8;*/ }
.Today { background-color: #FFF799; }

.CalendarSquare h4 
{
	background-color: #4d4d4d;
	color: #ffffff;
	margin-bottom: 2px;
}

a.Evt1 { color: #BC1C28; }
a.Evt2 { color: #506bc4; }
a.Evt3 { color: #1a327f; }
a.Evt4 { color: #a61b1b; }
a.Evt5 { color: #99cc00; }
a.Evt6 { color: #0099cc; }

/* events calendar key */
.Key1, .Key2, .Key3, .Key4, .Key5, .Key6 { line-height: 20px; height: 20px; padding: 5px 10px 5px 10px; margin-right: 5px; color: #ffffff; float: left; }

.Key1 { background-color: #BC1C28; }
.Key2 { background-color: #506bc4; }
.Key3 { background-color: #1a327f; }
.Key4 { background-color: #a61b1b; }
.Key5 { background-color: #99cc00; }
.Key6 { background-color: #0099cc; }

.Mth { width: 25%; float: left; }
.Key { width: 74%; float: right; }

/* ajax loader */
/* ajax loader */
.AjaxLoader
{
	position: fixed;
	top: 0;
	left: 0;
	background: transparent url(Graphics/overlay.png) repeat;
	width: 100%;
	height: 100%;
}

.AjaxLoader div
{
	position: relative;
	top: 35%;
	left: 35%;
	width: 35%;
	height: 20%;
	padding-top: 5%;
	background-color: #ffffff;
	color: #000000;
	text-align: center;
}

#EntryForm h2
{
	background-color: #506bc4;
	color: #ffffff;
	padding: 2px 5px 2px 5px;
}	

.TwoCol
{ float: left; width: 49%; }

/* grids */
.Grid { width: 100%; font-size: 12px; }

.GridRow { background-color: #ffffff; color: #000000; border-bottom: solid 1px #808080; vertical-align:text-top; }

.GridAlternateRow { background-color: #dcdcdc; color: #000000;  border-bottom: solid 1px #808080; vertical-align: text-top; }

.GridHeading { background-color: #BC1C28; color: #ffffff; font-weight: normal; }

/* Disclaimer */
.Disclaimer
{
	font-weight: bold;
	color: #000000;
}

/* standard pic and text columns */
.TextCol
{
	float: left;
	width: 550px;
}

.PicCol
{
	float: right;
	background-color: #ececec;
	padding: 5px 5px 0 5px;
	width: 300px;
	font-size: 12px;
	color: #000000;
}

.PicCol img
{
	width: 300px;
	padding-bottom: 5px;
	border: none;
}			

.FullText { width: 100%; }

/* sponsors */
.Sponsor
{
	width: 100%;
	clear:both;
	padding-bottom: 5px;
	border-bottom: solid 1px #dcdcdc;
	padding-top: 10px;
}
	
