/* CSS Document */

body {
	background-image: url(../assets/gradient.jpg);
	background-repeat: repeat-x;
	background-color:#E7EAED;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	height: 50px;
}

html {
	height: 100%;
}

h1 {
	color: #004463;
	font-size: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

h2 {
	color: #000000;
	font-size: 12px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 5px;
	font-weight: bold;
	margin-top: 0px;
}


p {
	margin-top: 10px;
	margin-bottom: 10px;
	line-height: 140%;
}

a {
	color: #000000;
	font-weight:bold;
	text-decoration:underline;
}

a:hover {
	color: #004463;
}

.homeWrapper {
	width: 859px;
	position: relative;
	min-height: 100%;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../assets/backWhite.gif);
	background-repeat: repeat-y;
	background-position: center top;
}

* html .homeWrapper {
	height: 100%;
}

.greyline {
	width: auto;
	height: 1px;
	font-size: 1px;
	clear: both;
	margin-top: 20px;
	margin-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #E1E5E8;	
}

.separator {
	width: auto;
	height: 1px;
	font-size: 1px;
	clear: both;
}
	
.searchBar {
	text-align:center;
	width: 280px;
	height: 40px;
	line-height:40px;
	position: absolute;
	top: 0;
	left: 563px;
}

.searchBar a {
	color:  #004463;
	text-decoration:underline;
}

.searchBar a:hover {
	color:  #0083D7;
	text-decoration:underline;
}

.searchInput {
	width: 120px;
	margin-left: 15px;
	margin-right: 5px;
	color:  #004463;
}

.searchArrow {
	margin-bottom: -3px;
}

.login {
	position: absolute;
	width: 300px;
	top: 45px;
	left: 583px;
}

form {
	padding: 0;
	margin: 0;
}

select.quickLinks {
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 20px;
}



/* Top navigation */

#topNav {
	width: 859px;
	height: 28px;
	background-image: url(../assets/navBack.gif);
	background-repeat: no-repeat;
	font-size:12px;
	font-weight: bold;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	padding-left: 55px;
}

#nav, #nav ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}

#nav a {
	color:#FFFFFF;
	text-decoration:none;
	display: block;
	padding-left: 11px;
	padding-right: 12px;
	line-height:28px;
	background-image: url(../assets/navDivider.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	width: auto;
}

#nav a.first {
	background-image: none;	
}

#nav a:hover {
	color: #CED31E;
}

#nav li { /* all list items */
	float: left;
	width: auto; /* width needed or else Opera goes nuts */
}

#nav li ul { /* second-level lists */
	position: absolute;
	z-index: 5000;
	width: 152px;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
}

#nav li ul a {
	color: #FFFFFF;
	text-align: left;
	background: #A6C109;
	border-bottom: 1px solid #FFFFFF;
	padding-left: 10px;
	width: 130px;
	text-transform: capitalize;
	font-weight: normal;
}

#nav li ul a:hover {
	color: #FFFFFF;
	background-color: #829A08;
}

#nav li ul ul { /* third-and-above-level lists */
	margin: -30px 0 0 152px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

#nav li:hover, #nav li.hover {
    position: static;
}


#nav li ul a.hasChild {
	background-image: url(../assets/navbullet.gif);
	background-repeat: no-repeat;
	background-position: 140px 12px;
}


#nav li ul a:hover.hasChild {
	background-image: url(../assets/navbulletReversed.gif);
	background-repeat: no-repeat;
	background-position: 140px 12px;
}



/* Main home page holders */


.headerWrapper {
	position: relative;
	z-index: 4000;
}

.headerBanner {
	width: 859px;
	height: 135px;
	background-image: url(../assets/headerBanner.gif);
	background-repeat: no-repeat;
}

.homeIntro {
	width: 310px;
	float: left;
	margin-left: 30px;
	margin-top: 20px;
}

.flashHolder {
	height: 242px;
	width: 448px;
	float: left;
	margin-top: 23px;
	margin-left: 18px;
}

.bodyWrapper {
	width: 824px;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
	background-image: url(../assets/bodyTopBack.gif);
	background-repeat: no-repeat;
	background-color: #E1E5E8;
	background-position: center top;
	border-top: 1px solid #FFFFFF;
	position: relative;
}

.pageHeading {
	position: absolute;
	color: #004463;
	font-size: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	left: 53px;
	top: 194px;
	font-weight: bold;
}

.bodyText {
	width: 526px;
	background-color:#FFFFFF;
	margin-left: 20px;
	padding-top: 30px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	background-image: url(../assets/bodyTextBack.gif);
	background-repeat: no-repeat;
	min-height: 460px;
	_height: 460px;
	float: left;
}

.marginPush {
	width: auto;
	height: 64px;
}

.locatorMap {
	position: relative;
	width: 333px;
	height: 450px;
	margin-top: -45px;
	margin-left: 17px;
	border: 5px solid #FFFFFF;
	float: left;
	background-color:#FFFFFF;	
}

.locatorMap h1 {
	width: 333px;
	height: 40px;
	line-height: 40px;
	text-align:center;
	color: #FFFFFF;
	background-color: #004463;
	margin: 0;
}

.locatorMap p {
	position: absolute;
	left: 32px;
	top: 58px;
	width: 277px;
}

.linksWrapper {
	width: 470px;
	float: left;
	padding-top: 15px;
	margin-left: 10px;
}

.featureLink {
	width: 223px;
	float: left;
	margin-right: 10px;
}

.featureLink p {
	width: 213px;
	height: 32px;
	background-color: #E1E5E8;
	color: #004463;
	padding: 5px;
}

.featureLink a {
	color: #004463;
}

.featureLink a:hover {
	color: #000000;
}

.eventLink {
	width: 440px;
}

.eventLink img {
	float: left;
	margin-right: 10px;
}


/* CSS for sub pages */
.subContentWrapper {
	float: left;
	margin-left: 12px;
}

.subContent {
	width: 591px;
}

.subBanner {
	width: 591px;
	height: 131px;
	margin-bottom: 10px;
}

.subBanner img {
	margin-left: 4px;
	margin-top: 6px;
}

.rightNav {
	width: 235px;
	float: left;
	min-height: 375px;
	_height: 375px;
	padding-top: 120px;
	background-image: url(../assets/bodyTextStripe.gif);
	background-repeat: no-repeat;
	background-position: left 120px;
}

.navHeading {
	width: 235px;
	padding-left: 15px;
	color: #004463;
	font-size: 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}

.downloads {
	background-image: url(../assets/downloadIcon.gif);
	background-repeat: no-repeat;
}

.downloads a {
	padding-left: 22px;
	font-weight: bold;
	height: 20px;
	line-height: 20px;
	margin-bottom: 5px;
	display: inline;
	color:#000000;
	font-size: 13px;
	text-decoration: underline;
	background-position: left 1px;
}

.downloads a:hover {
	color: #004463;
}

.imgDiv {
	min-width: 100px;
	_width: 100px;
	min-height: 20px;
	_height: 20px;
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
	text-align:left;
}

.cap {
	font-size: 10px;
	font-style:italic;
}


/* CSS for the footer */

.footer {
	height: 35px;
	background-color: #004463;
	color: #7FA1B1;
	font-weight: bold;
	line-height: 35px;
	font-size: 11px;
	width: 806px;
	padding-left: 10px;
	margin-left: auto;
	margin-right: auto;
	border-right-width: 5px;
	border-left-width: 5px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-left-color: #FFFFFF;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}


.footer span {
	margin-left: 180px;
}

.footer a {
	color: #7FA1B1;
}

.footer a:hover {
	color: #000000;
}

.cookieTrail {
	color: #666666;
	font-size: 10px;
	clear: both;
	position: absolute;
	left: 34px;
	top: 40px;
	width: 541px;
}

.cookieTrail a {
	color: #666666;
}

.cookieTrail a:hover {
	color: #0A1C3E;
}

#backToTop {
	width: 23px;
	height: 23px;
	position: absolute;
	left: 520px;
	bottom: 60px;
	z-index: 1000;
}

.navTable {
	margin-left: 15px;
	width: 557px;
}

.navTable td {
	padding-bottom: 3px;
	padding-top: 3px;
}

.treeview {
	list-style-type: none;
	padding-left: 0;
	padding-right: 7px;
	font-weight: bold;
	line-height: 22px;
	margin-left: 15px;
	margin-top: 10px;
}

.treeview ul {
	padding-left:0;
	font-weight: normal;
	margin-left: 15px;
}

.treeview ul ul {
	margin-left: 15px;
	padding-left:0px;
}

.treeview li {
	list-style-type: none;
	margin: 0;
}

.treeview li.submenu{ /* Style for LI that contains sub lists (other ULs). */
	background: url(../assets/plus.gif) no-repeat right 7px;
	cursor: hand !important;
	cursor: pointer !important;
	
}

.treeview li.submenu ul{ /*Style for ULs that are children of LIs (submenu) */
	display: none; /*Hide them by default. Don't delete. */
}

.treeview .submenu ul li{ /*Style for LIs of ULs that are children of LIs (submenu) */
	cursor: default;
}

.treeview a {
	text-decoration: underline;
	background-image:url(../assets/bullet.gif);
	background-repeat:no-repeat;
	background-position: left 4px;
	padding-left: 12px;
}

.treeview a:hover {
	text-decoration:underline;
}



/*This is the CSS for the Site Map page */


.sitemap {
	list-style-type: none;
	background-image:url(../assets/line1.gif);
	background-repeat: repeat-y;
	background-position: left top;
	padding-left: 0;
	font-weight: bold;
}


.sitemap ul {
	margin: 0;
	background-image:url(../assets/line1.gif);
	background-repeat: repeat-y;
	background-position: left top;
	padding-left:0;
	font-weight: normal;
	margin-top: 5px;
	margin-bottom: 5px;
}

.sitemap ul ul {
	margin-left: 0px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-left:0px;
}

.sitemap li {
	list-style-type: none;
	background-image:url(../assets/line2.gif);
	background-repeat:no-repeat;
	background-position: left top;
	padding-left: 30px;
	margin: 0;
}

.sitemap {
	line-height: 22px;
	margin: 0;
	padding: 0;
}

.sitemap a {
	text-decoration: none;
}


/*This is the CSS for the Events Registration pages (Adult, Now Gen, & Sparkz) */

#register p {
	clear: left;
}

.standOut {
	font-weight: bold;
	color: #004463;
	font-size: 12px;
}

#register .greyline {
	margin: 10px 0;
}

#register select, #register .longText {
	margin: 5px 0;
}

#register .regLabel {
	width: 100px;
	float: left;
}

#register .longText, #register .longBox, #register .longBoxNoFloat {
    width: 139px;
	margin-right: 10px;
}

#register .longText, #register .longBox {
    float: left;
}

#register .longBox {
	width: 143px;
}

#register .SpecialNeeds {
	width: 490px
}

#register .errorText {
	color: #FF0000;
	font-weight:bold;
	font-size: 14px;
}

#register .limitText {
	color: #004463;
	font-weight:bold;
	font-size: 14px;
}

/*
#register p {
	margin: 0;
	padding: 0;
}

#register select, #register input, #register p, #register .longText {
	margin: 0 0 5px 0;
	padding: 0;
}

#register .inputItems 
{
    width: 150px;
	margin: -5px 10px 0 0;
	float: left;
}

#rblTitle input, #cblAttending input {
	margin-right: 10px;
}

#register p {
    vertical-align: top;
	margin: 25px 0;
	clear: left;
}

#register .inputItems label
{
    margin-top: -10px;*//*
}

*/