@charset "utf-8";
body {
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	background-color: #FFFFFF;
	background-image: url(../images/siteBG1.jpg);
	background-repeat: repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 9pt;
	background-position:0 20px;
}

/* Containers */
.leftcol {
	float: left;
	width: 450px;	
}
.leftcol .leftTop {
	margin-bottom: 10px;
}
.leftcol .leftTop, .leftcol .leftBtm {
	width: 450px;	
}
.rightcol {
	float: left;
	width: 170px;
	margin-left: 10px;
}

#container {
	background-image: URL(../images/body_bg.jpg);
	background-repeat: repeat-y;
	background-position: 0px 0px;
	width:996px;
	text-align: left;
	clear: both;
	margin: 0 auto;
}
#mainContent {
	width:665px;
	float:right;
	padding-top:2px;
}
#contentContainer {
	position:relative;
	z-index: 99;
	width:640px;
	margin:-190px 0 0 10px;

}
#imageContainer {
	/*position:absolute;*/
	z-index:1;
	height:390px;
	width:645px;
	margin-left:10px;

}
#intPadding {
	position: relative;
}
#headerContainer {
	position:relative;
	height:125px;
}
#oneColWrapper .title {
	color: #000;
	font-size: 24px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	padding-top: 25px;
}
#weather {
	/*position:absolute;
	top:0px;
	left:445px;
	width:199px;
	height:80px;
	background-image:url(../images/weatherBtm.jpg);
	background-repeat:no-repeat;
	background-position:bottom center;
	height:80px;*/
	background:#0f6daf url(../images/weather_bg.jpg) bottom repeat-x;
	position:relative;
	border:1px solid #004f7d;
	width:280px;
	
}
#weather #weatherBtn {
	display: block;	
	/*width: 199px;
	height: 90px;*/
	text-decoration:none;
	cursor: pointer;
	width:100%;
}
#weather .inner {
	padding: 5px 5px 5px 10px;
}
#weather #in-weather {
	/*width: 180px;
	height: 35px;*/
	padding: 0;
	color: #FFFFFF;
}
#weather .state {
	font-size: 11pt;
	font-weight: bold;
	color:#FFFFFF;
	letter-spacing:1px;
}
#weather .innertemp {
	/*float: right;*/
	width: 60px;
}
#weather .innercond {
	/*float: left;
	width: 115px;*/
}
#weather .title {
	color: #FFFFFF;
	font-size: 22px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 30px;
}
#weather .temp {
	color: #FFFFFF;
	font-size: 28px;
}
#sectionTitle {
	position:absolute;
	top:75px;
	left:275px;
	width:370px;
	height:50px;
	text-align:right;
}
#sectionTitle h2 ,#sectionTitle div{
	color:#FFFFFF;
	line-height:25px;
	font-size:25px;
	text-align: right;
	padding-top: 10px;
}

/* WCT Search */
#wctSearch {
	background-image:url(../images/wctBookTop.jpg);
	background-repeat:no-repeat;
	background-position:top;
	position:absolute;
	background-color:#003859;
	left:0px;
	width:287px;
	height:125px;
}
#wctSearch .bumper {
	background-color:#014F7D;
	padding:2px 5px 5px 10px;
	margin:5px 8px 0 8px;
}
#wctSearch h3 {
	color:#F3694F;
	font-size:1.2em;
	line-height: 1.2em;
	margin:15px 0 0 15px;
	text-transform:uppercase;
}
#wctSearch table {
	color:#FFFFFF;
}
#wctSearch input, #wctSearch select {
	font-size:1em;
}
#wctSearch input.date {
	line-height:17px;
	width:94px;
	height:17px;
	border:1px solid #7F9DB9;
}
#wctSearch label {
	text-transform:uppercase;
}
#wctSearch td.padRight {
	padding-right: 25px;
}
#wctSearch .vSpacer {
	height:5px;
}
#wctSearch .submit {
	margin:5px 0 0 0;
}


/* Sidebar 1 (left column) */
#sidebar1 {
	background:url(../images/sidebar1BG.png) repeat-y !important;
	background:url(../images/sidebar1BG.gif) repeat-y;
	float: left;
	width: 320px;
	vertical-align: top;

}
#sidebar1 .top {
	background-image:url(../images/sidebar1Top.jpg);
	background-repeat:no-repeat;
	display:block;
	clear:both;
	height:31px;
	width:320px;
}

#sidebar1 .dtnAd300x250 {
	float: right;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-right: 3px;
}

#sidebar1 .yellowExtra {
	background:url(../images/sidebar1Yellow.png) no-repeat !important;
	background:url(../images/sidebar1Yellow.gif) no-repeat;
	float: left;
	height:867px;
	width:13px;
}
#sidebar1 .bumper {
	background-color:#5794CB;
	width:291px;
	float: right;
	margin-top: 0px;
	margin-bottom: 15px;
	margin-right: 3px;
}
a.logoLink {
	display:block;
	background-image:url(../images/logo.jpg);
	text-decoration:none;
	width:205px;
	height:105px;
	margin:0 0 10px 36px;
}

/* Search Box */
#siteSearch {
	background-image: url(../images/siteSearch.gif);
	background-repeat:no-repeat;
	width:283px;
	/*height:69px;*/
	height:43px;
	color:#01273E;
	padding:0 0 0 0;
	margin:0 0 0 2px;
	float:left;
}
#siteSearch .txtInput {
	border:none;
	background: none;
	color: #01273E;
	font-size: 0.9em;
	width: 190px;
	height:16px;
	margin:0px 0px 0px 35px;
	padding:0px 2px 19px;
}
#siteSearch .imgInput {
	display:inline;
	width:28px;
	height:28px;
	margin:0 0 0 10px;
}

/* Footer */
#footer {
	background-image:url(../images/footerBG.jpg);
	background-repeat:no-repeat;
	clear:both;
	text-align: left;
	width:985px;
	height:70px;
}
#footer .bumper {
	padding:8px 14px;
}
#footer a.svLink {
	display:block;
	width:200px;
	height:25px;
}
#footer p {
	font-size:10px;
	line-height:1.1em;
	letter-spacing:0.03em;
	padding:0;
	color:#FFFFFF;
	text-transform:uppercase;
	width: 480px;
	margin: 0px;
	font-weight:normal;
	display: block;
	/*font-weight:bold;*/
}
#footer #illinoisLink { 
	display: block;
	height: 55px;
	width: 450px;
	float: right;
	z-index: 100;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {	/* Safari 3.0 / Opera 9 hack */
#footer p {
	letter-spacing:0.13em;
}
}
.navRetun {
	text-transform:capitalize;
	padding:0 5px 15px 5px;
}
.navRetun #backIcon {
	background-image:url(../images/iconRtn.png);
	background-repeat:no-repeat;
	width:20px;
	height:20px;
	display:block;
	float:left;
	vertical-align: middle;
	margin-right:5px;
	cursor:pointer;
	cursor:hand;
}
.navRetun a {
	color:#532E95;
	text-decoration:none;
}
#rightNav ul {
	padding-left: 20px;
}
#rightNav ul li a, #rightNav ul li {
	font-size: 1em;
	line-height: 1.3em;
	padding-bottom: 0.3em;
	text-decoration: none;
	color: #666666;
}
#rightNav ul li .sel{
	color:#000000;
}


/* Navigation */

/* ********************************** g31exp *********************************** */
#mainNav {
	position: absolute;
	z-index:5;
	padding-left: 5px;
	padding-top: 10px;
	padding-bottom: 10px;
	position: relative;
	height: 30px;
	width: 660px;
	clear:both;
}
#mainNav ul {
}
#mainNav ul li {
	display: inline;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #005789;
	position: relative;
}


#mainNav ul li.end {
	border-right-width: 0px;
}
/* Style Top Nav Typography - DO NOT DEFINE COLOR HERE  */
#mainNav ul li a.trigger, #mainNav ul li span.trigger {
	font-size: 10px;
	color:#FFF;
	font-weight: bold;
	text-decoration: none;
	line-height: 30px;
	padding: 0 1.8em;
	text-transform:uppercase;
	display: block;
}

ul li a.navLink {
	text-decoration: none;
	padding-left: 15px;
	background-image: url(../images/nav/subnavarrow.gif);
	background-repeat: no-repeat;
	background-position: left;
}

ul li a.navLink:hover {
	text-decoration: none;
	padding-left: 15px;
	color: #999999;
	background-image: url(../images/nav/subnavarrow.gif);
	background-repeat: no-repeat;
	background-position: left;
}

#subNavMain {
	float: right;
	width: 216px;
	padding: 5px 7px 0 10px;
	clear:both;
}

#subNavTop { 
	/*background-image: url(../images/nav/subNav_top_gr.jpg); 
	background-repeat: no-repeat; */
	height: 3px; 
	width: 216px;
	overflow: hidden;
}
#subNavContainer {
	/*background-color: #5CB559; */
	width: 209px;  
	padding-left: 7px;
}
#subNavContainer h1 {
	padding: 0px;
	margin: 0;
}
#subNavInrCont {
	width: 222px; 
	padding: 0px 0; 
	margin: 0;
}
#subNavInrTop {
	/*background-image: url(../images/nav/subNav_InrTop_gr.jpg); 
	background-repeat: no-repeat; */
	height: 3px; 
	width: 222px;
	overflow: hidden;
}
#subNavInrBox {
	/*background-color: #FFFFFF; */
	width: 222px;
	padding: 0 0px 0 5px;
}
#subNavInrBox .back a {
	background-image:url(../images/nav/back.gif);
	background-repeat:no-repeat;
	padding-left: 25px;
	line-height: 20px;
	height: 23px;
	display: block;
	text-decoration:none;
	font-size: 11px;
}
#subNavInrBox .back a strong {
	text-transform:uppercase;
	font-weight:bold;
}
#subNavInrBtm {
	/*background-image: url(../images/nav/subNav_InrBtm_gr.jpg); 
	background-repeat: no-repeat; */
	height: 8px; 
	width: 202px;
}
#subNavBtm {
	/*background-image: url(../images/nav/subNav_btm_gr.jpg); 
	background-repeat: no-repeat; */
	height: 3px; 
	width: 216px;
}



#subNavTabs {
	margin: -2px 0 0 0;
	padding: 0 0 0 2px;
	width: 282px;
	line-height: 55px;
	overflow: hidden;
	display: block;
}
#lodging {
	width: 70px;
	height: 55px;
	overflow: hidden;
}

a.lodging {
	background-image:url(../images/nav/lodging_tab.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 55px; 
	cursor: hand;
	width: 70px;
	display: block;
}

a.lodging:hover {
	background-image:url(../images/nav/lodging_tab_o.jpg);
	background-repeat: no-repeat;
}
#dining {
	width: 70px;
	height: 55px;
	overflow: hidden;
}

a.dining {
	background-image:url(../images/nav/dining_tab.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 55px; 
	cursor: hand;
	width: 70px;
	display: block;
}

a.dining:hover {
	background-image:url(../images/nav/dining_tab_o.jpg);
	background-repeat: no-repeat;
}
#attractions {
	width: 70px;
	height: 55px;
	overflow: hidden;
}

a.attractions {
	background-image:url(../images/nav/attractions_tab.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 55px; 
	cursor: hand;
	width: 70px;
	display: block;
}

a.attractions:hover {
	background-image:url(../images/nav/attractions_tab_o.jpg);
	background-repeat: no-repeat;
}

#shopping {
	width: 70px;
	height: 55px;
	overflow: hidden;
}

a.shopping {
	background-image:url(../images/nav/shopping_tab.jpg);
	background-repeat: no-repeat;
	float: left;
	height: 55px; 
	cursor: hand;
	width: 70px;
	display: block;
}

a.shopping:hover {
	background-image:url(../images/nav/shopping_tab_o.jpg);
	background-repeat: no-repeat;
}
#g31menubar, #g31menubar ul {
	list-style: none;
}
#g31menubar a {

	text-decoration: none;
}
/* Top Nav on Hover  */
#g31menubar li:hover a, #g31menubar a:focus, #g31menubar li.g31hvr a {
	
	display: block;
}
#g31menubar li:hover ul, #g31menubar li.g31hvr ul {
	display: block;
	text-decoration: none;
}
/* Style Drop down block elements  */
#g31menubar li:hover ul a, #g31menubar li.g31hvr ul a {

	background-image: none;
}
#g31menubar ul a:hover {
	background-color: #68bc64 !important;
	
}
/* Main Container for all rollover links  */
#g31menubar li ul {
	position: absolute;
	z-index:5;
/*	background-image: url(../images/bgRollover.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;*/
	display: none;
	list-style: none;
	top: 30px;
	border-top: 2px solid #005789;
	border-bottom: 4px solid #005789;
	border-left: 1px solid #005789;
	border-right: 1px solid #005789;
}
#g31menubar li {
	float: left;
}
#g31menubar li ul li {
	
	display: block;
	clear: both;
	border: none;
	width: 220px;
}
#g31menubar li ul li a {
	line-height: 20px;
	text-transform: none;	
	text-decoration: none;
	background-color: #057abf;
	display: block;
	overflow:hidden;
	padding: 5px 10px 0px 10px;
	border-top: 1px solid #005789;
	color: #FFFFFF;
}
#g31menubar li ul li a {	/* More link */
	color:#ffffff;
}
#g31menubar li ul li a span {
	display: block;
}
#g31menubar img {
	float: left;
	padding-top: 7px;
	padding-right: 6px;
}



/* Drawer menu */
#drawer-nav {
	width:284px;
	margin:15px 0 !important;
	margin: 0;
}
#drawer-nav .top {
	background-image:url(../images/nav/drawerTop.jpg);
	background-repeat:no-repeat;
	height: 3px;
	width: 284px;
	overflow: hidden;
}
#drawer-nav .bottom {
	background-image:url(../images/nav/drawerBtm.jpg);
	background-repeat:no-repeat;
	height:3px;
	width: 284px;
	overflow: hidden;
}
#drawer-nav #leftTop {
	/*background-image:url(../images/nav/drawerBG.jpg);
	background-repeat:repeat-y;*/
	background-color: #385C7C;
	min-height:260px;
	_min-height:262px;
	overflow:hidden;
}
	/* ---- Secondary Drawer ---- */
	
#detail-accordion {
	width: 281px;
	position: relative;
}
#detail-accordion .drawerBG {
	background-image: url(../images/nav/accordionBG.jpg);
	background-repeat:repeat-x;
	width: 281px;
	padding-left: 1px;
	overflow: hidden;
}
#detail-accordion .drawerBG .drawer {
	/*background-image: url(../images/nav/accordionRCap.jpg);	/* top rounded corners */
	/*background-repeat:no-repeat;
	background-position: right;*/	
	margin-top: -1px;
	color: #666666;
}
#detail-accordion h3.tab {
	cursor: pointer;
	cursor:hand;
	display: block;
	font-size: 11px;
	line-height:11px;
	font-weight:bold;
	padding:10px 10px;
	color:#FFF;
	text-transform: uppercase;
	border-right: 1px solid #2c72b6;
	border-left: 1px solid #2c72b6;
	border-top: 1px solid #2c72b6;
}
#detail-accordion .tab:hover {
	color: #FFF;
}
#detail-accordion .padding {
	padding:10px;
	background-color:#FFFBD1;
	border-left: 1px solid #2c72b6;
	border-right: 1px solid #2c72b6;
	border-bottom: 1px solid #2c72b6;
}

	/* Boxes */
#drawer-nav .relative {
	position:relative;
}
#drawer-nav .relative ul {
	list-style-type:none;
}
#drawer-nav .relative ul li {
	display: inline;	
}
#drawer-nav .separator {
	padding-top: 0.7em;
	padding-right: 5px;
	padding-bottom: 0;
	padding-left: 5px;
	margin-right: -5px;
	margin-left: -5px;
}
#drawer-nav .box {
	font-size: 1em;
}
#drawer-nav .box .padder {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
#drawer-nav .box h2 div {
	background-repeat: no-repeat;
	padding-left: 5px;
}
#drawer-nav .box h2 a:hover {
	text-decoration:none;
}
#drawer-nav .box h2.drawer-handle {
	background-repeat:no-repeat;
	line-height:0;
	position:relative;
	cursor:hand;
	cursor:default;
	padding-left: 5px;
}
#drawer-nav .box h2.drawer-handle.open {
	padding-left: 5px;
}
#drawer-nav .box h2.drawer-handle.open div {
	cursor:pointer;
	padding-left: 5px;
}

#drawer-nav .box h2.drawer-handle.open .mainleftnav {
	color:#FFF;
	line-height:66px;
	padding-left: 5px;
}

#drawer-nav .box h2.drawer-handle.stayopen {
	padding-left: 5px;
}
#drawer-nav .box h2.drawer-handle.stayopen div {
	cursor:pointer;
	padding-left: 5px;
}

#drawer-nav .box h2.drawer-handle.stayopen .mainleftnav {
	color:#FFF;
	line-height:66px;
	padding-left: 5px;
}
#drawer-nav .drawers li a.mainleftnav {
	position:relative;
	color:#FFF;
	cursor: hand;
	cursor: pointer;
	height:66px;
	text-decoration: none;
}

.sliderpad li a.mainleftnav {
	position:relative;
	color:#FFF;
	cursor: hand;
	cursor: pointer;
	height:66px;
	text-decoration: none;
}
#drawer-nav .drawers li a.mainleftnav span {
	display:none;
}
#drawer-nav .drawers li a.mainleftnav:hover {
	text-decoration: none;
}
	/* Drawers */
#drawer-nav ul.drawers {
	margin-left:2px;
	margin-right: 2px;
	overflow:hidden;
}
#drawer-nav ul.drawers_3 {
	margin: -6px -6px -4px -6px;
	overflow:hidden;
	background-color: #025080;
}
#drawer-nav li.draw_3 {
	background-color: #025080;
}
#drawer-nav ul.drawers_4 {
	margin: -6px -6px -4px -6px;
	overflow:hidden;
	background-color: #5CB559;
}
#drawer-nav li.draw_4 {
	background-color: #5CB559;
}
#drawer-nav ul.drawers_18 {
	margin: -6px -6px -4px -6px;
	overflow:hidden;
	background-color: #ED422E;
}
#drawer-nav li.draw_18 {
	background-color: #ED422E;
}
#drawer-nav ul.drawers_26 {
	margin: -6px -6px -4px -6px;
	overflow:hidden;
	background-color: #669ECF;
}
#drawer-nav li.draw_26 {
	background-color: #669ECF;
}
#drawer-nav ul.drawers li {
	overflow:hidden;
}

.sliderpad {
	border: solid 1px #385c7c;
	padding-left: 1px;
	padding-right: 1px;
}
#drawer-nav .slider .drawer-content {
	display:block;
	height:auto;
	overflow:hidden;
}

#drawer-nav .slider .drawer-content open {
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}


#drawer-nav .drawers ul {
	padding: 5px 2px 5px 0;
}
#drawer-nav .drawers li {
	display:inline;	
}
#drawer-nav .drawers li a {
	display: block;
	color: #FFF;
	text-decoration: none;
	padding: 0 5px 0 20px;
	line-height: 20px;
	font-size: 11px;
}
#drawer-nav .drawers li a:hover {
	color:#CCC;
}


/*-------------*/
#drawer-nav .slider ul {
	padding: 5px 2px 5px 0;
}
#drawer-nav .slider li {
	display:inline;	
}
#drawer-nav .slider li a {
	display: block;
	color: #FFF;
	text-decoration: none;
	padding: 0 5px 0 20px;
	line-height: 20px;
	font-size: 11px;
}
#drawer-nav .slider li a:hover {
	color:#CCC;
}


/*-------------*/

#evntCont {
	background-color: #FFFBCE;
}

#evntCont ul li {
	padding: 0;
	margin: 0;
}

#evntCont ul li:hover {
	background-color: #FFF68F;
}

#evntCont ul li a.evntLink {
	color: #666666;
	text-decoration: none;
	font-weight: bold;
}

#evntCont ul li a.evntLink:hover {
	color: #000000;
	text-decoration: none;
	font-weight: bold;
}

#evntCont ul li a.evntLinkBody {
	color: #666666;
	text-decoration: none;
}

/* Forms */
.txtInput {
	border: 1px solid #CCCCCC;
	font-size: 1em;
	color: #01273E;
	padding: 2px;
}
.selectInput {
	font-size: 1em;
}
.formreq,.formtextreq {
	color: #990000;
	font-weight: bold;
	height: 25px;
}
.formnoreq , .formtext{
	font-weight: bold;
	height: 25px;
}
.subrow {
	font-weight: bold;
	color:#666666;
	font-size: 12px;	
}
.crmform input {
	padding-top: 4px;
}

form.formStyle .formreq,.formtextreq,.formnoreq , .formtext{
	height: auto;
}
div.captcha input
{
    float:none;
}
div.btnContainer input
{
    float:none;
}

/*----rfp -----*/
.dataTB1 th {
	background-image:url(../images/nav/accordionBG.jpg);
	height: 25px;
	background-repeat:repeat-x;
	color: #FFFFFF;
	font-weight: bold;
}
.dataTB1 .odd td {
	height: 20px;
	background-color:#e1e1e1;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
.dataTB1 .even td {
	height: 20px;
	background-color:#f9f9f9;
	padding-top: 5px;
	padding-bottom: 5px;
		padding-left: 5px;
}

/* General Purpose */
a.email {
	font-weight:bold;
	text-decoration:none;
	color:#1B56A4;
}
a.website {
	font-weight:bold;
	text-decoration:none;
	color:#1B56A4;
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearFloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0px;
	line-height: 0px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0px;
	line-height: 0px;
}


/* Articles */
#articles {
	padding:5px;
	margin: 10px 0 20px 0;
	background-color:#FFF;
	width: 630px;
}
#articles th {
	font-size:13px;
	font-weight: bold;
	line-height:1.4em;
	padding:5px;
	color: #FFFFFF;
	background-color: #669ECF;
}
#articles td {
	line-height:1.4em;
	text-align:left;
	padding:5px;
}
#articles .odd {
	background-color:#F5F5F5;
}

#articles a {
	font-size: 12px;
}

div.articles {
	margin:10px;
}
.articles .notice {
	font-weight:bold;
}
table.articlesTb th {
	background-color: #ddd;
	color: black;
	font-size:12px;
	border-bottom:1px solid black;
	padding:5px 5px 3px 5px;
	font-weight:bold;
}
table.articlesTb td {
	padding:5px;
	vertical-align:text-top;
}
table.articlesTb td.odd {
	background-color:#E7F1FA;
}
table.articlesTb td.even {
	background-color:#FFF;
}
table.articlesTb a.more {
	font-weight:bold;
	display:block;
	color:#000;
	margin:0 0 10px 0;
}

/* Widget Containers */

.widgetCont{
padding-top:10px;
}

.widgetCont .widgetRight {
	float: left;
	width:315px;
	/*border:solid 1px black;*/
}

.widgetCont .widgetLeft {
	float: left;
	margin-right: 5px;
	width:315px;
	/*border:solid 1px black;*/
}

#evnt-widgetTop { 
	background-image: url(../images/widgets/boxTop.jpg); 
	background-repeat: no-repeat; 
	height: 4px; 
	width: 314px;
	overflow: hidden;
}
#evnt-widgetContainer {
	background-color: #2a7ac5; 
	width: 307px; 

	padding-left: 7px;
}
#evnt-widgetContainer2 {
	background-color: #2a7ac5; 
	width: 307px; 

	padding-left: 7px;
}
#evnt-widgetInrCont {
	width: 300px; 
	padding: 0px 0; 
	margin: 0;
	vertical-align: top;
}
#evnt-widgetInrTop {
	background-image: url(../images/widgets/inrBoxTop.jpg); 
	background-repeat: no-repeat; 
	height: 5px; 
	width: 300px;
	overflow: hidden;
}
#evnt-widgetInrBox {
	background-color: #FFFFFF; 
	width: 290px;
	padding: 0 5px 0 5px;
}
#evnt-widgetInrBtm {
	background-image: url(../images/widgets/inrBoxBtm.jpg); 
	background-repeat: no-repeat; 
	height: 5px; 
	width: 300px;
}
#evnt-widgetBtm {
	background-image: url(../images/widgets/boxBtm.jpg); 
	background-repeat: no-repeat; 
	height: 4px; 
	width: 314px;
}

/* Table Styles */
td.subhead {
	font-weight:bold;
	font-size: 22px;
	font-family: Arial, Helvetica, sans-serif;
}
td.boxhead {
	font-weight:bold;
	font-size:15px;
	padding-bottom:5px;
}
.subboxhead {
	color: #333333;
	font-weight: bold;
}
.boldtext {
	font-weight: bold;
}
td.boxcontent {
	padding-bottom: 4px;
}
td.greytext {
	background-color: #01273E;
	color: #f5f5f5;
	padding: 3px;
}
.smboxhead2 {
	color: #00639f;
	text-align: right;
	font-weight: bold;
}
tr.evenrow {
	background-color: #eeeeee;
}
tr.oddrow {
	background-color: #ffffff;
}
td a {
	text-decoration:none;
}

/*---FORMS------------*/
.required,.hint {
	color: #990000;
}

.formStyle legend {
	font-size: 13px;
	font-weight: bold;
}
.req {
	color: #990000;
	font-weight: bold;
}
.notReq {
	color: #000000;
	font-weight: bold;

}

.formStyle label {
	display: block;
	width: 150px;
	float: left;
}
.formStyle input ,.formStyle select {
	float: left;
}
/*.test{
	background-color:red;
	border:2px solid yellow;
	width:350px;
}
.test2{
	background-color:blue;
	width:200px;
	float:right;
}*/

.spacerHack {
	height: 4px;
	clear: both;
}
.captcha {
	clear: both;
	margin-top: 20px;
	display: block;
	margin-bottom: 20px;
}

.visible
{
visibility:visible;
}
.invisible
{
visibility:hidden;
}

.loading
{
background-color:#00CC33;
background:url(../images/ajax-loader.gif) no-repeat center center;
}


.googleMarker
{
border:none !important;
}

#mapControls
{
list-style-type:none;
width:100%;

padding:0 !important;
margin:0 !important;;
}

#mapControls a
{
color:#999999;
}


#mapControls li
{
width:80px;
display:block;
float:left;
padding:0;
margin:1px !important;
height:20px;
line-height:20px;
border:solid 1px #E0E0E0;
text-align:center;
}

#mapControls li.selected
{
color:#4B4B4B;
background-color:#E7E7E7;
}

#mapControls li:hover
{
background-color:#E7E7E7 !important;
cursor:pointer;
}


.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}


#directionsForm h2
{
font-weight:bold;
}
#directionsForm
{
width:240px;
border:1px solid #E9E9E9;
}


ul.formlist
{
font-size:10px;
margin-left:30px;
}


#mapToggler
{
margin:10px;
font-weight:bold;
width:95%;
text-align:right;
}

#mapToggler a
{font-size:1.2em;}

/*--------form ------*/

/*---microsites------------*/
.micronavcontainer {
	background-image:url(../images/MicrositeShell/micro_nav_top.gif);
	background-repeat:no-repeat;
	width: 285px;
	padding-top: 5px;
}
.micronavcontainer .micronav h4 {
	padding-top: 5px;
	padding-bottom: 3px;
	padding-left: 3px;
}
.micronavcontainer .micronav h6{
	padding-top: 5px;
	padding-bottom: 10px;
	font-size: 11px;
	font-weight:400;
	padding-left: 3px;
}
.micronav {
	background-image:url(../images/MicrositeShell/micro_nav_mid.gif);
	background-repeat:repeat-y;
	width: 285px;	
	color: #FFFFFF;
	padding-left: 11px;
	padding-right: 11px;
	padding-top: 7px;
	padding-bottom: 8px;
}
.micrologo {
	padding-bottom: 17px;
}
.micronav .links {
	width: 243px;
	padding: 9px;
	background-color: #5b99cc;
}
 
.micronav .links a ,.micronav a{
	color: #FFFFFF;
	text-decoration:none;
	font-size: 11px;
	line-height: 17px;
}
.micronav .links a:hover {
	text-decoration:underline;
}

.micronavbtm {
	background-image:url(../images/MicrositeShell/micro_nav_btm.gif);
	background-repeat:no-repeat;
	width: 285px;
	padding-top: 5px;
}
#micrortn {
	background-image:url(../images/MicrositeShell/rtn.gif);
	width: 164px;
	height: 21px;
	display:block;
	position: relative;
	left: 496px;
	top: 12px;
	
}
/*---microsites--END-------*/

/*-----visitors guide-------*/
#vguideDiv {
	position: absolute;
	left: -323px;
	top: 9px;
}


/*-------bg classes-------------*/
body.meeting{
	background-image: url(../images/siteBG2.jpg);
}

body.tour{
	background-image: url(../images/siteBG3.jpg);
}

body.sports{
	background-image: url(../images/siteBG4.jpg);
}

body.visit{
	background-image: url(../images/siteBG5.jpg);
}

/*----pritn page button-----*/
.printPage {
	clear: both;
	width: 98%;
	text-align:left;
	padding: 4px;
}

.printPage a {
	text-decoration:none;
}
/*surveys*/
.addPad {
	padding-left: 140px;
	padding-top: 10px;
	padding-bottom: 10px;
}
/*Translation Flags*/
div#translate {
	width:300px;
	float:right;
	margin:0 30px;
}
div#translate ul {
	height:45px;
	overflow:hidden;
}
div#translate ul li {
	list-style:none outside none;
	margin:0 10px 0 0;
	float:right;
	text-align:center;
}
div#translate ul li a {
	font-family:tahoma,verdana,arial,helvetica,sans-serif;
	font-size:9px;
	color:#FFF;
	padding-top:2px;
	text-decoration:none;
	text-align:center;
}
div#backgroundImage {
	background:none repeat scroll 0 0 ##01273E;
	background-color:;
	height: 25px;
	left: 0px;
	position:absolute;
	top:0pt;
	width:100%;
	z-index: -11;
}





