@charset "UTF-8";
body  {
	font: 11px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
	background: #FFFFFF url(../IMAGES/red_Bground.jpg) repeat-x left 82px;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}
#container {
	width: 900px;
	margin: 0 auto;
	text-align: left;
	border-top: none;
	border-right: none;
	border-bottom: none;
	border-left: none;
} 
#header {
	height: 120px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 1px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 20px;
} 
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}

p {
	margin: 0px;
	padding: 0px;
}
.winnerText {
	font-size: 12px;
	line-height: 16px;
	color: #FFF;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-weight: normal;
}
.bodySpace {
	margin: 0px;
	padding-top: 14px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.sentenceRED {
	font-weight: bold;
	color: #990404;
}

.bookNow {
	font-size: 140%;
	color: #FFFFFF;
	text-align: right;
	margin: 0px;
	padding: 3px 0px 0px;
	font-weight: normal;
}

.bookNow a {
	color: #FFFFFF;
	text-decoration: none;
}
.winnerBox {
	width: 95%;
	/* Do rounding (native in Firefox and Safari) */
    -webkit-border-radius: 20px;
	-moz-border-radius: 7px;
	height: 40px;
	text-align: center;
	margin-top: 21px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 10px;
	background: #CB0000 url(../IMAGES/SWContact.jpg) repeat-x bottom;
}

.contactBox {
	width: 640px;
	/* Do rounding (native in Firefox and Safari) */
    -webkit-border-radius: 20px;
	-moz-border-radius: 7px;
	height: 40px;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 10px;
	background: #990404 url(../IMAGES/SWContact.jpg) repeat-x bottom;
}
.contactTextLg {
	font-size: 16px;
	color: #FFF;
	margin: 0px;
	padding-top: 7px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-weight: normal;
	line-height: 10px;
}

.contactTextSm {
	font-size: 12px;
	color: #FFF;
	margin: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	font-weight: normal;
	line-height: 14px;
}
.bookButton {
	background: #990404;
}
#leftNav {
	float: left; /* since this element is floated, a width must be given */
	width: 180px; /* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0px 0px;
	margin: 0px;
}

#leftNav ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
	font-size: 11px;
	color: #FFFFFF;
}
#leftNav li {
	border-bottom: 1px solid #FFFFFF;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	background: #999999;
}

.pageOn {
	margin: 0px;
	padding: 4px 0px 3px 15px;
	display: block;
	background: #333333 url(../IMAGES/OpenPage.gif) no-repeat right center;
}
#leftNav li  a {
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	margin: 0px;
	padding: 4px 0px 3px 15px;
}

#shaneBanner {
	margin: 0px;
	padding: 0px;
	width: 99%;
	border-top: 2px solid #CC0000;
	border-bottom: 2px solid #CC0000;
	border-right-color: #CC0000;
	border-left-color: #CC0000;
	background: url(../IMAGES/shaneBannerbg.jpg) repeat-x left top;
}

#shaneBannerMe {
	margin: 0px;
	padding: 0px;
	width: 99%;
	border-top: 2px solid #CC0000;
	border-bottom: 2px solid #CC0000;
	border-right-color: #CC0000;
	border-left-color: #CC0000;
	background: #000000;
}
#leftNav li a:hover, #mainNav li a:active, #mainNav li a:focus {
	text-decoration: none;
	background: #333333;
}
h1 {
	font-size: 16px;
	margin: 0px;
	padding: 0px;
}

h2 {
	font-size: 14px;
	margin: 0px;
	padding: 0px;
}
#mainContent {
	margin: 0 0 0 185px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 15px 20px 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 

#mainContentSWh {
	margin: 0 0 0 185px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 15px 0px 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

#mainContentGP {
	margin: 0 0 0 185px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 15px 20px 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: url(../IMAGES/GreenPolicy.jpg) no-repeat right bottom;
}

#mainContentCon {
	margin: 0 0 0 185px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 15px 20px 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: url(../IMAGES/ASBig.jpg) no-repeat right center;
}

#mainContentVen {
	margin: 0 0 0 185px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 15px 20px 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

#mainContentMD {
	margin: 0 0 0 185px; /* the left margin on this div element creates the column down the left side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0px 10px 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

#infoHpg {
	margin: 0px;
	width: 99%;
	padding: 2px 0px 0px;
	border-bottom: 2px solid #CC0000;
}

#infoAbtMe {
	margin: 0px;
	width: 99%;
	padding: 2px 0px 0px;
	border-bottom: 2px solid #CC0000;
	background: #000000;
}
#infoAbtMe  .onBlackStandout {
	color: #FFFFFF;
	line-height: 18px;
	font-size: 14px;
	padding-top: 10px;
	padding-left: 20px;
	padding-bottom: 5px;
}

#infoAbtMe img {
	margin-left: 120px;
}

#infoAbtMe .fltrt {
	margin-left: 25px;
}
#infoAbtMe  .onBlack {
	color: #FFFFFF;
	line-height: 14px;
	padding-top: 7px;
	font-size: 11px;
	padding-left: 20px;
	padding-bottom: 7px;
}
#footer {
	padding: 0;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	text-align: center;
	background: #999999 url(../IMAGES/FooterBground.gif) repeat-x top;
} 
#footerContainer {
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: left;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}
#footerLeft {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 220px;
}
#footerCentre {
	margin: 0px;
	padding: 0px 15px 0px 0px;
	float: right;
	width: 50%;
	text-align: right;
}
#footerRight {
	margin: 0px;
	float: right;
	width: 7%;
	text-align: right;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.fcTop {
	color: #FFF;
	font-size: 110%;
	margin: 0px;
	padding: 0px;
}
.fcMiddle {
	color: #003366;
	margin: 0px;
	padding: 0px;
	font-size: 185%;
}
.fcBottom {
	color: #FFF;
	font-size: 164%;
	margin: 0px;
	padding: 0px;
}
.baseAddress {
	font-size: 12px;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	line-height: 14px;
}

.baseAddressHeader {
	font-size: 20px;
	color: #003366;
	margin: 0px;
	padding: 17px 0px 4px;
	line-height: 12px;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}

.strapline {
	font-size: 150%;
	color: #999999;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	font-weight: bold;
	font-style: normal;
	letter-spacing: 2px;
}

a {
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}

img {
	margin: 0px;
	padding: 0px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 12px;
	margin-bottom: 2px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
.redHeader {
	color: #990404;
	margin: 0px;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#twoColLt {
	margin: 0px;
	width: 410px;
	padding: 2px 0px 0px;
}
.miniRedRt {
	font-size: 11px;
	color: #ED0000;
	line-height: 15px;
	padding-top: 5px;
}
#twoColRt {
	margin: 0px;
	width: 230px;
	padding: 15px 10px 0px 0px;
	float: right;
}

ol {
	font-size: 11px;
	line-height: 14px;
	color: #333333;
	margin: 0px;
	padding: 10px 0px 0px 20px;
	font-weight: bold;
}
.RedHead {
	font-size: 14px;
	color: #990404;
}

.RedStandout {
	font-size: 12px;
	color: #990404;
	font-weight: bold;
	margin: 0px;
	padding: 15px 0px 0px;
}

.RedStandoutLg {
	font-size: 14px;
	color: #990404;
	font-weight: bold;
	margin: 0px;
	padding: 15px 0px 0px;
}

.HomeStandout {
	font-size: 12px;
	color: #333333;
	font-weight: bold;
	margin: 0px;
	padding: 5px 0px 5px;
	line-height: 15px;
}

.blueLink {
	color: #003366;
	text-decoration: underline;
}

.redLink {
	color: #990404;
	text-decoration: underline;
}

#mainContent a, #mainContentGP a {
	color: #990404;
	text-decoration: underline;
}

.ASHead {
	font-size: 16px;
	color: #003366;
}

.ASHeadContact {
	font-size: 18px;
	color: #003366;
	margin: 0px;
	padding: 15px 0px 10px;
}

#mainContentGP .fltrt {
	margin: 0px;
	padding: 0px 0px 0px 30px;
}

.ASStandoutPara {
	font-size: 13px;
	color: #003366;
	line-height: 14px;
	margin: 0px;
	padding: 20px 0px 0px;
	font-weight: bold;
}
.ASStandoutParaCon {
	font-size: 14px;
	color: #003366;
	line-height: 17px;
	margin: 0px;
	padding: 5px 0px 20px;
	font-weight: bold;
}

.ASStandoutParaConClose {
	font-size: 14px;
	color: #003366;
	line-height: 10px;
	margin: 0px;
	padding: 0px 0px 20px;
	font-weight: bold;
}

.InfoText {
	font-size: 11px;
	color: #333333;
	line-height: 15px;
	margin: 0px;
	padding: 8px 0px 5px;
}

.InfoTextHvy {
	font-size: 11px;
	color: #111111;
	line-height: 15px;
	margin: 0px;
	padding: 8px 0px 0px 10px;
}

.InfoTextLgt {
	font-size: 11px;
	color: #666666;
	line-height: 15px;
	margin: 0px;
	padding: 8px 0px 0px 10px;
}

#mainContentMD .fltrt {
	padding-left: 20px;
	padding-right: 10px;
}

#mainContentMD img {
	margin: 0px;
	padding: 0px 0px 0px 10px;
}

.HomeText {
	font-size: 11px;
	color: #333333;
	line-height: 15px;
	margin: 0px;
	padding: 9px 0px 0px;
}

.InfoTextF {
	font-size: 12px;
	color: #333333;
	line-height: 15px;
	margin: 0px;
	padding: 10px 0px 10px;
	font-weight: bold;
}

.InfoTextGP {
	font-size: 10px;
	color: #333333;
	line-height: 15px;
	margin: 0px;
	padding: 2px 0px 0px;
}

.InfoTextLg {
	font-size: 12px;
	color: #333333;
	line-height: 15px;
	margin: 0px;
	padding: 8px 0px 0px;
	font-weight: bold;
}

.InfoTextLgTop {
	font-size: 12px;
	color: #333333;
	line-height: 15px;
	margin: 0px;
	padding: 20px 0px 0px;
	font-weight: bold;
}

.TCText {
	font-size: 11px;
	color: #333333;
	line-height: 13px;
	margin: 0px;
	padding: 10px 0px 0px;
}

.TCTextRed {
	font-size: 11px;
	color: #990404;
	line-height: 13px;
	margin: 0px;
	padding: 5px 0px 0px;
	font-weight: bold;
}

.TCTextF {
	font-size: 11px;
	color: #333333;
	line-height: 13px;
	margin: 0px;
	padding: 10px 0px;
}

.FAQQuestion {
	font-size: 11px;
	color: #990404;
	line-height: 13px;
	margin: 0px;
	padding: 10px 0px 5px;
	font-weight: bold;
}

.FAQAnswers {
	font-size: 11px;
	color: #333333;
	line-height: 15px;
	margin: 0px;
	padding: 5px 0px 0px;
}

.FAQAnswersF {
	font-size: 11px;
	color: #333333;
	line-height: 15px;
	margin: 0px;
	padding: 5px 0px 10px;
}

.GreenPolicyHead {
	font-size: 14px;
	color: #85BC24;
	line-height: 13px;
	margin: 0px;
	padding: 25px 0px 0px;
	font-weight: bold;
}

.GreenPolicy {
	font-size: 11px;
	color: #85BC24;
	line-height: 13px;
	margin: 0px;
	padding: 10px 0px 0px;
	font-weight: bold;
}

.VenueHeaders {
	color: #990404;
	margin: 0px;
	padding: 20px 0px 10px;
}

.VenueVenues {
	margin: 0px;
	padding: 0px 0px 0px 10px;
	font-size: 11px;
	border-bottom: 1px solid #990404;
	width: 30%;
	background: url(../IMAGES/openPageRd.gif) no-repeat right center;
}

.VenueVenuesT {
	margin: 0px;
	padding: 5px 0px 0px 10px;
	font-size: 11px;
	border-bottom: 1px solid #990404;
	width: 30%;
	background: url(../IMAGES/openPageGr.gif) no-repeat right center;
}

.VenueVenuesB {
	margin: 0px 0px 10px;
	padding: 0px 0px 0px 10px;
	font-size: 11px;
	border-bottom: 1px solid #85BC24;
	width: 30%;
	background: url(../IMAGES/openPageGr.gif) no-repeat right center;
}

.VenueTitle {
	color: #990404;
	margin: 0px;
	padding: 0px 0px 10px;
}

#mainContent .VenueVenuesT a {
	color: #333333;
	text-decoration: underline;
}

#mainContent .VenueVenues a {
	color: #333333;
	text-decoration: underline;
}

#mainContent .VenueVenuesB a {
	color: #333333;
	text-decoration: underline;
}
#mainContentVen  a  {
	text-decoration: none;
	color: #333333;
}

#mainContentVen .bookNow a {
	color: #FFFFFF;
}

.schoolInfoHeader {
	font-size: 12px;
	margin: 0px;
	padding: 2px 0px 0px 8px;
	color: #333333;
}

.underline {
	text-decoration: underline;
}

.schoolInfoHeaderL {
	font-size: 13px;
	margin: 0px;
	padding: 2px 0px 0px 8px;
	color: #333333;
	text-decoration: underline;
}

.schoolInfo {
	font-size: 13px;
	margin: 0px;
	padding: 8px 4px 8px 8px;
	color: #85BC24;
	line-height: 18px;
}

#VenueList TD {
border-bottom: solid 2px #fff;
}

.MDTitle {
	color: #85BC24;
	margin: 0px;
	padding: 10px 0px 0px 10px;
}

.MDHead {
	font-size: 14px;
	color: #85BC24;
	line-height: 13px;
	margin: 0px;
	padding: 20px 0px 0px 10px;
	font-weight: bold;
}

#footerRight img, #footerRight a {
	text-decoration: none;
	border-style: none;
	color: #FFFFFF;
}

.bookBox a {
	text-decoration: none;
	border-style: none;
}

.bookBox img {
	text-decoration: none;
	border-style: none;
}

.greenBorder {
	border: 2px solid #009933;
}

#twoColLt img {
	margin-right: 10px;
	margin-bottom: 5px;
}

#header a, #header img {
	border-width: 0px;
	border-style: none;
	margin: 0px;
	padding: 0px;
}

.MDVisitHP {
	font-size: 16px;
	color: #666666;
	padding-bottom: 10px;
	font-weight: lighter;
}

.Red {
	color: #990404;
}

#hpBase {
	width: 100%;
	padding-top: 4px;
}
.bookBox {
	/* Do rounding (native in Firefox and Safari) */
    -webkit-border-radius: 20px;
	margin: 12px 0px 0px;
	padding: 0px;
	float: right;