html,
body {
	width: 100%; height: 100%;
	margin: 0; padding: 0;
}
body {
	background: #fff url("/img/global/blue-banner.jpg") no-repeat center 15px;
	font: 13px/18px Trebuchet MS, Arial, Helvetica, Geneva, Verdana, sans-serif;
	color: #333;
	text-align: center;
}
a { 
	color: #106bb5;
}
a:hover {
	background-color: #106bb5;
	color: #fff;
}
#frame {
	width: 750px;
	margin: 0 auto;
	text-align: left;
}
#header {
	height: 150px;
	position: relative;
}
#main {
	margin-top: 20px;
	position: relative;
}
#content {
	min-height: 470px;
	_height: 470px;
}
.p-sch #content {
	/*height: 630px;*/
	height: auto;
}
#nav,
#nav li {
	list-style: none;
	margin: 0; padding: 0;
}
#nav {
	position: absolute;
	bottom: 15px;
	right: 0;
}
#nav li {
	display: inline;
	padding-left: 5px;
}
#nav a {
	font: bold 13px Trebuchet MS, Arial;
	color: #fff;
	text-decoration: none;
	padding: 2px 3px;
}
#nav a:hover {
	color: #fff;
	background: none;
}
.s-home #nav .n-home,
.s-bld #nav .n-bld,
.s-loc #nav .n-loc,
.s-dl #nav .n-dl,
.s-tm #nav .n-tm,
.s-cn #nav .n-cn {
	
	text-decoration: underline;
}
.c-col #utility { display: none;}
.c-col2 #utility {
	padding-left: 30px;
	position: absolute;
	top: 0; right: 0;
}
.c-col2 #content {
	padding-right: 190px;
}
#navsub,
#navsub li {
	list-style: none;
	margin: 0; padding: 0;
}
#navsub {
	width: 130px;
	padding: 20px 15px;
	background: #fff url("/img/nav/navsub-bg.gif") no-repeat 0 0;
	
}
#navsub li {
	background: #fff url("/img/nav/dotted.gif") repeat-x 0 90%;
}
#navsub a {
	color: #666;
	text-decoration: none;
	line-height: 25px;
	padding: 0 3px
}
#navsub a:hover {
	font-weight: bold;
	background: none;
}
h1 {
	/*background: #fff url("/img/hding/test.gif") no-repeat 0 0;*/
	font-size: 18px;
	height: 30px; margin-top: 30px;
	border-bottom: 1px solid #e5e5e5;
}


#content a.actionBack { margin-top: -40px; width: 50px; float: right; font-size: 12px; color: #0983c7; }
#content a.actionBack:hover { background: none; }


h2 {
	font-size: 14px;
	line-height: 22px;
	color: #999; 
	margin: 0;
	text-transform: uppercase;
	background: #fff url("/img/nav/dotted.gif") repeat-x left bottom;
	clear: both;
}
p {
	margin: 8px 0 16px;
}
img {
	border: none;
}

#footer {
	width: 745px;
	border-top: 1px solid #ddd;
	color: #777;
	padding-top: 5px;
	font-size: 11px;
	margin-top: 30px;
	clear: both;
}
.c-col2 #footer {
	margin-right: 180px;
}
#footer ul,
#footer li {
	list-style: none;
	padding: 0; margin: 0;
}
#footer li {
	display: inline;
	border-left: 1px solid #ccc;
	padding: 0 5px;
}
#footer .first { border: none;}
#footer a {
	color: #777;
	text-decoration: none;
}
#footer a:hover {
	background: none;
	text-decoration: underline;
}
#flashcontent { border: 2px solid #ddd; width: 745px; height: 448px;}
.img { border: 2px solid #ddd;}
.l { float: left; margin: 0 20px 20px 0;}
.r { float: right; margin: 0 0 20px 20px;}
.hide { display: none;}


/*
********************************************************/

.schedule {
	font-size: 11px;
	margin: 0 auto;
}
.schedule th {
	border-bottom: 2px double #ddd;
	padding: 8px 5px 5px;
	color: #777;
	background-color: #f5f5f5;
}
.schedule td {
	padding: 0; margin: 0;
	padding: 4px 5px 2px;
	border-top: 1px solid #ddd;
	color: #555;
}

.schedule .sub td,
.schedule .total td {
	font-weight: bold;
	border-top: 3px double #ddd; 
	border-bottom: none; 
	background-color: #f5f5f5;
}

.schedule td a {
	color: #777; 
	font-weight: bold;
}
.schedule td a:hover {
	color: #fff;
}
/*
********************************************************/

.team {
	margin-left: 15px;
}

.team td {
	padding: 0; margin: 0;
	padding: 5px;
	border-top: 1px solid #ddd;
	color: #555;
}
.team .first td { border: none;}

/*
********************************************************/

#gallery-list,
#gallery-list li {
  list-style: none;
  background: none;
  margin: 0; padding: 0;
}
#gallery-list li {
  float: left;
  width: 180px; height: 170px;
  padding-top: 15px;
  font-size: 1em;
}
#gallery-list p {
	margin: 0; padding: 5px;
}
#gallery-list img {
  padding: 4px;
  border: 1px solid #ccc;
}
.contactbox {
  clear: both;
  padding-top: 10px;
  padding-bottom: 0px;
  width: 60%;
}
.contactbox a {
  float: right;
}
.invis {visibility: hidden;}
hr {margin: 1em 0;background:#5f8dbe;height:1px;color:#5f8dbe;border:none;clear:both}
.footnote {font-size: 11px; color: #666; padding-top: 15px; font-style: italic; }