/* -- reset all elements to a common value ----------------------------------------------------- */
div, span,
applet, object, iframe,
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,
dd, dl, dt,
fieldset, form, label, legend {
	/*margin: 0;
	padding: 0;*/
/*	font-weight: inherit;
	font-style: inherit;
	font-family: inherit;*/
	font-size: 100%;
/*	line-height: 1;*/
	text-align: left;
} 
a img, :link img, :visited img {
	border: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
  border:1px solid #000000;
}

td {
	border:1px solid #000000;
}

.noborder {
  border:0px !important;
}

.noborder td {
  border:0px !important;
}

q:before, q:after,
blockquote:before, blockquote:after {
	content: "";
}

.editorBody { background:#FFFFFF; color:#000000;}
.editorBody table td { border:1pz dotted #CCC;}


/* -- default classes -------------------------------------------------------------------------- */
.center { text-align: center; }
.right { text-align: right !important; }
.left { text-align: left !important; }
.small { font-size: 0.9em; }
.smaller { font-size: 0.8em !important; }
.bold { font-weight: bold !important; }
.floatRight { float: right; }
.floatLeft { float: left;}
.clear { clear: both; height: 1px}
.spacer { float: left; width: 100%; height: 2em;}

img.floatRight {
	margin-left: 10px;
}

img.floatLeft {
	margin-right: 10px;
}

/* -- accessibility ---------------------------------------------------------------------------- */
.aural {
	position: absolute;
	left: -9999px;
	font-size: small;
}

.hide { display: none; }


/* -- Default Styles --------------------------------------------------------------------------- */
/* colours, sizes, etc of elements */
body {

	font-family: Arial, sans-serif; /* set font size to 10px (a nice round number) */
	font-size: 0.65em;
	/*background: #496a89 url(../images/design/bg.jpg) repeat-y 50%;*/
	background:#CBCCCC url(../images/design/silver.jpg) no-repeat top center;
}

.editorBody {background:#FFFFFF;}

h1 {
	float: left;
	width: 100%;
	font-size: 1em;
	font-weight: bold;
	background: #000 url(../images/design/bg-h1.jpg) repeat-x;
	padding: 1px 0;
	border-bottom: 1px solid #fff;
	margin: 0 0 15px 0;
}

	h1 span {
		float: left;
		padding: 4px 28px 3px 12px;
		background: #fff url(../images/design/bg-h1-span.jpg) no-repeat top right;
		color: #000;
		font-weight: bold;
	}

h2 { 
	font-size: 1em;
	font-weight: bold;
	margin: 0 0 10px 0;
}

h3 { font-size: 0.9em; }

h4 { font-size: 0.8em; }

a { color: #15395F; }

a:hover, a:active { color: #000; text-decoration: none; }

.black a { color: #99CCFF; }

.black a:hover, .black a:active { color: #fff; text-decoration: none; }

.threecl a { color: #99CCFF; }
.threecl a:hover, .threecl a:active { color: #fff; text-decoration: none; }

/* -- Layout Styles ---------------------------------------------------------------------------- */
#container { /* keep the layout together and centered */
	width: 984px;
	overflow: hidden;
	text-align: left;
	margin: 0 auto;
}

	.black #container {
		background: url(../images/design/bg-page-black.jpg) repeat-y;
	}

	.white #container {
		background: url(../images/design/bg-page-white.jpg) repeat-y;
	}
	
	.threecl #container {
		background: url(../images/design/bg-three-col.jpg) repeat-y;
	}
	
	.threeclwhite #container {
		background: url(../images/design/bg-three-col-white.jpg) repeat-y;
	}
	
		.threeclblack #container {
		background: url(../images/design/bg-three-col.jpg) repeat-y;
	}

#header { /* header 194 */
	float: left;
	width: 984px;
	#width: 983px;
	height: auto;
	position: relative;
	background: #6B96C3 url(../images/design/header.jpg) no-repeat;
}

	#header #logo {
		position: absolute;
		width: 280px;
		height: 165px;
		top: 2px;
		left: 15px;
		text-decoration: none;
		text-indent: -999em;
		outline: 0;
	}

/* Main Navigation */
#mainnav {
  width:975px;
  height:31px;
  margin:0px;
  padding:0 0 0 9px;
  background:url(../images/design/menu_bg2.jpg) repeat-x 0% 0%;
}

#cnav, #cnav ul {
  list-style-type: none;
  margin:0px;
  padding:0px;
  display:inline;
  height:34px;
}

#cnav li {
  float: left;
  margin:0px;
  padding:0px;
  position:relative;
  text-decoration:none;
  list-style-type:none;
}

#cnav li ul {
  margin:0px;
  padding:0px;
  position:absolute;
  z-index:256;
  left:-999em;
}

#cnav li a {
  font-size:1.2em;
  color:#6B97C6;
  font-weight:bold;
  text-decoration:none;
  width:auto;
  margin: 0px;
  padding:8px 8px 8px 8px;
  display:block;
  border-left:1px solid #555555;
}

.gecko #cnav li a {
  padding:8px 7px 8px 7px;
}

.win.gecko #cnav li a {
  padding:8px 8px 8px 8px;
}

#last {
  height:30px;
  border-left:1px solid #555555;
}

#cnav li a:hover {
  color:#FFFFFF;
  text-decoration:none;
  width:auto;
  margin:0px;
  display:block;
  background:#6C86A0 url(../images/design/spacer.gif) repeat-x 0% 0%;
}

#cnav li:hover ul ul, #cnav li:hover ul ul ul, #cnav li.sfhover ul ul, #cnav li.sfhover ul ul ul { left: -999em }

#cnav li:hover ul, #cnav li li:hover ul, #cnav li li li:hover ul, #cnav li.sfhover ul, #cnav li  li.sfhover ul, #cnav li li li.sfhover ul { left: auto }

#cnav li:hover, #cnav li.hover {
  position: static;
}


#subnav, #subnav ul {
  position:relative;
  list-style-type: none;
  float: left;
  margin:0 0 0 0;
  padding: 0px;
  width:220px;
  border-top:1px solid #000000;
  z-index:3000 !important;
}

#subnav li {
  color:#000000;
  margin:0px;
  padding:0px;
  position:relative;
  width:220px;
  height:19px;
  background:#FFFFFF;
  border:1px solid #000000;
  border-top:0px;
  z-index:3000 !important;
}

#subnav li a {
  font-size:1.1em;
  color:#000000;
  font-weight:normal;
  text-decoration:none;
  margin:0px;
  display:block;
  height:19px;
  padding:2px 0 0 8px;
  border:0px;
}

.gecko #subnav li a {
  padding:2px 0 2px 8px;
}

.win.gecko #subnav li a {
  padding:2px 0 0 8px;
}


#subnav li a:hover {
  color: #FFFFFF;
  background:#6C86A0 url(../images/design/spacer.gif) repeat-x 50%;
  margin: 0px;
  padding:2px 0 0 8px;
  display: block;
}

#subnav li:hover ul ul, #subnav li:hover ul ul ul, #subnav li.sfhover ul ul, #subnav li.sfhover ul ul ul { color:#000000; left: -999em; }

/* End Main Navigation */

/* ------------------ */
/* Side Nav on Events Page */
#sidenavholder {
  width:179;
  margin:0 0 0 16px;
}

#sidenav {
  list-style-type: none;
  float: left;
  margin:0px;
  padding:0px;
  width:179px;
  border-top:1px solid #000000;
  z-index:3;
}

#sidenav li {
  width:179px;
  color:#000000;
  margin:0px;
  padding:0px;
  background:#FFFFFF;
  border:1px solid #000000;
  border-top:0px;
}


#sidenav li a {
  font-size:1.0em;
  color:#000000;
  font-weight:normal;
  text-decoration:none;
  margin: 0px;
  display: block;
  height:19px;
  padding:2px 0 0 8px;
  border:0px;
}

#sidenav li a:hover {
  color: #FFFFFF;
  background:#6C86A0 url(../images/design/spacer.gif) repeat-x 50%;
  margin: 0px;
  padding:2px 0 0 8px;
  display: block;
}
/* ------------------ */

.flash {
  float:right;
}

#flash  { background: url(../images/flash1.jpg) no-repeat; width: 347px; height: 273px }


#topbanner { 
  width:auto;
  /*height:40px; 
  _height:30px; */
  margin:34px auto 0 auto;
  padding: 4px 0 0 0;
  text-align:center;
  background-color: #6B96C3; 
}

#searchholder {
  position:absolute;
  top:200px;
  left:0px;
  width:auto;
  margin:0 0 0 20px;
  padding:0 0 0 113px;
  background:url(../../images/design/sitesearch.jpg) no-repeat 0% 50%;
}

#searchform {

}

.searchinput {
  font-size:11px;
}

.searchbttn {
  font-size:11px;
}

#iconholder {
  position:absolute;
  top:180px;
  right:0px;
  width:auto;
  height:60px;
  margin:0 20px 0 0;
}

.icons {
  float:left;
  margin:0 0 0 20px;
}

#nothing,.nothing { clear: both; height: 0px; }



#contentGroup { /* main content group (inc right bar) */
	float: right;
	width: 779px;
	overflow: hidden;
	background: url(../images/design/bg-content-top.jpg) no-repeat top;
}

.threecl #contentGroup {
	background: url(../images/design/bg-content-top-threecol.jpg) no-repeat top left;
}

	#content { /* main content area (middle column) */
		float: left;
		width: 764px;
		margin-top: 39px;
		overflow: hidden;
		font-size: 1.1em;
	}
	
	.black #content {
		color: #fff;		
	}
	
		.caption {
			display: block;
			margin-top: 2px;
			padding: 7px 10px;
			color: #fff;
			background: #545454;
		}
	
		#content .text {
		  padding: 0 7px 0 12px;
		}

/*
		#content .text table {
  float:left;
		}*/

		#content ul, #content ol {
			margin: 0 0 1em 2em;
		}
		
	
  
#newsitems p {
  margin-top:0px;
  padding-top:0px;
}
  
  	#content li  {  margin-left: 20px }

		#content li  {  margin-left: 10px }


		#content p {
		
			margin-bottom: 1em;
		}
		



		
	.threecl #content {
		width: 366px;
		color: #fff;
	}
	
	#content2 { /* main content area (middle column) */
		float: left;
		width: 575px;
		color: #fff;
		margin-top: 39px;
		overflow: hidden;
		font-size: 1.1em;
	}
	
		#content2 .text {
		  padding: 0 7px 0 12px;
		}

	#rightBar { /* right bar (sub content) */
		float: right;
		overflow: hidden;
		width: 187px;
		margin: 7px 11px 0 0;
		font-size: 1.1em;
		display: inline;
		padding-top: 3px;
		background: url(../images/design/bg-rightbar.jpg) no-repeat;
	}
	
	#news {
		padding-bottom: 5px;
	}
	
	#rightBar .text {
		padding: 5px 7px 5px 7px;
	}
	
	#rightBar p, #rightBar h3 {
		padding: 5px 0;
	}
#rightBar p { margin: 0px }
#rightBar h4 {
		font-size: 1em;
		font-weight: bold;
	}
	
		#rightBar strong {
			font-weight: bold;
		}
		
		#rightBar a {
			color: #000;
			text-decoration: none;
		}
		
		#nav #events a, #nav #book-event a {
			color: #000;
			text-decoration: none;
		}
		
		#rightBar a:hover {
			color: #15395F;
		}

.landscapefeatureboxholder {
  width:556px;
  margin:10px 0 0 0;
}

.landscapefeaturebox {
  width:536px;
  padding:9px 10px 10px 10px;
  color:#000000;
  background:#FFFFFF url(../images/design/fb_bg.jpg) repeat-x 0% 0%;
}

.landscapefeatureboxholder h3{
  width: 541px;
  font-size: 1em;
  margin:0px !important;
  padding: 5px 0 5px 15px;
  color: #fff;
  font-weight: bold;
  background:#C3C3C3 url(../images/design/headerGradient.jpg) repeat-x;
}

	
  .featurebox {background: url("../images/design/fb_bg.jpg") repeat-x; width: 186px; background-color: #ffffff; border-bottom: 3px solid #9B9B9B;}
  .featurebox img {padding: 0; display: block; vertical-align: middle; text-align: center}
  .featurebox h3 {
		padding: 5px 0;
	}
	
	.featureboxblack { width: 187px; background-color: #000000; border-bottom: 3px solid #9B9B9B; color: #ffffff}
  .featureboxblack img {padding: 0; display: block; vertical-align: middle;  text-align: center}
  .featureboxblack a { color: #ffffff; text-decoration : none }
  .featureboxblack a:hover { color: #ffffff; text-decoration : underline}
	.featureboxblack h3 {
		padding: 5px 0;
	}
	
	.featureboxleft {background: url("../images/design/fb_bg.jpg") repeat-x; width: 186px; display: block; background-color: #ffffff; border-bottom: 3px solid #9B9B9B; float:left;}
	.featureboxleft form {margin:0px; padding:0px;}
  .featureboxleft img {padding: 0; display: block; vertical-align: middle; text-align: center}
  .featureboxleft h3 {padding: 5px 0	}
	
	.featureboxleft a {color:#000000; text-decoration:none;}
		.featureboxleft a:hover {color:#15395F; text-decoration:none;}
	
	.featureboxblackleft { width: 186px; background-color: #000000; display: block; border-bottom: 3px solid #9B9B9B; color: #ffffff; float: left;}
  .featureboxblackleft img {padding: 0; display: block; vertical-align: middle;  text-align: center}
  .featureboxblackleft a { color: #ffffff; text-decoration : none }
  .featureboxblackleft a:hover { color: #ffffff; text-decoration : underline}
	.featureboxblackleft h3 {	padding: 5px 0 }
	
	.eventcontent {padding:5px;}
	
	.block { display: block }
	
	.fbcontent { padding: 2px 5px 2px 5px }
	
	
	.eventcontent {width:170px; padding: 5px 0 5px 13px; }
	
	.eventcontent a {color: #000; text-decoration:none}
	.eventcontent a:hover {color: #000; text-decoration:underline}
	
	.fw {display: block; width: 204px; float: right}
	.fw .spacerrt {display: block; width: 13px; float: left}
	
#nav { /* left bar (navigation) */
	float: left;
	width: 204px;
	background: url(../images/design/bg-nav-top.jpg) no-repeat 0% 0%;
	overflow: hidden;
	font-size: 1.1em;
	padding:10px 0 0 0;
}

#nav p { margin: 0px }


/*#nav ul { padding: 0; margin: 0; } */


	#nav .nav {
		background: #000;
		margin: 0 0 2px 13px;
		width: 186px;
		list-style: none;
	}
	
	
	
		#nav .nav li a {
			display: block;
			border-left: 5px solid #898989;
			border-bottom: 1px solid #898989;
			padding:3px 0 2px 9px;
			/*margin: 0 0 1px 0; */
			width: 172px;
			color: #fff;
			text-decoration: none;
		}

		#nav .nav li ul li {
			list-style: none;
		}
		
		#nav .nav li ul li a {
			display: block;
			border-left: 5px solid #5E7E9E;
			border-bottom: 1px solid #5E7E9E;
			padding:3px 0 2px 14px;
			margin: 0;
			width: 167px;
			color: #fff;
			background: #4A6A8A;
			text-decoration: none;
			list-style: none;
		}
	
		#nav .nav li a:hover {
			border-left-color: #7a94af;
			border-bottom-color: #6c86a0;
			background: #6c86a0;
		}
		
	#nav #subscribe, #nav #highlights, #nav #newsletter, #nav #events, #nav #book-event {
		padding: 0 0 0 13px;
	}
		
	#nav h3, #rightBar h3 {
		background: url(../images/design/bg-h3-nav.jpg) no-repeat;
		width: 171px;
		margin: 0 0 1px 0;
		font-size: 1em;
		padding: 5px 0 5px 15px;
		color: #fff;
		font-weight: bold;
	}
	
	#nav h3 {float: right; padding-right: 5px}
	
.featureboxleft label {
		display: none;
	}
	
	.featureboxleft input {
		background: #d6d6d6;
		border-top: 1px solid #9a9a9a;
		border-left: 1px solid #9a9a9a;
		border-bottom: 1px solid #fff;
		border-right: 1px solid #fff;
		margin: 4px 0 0 13px;
		width: 158px;
		font-size: 1em;
	}
	
	.featureboxleft .button {
		background: #000;
		color: #fff;
		font-weight: bold;
		width: auto;
		border: 0;
		margin-bottom: 4px;
	}
	
	#thankyou { text-align: center }
	
	#nav #events, #nav #book-event {
		background: url(../images/design/bg-side.png) no-repeat bottom left;
		padding-bottom: 6px;
	}
	
	#nav #events li {
		padding: 4px 10px 3px 13px;
		list-style: none;
		background: #c6c6c6;
	}
	
	#nav #events li.alt {
		background: #d8d8d8;
	}
	
		#nav #events a, #nav #book-event a {
			color: #000;
			text-decoration: none;
		}
		
		#nav #events a:hover, #nav #book-event a:hover {
			color: #15395F;
		}
		
	#nav #events .text, #nav #book-event .text {
		padding: 4px 10px 3px 13px;
	}
		
		#nav #events p a {
			font-weight: bold;
			color: #000;
			text-decoration: none;
		}

#footer { /* at the bottom of the page */
	float: left;
	width: 931px;
	height:21px;
	margin: 0px;
	background:url(../images/design/footerbg.gif) no-repeat;
	padding: 20px 16px 0px 25px; 
	font-size: 1.1em;
	color: #fff;
}

	#footer a {
		color: #fff;
		text-decoration: none;
	}
	
	#footer a:hover {
		text-decoration: underline;
	}
	
	
#footerhome { /* at the bottom of the page */
	float: left;
	width: 931px;
	height:21px;
	margin: 0px;
	background:url(../images/design/footerbghome.gif) no-repeat;
	padding: 20px 16px 0px 25px; 
	font-size: 1.1em;
	color: #fff;
}

	#footerhome a {
		color: #fff;
		text-decoration: none;
	}
	
	#footerhome a:hover {
		text-decoration: underline;
	}

.submitbutton {
		background: #000;
		color: #fff;
		font-weight: bold;
		font-size: 1em;
		width: auto;
		border: 0;
		margin: 4px 0 5px 0;
	}
	
	.input 	{ 
    background: #d6d6d6;
		border-top: 1px solid #9a9a9a;
		border-left: 1px solid #9a9a9a;
		border-bottom: 1px solid #fff;
		border-right: 1px solid #fff;
		margin: 4px 0 0 0;
		width: 200px;
		font-size: 1em;
	}	

textarea.input {
    background: #d6d6d6;
		border-top: 1px solid #9a9a9a;
		border-left: 1px solid #9a9a9a;
		border-bottom: 1px solid #fff;
		border-right: 1px solid #fff;
		margin: 4px 0 0 0;
		width: 200px;
		font-family: Arial;
		font-size: 1em;
}

.staff { width: 735px; border-left: 1px solid #9a9a9a; border-right: 1px solid #9a9a9a; border-bottom: 1px solid #9a9a9a; margin-bottom: 10px}
.staffmember {width: 735px; height: 21px;}
.staffp { color: #ffffff; font-weight: bold; background: url(../images/design/bg-staff.jpg) no-repeat 100% 0%; padding: 0px 0px 0px 12px !important; font-size: 1.1em }
.staffbg { width: 735px;}
.staffbg img {margin: 5px 10px 5px 5px}
.stafffooter { width: 526px; height: 17px; }

/* events styles */
.events { width: 735px; border-left: 1px solid #9a9a9a; border-right: 1px solid #9a9a9a; border-bottom: 1px solid #9a9a9a; margin-bottom: 10px;}
.eventitem {width: 735px; height: 21px;}
.eventp { color: #ffffff; font-weight: bold; background: url(../images/design/bg-staff.jpg) no-repeat 100% 0%; padding: 0px 0px 0px 12px; font-size: 1.1em; }
.eventbg { width: 715px; background-color: #dcdcdc; margin: 0px 5px 4px 5px; padding: 5px 0px 5px 10px; }
.eventbg img {margin: 5px; float: right}
.eventfooter { width: 526px; height: 2px; }
.eventoptions { margin: 0px 5px 5px 5px; font-size: 0.9em; }
.eventbgarchive { width: 705px; background-color: #dcdcdc; margin: 0px 5px 4px 5px; padding: 10px; }

.inputsmall 	{ 
    background: #d6d6d6;
		border-top: 1px solid #9a9a9a;
		border-left: 1px solid #9a9a9a;
		border-bottom: 1px solid #fff;
		border-right: 1px solid #fff;
		margin: 4px 2px 0 0;
		width: 116px;
		font-size: 1em;
	}	
/* image map for contact list styles */
.ctlist { width: 265px; border-left: 1px solid #9a9a9a; border-right: 1px solid #9a9a9a; border-bottom: 1px solid #9a9a9a; margin-bottom: 10px;}
.ctitem {width: 265px; height: 21px;}
.ctp { color: #ffffff; font-weight: bold; background: url(../images/design/bg-staff.jpg) no-repeat 100% 0%; padding: 0px 0px 0px 12px; font-size: 1.1em; }
.ctbg { width: 245px; background-color: #dcdcdc; margin: 0px 5px 0px 5px; padding: 5px 0px 5px 10px; }
.ctfooter { width: 265px; height: 5px; }


#result {float: left; width: 267px}


#map {width: 259px; float: right}

.theading {
  background:#6b96c9;
  color:#FFFFFF;
  height:16px;
}

/* Thickbox Styles*/ 

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
/*{padding: 0; margin: 0;}*/

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}

#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/

#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	background-color:#496A89;
	filter: alpha(opacity=75);
	-moz-opacity: 0.7;
	opacity: 0.70;
	height:100%;
	width:100%;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: fixed;
	background: #ffffff;
	z-index: 102;
	color:#000000;
	display:none;
	border: 4px solid #525252;
	text-align:left;
	top:50%;
	left:50%;
}

* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
}

#TB_title{
	background-color:#e8e8e8;
	height:27px;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}


#countdown { text-align: center; margin-top: 30px; margin-bottom: 30px; }
#countdown input { color: #FFF; font-weight: bold; background: transparent; border: 0; }

#sponsors { width: 950px; background-color: #FFF; repeat-y; margin-left: 22px; text-align:center;}

.newboxes {
  width:166px;
  margin:0 0 3px 13px;
  padding:10px;
  _padding:5px;
  color:#6B97C6;
  font-size:1.3em;
  font-weight:bold;
  background:#000000;
}

.boxtitle a {
  float:left;
  margin:0 10px 0 0;
  color:#6B97C6;
  text-decoration:none;
}

.boxtitle a:hover {
  color:#FFFFFF;
  text-decoration:none;
}

.newboxes2 {
  width:164px;
  margin:0 0 3px 13px;
  padding:10px;
  _padding:5px;
  color:#6B97C6;
  font-size:1.3em;
  font-weight:bold;
  background:#FFFFFF;
  border:1px solid #555555;
}

.boxtitle2 a {
  float:left;
  margin:0 10px 0 0;
  color:#6B97C6;
  text-decoration:none;
}

.boxtitle2 a:hover {
  color:#000000;
  text-decoration:none;
}

/* Saefty Net and Coaching */

#cnavii {
	background:#000000;
	margin:-2px 0 2px 13px;
	width: 186px;
  list-style: none;
}
	
#cnavii li a {
	width: 177px;
	margin:0px;
	padding:4px 0 4px 9px;
	display: block;
	font-size:1.1em;
	color:#6B97C6;
	text-decoration: none;
	border-bottom: 1px solid #FFFFFF;
}

#cnavii li a:hover {
	width: 177px;
	margin:0px;
	padding:4px 0 4px 9px;
	display: block;
	font-size:1.1em;
	color:#FFFFFF;
	text-decoration: none;
	border-bottom: 1px solid #FFFFFF;
}

#canvii  li ul li {
	list-style: none;
}
		
#canvii li ul li a {
	display: block;
	border-left: 5px solid #5E7E9E;
	border-bottom: 1px solid #5E7E9E;
	padding:3px 0 2px 14px;
	margin: 0;
	width: 167px;
	color: #fff;
	background: #4A6A8A;
	text-decoration: none;
	list-style: none;
}
	
#canvii li a:hover {
	border-left-color: #7a94af;
	border-bottom-color: #6c86a0;
	background: #6c86a0;
}

hr {
  clear:both;
}

#newsletter-name, #newsletter-email, #newsletter-promo{
  margin-left:0px;
}

.featureboxleft .logininput {
  margin-left:0px;
}

#innercircleonline {
  width:725px;
  padding:0 0 0 20px;
}

#innercircleonline a {
  color:#00AEEF;
}

#innercircleonline a:hover {
  color:#00AEEF;
}

.text {
  padding:0 0 0 20px;
}

.text p {
  padding:5px 0 5px 0;
}

.text2 {
  padding:0 0 0 20px;
}

.text2 p {
  padding:5px 0 5px 0;
}

.text2 p a {
  color:#000000;
  text-decoration:none;
}

.text2 p a:hover {
  color:#15395F;
  text-decoration:none;
}

.text2 a {
  color:#000000;
  text-decoration:none;
}

.text2 a:hover {
  color:#15395F;
  text-decoration:none;
}

#transition2 {
  z-index:950;
}

#transition p {
  margin:0px;
  padding:0px;
}

/* The Nivo Slider styles */
.slider-wrapper {
  width:556px;
  height:371px;
  margin:0 auto;
}

.nivoSlider {
	position:relative;
}
.nivoSlider img {
	position:absolute;
	top:0px;
	left:0px;
}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	border:0;
	padding:0;
	margin:0;
	z-index:6;
	display:none;
}
/* The slices and boxes in the Slider */
.nivo-slice {
	display:block;
	position:absolute;
	z-index:5;
	height:100%;
}
.nivo-box {
	display:block;
	position:absolute;
	z-index:5;
}
/* Caption styles */
.nivo-caption {
	position:absolute;
	left:0px;
	bottom:0px;
	background:#000;
	color:#fff;
	opacity:0.8; /* Overridden by captionOpacity setting */
	width:100%;
	z-index:8;
	display:none;
}
.nivo-caption p {
	padding:5px;
	margin:0;
}
.nivo-caption a {
	display:inline !important;
}
.nivo-html-caption {
    display:none;
}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a {
	position:absolute;
	top:45%;
	z-index:9;
	cursor:pointer;
}
.nivo-prevNav {
	left:0px;
}
.nivo-nextNav {
	right:0px;
}
/* Control nav styles (e.g. 1,2,3...) */
.nivo-controlNav a {
	position:relative;
	z-index:9;
	cursor:pointer;
}
.nivo-controlNav a.active {
	font-weight:bold;
}


#search {
float:left;
}

#search table {
border: none;
}

#search table td {
border: none;
}


#search table td label {



  display:inline !important;



}







#searchinput {



  width:430px;



  padding:2px 10px 2px 10px;



}


