body { position: relative; /* for ie7 */
	height: 100%; min-height: 100%; margin: 0; padding: 0; border: 0; text-align: center;
	font-family: futura, helvetica, geneva, arial, sans-serif;
	font-size: .9em; line-height: 1.0em; 
	color: #bbb; background: #3b3b3b;
	 }

a { text-decoration: none; font-weight: normal; outline: none; }
a:link { color: #bbb; }
a:visited { color: #bbb; }
a:hover { color: #fff; text-decoration: none; }
a:active { color: #fff; }

h1, h2, h3, h4, h5, h6, img { margin: 0; padding: 0; border: 0; }

p { margin: 0; padding: 0; border: 0; }

#wrapitup { width: 780px; min-width: 780px; max-width: 780px;
	height: 100%; min-height: 100%; text-align: left;
	margin-left: auto; margin-right: auto; background: #545454;
	}

#wrapperpadding { height: 100%; min-height: 100%; 
	margin: 0; padding: 0 15px 14px 15px; border: 0;
	}

ul#topnav { list-style-type: none; text-align: right; 
	height: 30px; min-height: 30px; max-height: 30px; overflow: hidden;
	margin: 0; padding: 0; border: 0; 
	}
	ul#topnav li { display: inline; list-style-type: none; 
	height: 30px; min-height: 30px; max-height: 30px; 
	font-size: .7em; line-height: 30px; text-transform: uppercase;
	margin: 0; padding: 0 0 0 18px; border: 0; }

#presentationborders { width: 750px; min-width: 750px; max-width: 750px;
	height: 596px; min-height: 596px; max-height: 596px;
	margin: 0; padding: 0; border: 1px solid #999; background: #545454 
	}

#presentationborders { width: 750px; min-width: 750px; max-width: 750px;
	height: 596px; min-height: 596px; max-height: 596px;
	margin: 0; padding: 0; border: 1px solid #999; background: #545454; 
	}
	body#blue #presentationborders { 
	background: #004890 url(/tour/images/iconWelcome.gif) no-repeat bottom right; }
	body#green #presentationborders { 
	background: #368607 url(/tour/images/iconPeople.gif) no-repeat bottom right; }
	body#red #presentationborders { 
	background: #850006 url(/tour/images/iconPrograms.gif) no-repeat bottom right; }
	body#gold #presentationborders { 
	background: #a78800 url(/tour/images/iconPlace.gif) no-repeat bottom right; }
	body#purple #presentationborders { 
	background: #6a0068 url(/tour/images/iconNextsteps.gif) no-repeat bottom right; }

#logoblock { position: relative; left: 0; top: 0; display: block; 
	width: 242px; min-width: 242px; max-width: 242px; 
	height: 36px; min-height: 36px; max-height: 36px; 
	margin: 0; padding: 0; border: 0; overflow: hidden; }

#logoblock a { display: block; width: 242px; height: 36px; 
	text-indent: -5000px; background: url(/tour/images/logoBG00-grey.gif) no-repeat top left;
	}
	body#blue #logoblock a { background-image: url(/tour/images/logoBG01-welcome.gif); }
	body#green #logoblock a { background-image: url(/tour/images/logoBG02-people.gif); }
	body#red #logoblock a { background-image: url(/tour/images/logoBG03-programs.gif); }
	body#gold #logoblock a { background-image: url(/tour/images/logoBG04-place.gif); }
	body#purple #logoblock a { background-image: url(/tour/images/logoBG05-nextsteps.gif); }
	
	#logoblock a:hover { background-position: 0px -36px; }

#flashcontainer { position: relative; display: block;
	width: 750px; min-width: 750px; max-width: 750px;
	height: 372px; min-height: 372px; max-height: 372px; overflow: hidden; 
	margin: 0; padding: 0; border: 0; 
	}

#flashcontainer2 { position: relative; left: 0; top: 0; display: block;
	width: 750px; min-width: 750px; max-width: 750px;
	height: 408px; min-height: 408px; max-height: 408px; overflow: hidden; 
	margin: 0; padding: 0; border: 0; 
	}

#flashcontainer3 { position: relative; left: 0; top: 0; display: block;
	width: 750px; min-width: 750px; max-width: 750px;
	height: 454px; min-height: 454px; max-height: 445px; overflow: hidden; 
	margin: 0; padding: 0; border: 0; 
	}

ul#tournav { list-style-type: none; width: 750px; min-width: 750px; max-width: 750px;
	height: 25px; min-height: 25px; max-height: 25px; overflow: hidden;
	margin: 0; padding: 0; border: 0; 
	}
	ul#tournav li { display: inline; float: left; list-style-type: none; 
	width: 150px; min-width: 150px; max-width: 150px;
	height: 25px; min-height: 25px; max-height: 25px; overflow: hidden;
	color: #fff; font-size: .7em; line-height: 25px;
	text-transform: uppercase; text-align: left; 
	margin: 0 -10px 0 0; padding-left: 10px; border: 0; 
	}
	ul#tournav li a { display: block; width: 150px; height: 25px; }
	
	ul#tournav li#goBlue { background: #004890; }
	ul#tournav li#goGreen { background: #368607; }
	ul#tournav li#goRed { background: #850006; }
	ul#tournav li#goGold { background: #a78800; }
	ul#tournav li#goPurple { background: #6a0068; }
	
	body#blue li#goBlue a { color: #fff; }
	body#green li#goGreen a { color: #fff; }
	body#red li#goRed a { color: #fff; }
	body#gold li#goGold a { color: #fff; }
	body#purple li#goPurple a { color: #fff; }

	body#blue li#goBlue a:hover { color: #fed702; }
	body#green li#goGreen a:hover { color: #fed702; }
	body#red li#goRed a:hover { color: #fed702; }
	body#gold li#goGold a:hover { color: #fed702; }
	body#purple li#goPurple a:hover { color: #fed702; }

#content { position: relative; display: block;
	width: 750px; min-width: 750px; max-width: 750px;
	height: 163px; min-height: 163px; max-height: 163px; overflow: hidden; 
	margin: 0; padding: 0; border: 0; 
	}

#contentliner { font-family: helvetica, tahoma, geneva, arial, sans-serif;
	font-size: .9em; font-weight: normal; color: #fff; padding: 22px 32px 22px 32px; 
	}
	#contentliner a:link, #contentliner a:visited { color: #fed702; }
	#contentliner a:active, #contentliner a:hover { color: #fff; }
	#contentliner p { line-height: 1.5em; }
	.leadin { text-transform: uppercase; }

p#subnav { width: 750px; height: 29px; min-height: 29px; 
	font-size: .9em; text-transform: uppercase; padding: 10px 0 10px 0; 
	}
	#pages { position: relative; display: inline; float: left; line-height: 1.0em;
	margin-right: 10px; margin-left: 10px; 
	}
	#pages a { font-weight: bold; }
	#previous, #next { position: relative; display: inline; float: left;
	width: 9px; min-width: 9px; max-width: 9px; 
	height: 9px; min-height: 9px; max-height: 9px; 
	margin: 0; padding: 0; border: 0; overflow: hidden;
	}
	#previous a, #next a { position: relative; display: block; 
	text-indent: -5000px; overflow: hidden; width: 9px; min-width: 9px; max-width: 9px; 
	height: 9px; min-height: 9px; max-height: 9px; margin: 0; padding: 0; border: 0; 
	background-image: url(/tour/images/navArrows.gif); background-repeat: no-repeat; 
	}
	#previous a { background-position: 0px 0px; }
	#previous a:hover { background-position: 0px -9px; }
	#next a { background-position: -9px 0px; }
	#next a:hover { background-position: -9px -9px; }
	
#bottomwrap { width: 100%; min-width: 100%; max-width: 100%;
	margin: 0; padding: 0; border: 0; }

ul#bottomnav { display: inline; float: left; list-style-type: none; text-align: left;
	height: 30px; min-height: 30px; max-height: 30px; overflow: hidden;
	margin: 0; padding: 0; border: 0; 
	}
	ul#bottomnav li { display: inline; list-style-type: none; text-align: left; 
	height: 30px; min-height: 30px; max-height: 30px; 
	font-size: .7em; line-height: 30px; text-transform: uppercase;
	margin: 0; padding: 0 18px 0 0; border: 0; }
	
#galleryButton { display: inline; float: right;
	font-size: .7em; line-height: 1.0em; text-transform: uppercase;
	margin: -1px -2px 0 0; padding: 6px; border: 1px solid #999; 
	}
	#galleryButton a:link, #galleryButton a:visited { color: #fed702; }
	#galleryButton a:hover, #galleryButton a:active { color: #fff; }

.clearer { display: block; clear: both; width: 100%; height: 1px; overflow: hidden;
	font-size: 1px; line-height: 1px; margin-top: -1px; text-indent: -5000px; }
