/* CSS Document */

/* -- PAGE LAYOUT --*/
html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, fieldset, a, img {
	margin: 0;
	padding: 0;
	border:0;
}

body {
	font: 100.01% Verdana, Arial, Helvetica, sans-serif;
	text-align: center; 	/*-- IE workaround to keep wrapper centered --*/
	background: #666666 url(../images/background.gif);
}

#wrapper {
	background: #FFFFFF url(../images/nav_bg.gif) repeat-y left;	
	position:relative;
	text-align: left;		/*-- IE workaround to keep wrapper centered --*/
	width:770px;
	margin: 0px auto 10px;
}

#nav{
	width:179px;
	border-right: 1px solid black;
	float: left;
	background-color: #990000;
}

#header {
	float:left;
	background: #990000 url(../images/head_bg.gif) no-repeat;
	border-bottom: 8px solid #bb8d49;
	border-top: 6px solid #333;
	width:100%;
}

#main {
	position:relative;
	width:590px;
	float:left;
	/*overflow: auto; 	-- ie workaround --*/
}

#banner {
	border-bottom: 4px solid black;
}

#content {
	font-size:100%;
	padding: 5px 25px;
	color: #666666;
}

#footer {
	clear: both;
	font-size: 60%;
	padding: 1em 0;
	color:#E1E1E1;
	text-align:center;
	background-color:#000000;
}
/* -- END LAYOUT --*/

#content h1 {
	font-size: 130%;
	color: #8F5917;
	padding: .8em 0 .5em 0;
}
#content h1 .em{
	font-style:italic;
}
#content hr {
	background: #CCCCCC;
	height: 1px;
}
#content h2 { font-size: 115%; font-weight:bold; padding: .3em 0 0;}
#content h3 { font-size: 100%; font-weight:bold; padding: .3em 0 .25em;}
#content h4 { font-size: 90%; font-weight:bold; padding: .3em 0 0;}

#content p, #content address, #content ul, #content dl {
	font-size: 85%;
	padding: .5em 0;
}

#content .indent {
	margin-left:1em;	
}

#content ul {
	padding: .5em 0 1em 2em;
	list-style: disc outside;
}
#content ul ul{
	font-size:inherit;
	list-style: circle outside;
}

#content ul li{
	padding-bottom: .2em;
}

#content a { 
	color: #CC0000;
	text-decoration: underline;
}
#content a:link, #content a:visited  { 
	color: #c00; 
}
#content a:visited  { 
	color:#800; 
}		
#content a:hover, #content a:focus, #content a:active  { 
	text-decoration: none;
	color: #f00; 
	background-color:#FFF5C0;
}

/* -- acrobat icons in list items --*/
#content ul.arobatList {
	list-style: none;
}
#content ul.arobatList a {
	padding-left: 25px;
	background-image: url(../images/pdficon_small.gif);
	background-position: left center;
	background-repeat:no-repeat;
}
#content ul.arobatList a .pdfspec {
	text-decoration:none;
	color:#666666;
}
/*-- end acrobat icon links  --*/

	

/* -- PAGE MENU FORMATTING -- */
#content #pageMenu {
	font-size:90%;
	padding-bottom: .5em;
	margin-bottom: .5em;
	font-weight: bold;
	border-bottom: 3px solid #bb8d49;
	float:left;		/* fix ie display bug too much space between lines*/
	width:100%;
	}
#content #pageMenu ul {
	list-style:none;
	float:left;		/* fix ie display bug too much space between lines*/
	width:45%;
	}
#content #pageMenu li {
	margin:.25em 0;
}
#content #pageMenu a {
	text-decoration:none;
	display:inline;
	}
#content #pageMenu a:hover, #content #pageMenu a:focus {
	text-decoration:underline;
	}
/* -- END PAGE MENU -- */


/* ---------- A - Z index -------------------*/
/* AZ MENU */
#az_list #az_menu {
	font-size:75%;
	width:100%;
	padding:1em 0 1.5em 0;
	}
#az_list #az_menu li {
	list-style:none;
	line-height:2em;
	display:inline;
	}
#az_list #az_menu a {
	border:1px solid #666;
	padding:.2em;
	font-weight:bold;
	color:#900;
	text-decoration:none;
	}
#az_list #az_menu a:focus, #az_list #az_menu a:hover, #az_list #az_menu a:active { 
	background-color:#556170;
	color:#FFF;
	}
#az_list p { font-size:inherit;}	
	
/* -- BACK TO TOP LINK --*/
#az_list a.top {
	font-size: 65%;
	text-align:right;
	float:right;
	width:8em;
	margin:-1.2em 1em 0 0;
	}
#az_list a.top {
	text-decoration:none;
	font-weight:bold;
	}
#az_list a.top:focus, #az_list a.top:hover, #az_list a.top:active { 
	background-color:#fff;
	}

/* letter items */
#az_list h3 {
	border-top:1px solid #999;
	padding:0;
	margin:0;
}

/*list items*/	
#az_list dl {font-size:90%;}	
#az_list dt {
	font-size:80%;
	font-weight:bold;
	}
#az_list ul {
	font-size:inherit;
	padding-top: 0;
	}	
#az_list li {
	margin-top:.0;
	
	}
	
/* ------------END AZ MENU ----------- */


#content .disclaimer {
	font-size: 75%;
	font-style: italic;
}

/* -- align item center on page --*/
#content .itemCenter {
	text-align:center;
	margin: .25em .5em;	
}

/* -- IMAGE POSITIONING -- */
/*-- Right justify image --*/
#content .imageRight {
	width: 275px;
	float: right;
	margin: .5em 0 1em 1em;	
}
/* -- format caption below image --*/
#content .imageRight  p {
	padding: 0 .2em;
	font-size: 75%;
	font-style: italic;
}
/* -- END IMAGE POSITIONING --*/


/* -- HEADER STYLES --*/
/* -- search form --*/
#header form {
	clear:right;
	margin: 13px 18px 0 0;
	float: right;
}

/* -- hide field label --*/
#header form label {
	position: absolute;
	height:0;
	width: 0;
	overflow:hidden;
}

#header form #qt{
	width: 8em;
}

#header form #search_btn{
	vertical-align:middle;
}

/* -- u link list -- */
#header ul {
	max-width: 500px;
	font-size: 70%;
	color: #dac092;
	background-color:#333;
	float: right;
	list-style: none;
	padding: 1px 10px 0 0;	
	text-align:right;
}

#header ul li {
	display:inline;
	padding: 0 2px 0 7px;
	border-left: #dac092 1px solid;
}

#header ul li.firstItem {
	border-left: none;
}

#header ul a:link, #header ul a:visited { color: #fff; text-decoration: none; }
#header ul a:focus, #header ul a:hover { color: #dac092; text-decoration: none;}
#header ul a:active { color: #fff; text-decoration: none; }

/* -- END HEADER --*/


/* -- ie 6 workaround to keep flash content from causing wrapping problems with content above flash --*/
#flashcontent {
	position:relative;
	text-align: center;
	margin:1em 0;
}
/* get adobe reader icon */
#content img.get_reader {
	margin-top:2em;
}
img.borderline {
	border:1px solid #666;	
}
/* -- accessability link to skip navigation  --*/
/* show link when it gets focus */
/* NOT WORKING CONSISTENTLY ON FIREFOX TESTS */
#skip a, #skip a:hover, #skip a:visited {
	font-size: 70%;
	color:#FFFFFF;
	background-color:#666666;
	position:absolute;
	top:-100px;
	width: 1px;
	height: 1px;
	overflow:hidden;
}

#skip a:active, #skip a:focus {
	position:static;	
	width:auto;
	height:auto;		
}
/*-- end accessibility skip --*/


/*-- NAVIGATION --*/

#menu {
	padding: 10px 0;
	background: url(../images/nav_shade.jpg) no-repeat bottom;
	}
#menu h2 {
	font-size: 70%;
	padding: .5em .5em .5em 1em;
	color: #FFFFFF;
	background-color: #800;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	}
#menu ul {
	list-style:none;
	}
#menu li {
	display:inline;
	font-size: 75%;
	/*width:100%; 		 keep ie6 from increasing block size*/
	}
#menu a {
	display: block;
	border-bottom: 1px #7E0000 solid;
	color: #FFFFFF;
	padding: .25em .5em .3em 2em;
	text-decoration: none;
	}	
#menu a:link { 
	text-decoration: none;
	}		
#menu a:hover, #menu a:focus {
	background-color: #600;
	text-decoration: none;
	}
#menu a:active { 
	color: #FFFFFF;
	background-color: #600;
	}
#menu a:visited { 
	color: #FFFFFF;
	}

/* -- set current status of menu items --*/
#home #m_home a, #calendar #m_calendar a, #tickets #m_tickets a, #parking #m_parking a, #weddings #m_weddings a, #meetings #m_meetings a, #events #m_events a, #res_info #m_res_info a, #stadium #m_stadium a, #tower #m_tower a, #cauldron #m_cauldron a, #huntsman #m_huntsman a, #team #m_team a, #employment #m_employment a, #partners #m_partners a, #contact #m_contact a, #gi_stadium #m_gi_stadium a, #gi_arena #m_gi_arena a, #gi_conduct #m_gi_conduct a, #venue #m_venue a {
	background-image:url(../images/current_mark.gif);
	background-repeat:no-repeat;
	background-position: 1em .4em;
}
/* -- END NAVIGATION  -- */


/* -- FOOTER LINK  -- */
#footer p {
	padding: .5em 0;
}

#footer A {
	font-weight: bold;
	color: #E1E1E1;
	text-decoration: none;
}	

#footer A:Link { 
	color: #E1E1E1;
	text-decoration: none;
}
	
#footer A:Visited { 
	color: #999999;
}
			
#footer A:Hover, #footer A:focus {
	color: #CC0000;
	text-decoration: underline;
}
	
#footer A:Active { 
	color: #CC0000;
} 
/* -- END FOOTER LINK  -- */


/* -- RESERVATION FORM --*/
#fbForm p{
	margin: 0px;
	padding: 5px 0px;
	clear:left;
}
/*form required indicator*/
#content span.required {
	color:#C00;
}

#fbForm p label {
	float: left;
	text-align: right;
	padding-right:.5em;
	width: 12em;
}

#fbForm input[type=text], #fbForm select, #fbForm textarea {
	border:1px solid #CCC;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
}
#fbForm input.invalid, #fbForm select.invalid, #fbForm textarea.invalid {
	border:2px solid #C00;
}

#fbForm input[type="text"]:focus, #fbForm textarea:focus { background-color:#FFC; }

#fbForm p label em {
	font-size: 75%;
}

#fbForm .text {
	width:15em;
}

#fbForm .required {
	color:#990000;
}

#fbForm .infoBtns {
	margin-left: 12.5em;
}

/* -- validation warning --*/
#fbForm .validationerrors {
	width:90%;	/* -- workaround to prevent ie 6 background color disappearing -- */
	padding: 1em;
	margin-bottom: 1em;
	background-color:#F3F3F3;
}
	
#fbForm .validationerrors ol {
	list-style-position: inside;
}
	
#fbForm h2 a.submissionerror {
	color: #000;
	background-color:#F3F3F3;
	text-decoration: none;
}

/* -- END RESERVATION FORM --*/


.clearfix {
	clear:both;
	height:1px
	}
