@charset "utf-8";

@import url("/_css/960/reset.css");
@import url("/_css/960/960.css");

/* CSS Document */
	
		/* Headings H1-H6 */
	
		h1 { font-size:1.5em; margin:.5em 0 1em 0; color:#8A8889; font-weight:normal; }
		h2 { font-size:1.6em; margin:0 0 .1em 0; color:#8DA58D; font-weight:bold; }
		h3 { font-size:1.5em; margin:1em 0; }
		h4 { font-size:1em; margin:1em 0; }
		h5 { font-size:1em; margin:1em 0; }
		h6 { font-size:1em; margin:1em 0; }
		
		/* Paragraph and Link Styles */
		
		p, ul, ol, dl, table {
			line-height:1.6em;
			font-size:1.1em;
			margin:0 0 1em 0;
			}
		ul, ol {
			margin:0 0 1.25em 2.5em;
			}
			
		a,
		a:link{
			color:#647911;
			text-decoration:none;
			}
		a:visited {
			color:#7E9A15;
			text-decoration:none;
			}
		a:hover {
			color:#333333;
			text-decoration:none;
			}
	
		/* Forms */
		
		form {
			display:inline;
			margin:0 0 1.25em 0;
			color:#313131;
			}
			form h3 {
				clear:left;
				margin:10px 0;
				}
			form dl {
				clear:left;
				}
				form dl dt {
					float:left;
					display:block;
					width:200px;
					clear:left;
					margin:0 15px 0 0;
					text-align:right;
					font-weight:bold;
					}
				form dl dd {
					float:left;
					display:block;
					width:300px;
					margin:0;
					}
					form dl dd input.text {
						width:200px;
						}
						
				form#login-form dl{ width:400px; }
				form#login-form dl dt { width:150px; }
				form#login-form dl dd { width:200px; }
		 
		 
			form#event-booking dl {
				clear:left;
				}
				form#event-booking dl dt {
					float:left;
					display:block;
					width:100px;
					clear:left;
					margin:0 15px 0 0;
					text-align:right;
					font-weight:bold;
					}
				form#event-booking dl dd {
					float:left;
					display:block;
					width:400px;
					margin:0;
					}
					form#event-booking dl dd input.text { width:300px; }
		input, select, textarea {
			font-size:1em;
			margin:0 0 .5em 0;
			color:#313131;
			padding:2px;
			}
			select option {
				padding:0 0 1px 0;
				}
		 
		textarea {
			font-family:Verdana, Arial, Helvetica, sans-serif;
			line-height:1.25;
			width:100%;
			}
		 
		label {
			cursor:pointer;
			}
		
		/* Tables */
		
		table {
			border:0;
			}
			 
		table tr td {
			padding:2px;
			}
		table.table-style td.col1 {
			background-color:#FFFFFF;
			}
		table.table-style td.col0 {
			background-color:#666666;
			}
	/* */
	
	table p {
		font-size:1em;
		}
	/* Global Classes */
 
 	.hidden { display:none; }
	
	.clear { clear:both; height:0; line-height:0; }
	.clear-left { clear:left; }
	.clear-right { clear:right; }
	.clear20 { clear:both; height:20px; line-height:0; }
	.clearfix:after {
		content:".";
		display:block;
		clear:both;
		visibility:hidden;
		line-height:0;
		height:0;
		}
		.clearfix { display:inline-block; }
		html[xmlns] .clearfix { display:block; }
		* html .clearfix { height:1%; }

	.float-left { float:left; }
	.float-right { float:right; }
	 
	.text-left { text-align:left; }
	.text-right { text-align:right; }
	.text-center { text-align:center; }
	.text-justify { text-align:justify; }
	
	.bold { font-weight:bold; }
	.italic { font-style:italic; }
	.underline { border-bottom:1px solid; }
	.highlight { background:#ffc; }
	
	.green { color:#8DA58D; }
	
	.imgButton { display:block; margin-top:10px; margin-bottom:10px;}
	.imgButton img { margin-top:3px; float:left; margin-right:4px; }
	
	.imgButtonEvent { display:block; margin-bottom:10px; margin-left:200px;}
	.imgButtonEvent img { margin-top:3px; float:left; margin-right:4px; }
	/* Page Styles */
	
		#container {
			overflow: hidden;
			margin:20px auto;
			}
		.container_12 {
			background-color:#F9F9F9;
			}

/* Header Styles */

	#header{
		padding:10px 0;
		clear:right;
		}
		#headerImage {
			height:266px;
			}
		#stopPressBack {
			position:absolute;
			padding:15px 15px 15px 15px;
			width:255px;
			height:auto;
			margin:15px;
			z-index:999;
			background-color:#FFFFFF;
			}
			#stopPressBack p { color:#000000; }
			#stopPressBack h3 {  margin-top:0; }
		#stopPress {
			position:absolute;
			padding:15px 15px 15px 15px;
			margin:15px;
			width:255px;
			z-index:1000;
			}
			#stopPress h3,
			#stopPressBack h3 {
				color:#567468;
				}
			/*#stopPress img {
				float:left;
				}*/
		/*#stopPressBack h3 span,
		#stopPressBack p span,
		#stopPressBack p.back,*/
		#stopPress h3,
		#stopPress p { padding:5px; margin:0; }
		
		#gallery {}
		#gallery img { 
			z-index:1; 
			position:absolute; 
			}
			
	#mainNav ul {
		background:#424242 url(/_media/layout/garadiants/2_BLACK_gradient_topnav.jpg) left bottom repeat-x;
		line-height:2.5em;
		min-height:30px;
		font-size:.8em;
		font-weight:bold;
		margin:0 ;
		padding:0 8px;
		}		
		#mainNav ul li {
			list-style:none;
			display:inline;
			color:#FFFFFF;
			margin:0 7px 0 0;
			}
			#mainNav ul li a {
				color:#FFFFFF;
				text-decoration:none;
				}
				#mainNav ul li a:hover {
					color:#E8E9E8;
					text-decoration:none;
					}

/* Content Area Styles */
	.bigEvent_1{
		display:inline;float:left;width:110px;
		}
	.bigEvent_2{
		display:inline;float:left;width:190px;
		}
	.homePanels{
		border:solid #CCCCCC 1px;
		background-color:#ffffff;
		}
		.homePanels h2{
			background:#647F75 url(/_media/layout/garadiants/dark_green_small.gif) repeat-x;
			color:#FFFFFF;
			padding:0 10px;
			font-size:1.2em;
			line-height:2em;
			min-height:30px;
			}

	.homePanelMiddle{
		width:336px;
		float:left;
		border:#CCCCCC 1px solid; 
		border-top:none;
		border-bottom:none;
		}				
			
		#sponsorImages {
			text-align:center;
			padding:20px 10px;
			}
			#sponsorImages img {
				margin:5px 0;
				}

	.box { 
		border:1px solid #E4E3E3; 
		margin-bottom:20px;
		background-color:#FFFFFF;
		}
		.box p{ 
			/*margin:10px;*/
			}
	.homePanels .box {
		border:solid #999999 1px;
		}
		.box h2 {
			background:#ACC258 url(/_media/layout/garadiants/light_green_small.gif) left bottom repeat-x;
			color:#FFFFFF;
			padding:2px 10px 0 10px;
			font-size:1.2em;
			line-height:2em;
			min-height:30px;
			margin:0;
			}
		.gray h2 {
			background:#ACC258 url(/_media/layout/garadiants/light_gray_small.gif) left bottom repeat-x !important;
			color:#FFFFFF;
			padding:0 10px;
			font-size:1.2em;
			line-height:2em;
			min-height:30px;
			}
		.box.black h2 {
			background:#333333 url(/_media/layout/garadiants/2_BLACK_gradient_topnav.jpg) left bottom repeat-x;
			}
			
		.box h2 a { color:#FFFFFF; }
	.subGradientBox {
		/*height:109px;*/
		background:#ADC358 url(/_media/layout/garadiants/light_green_large.gif) repeat-x;
		color:#FFFFFF;
		}
		.subGradientBox a {
			color:#FFFFFF;
			}
		.subGradientBox h3{
			margin-left:110px;
			padding-top:10px;
			margin-bottom:3px;
			}
		.subGradientBox p {
			margin-left:110px;
			}
		.subGradientBox img {
			float:left;
			}
		
	#mainContent p {
		padding: 10px;
		margin-bottom:20px;
		}
	#mainContent img {
		margin: 0 10px;
		}

	#mainNav{
		font-size:1.5em;
		}
		#mainNav ul li{
			list-style:none;
			text-align:right;
			}

	 ul#subNav {
		list-style:none;
		margin:0;
		padding:0;
		font-size:1.3em;
		font-weight:bold;
		}
		 ul#subNav li {
			display:block;
			padding:7px 10px 7px 20px;
			}
			ul#subNav li a { 
				color:#333333;
				}
			ul#subNav li.selected {
				background-color:#93a445;
				}
			ul#subNav li.selected a {
				color:#FFFFFF;
				}
		
		#subNav ul li a{
			line-height:1.5em;
			color: #808285;
			}
			
/* CMS Page Styles*/

	.pageContent #mainArticle  p {
		/*margin-left:235px; */
		margin-right:15px;
		}	
	.pageContent #mainArticle,
	.pageContent #subArticles {
		padding:15px;
		}	
	.pageContent #subArticles .grid_3 {
		width:180px;
		}	
	.pageContent hr {
		border:none;
		border-width:1px 0 0 0;
		border-top:1px solid #E4E3E3;
		margin:10px 15px; 
		height:1px !important;
		}
	.pageContent .content {
		padding:15px;
		}
			
/* Home page events */
	.bigButton{padding:2px 30px; margin:auto 20px; font-size:1.5em; font-weight:bold;}
	.event { padding:10px 5px; }
	.event.row1 {
		background-color:#FFFFFF;
		}
	.event.row0 {
		background-color:#F1F2F2;
		}
		.event p {
			margin-bottom:0;
			}
		.event h3 {
			margin-top:0;
			}
	
	.eventLabel{
		width: 120px;
		display:block;
		}
	
	.futureEvents {
		border-bottom:1px solid #DFDFDF;
		margin:10px;
		}
		.futureEvents img {
			float:left;
			}
		.futureEvents p {
			margin-left:70px;
			margin-top:0;
			}
			
	.futureEventsSide {
		border-bottom:1px solid #DFDFDF;
		margin:10px;
		}
		.futureEventsSide img {
			float:left;
			}
		.futureEventsSide p {
			/*margin-left:70px;*/
			margin-top:0;
			}

	#map {
		width:277px;
		height:190px;
		margin:10px;
		}		
		.map p { margin:10px; }
	/* Forms */
	
	.user-form label {
		display:block;
		width:150px;
		float:left;
		}
	.user-form input, textarea {
		width:300px;
		float:left;
		}
	/*.user-form select {
		width:200px;
		float:left;
		}*/
	.user-form input.checkbox, .user-form input.button {
		width:auto;
		}
		.user-form h1, .user-form h2 { clear:both; } 

		.arrow_floats {
			position:relative;
			float:left;
			top:6px;
			left:30px;
			}

	.event-details {
		float:left;
		}
		
		dl.event-details dt {
			font-weight:bold;
			float:left;
			display:block;
			width:70px;
			}
			.event-details dd {
			width:250px;
			}
		
		table.event-basket tbody tr td {
			border-top:1px solid #F4F4F4;
			padding:10px;
			}
			table.event-basket tbody tr td img {
				margin-right:10px;
				}
				
/* User Account */

		.user-details dt {
			font-weight:bold;
			float:left;
			display:block;
			width:100px;
			clear:left;
			}
			.user-details dd {
				width:200px;
				margin-left:100px;
			}
		
		table#basket thead {background:#ACC258 url(/_media/layout/garadiants/light_green_small.gif) left bottom repeat-x; height:30px; color:#FFFFFF;}
		table#basket thead th, table#basket tbody td {padding:5px 10px;}
		table#basket tbody tr td { border-bottom:1px solid #E4E3E3;}
/* Footer Styles */

	#footer {
		/*border-top:1px solid #DEDEDE;
		background-color:#ffffff;*/
		margin:15px 10px 0 10px;
		}
		#footer .logos {	
			margin:0 0 10px 0;
			}
			#footer .logos img {	
				float:left;
				margin:0 25px 0 0;
				}				
				
/* IE6 Fixes */

* html .subGradientBox a { color:#FFFFFF !important; }
* html .subGradientBox h3, *+html .subGradientBox h3 { margin-top:0 !important; padding-top:5px !important; }
* html img.arrow_floats { margin-top:-6px !important; }

* html img,
* html .png{
	position:relative;
	behavior: expression((this.runtimeStyle.behavior="none")&&(this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",
	this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
	this.src = "transparent.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
	this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')",
	this.runtimeStyle.backgroundImage = "none")),this.pngSet=true)
	);
}