@charset "utf-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: url(IMG/background.jpg);
	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;
	height: 100%;
}
#container {
	width: 100%;
	height: 524px;
	background:url(IMG/bg-header.jpg);
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
}

#header {
	width: 1089px;
	height: 251px;
	background:url(IMG/header.jpg);
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
}

#navigation {
	width: 1089px;
	height: 36px;
	background:url(IMG/navigation.jpg);
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
}

#infoBar {
	width: 1089px;
	height: 218px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
}

#flashMov {
	width: 600px;
	height: 218px;
	float:left;
	background-image:url(IMG/bg-flash.jpg);
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
}

#flashHolder	{
	width: 431px;
	position: relative;
	right: 0px;
	left: 161px;
	top: 18px;
}


#sideBar {
	width: 86px;
	height: 218px;
	float:left;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
}


#ContentTop {
	clear:both;
	width: 790px;
	height: 6px;
	background-image:url(IMG/body-top.png);
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	margin-top: 5px;
}

.ContentHolder {
	width: 770px;
	background:url(IMG/body-main.png);
	padding: 10px 10px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	overflow:hidden;
	text-align: left;
}


#ColumnSingle {
	width: 750px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */

}

.ColumnOne {
	width: 165px;
	padding: 0px 0px 0px 4px;
	float:left;
	
}

.ColumnTwo {
	width: 550px;
	padding: 10px 20px;
	float:left;
	
}


/* Home Page CSS*/

#ContentHome {
	clear:both;
	width: 790px;
	background-image:url(IMG/bg-body.jpg);
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
}

#mainContentHome {
	clear:both;
	width: 790px;
	height: 100%;
	background-image:url(IMG/bg-body.jpg);
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
}

/* End Home Page CSS*/


#footer {
	width: 791px;
	height: 93px;
	position:relative;
	clear: both;
	bottom: 0;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
}

.triplets {
	padding: 10px  10px;	
}

/* Sprite Navigation */

#sprite {
	width: 492px;
	margin-left: 153px;
}	

#example-nav {
    padding: 0;
    margin: 0;
    list-style: none;
    width: 492px;
    height: 36px;
    overflow: hidden;
}

#example-nav li {
    float: left;
}

#example-nav a {
    display: block;
    background-image:url(IMG/sprite.jpg);
    padding-top: 36px; /* same as height of #example-nav */
    text-decoration: none; /* needed for IE8 beta, otherwise it still shows the underlines */
}


#example-nav-home {
    width: 48px;
    background-position: 0px 0px;
}
#example-nav-home:hover {
    background-position: 0px -36px;
}
#example-nav-who {
    width: 89px;
    background-position: -48px 0px;
}
#example-nav-who:hover {
    background-position: -48px -36px;
}
#example-nav-events {
    width: 56px;
    background-position: -137px 0px;
}
#example-nav-events:hover {
    background-position: -137px -36px;
}

#example-nav-connect {
    width: 106px;
    background-position: -193px 0px;
}
#example-nav-connect:hover {
    background-position: -193px -36px;
}

#example-nav-purpose {	
    width: 91px;
    background-position: -299px 0px;
}
#example-nav-purpose:hover {
    background-position: -299px -36px;
}

#example-nav-new {
    width: 102px;
    background-position: -390px 0px;
}
#example-nav-new:hover {
    background-position: -390px -36px;

}

/* End Navigation */

/* NavBar for Events Page */
	
	#eventsNav {
	width: 160px;
	padding: 0 0 1px 5;
	margin-bottom: 1em;
	font-family: Arial;
	color: #333;
	font-size: 12px;
	}
	
	#eventsNav ul {
		list-style: none;
		margin: 0;
		padding: 0;
		border: none;
		}
		
	#eventsNav li {
		margin: 0;
		}
		
	#eventsNav li a {
		display: block;
		padding: 5px 5px 5px 0.5em;
		background-color: #e1e1d5;
		color: #333333;
		text-decoration: none;
		width: 100%;
		}

	html>body #eventsNav li a {
		width: auto;
		}

	#eventsNav li a:hover {
		background-color: #330000;
		color: #fff;
		}

	/* End Nav Bar Style */
	
.center  {
		text-align: center;		
}

/* T E X T  */

.aboutUs  {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #290e02;
	line-height: 30px;
}

.aboutUsBold  {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #290e02;
	font-weight:bold;
	text-align: left;
}

.quote  {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #290e02;
	font-style:italic;
}

.reference  {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:14px;
	color: #290e02;
	font-weight:bold;
	font-style:italic;
}

.aboutUs A:link  {
	text-decoration:none;
	font-weight: bold;
	color: #290e02;
}

.aboutUs A:hover  {
	text-decoration:none;
	font-weight:bold;
	color: #9c1d23;
}

.aboutUs A:visited  {
	text-decoration:none;
	font-weight:bold;
	color: #9c1d23;
}

.titleText  {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:20px;
	color: #290e02;
	font-weight: bold;
}

.float-left {
	float:left;
	
}	

.float-right {
	float:right;
	clear:both;
	
}	

/* A U D I O */

#seriesCurrent {
	width: 275px;	
	float: left;
}

#seriesInfo {
	width: 375px;	
	float: left;
	margin-left: 20px;
}

#seriesPrevious {
	width: 600px;	
	float: left;
	clear:both;
	margin-left: 10px;
}

.introText  {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #290e02;
	text-decoration:none;
}

.introTextGrey  {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #333333;
}

.introText A:link {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#9c1d23;
	text-decoration:none;
}

.introText A:visited {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#9c1d23;
	text-decoration:none;
}

.audioText  {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #290e02;
	font-weight:bold;

}

.audioText A:Link {
	text-decoration:none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #290e02;
	font-weight:bold;
}

.audioText A:Hover  {
	text-decoration:none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #290e02;
	font-weight:bold;
}

.audioText A:Visited  {
	text-decoration:none;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #290e02;
	font-weight:bold;
}

.audioDate  {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:12px;
	color: #9c1d23;
	font-weight:bold;
	text-align: left;
}
