/*

Style sheet authored by niXer. nixer@ndevix.com

*/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { 
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline; }

:focus { outline: 0; }

table {
	border-collapse: separate;
	border-spacing: 0; }

td { vertical-align: middle; }

blockquote:before, blockquote:after, q:before, q:after { content: ""; }

blockquote, q { quotes: "" ""; } 

button, code, h1, h2, h3, h4, h5, h6, input, pre, select, table, td, textarea, th { font-size: 1em; }

img { border: 0; }

blockquote, dl, dd, ol, p, pre, textarea, ul, li { margin-bottom: 1.5em; }

li { list-style: square; }

a { text-decoration: none; }

a:hover { text-decoration: underline; }

body, html {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	background: #fff url(images/bkg.jpg) repeat-x;
	font: normal 11px "lucida grande", verdana, tahoma;
	color: #000;
	line-height: 1.5;
	behavior: url("http://fulcrumchicago.com/v3/csshover3.htc"); }

h1 { font-size: 2.5em; }

h2 { font-size: 1.5em; }

h3 { font-size: 1.4em; }

h4 { font-size: 1.3em; }

h5 { font-size: 1.1em; }

/* h1, h2, h3, h4, h5 { } */

input, textarea {
	width: 158px;
	margin: 0;
	padding: 3px 4px;
	border: 1px solid #cecece;
	font: normal 11px "lucida grande", tahoma, verdana, arial, sans-serif;
	color: #444; }
	
input.button {
	width: auto;
	height: auto;
	margin: 0;
	padding: 1px;
	background: #1c568c;
	border: 1px solid #2b76af;
	color: #fff;
	cursor: pointer; }

input.check {
	width: auto;
	height: auto;
	margin: 0;
	padding: 2px;
	line-height: 1.5em;
	border: medium none;
	font: normal 1em "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", Helvetica, Arial, sans-serif;
	cursor: pointer; }

select {
	width: auto;
	height: auto;
	margin: 0;
	padding: 3px;
	border: 1px solid #cecece;
	font: normal 11px "lucida grande", tahoma, verdana, arial, sans-serif; }

textarea {
	width: 75%;
	height: auto;
	margin: 0;
	padding: 3px 4px;
	border: 1px solid #cecece;
	font: normal 11px "lucida grande", tahoma, verdana, arial, sans-serif;
	color: #444; }

label { 
	font: normal x-small "lucida grande", verdana, tahoma;
	cursor: pointer; }

/* 
input:focus, input:hover, select:hover, select:focus, textarea:hover, textarea:focus { background-color: #; }

input.button:focus, input.button:hover { background-color: #; }

filter: alpha(opacity=75);
opacity: 0.75;
*/

/*	----------------------------------------------
	CLASSES
	------------------------------------------- */

.row { padding: 2px 4px; }

.fineprint { font-size: 85%; }

.underline { text-decoration: underline; }

.noline { text-decoration: none; }

.caps { text-transform: capitalize; }

.widthauto, div.widthauto, input.widthauto { width: auto; }

.cursor { cursor: pointer; }

.highlight { color: #; }

/* Margins */

.center { margin: 0 auto; }

.marginnone { margin: 0; }

.bump { margin-top: 5px; }

.bumpright { margin-right: 5px; }

.bumpbottom { margin-bottom: 10px; }

/* Alignment */

.textleft, td.textleft, th.textleft, div.textleft { text-align: left; }

.textright, td.textright, th.textright, div.textright { text-align: right; }

.textcenter, td.textcenter, th.textcenter, div.textcenter { text-align: center; }

.textjustify, td.textjustify, th.textjustify, div.textjustify { text-align: justify; }

.top { vertical-align: top; }

.middle { vertical-align: middle; }

.bottom { vertical-align: bottom; }

/* Display */

.none { display: none; }

.block { display: block; }

.inline { display: inline; }

/* Float */

.clear { 
	clear: both;
	visibility: hidden; }

.floatl { 
	float: left;
	width: auto; }

.floatr { 
	float: right;
	width: auto; }

/*	----------------------------------------------
	STRUCTURE
	------------------------------------------- */

#header { 
	background: #fff; }

#header_wrap {
	width: 990px;
	margin: 0 auto;}

#logo {
	float: left; }

#menu {
	position: relative;
	height: 55px;
	float: left; }
	
#menu ul {
	margin: 0;
	padding: 0; }

#menu ul li {
	float: left;
	height: 55px;
	padding: 0;
	list-style: none; }
	
#menu ul li a {
	display: table-cell;
	width: 125px;
	height: 55px;
	padding: 0 5px;
	background: url(images/btn_bkg.jpg) no-repeat;
	font: bold 0.9em "Trebuchet MS", Arial, Helvetica, sans-serif;
	vertical-align: bottom;
	text-transform: uppercase;
	text-align: center;
	color: #222; }

#menu ul li a:hover {
	text-decoration: none;
	color: #fff; }

#menu .submenu:hover .sub { 
	visibility: visible;
	z-index: 2; }

#menu .sub {
	position: absolute;
	top: 0;
	visibility: hidden;
	z-index: 1; }

#menu .sub .sb {
	height: 20px;
	background: url(images/sb.png) no-repeat; }
	
#menu .sub a { 
	display: block;
	width: 125px;
	height: auto;
	margin: 0 auto;
	padding: 5px 15px;
	background: url(images/btn_over.png) repeat-y center;
	font: bold xx-small sans-serif, Arial;
	color: #6f6f6f; }
	
#menu .sub a.first { padding: 20px 15px 5px 15px; }
	
#menu .sub a.mainlink {
	display: table-cell;
	width: 125px;
	height: 55px;
	padding: 0 15px;
	background: url(images/btn_over.png) repeat-y center;
	font: bold 0.9em "Trebuchet MS", Arial, Helvetica, sans-serif;
	vertical-align: bottom;
	text-transform: uppercase;
	text-align: center;
	color: #156d9f; }

.sub a.mainlink { text-transform: none; }
	
#menu .sub a.mainlink:hover { color: #156d9f; }

#menu .sub a:hover { color: #3e6fb0; }

#wrap {
	width: 990px;
	height: auto;
	margin: 0 auto; }

#inner_wrap {
	width: 940px;
	height: auto;
	min-height: 445px;
	margin: 0 auto;
	padding-top: 75px; }

#left {
	float: left;
	width: 215px;
	margin-right: 15px; }

#right {
	float: left;
	width: 710px; }
	
.text {
	font: normal 1em "lucida grande", "Trebuchet MS", sans-serif; }

.text h2 { 
	font: bold 1.3em "lucida grande", "Trebuchet MS", sans-serif;
	color: #42536d; }

.text h1 { 
	font: bold 1.5em "lucida grande", "Trebuchet MS", sans-serif;
	color: #42536d; }

.text p {
	width: 560px;
	margin: 2px 0 5px 0;
	padding: 6px 13px 0 32px;
	line-height: 18px;
	color: #4a4a4a; }
	
.text img {
	float: left;
	margin: 0 5px 2px 0;
	border: 1px solid #ddd; }

.text img.leave {
	float: none;
	display: block;
	margin: 0 0 5px 0;
	border: none; }

.text ul, ol {
	margin: 0 0 5px 45px; }
	
.text ul li { margin: 3px auto; }

ol li { list-style: decimal; }

.lilinks a {
	color: #222; }
	
.picthumbs img {
	margin: 2px 1px; }

.navlink { margin-bottom: 3.5px; }

.navlink a {
	display: block;
	width: 195px;
	height: 35px;
	margin-left: 2px;
	padding: 0 2px;
	background: #fcfcfc;
	border-bottom: 1px dotted #f0f0f0;
	font: normal 1em "Trebuchet MS", Arial, Helvetica, sans-serif, Geneva, sans-serif;
	text-transform: capitalize;
	line-height: 35px;
	color: #888; }

.navlink a:hover {
	text-decoration: none;
	color: #000; }
	 
.act a, .act a:hover {
	width: 195px;
	margin: 0;
	padding: 0 10px;
	background: url(images/act_bkg.png) no-repeat top;
	border-bottom: 0;
	line-height: 40px;
	color: #fff; }

.navlink a strong {
	text-transform: uppercase;}
	
.arrow { visibility: hidden; }

a:hover .arrow { visibility: visible; }

.act .arrow { visibility: visible; }

#footer {
	margin-bottom: 30px;
	border-top: 2px solid #ddd;
	padding: 10px 5px 5px 5px;
	font: normal 1em "lucida grande", "Trebuchet MS", sans-serif;
	color: #222; }

#footer a {
	margin: 0 3px;
	padding: 3px 5px;
	color: #000; }

#footer a:hover {
	background: #156d9f;
	text-decoration: none;
	color: #fff; }

#infobox {
	display: none;
	width: 240px;
	z-index: 100; }

#info {
	margin-bottom: 5px;
	padding: 5px;
	background: #fff;
	border: 1px solid #e0e0e0; }

.infoc {
	padding: 2px 5px;
	background: url(images/infoc.jpg) repeat-x center;
	text-align: right; }

.infoc a {
	font: normal 0.9em "lucida grande", "Trebuchet MS", sans-serif;
	color: #fff; }
	
.infoh {
	padding: 2px;
	background: #0c3865;
	font: normal 0.8em "lucida grande", "Trebuchet MS", sans-serif;
	color: #fff;
}

.infoh strong {
	font: bold 1.2em "lucida grande", "Trebuchet MS", sans-serif;
	color: #8ecefe; }
	
.info {
	padding: 2px;
	border: 1px solid #ddd;
	font: normal 0.8em Arial, Helvetica, sans-serif; }

.info a { color: #e02e2e; }
	
#locations {
	height: 35px;
	line-height: 35px; }


#timeline {
	position: relative;
	width: 710px;
	height: 127px;
	padding-top: 23px;
	background: url(images/timeline.jpg) no-repeat; }

#timeline ul {
	margin: 0;
	padding: 0; }

#timeline ul li {
	float: left;
	padding: 0;
	list-style: none; }

#timeline ul li a {
	display: table-cell;
	width: 60px;
	padding: 5px;
	font: normal 1.5em Tahoma, Geneva, sans-serif;
	vertical-align: middle;
	color: #7f7f7f; }

#timeline ul li a:hover {
	text-decoration: none;
	color: #963731; }

#timeline ul li:hover .timeinfo { 
	visibility: visible;
	z-index: 2; }

#timeline ul li .timeinfo {
	position: absolute;
	top: 75;
	visibility: hidden;
	padding-bottom: 12px;
	background: url(images/timeinfo_bottom.png) no-repeat bottom;
	z-index: 1; }

#timeline ul li div#timeinfo1 { visibility: visible; }

#timeline ul li .timeinfo .timeinfoh strong {
	font: bold 3em  "Arial Black", Gadget, sans-serif;
	color: #376092; }
	
#timeline ul li .timeinfo .tb {
	width: 300px;
	padding: 10px 12px 10px 33px;
	border-left: 2px dotted #bbb;
	background: #fff; }
	
#timeline ul li .timeinfo .timeinfot {
	font: normal 1em "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #444; }

#timeline ul li .timeinfo .timeinfot ul {
	margin: 0 0 3px 15px; }
	
#timeline ul li .timeinfo .timeinfot ul li {
	float: none;
	margin: 2px auto;
	padding: 3px;
	list-style: square; }

.cinfo {
	margin-bottom: 5px;
	padding: 2px 0;
	font: normal 1em "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: 1.3em;
	color: #444; }
	
.copyright { font: normal 0.8em "lucida grande", "Trebuchet MS", sans-serif; }