@charset "UTF-8";

body {
	background-color: #f8f8f8;
	font: 62.5%/1.4 Helvetica, "Lucida Grande", "Lucida Sans Unicode", "ＭＳ Ｐゴシック", Osaka, Arial, Helvetica, Sans-serif;
	margin: 0px;
	padding: 0px;
	color: #121212;
}

.inner, .innerhide {
	width: 920px;
	margin: 0px auto;
	text-align: left;	
}

a, img {
	border: none;
}

#left {
	float: left;
	width: 430px;
}

#right {
	float: right;
	width: 480px;
}

#content {
	padding-top: 10px;
	background-color: #f8f8f8;
}

#header {
	margin-bottom: 10px;
	background: url(/gfx/nav.png) repeat-x bottom left;
	background-color: #292929;
}

#footer {
	margin-top: 10px;
	padding-top: 15px;
	background: url(/gfx/footer_background.png) repeat-x top left;
	background-color: #ffffff;
}

#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
	}

#nav ul li {
	float: left;
	margin: 0;
	padding: 0;
	}

#nav ul li a {
	float: left;
	display: block;
	width: 11em;
	line-height: 1.3em;
	padding: 1em 1em 0.7em 1em;
	margin: 0;
	text-decoration: none;
	color: #696969;
	border: none;
	background: url(/gfx/nav_line.png) no-repeat bottom left;
	}
#nav ul li a strong {
	display: block;
	font-size: 1.3em;
	line-height: 1.1em;
	font-weight: bold;
	color: #f8f8f8;
	}
#nav li a:hover {
	background: url(/gfx/nav_active.png) no-repeat bottom left;
	}
#nav li a.active {
	color: #ababab;
	background: url(/gfx/nav_active.png) no-repeat bottom left;
	}
#nav ul li a:hover strong {	
	color: #fff;
	}
#nav ul li a.active strong {
	color: #fff;
	}

table {
	width: 100%; margin: none; padding: none; border: none; border-collapse:collapse
}

tr {
	margin: 0px;
	padding: 0px;
	border: none;
}

th {
	font-size: 1.4em;
	margin: 0px;
	font-weight: normal;
	padding: 15px 8px 2px 8px; 
}

td {
	font-size: 1.15em;
	margin: 0px;
	padding: 7px;
	padding-top: 8px;
	border-bottom: 1px solid #dedede;
}




.box {
	padding: 6px; 
	border: 1px solid #dedede; 
	background-color: #ffffff;
}

#content h1 {
	margin: 0px;
	padding: 0px;
	padding-top: 5px;
	font-size: 2.0em;
	line-height: 0.9em;
}

#content h2 {
	margin: 0px;
	padding: 0px;
	padding-top: 5px;
	padding-bottom: 2px;
	font-size: 1.4em;
}

#content h3 {
	margin: 0px;
	padding: 0px;
	padding-top: -5px;
	padding-bottom: 2px;
	font-size: 1.2em;
}

#content h4 {
	margin: 0px;
	padding: 0px;
	padding-top: -5px;
	padding-bottom: 2px;
	font-size: 1.1em;
	font-weight: normal;
}

#content h5 {
	margin: 0px;
	padding: 0px;
	padding-top: 0px;
	padding-bottom: -5px;
	font-size: 0.85em;
	letter-spacing: 0.3em;
	font-weight: bold;
	text-transform: capitalize;
}

.exhibit {
	color: #121212;
	text-decoration: none;
}


#content p {
	font-size: 1.2em;
	margin: 0px;
	padding: 0px;
	padding-top: 2px;
	padding-bottom: 8px;
}


#content dl {
	margin: 0px;
	margin-bottom: 15px;
	padding: 0px;
	border: none;
	width: 475px;
}

#content dd {
	font-size: 1.0em;
	margin: 0px;
	padding: 10px;
	padding-bottom: 0px;
	background-color: #ffffff;
	border: 1px solid #dedede;
}

#content p.date {
	text-align: right;
	color: #cdcdcd;
	padding: none;
}

#content dt {
	position: relative;
	top: -1px;
	background-color: #f0f0f0;
	background-image: url(/gfx/comment_arrow.png);
	background-position: top left;
	background-repeat: no-repeat;
	font-weight: bold;
	width: 250px;
	margin: 0 0 0 25px;
	border: 1px solid #dedede;
	border-top-width: 0px;
}

#content dt.self {
	background-color: #d8ebd4;
}

#content dt a {
	color: #121212;
	text-decoration: none;
	display: block;
	padding: 6px 28px 3px 28px;
}

#content dt a span {
	color: #ababab;
	padding-left: 5px;
}

#content dt a:hover {
	text-decoration: none;
}

#content .reg1, #content .reg2, #content .reg3 {
	width: 250px;
	height: 250px; 
	border: 1px solid #cdcdcd; 
	background-color: #fafafa;
	padding: 15px;
	padding-top: 10px;
}

#content .reg1 {
	float: left; 
	# background: #fefefe url(/gfx/registration_1.png) no-repeat;
	# background-position: top left;
}

#content .reg2 {
	margin: auto;
	# background: #fefefe url(/gfx/registration_2.png) no-repeat;
	# background-position: top left;
}

#content .reg3 {
	float: right; 
	# background: #fefefe url(/gfx/registration_3.png) no-repeat;
	# background-position: top left;
}

/* FORMS SPECIFIC */

input.full, select.full {
	border: 1px solid #c5c5c5;
	background: #fefefe;
	padding: 3px;
	width: 98%;
	font-size: 1.2em;
}

input.invalid, select.invalid {
	border: 2px solid #871313;
	color: #871313;
}

input.submit_big {
	height: 4em;
	font-size: 1.6em;
	width: 282px;
	color: #121212; 
	background: #efefef;
	font-weight: bold;
	border-bottom: 	1px solid #9a9a9a;
	border-right: 1px solid #9a9a9a;
	border-top: 1px solid #c5c5c5;
	border-left: 1px solid #c5c5c5;	
	float: right;
}

input.submit_big_left {
	height: 2.1em;
	font-size: 1.6em;
	width: 160px;
	color: #121212; 
	background: #efefef;
	font-weight: bold;
	border-bottom: 	1px solid #9a9a9a;
	border-right: 1px solid #9a9a9a;
	border-top: 1px solid #c5c5c5;
	border-left: 1px solid #c5c5c5;	
	float: left;
}

.gray {
	color: #cdcdcd;
}

.clear, .clear5, .clear10, .clear20 {
	clear: both;
	font-size: 1px;
	line-height: 1px;
	height: 1px;
}

.clear5 { height: 5px; }
.clear10 { height: 10px; }
.clear20 { height: 20px; }



#jquery-overlay {
	background-image: url(/gfx/lightbox_background.png);
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font-size: 1.1em;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.0em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}


#footer a { color: #121212; text-decoration:none; }
#footer dl { margin: 0px; font-size: 1.2em; float: left; }
#footer dt { font-size: 1.2em; font-weight: bold; }
#footer dd.thin { margin: 0.25em 0 0; float: left; width: 160px; } 
#footer dd.medium { margin: 0.25em 0 0; float: left; width: 180px; } 
#footer dd.thick { margin: 0.25em 0 0; float: left; width: 280px; }
.column_thin { width: 150px; text-align: left; }
.column_medium { width: 175px; padding-left: 10px; border-left: 1px dashed #bdbdbd; text-align: left; }
.column_thick { width: 280px; padding-left: 10px; border-left: 1px dashed #bdbdbd; text-align: left; }

#tabnav { 
	text-align: left; 
	margin: 0px;
	margin-bottom: 5px;
	padding: 0px; 
	font-size: 1.1em;
	font-weight: bold;
	border-bottom: 1px solid #dedede; 
	list-style-type: none;
	height: 24px;
	width: 100%;
}

#tabnav li {
	float: right;
	color: #000000; 
	margin: 0px;
	padding: 0px;
	margin-right: 5px;
	padding: 5px 0px 5px 0px; 
}

#tabnav li a { 
	border: 1px solid #dedede;
	background-color: #ededed; 
	color: #666; 
	margin-right: 0px; 
	text-decoration: none;
	border-bottom: none;
	padding: 5px 15px 5px 15px; 
}

#tabnav a:hover {
	background: #fff;
}