﻿body, table
{
	background: #ffffff;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font-family: Helvetica, Arial, Sans-Serif;
	font-size: 12px;
	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: Georgia, Arial, Sans-Serif;
	color: #014711;
	margin: 0 0 10px 0;
	padding : 0 0 0 0;
	font-weight: normal;
}

h2,h3,h4, .Heading2, .Heading3, .Heading4
{
	font-family: Georgia, Arial, Sans-Serif;
	/*color: #000000;*/
	color: #014711;
	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: #8CC63E;  
}

a:hover
{
	color: #586BB7; /*#014711;*/
}

/* 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;
}	

/* quotes */
blockquote
{ 
	background: transparent url(Graphics/quote-open.png) no-repeat scroll top left; 
	padding-top: 10px;
	margin: 20px 20px 20px 30px;
}

blockquote div
{
	background: transparent url(Graphics/quote-close.png) no-repeat scroll bottom right;
	padding: 0 50px;
}
			
/* 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 , .ErrorMsg, .WarningMsg
{	
	background: #092500 url(Graphics/info1.gif) no-repeat;
 	padding: 8px 10px 8px 40px;
	min-height: 40px;
	color: #ececec;
	font-style: italic;
	border: solid 1px #dcdcdc;
}

.ErrorMsg
{	
	background: #092500 url(Graphics/error.gif) no-repeat;
}

.WarningMsg
{
	background: #092500 url(Graphics/warning.gif) no-repeat;
}

/* top section */
.Wrapper
{
	width: 900px;
	margin: 0 auto 0 auto;
}
	
#Logo
{
	width: 570px;
	height: 61px;
	background: transparent url(Graphics/logo-text.png) no-repeat scroll center center;
	float: left;
}

#Social
{
	float: right;
	width: 180px;
	height: 30px;
	padding-top: 30px;
	text-align: right;
}	

/* navigator */
#Navigator
{
	width: 100%;
	background-color: #50632C; /*#8CC63E;*/
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	border-bottom: solid 5px #014711;
}

#Navigator a
{
	display: block;
	float: left;
	color: #ffffff;
	height: 30px;
	margin: 0 31px 0 32px;
	border-bottom: solid 5px #014711;
	padding: 0 20px 0 20px;
}

#Navigator a:hover
{
	border-bottom: solid 5px #ffffff;
	background-color: #014711;
}
	
/* hero pic and text */
.HeroLine
{
	width: 100%;
	background-color: #E7ECD6;
	height: 320px;
	border-bottom: solid 1px #D1DCC0;
}	
	
.Hero
{
	width: 900px;
	margin: 0 auto 0 auto;
	padding: 10px 0 10px 0;
	background-color: #E7ECD6;
	height: 300px;
	position: relative;
}	

.HeroPic
{
	float: left;
	width: 500px;
	height: 300px;
}

.HeroText
{
	float: right;
	width: 370px;		
	height: 285px;
	background: #D1DCC0;
	padding: 5px 10px 10px 10px;
	font-size: 30px;
	font-weight: bold;
	color: #808080;
	line-height: 35px;
	text-align: center;
}

/* standard button */
.Btn
{
	border: none;
	width: 120px;
	height: 40px;
	color: #ffffff;
	display:block;
	line-height: 35px;
	font-size: 14px;
	text-align: center;
	background: #ffffff url(Graphics/btn.png) no-repeat;
}		

/* content section */
#ContentHolder { clear: both; width: 100%; background-color: #ffffff; padding: 20px 0 20px 0; }

#Content
{
	width: 900px;
	margin: 0 auto 0 auto;
	color: #202020;
	background-color: #ffffff;
}

/* 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: #082200 url(Graphics/ftbg.gif) repeat-x;
	color: #000000;
	height: 322px;
	padding-top: 10px;
}

.FooterPanel
{
	width: 900px;
	margin: 0 auto 0 auto;
	background: transparent; /* url(Graphics/ftlogo.gif) no-repeat scroll bottom right;*/
	height: 287px;
	padding-top: 35px;
	font-size: 12px;
}
	
.flinks { float: left; width: 75%; }
.fcopy { padding-top: 40px; height: 20px; color: #ffffff; }
.fcopyright { float: left; height: 20px; }
.fcredits { float: right; height: 20px; text-align: right; }


/* 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 */
.AjaxLoader
{
	background-color: #ffffff;
	padding: 50px 50px 50px 50px;
	text-align: center;
	font-style: italic;
	border: solid 1px #BC1C28;
	position: fixed;
	top: 40%;
	left: 38%;
}

#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%; }


/* services */
.SvcCol1
{
	width: 399px;
	float: left;
	padding-right: 10px;
}

.SvcCol2
{
	width: 420px;
	padding-left: 30px;
	float: right;
	border-left: solid 1px #c0c0c0;
}
