/*defaults*/

* {/* zero margins and padding */
	margin: 0;
	padding: 0;
		}

body {/* set page background colour */
	background: #476c8d;
	padding-bottom: 30px;
	background-image:url(../images_header/bg_gradiant.gif);
	background-repeat:repeat-x;
	background-position:top;
		}
		
#navBG {
	background-repeat:no-repeat;
	height: 157px;
	background-image: url(../images_header/nav_bgWave.jpg);
	width: 780px;
}

		
/*structure*/

#wrapper {/* site content container */
		width: 780px;
		height: auto;
		margin: 0 auto;
		background-color: #f2f2e6;
		border: 1px solid #ffffff;
		border-top: 0px;
		}

#banner {/*top banner*/
		width: 780px;
		height:100px;
		margin: 0;
		background-color:#c3cad4;
		border-bottom: 2px solid #fff;
		border-top: 0px;
		border-left: 0px;
		border-right: 0px;
		}
			
#container {
		width: auto;
		height: auto;
		}
	
#logo {/* logo container */
		background-image:;
		background-color:#3366FF;
		height: 250px;
		width:780;
		}
	
#topNav {
		background-color:#c3cad4;
		margin-top:3px;
		width: 780px;
		height: 24px;
		padding:0;
		margin-top:3px;
		margin-bottom:2px;
		}
#bodyDiv	{
	margin-top: -50px;
	vertical-align: top;

}

#content {/* content container */
		height: 700px;
		background:#fff;
		padding: 10px;
		}
		
#contentText {
		width: 540px;
		height: auto;
		float: left
		}
		
#imageTable {
		width: auto;
		height: auto;
		float: right;
		}
		
ul#navtabs{
	font-size: 14px;
	list-style: none;
	margin: 0;
	padding: 45px 15px;
	border-bottom: 0px;
	font-weight: bold;
	text-align: center;
	white-space: nowrap;
	font-family:Arial, Helvetica, sans-serif;
		}

#bodyContent	{
	padding-left:50px;
	width: 450px;
	padding-right: 10px;
}

ul#navtabs li{
		display: inline;
		margin: 0 20px
		}

ul#navtabs a{
		text-decoration: none;
		padding: 0 0 3px;
		border-bottom: 4px solid #c3cad4;
		color: #000000
		}

ul#navtabs a#current{
		border-color: #5284ce;
		color: #000;
		}

ul#navtabs a:hover{
		border-color: #000;
		color: #000;
		}
		
#bodyList	{
	font-size:12px;
	margin-left: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

.eventBox
{
	font-size:12px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	vertical-align: top;
	width: 240px;
	margin: 0px 20px 20px 10px;
}

.hrDiv	{
	line-height:1px;
	height:1px;
	white-space:none;
	background-color:#999999;
	width: 200px;
	margin-top: 10px;
	margin-bottom: 20px;
}

.bolding	{
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

h1 {/* main heading */
		font: normal 1.8em/1.1em Arial, sans-serif;
		margin-bottom: 5px;
		color:69171D
		}

h2 {/* cross-head */
		font: bold 1.2em/1.0em "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial, sans-serif;
		margin-top: 1.3em;
		margin-bottom: 2px;
		color: #69171D;
		}
		
.galleryHeader
{
	font-weight: bold;
	margin-left: 37.5px;
	margin-bottom: 20px;
}

p {
	margin-bottom: 0.8em;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
	font-size: 12px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
}

a.mapNavLink:Visited, a.mapNavLink:Active, a.mapNavLink	{
	font-weight:bold;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	font-size: 13px;
	margin-left:38px;
	line-height:22px;
}

a.mapNavLink:Hover	{
	font-weight:bold;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	color:#999;
	font-size: 13px;
	margin-left:38px;
	line-height:22px;
}
		
a.bottomNavLink:Visited, a.bottomNavLink:Active, a.bottomNavLink	{
	font-weight:bold;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	font-size: 13px;
	margin-left:10px;
	margin-right:10px;
	line-height: 30px;
}

a.bottomNavLink:Hover	{
	font-weight:bold;
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	color:#999;
	font-size: 13px;
	margin-left:10px;
	margin-right:10px;
	line-height: 30px;
}

/*images*/

.img	{
	border-color:#B7B7B7;
	margin-bottom: 5px;
}

.imgText	{
	font-size:10px;
	font-family:Tahoma, Geneva, sans-serif;
	color: #333;
}

.rightPic	{
	width:210px;
	margin:0px 20px 10px 30px;
	padding-bottom: 10px;
}

.rightPicIndex	{
	width:150px;
	margin:0px 0px 10px 40px;
}

.pictureContentBody {
	float: left;
	width:210px;
}

.pictureWrapper	{
	width: 780px;
	height: 210px;
	margin-bottom: 5px;
}

.pictureWrapper .pictureContent	{
	width:210px;
	float: left;
	text-align: center;
	height: 210px;
	margin-left: 37.5px;
}
		
#logo img {
	margin-top: 0px;
	margin-left: 0px;
}

p.body {
	background-color:#f2f2e6;
	text-indent: 1cm;
	
	margin-left: 10px;
	
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000;
	font-style: normal;
	margin-right: 1.5em;
	font-size: 12px;
	}

p.tag {
	text-indent: 1cm;
	margin-left: 0px;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #000000;
	font-style: normal;
	margin-right: 1.5em;
	font-size: 12px;
	}

.bolds {
	font-size: 100%;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color:;
	font-weight: bold;
	}
