* {margin: 0; padding: 0;}

html, body {
	min-width: 100%;
	font-family: 'Trebuchet MS', Tahoma, sans-serif;
	font-size: medium;
	color: #000;
	text-align: center;
	background-color: #E3F5FF;
}
img, a img {
	border: none;
}
a {
	color: #DF0024;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
ul.nolist {
	list-style-type: none;
}
li.inline {
	display: inline;
}
form {
	width: 565px;
	margin: 0 auto;
	overflow: auto;
}
fieldset {
	border: none;
}
legend {
	display: none;
}
form label { 
	margin: 5px 0;
	padding: 0;
	display: block;
}
form input, select, textarea {
	width: auto;
	margin: 5px 0;
	display: block;
}
form input.format, textarea.format {
	padding: 2px;
	font-family: 'Trebuchet MS';
	font-size: small;
	font-weight: bold;
	border: 2px #DDD solid;
}
#wrapper1 {
	min-width: 780px;
}
#header {
	min-width: 780px;
	height: 157px;
	background-color: #FFF;
}
#header img {
	position: absolute;
	left: 0;
	z-index: 20;
}

#header #movie {
	position: absolute;
	right: 0;
	z-index: 3;
}
#wrapper2 {
	padding-left: 198px;
	overflow: hidden;
	background: #FFF url(../images/bgfade.gif) bottom repeat-x;
}
#menu {
	width: 200px;
	position: absolute;
	top: 170px;
	left: 0;
	font-size: large;
	z-index: 2;
}
#menu ul {
	padding-top: 25px;
	list-style-type: none;
}
#menu li a {	
  padding: 10px 5px;
  display: block;
  width: auto;
  color: #999;
  text-decoration: none;
	border-right: 2px #000 solid;
	background: transparent url('../images/button.gif') left no-repeat;
}
#menu li:hover a:hover, #menu li.current a {
  background: transparent url(../images/button_press.gif) left no-repeat;
  color: #444;
	border-right: 2px #FFF solid;
}
#main {
	width: 97%;
	min-height: 270px;
	padding: 30px 20px 0 10px;
	text-align: left;
	float: left;
	border: 2px #000 solid;
	z-index: 1;
	background-color: #FFF;
}
#main h1 {
	text-align: right;
	margin: 0 10px 10px 0;
}
#main h2 {
	text-decoration: underline;
}
#main div.primary {
	width: 62%;
	margin: 0 5px 5px 0;
	padding: 10px;
	float: left;
	display: block;
	text-align: justify;
	background: #FFF url(../images/chirosymbol.gif) top center no-repeat;
}
.primary ul {
	padding-left: 25px;
}
#main ul.inleft {
	padding-left: 25px;
}
.item {
	margin: 5px;
	padding: 10px;
	text-align: center;
	font-weight: bold;
	display: block;
	border: 5px #F4C300 solid;
	background-color: #FFF;
}
.item:hover {
	cursor: pointer;
	border: 5px #0085C7 solid;
	background-color: #EEE;
}
.pic {
	height: 216px;
	width: 227px;
	margin: 30px 0;
	padding: 17px 19px;
	float: right;
	text-align: center;
	font-style: italic;
	font-weight: bold;
	background: #CCC url(../images/picbg.gif) top no-repeat;
}
.pic img {
	border: 1px #000 solid;
}
.tabPanelGroup {
	margin: 0 auto;
	text-align: center;
}
#submenu {
	width: 500px;
	margin: 0 auto;
	text-align: center;
	overflow: hidden;
}
#submenu ul {
	list-style-type: none;
	margin-top: 25px
}
#submenu li {
	display: inline;
	margin-left: -2px;
	padding: 0;
}
#submenu a:link, #submenu a:visited {
	width: 100px;
	height: 65px;
	display: block;
	float: left;
	margin: 5px;
	padding: 5px 5px 15px 5px; 
	background-color: #FFFFFF;
	border: 1px solid #666666;
}
#submenu a:hover {
	border: 1px solid #000000;
	margin: 5px;
	background-color: #EEEEEE;
}
#hov-dis {
	margin: 5px auto;
	min-height: 452px;
	height: auto !important;
	height:452;
	width: 575px;
	text-align: center;
	font-size: large;
	font-weight: bold;
}
.tabPanel {
	background-color: #FFFFFF;
	margin: 0;
	min-height: 425px;
	height: auto !important;
	height: 425px;
	padding: 15px;
	border: 1px solid #333333;
}
.blue {
	color: #0085C7;
}
.yellow {
	color: #F4C300;
}
.green {
	color: #009F3D;
	font-weight: bold;
}
.red {
	color: #DF0024;
}
#connector {
	width: 55px;
	height: 30px;
	margin-top: -2px;
	position: absolute;
	right: 100px;
	border-left: 2px #000 solid;
	border-right: 2px #000 solid;
	background-color: #FFF;
	z-index: 5;
}
#footer {
	margin: 26px 20px;
	padding: 20px;
	border: 2px #000 solid;
	background-color: #FFF;
}
#footer li {
	margin: 5px 10px;
	padding: 5px 0px 5px 25px;
	display: inline;
}
#footer ul li:hover.ringblue{
	background: transparent url(../images/footrb.gif) left no-repeat;
}
#footer ul li:hover.ringyellow{
	background: transparent url(../images/footry.gif) left no-repeat;
}
#footer ul li:hover.ringblack{
	background: transparent url(../images/footrbla.gif) left no-repeat;
}
#footer ul li:hover.ringgreen{
	background: transparent url(../images/footrg.gif) left no-repeat;
}
#footer ul li:hover.ringred{
	background: transparent url(../images/footrr.gif) left no-repeat;
}
