.pngfix img { behavior: url(/iepngfix.htc) }

body	{margin:0;text-align:center;background:url(/images/mainback.jpg)}
a	{color:#1390d8; text-decoration:none;}
a:hover	{color:#1390d8; text-decoration:underline;}
img	{border:0}
p {padding: 0; margin: 0 0 12px 0; } 
.clear	{clear:both}
form	{margin:0}
h2	{margin:0 0 5px 0;line-height:1.0em; color:#005193;}
h3	{margin:0 0 5px 0}
ul 	{list-style:disc; margin:15px 30px 15px 30px;}
ul li 	{margin:2px 0px 2px 0px;}
b {color:#005193;}


#maintable	{background:url(/images/backtop.jpg) repeat-x;}
#left	{background:url(/images/back-left.jpg) top right no-repeat;}
#right	{background:url(/images/back-right.jpg) top left no-repeat;}
#main {width:989px;}
#center	{background:url(/images/homemidback.jpg) no-repeat;width:989px}
#centerpad	{padding:24px 5px;}
.container	{width:989px;font: normal .9em/1.3em Trebuchet MS, Helvetica, sans-serif;color: #086ea8;text-align:left ;}
TD	{color: #086ea8; font: normal .9em/1.3em Trebuchet MS, Helvetica, sans-serif;color: #086ea8;text-align:left}
#something	{float:left; background:url(/images/someback.jpg) repeat-y;width:370px;text-align:left;}
#newsflash	{float:left; background:url(/images/newsback.jpg) repeat-y;width:370px;margin-left:11px;color:#2290b3;text-align:left;}
#newsflash h2	{margin:0 0 10px 0;font-size:1.4em; text-align:left}
#hours	{float:right;margin-right:10px;width:197px; background:url(/images/hoursback.jpg) repeat-y;color:#fff;text-align:center;font-size:.8em}
#hours h2	{font-size:1.2em; margin:0}
#content	{float:left; background:url(/images/maincontent-back.jpg) repeat-y;width:762px;text-align:left;}
.pad	{padding:10px 25px;min-height:450px; height:450px; heiht: auto !important}

#footer	{width:100%; background:url(/images/footline.gif) top repeat-x #005195;}
.footlinks	{color:#fff;margin:0 auto;}
.footlinks h3	{font-size:1em; margin:0 0 10px 0}
ul.fl 	{list-style:none; margin:30px 0; padding:0;display:inline; width:475px;float:left;}
ul.fl li 	{width:150px;float:left;padding-bottom:5px; margin:0; }
.footlinks a	{color:#b5cee4}

#email_signup	{ background:#3d7bae;border:2px solid #9cbbd6;margin:1px 12px 0 12px;float:right}
#email_signup_back	{width:473px; height:68px;}
#blogstuff	{background:#3d7bae;border:2px solid #9cbbd6;width:480px;float:right;margin:30px 0 0 0}
#blogstuff ul	{margin:0;padding:0;font-size:.9em;line-height:1.1em}
#blogstuff li	{margin:0 18px 3px 18px; padding:0; }

.columnSingle	{float:left;width:95%;}
.column	{float:left;width:48%;}
.padleft	{margin-left:25px}
.pop	{float:right;padding:0 0 10px 10px;text-align:center;font-size:.9em}
.small	{font-size:.8em; line-height:1.2em}

#book TD	{padding:1px 8px 3px 3px;font-size:60%;}
#book	{border:1px solid #f28d15; background:#fee5b1;float:right;}
.error	{color:#c00;}
#eventhead	TD {background:#f28d15;border-top:1px solid #c36b02;border-bottom:1px solid #c36b02;padding:3px 6px 3px 6px;color:#FFF;}
#eventhead a {color:#FFF;}
#eventhead a:hover {color:#333192;}
#showMoreLinks td	{font-size:.8em;border-bottom:1px dotted #31abe7;padding:3px 0}

.relative	{position:relative; width:989px;height:366px;background:url(/images/cycleback.png) no-repeat;clear:both }
	#redtop		{position:absolute; left:0;top:0;z-index:5;filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/images/redtop.png", sizingMethod="scale");}
	#cycle	{width:968px;height:356px;padding:0 10px 10px 10px;position:absolute; left:10;top:0;z-index:2;overflow:hidden}
	
	#pagernav	{position:absolute; left:20;top:315;z-index:6;font-size:1.3em}
	#pagernav a { border: 1px solid #fff; text-decoration: none; margin: 0 5px; padding: 0 8px; color:#fff;height:1.2em;line-height:1.4em}
	#pagernav a.activeSlide { background: #e00 }
	#pagernav a:focus { outline: none; }



/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> global settings needed for thickbox <<<-----------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
*{padding: 0; margin: 0;}


/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox specific link and font settings <<<------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_window {
	font: 12px Arial, Helvetica, sans-serif;
	color: #333333;
}

#TB_secondLine {
	font: 10px Arial, Helvetica, sans-serif;
	color:#666666;
}

#TB_window a:link {color: #666666;}
#TB_window a:visited {color: #666666;}
#TB_window a:hover {color: #000;}
#TB_window a:active {color: #666666;}
#TB_window a:focus{color: #666666;}

/* ----------------------------------------------------------------------------------------------------------------*/
/* ---------->>> thickbox settings <<<-----------------------------------------------------------------------------*/
/* ----------------------------------------------------------------------------------------------------------------*/
#TB_overlay {
	position: fixed;
	z-index:100;
	top: 0px;
	left: 0px;
	height:100%;
	width:100%;
}

.TB_overlayMacFFBGHack {background: url(macFFBgHack.png) repeat;}
.TB_overlayBG {
	background-color:#000;
	filter:alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}

* html #TB_overlay { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_window {
	position: fixed;
	background: #ffffff;
	z-index: 102;
	color:#000000;
	display:none;
	border: 4px solid #525252;
	text-align:left;
	top:50%;
	left:50%;
}

* html #TB_window { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_window img#TB_Image {
	display:block;
	margin: 15px 0 0 15px;
	border-right: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #666;
	border-left: 1px solid #666;
}

#TB_caption{
	height:25px;
	padding:7px 30px 10px 25px;
	float:left;
}

#TB_closeWindow{
	height:25px;
	padding:11px 25px 10px 0;
	float:right;
}

#TB_closeAjaxWindow{
	padding:7px 10px 5px 0;
	margin-bottom:1px;
	text-align:right;
	float:right;
}

#TB_ajaxWindowTitle{
	float:left;
	padding:7px 0 5px 10px;
	margin-bottom:1px;
	font-weight: bold;
}

#TB_title{
	background-color:#e8e8e8;
	height:27px;
}

#TB_ajaxContent{
	clear:both;
	padding:2px 15px 15px 15px;
	overflow:auto;
	text-align:left;
	line-height:1.4em;
}

#TB_ajaxContent.TB_modal{
	padding:15px;
}

#TB_ajaxContent p{
	padding:5px 0px 5px 0px;
}

#TB_load{
	position: fixed;
	display:none;
	height:13px;
	width:208px;
	z-index:103;
	top: 50%;
	left: 50%;
	margin: -6px 0 0 -104px; /* -height/2 0 0 -width/2 */
}

* html #TB_load { /* ie6 hack */
position: absolute;
margin-top: expression(0 - parseInt(this.offsetHeight / 2) + (TBWindowMargin = document.documentElement && document.documentElement.scrollTop || document.body.scrollTop) + 'px');
}

#TB_HideSelect{
	z-index:99;
	position:fixed;
	top: 0;
	left: 0;
	background-color:#fff;
	border:none;
	filter:alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height:100%;
	width:100%;
}

* html #TB_HideSelect { /* ie6 hack */
     position: absolute;
     height: expression(document.body.scrollHeight > document.body.offsetHeight ? document.body.scrollHeight : document.body.offsetHeight + 'px');
}

#TB_iframeContent{
	clear:both;
	border:none;
	margin-bottom:-1px;
	margin-top:1px;
	_margin-bottom:1px;
}
