/* Total Events */
/* style.css */
/* Created Jan 9, 2009 */
/* ---------------------------------------
              General
--------------------------------------- */

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, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
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-size: 100%;
    background: transparent no-repeat;
}

body {line-height: 1; color: black; background: white;}
a img {border:none;}
ins {text-decoration: none;}
del {text-decoration: line-through;}
a name:hover {text-decoration: none;} 
 


/* tables still need 'cellspacing="0"' in the markup */
table {border-collapse: collapse; border-spacing: 0;}

.leftcontent {float: left; margin-right: 1em;}
.rightcontent {
	float: right;
	margin-left: 2em;
	margin-right: 2.5em;
}
.rightimage {float: right; margin-right: -1.5em; margin-top: -1.1em;}

.left {float: left; margin-right: 1em;}
.right {float: right; margin-left: 0.5em;}
.small {font-size: smaller; line-height: 1.5em;}
.large {font-size: larger; line-height: 1.5em;}
.hide {display: none;}

li ul, li ol { margin:0 1.5em; }
ul, ol { margin: 0 1.5em 1.5em 2em; }

ul { list-style-type: disc; }
ol { list-style-type: decimal; }

blockquote { margin: 1.5em; color: #666; font-style: italic; }
strong { font-weight: bold; }
em, dfn { font-style: italic; }
dfn { font-weight: bold; }
sup, sub { line-height: 0; }
p {margin: 0 1.5em 1.5em 0;}

label { font-weight: bold; }
fieldset { padding:1.4em; margin: 0 0 1.5em 0; border: 1px solid #ccc; }
legend { font-weight: bold; font-size:1.2em; }

.green {color: #008000}

/* Structure and Layout
--------------------------------------- */
html {overflow-y: scroll;}

body {
	text-align: center;
	background: #173A12;
	color: #000000;
	font-family: verdana, Arial, helvetica, sans-serif;
	font-size: 75%;
	line-height: 1.5em;	
	}

/* ----- this is the repeating white bit on all except home page ----- */
#frame {background: #173A12 url('../images/siteFrame_bg_oneCol.gif') repeat-y center top;
} 

/* ----- home page background colour ----- */
*.home #frame {background: #173A12;}

/* ----- aligns header_bg_oneCol.jpg & header_bg_home.jpg ----- */
*#wrapper {background: url('../images/header_bg.jpg') no-repeat center top; /*--???????------------------*/
} 

/* ----- white rounded rectangle image for  all pages except the home page ----- */
.oneCol #wrapper {background-image: url('../images/siteHeader_bg_oneColUSP.PNG');
} 

/* ----- semi-transparent rounded rectangle image on home page ----- */
.home #wrapper {background-image: url('../images/siteHeader_bg_home.jpg');
}

	
.contents {
	text-align: left;
	margin: 0 auto;
	width: 856px;
	padding: 0 52px;
}

#header {
    padding: 24px 0 0 0;
    height: auto !important;
    height: 126px;
    min-height: 126px;
    position: relative;
    top: 0px;
    left: -1px;
}

#container {
	float: left;
	display: inline;
	width: 482px;
	margin-left: 48px;
}

.oneCol #container {
	width: 776px;
}

.home #container {	
	width: 886px;	
	margin-left: 0px;
	}

#mainCol {
	padding: 2em 0;
	color: #000000;
}

.home #mainCol {
	float: left;	
	display: inline;
	width: 260px;
	padding: 0em 15px 1em 20px;
	color: #05A300;
	}	

#footer {
	clear: both;
	color: #05A300;
	padding: 2.5em 0;
	background: url('../images/footer_bg.gif') no-repeat center top;
}

#footer .contents {
	text-align: center;
	font-size: 75%;
	}

.oneCol #footer {background-image: url('../images/siteFooter_bg_oneCol.gif'); }


.home #footer {background: none;}


/* Links
--------------------------------------- */

a, a:link, a:visited {
	color: #05A300;
	text-decoration: none;
	font-weight: bold;
	}

a:hover, a:active {
	color: #05A300;
	text-decoration: underline;
	}
	
.home a {
    color: #C2FFBF;
}

.home a:hover, .home a:active {
	color: #FFF;
	text-decoration: none;
	}

/* Navigation
--------------------------------------- */

.nav {margin: 0; padding: 0;}
.nav li {display: inline; list-style: none;}

#header .nav {
	position: absolute;
	top: 45px;
	right: 0;
}

#header .nav a {
	font-size: 1.333em;
	font-weight: bold;
	text-decoration: none;
	color: #FFF;
	line-height: 32px;
	height: 33px;
	float: left;
	text-align: center;
	margin-right: 0.75em;
}

#header .nav a.home {
	background: url('../images/nav_home.png');/*-------------------------------------------------*/
	width: 144px;
	opacity: 0.75;
}

#header .nav a.about {
    background: url('../images/siteNav_about.png');
    width: 144px;
    opacity: 0.75;
}

#header .nav a.contact {
	background: url('../images/siteNav_contact.png');
	width: 144px;
    opacity: 0.75;
}



/* Headers
--------------------------------------- */

h1 {
	font-size: 2.5em;
	line-height: 1em;
	margin: 1.111em 0 .3em;
	color: #0BA304;
	}


.home #h1, .home h2, .home h3, .home h4, .home h5, .home h6 {
	font-size: 1.41667em !important;
	color: #FFFFFF !important;
	font-weight: bold !important;
	margin: 0.5em -1em 1em 0;
	padding: 0;
	line-height: 1.1764em;
    width: 243px;
}

/* Content
--------------------------------------- */

#header h1 {
	margin: 0 0 0 -12px;
	background: url('../images/siteTE_logo.png');
	width: 308px;
	text-indent: -9999em;
}

#header h1 a {
	height: 111px;
	display: block;
	text-decoration: none;
}

.oneCol #h1, .oneCol h2, .oneCol h3, .oneCol h4, .oneCol h5, .oneCol h6 {
    font-size: 1.41667em !important;
    color: #000000;
    font-weight: bold !important;
    margin: 0.5em -1em 1em 1em !important;
    padding: 0;
    line-height: 1.1764em;
}

.oneCol p {
	margin-top: 0;
	margin-right: 4em;
	margin-bottom: 1.5em;
	margin-left: 1.5em;
}

.home #slideshow {
	height: auto !important;
	height: 332px;
	min-height: 332px;
}

.home #mainCol p {clear: both;}

.home h2 img {vertical-align: text-top;}


.bordered {border: 1px solid #CCC;}



/* Slideshow
--------------------------------------- */

#mySlides {
	overflow: hidden;
	width: 856px;
	height: 255px
	}

#mySlides .slide {
	color: #99FF99;
	padding: 25px 30px 25px 38px;
	font-size: 1.25em;
	line-height: 1.333em;
}

#mySlides .slide h2 {
	font-size: 2.1333em !important;
	margin: 0.75em 0 0.5em 0 !important;
	width: 350px;
}

#mySlides .slide p {width: 350px;}

#slideshow .nav {
	background: #5FA300;
	font-size: 1.41667em;
	color: #000000;
	height: 44px;
	position: relative;
	padding-left: 30px;
    top: 0px;
    left: 0px;
}

#slideshow .nav a {
	color: #000000;
	float: left;
	height: 58px;
	line-height: 58px;
	margin-top: -9px;
	margin-right: 2em;
	padding-left: 65px;
}

#slideshow .nav .one a {background: url('../images/siteStar.png') no-repeat left top;
}
#slideshow .nav .two a {background: url('../images/siteStar.png') no-repeat left top;
}
#slideshow .nav .three a {background: url('../images/siteStar.png') no-repeat left top;
}
#slideshow .nav .four a {background: url('../images/siteStar.png') no-repeat left top;
}
#slideshow .nav .five a {background: url('../images/siteStar.png') no-repeat left top;
}

#slideshow .nav a:hover, #slideshow .nav a.jFlowSelected {
	color: #FFFFFF;
	text-decoration: none;
	background-position: left -58px;
}
#slideshow .nav .hide {display: none;}

/* container fix
--------------------------------------- */

.clearfix:after, #container:after, #frame:after, .contents:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix, #container, #frame {display: inline-block;}
* html .clearfix, * html #container, * html #frame {height: 1%;}
.clearfix #container, #frame {display: block;}
.clear { clear:both; }

#lightbox{
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: url('../../images/blank.gif') no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left; }
#nextLink { right: 0; float: right; }
#prevLink:hover, #prevLink:visited:hover { background: url('../../images/prev.gif') no-repeat left 53%;
}
#nextLink:hover, #nextLink:visited:hover { background: url('../../images/next.gif') no-repeat right 53%;
}


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	height: 38px;
	}

#imageData{
	padding:0 10px;
	}
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left;	}			
#imageData #bottomNavClose{ width: 36px; float: right;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}

<style type="text/css"> 
.picture { background-color: #F9F9F9; 
border: 1px solid #CCCCCC; padding: 3px; 
font: 3px/1.4em Arial, sans-serif; } 
.picture img { border: 1px solid #CCCCCC; 
vertical-align:middle; margin-bottom: 3px; } 
.right { margin: 0.5em 0pt 0.5em 0.8em; float:right; } 
.left { margin: 0.5em 0.8em 0.5em 0; float:left; } 
</style>



h3
{
    color: #008000;
}
.title
{
    margin: 0 0 0 1.2em;
    color: #008000;
    font-weight: bold;
    font-size: 14px;
}
.newsitem
{
    height: 500px;
    width: 800px;
}
