/* COLOR GUIDE 

red: 9d0102
orange: ee9b01

*/

/* START ELEMENT STYLES */

body {
	width:100%;
	height:100%;
	margin:0px 0px 8px 0px;
	padding:0;
	font-family: 'Trebuchet MS', Verdana, Arial, Helvetica, sans-serif;
	color:#333;
	font-size:12px;
	line-height:135%;
	background: url(/2009/images/white-checker.gif) #fff;
}
a:link {
	color:#9d0102;
	text-decoration:underline;
}
a:visited {
	color:#9d0102;
	text-decoration:none;
}
a:hover {
	color:#ee9b01;
	text-decoration:none;
}

hr {
   border: none;
   border-top: 1px solid #e3e1e1;
   height: 1px;
   margin:12px 0px;
   clear:both;
}

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

/* END ELEMENT STYLES */

/* START GLOBAL LAYOUT ELEMENTS */

div#header {
	height:215px;
	padding:0;
	background:url(/2009/images/header-bg.gif) top repeat-x;
	text-align:center;
}
#header h1 {
	text-indent:-9999px;
	font-size:0px;
	margin:0;
	visibility:hidden;
	line-height:0;
}
.header-img {
	background:url(/2009/images/header.png) center top no-repeat;
	width:765px;
	height:185px;
	border:0;
	margin:0 auto;
	padding:0;
}
div#nav {
	height: 30px;
	padding:0px;
	width:900px;
	margin:0 auto;
}
#nav ul {
	background: url(/2009/images/nav/nav.gif);
	height: 30px;
	margin:0;
	padding:0;
	position:relative;
}
#nav li {
	display:block;
	height:30px;
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	top: 0;
}
#nav li a {
	display:block;
	height:30px;
	text-indent:-9999px;
}
li#btn-home {
	left:15px; width:145px;
}
li#btn-meet {
	left:160px; width:145px;
}
li#btn-events {
	left:305px; width:145px;
}
li#btn-tickets {
	left:450px; width:145px;
}
li#btn-multimedia {
	left:595px; width:145px;
}
li#btn-news {
	left:740px; width:145px;
}
#btn-home a:hover {
	background: transparent url(/2009/images/nav/home_over.gif) no-repeat;
}
#btn-meet a:hover {
	background: transparent url(/2009/images/nav/meet_over.gif) no-repeat;
}
#btn-events a:hover {
	background: transparent url(/2009/images/nav/events_over.gif) no-repeat;
}
#btn-tickets a:hover {
	background: transparent url(/2009/images/nav/tickets_over.gif) no-repeat;
}
#btn-multimedia a:hover {
	background: transparent url(/2009/images/nav/multimedia_over.gif) no-repeat;
}
#btn-news a:hover {
	background: transparent url(/2009/images/nav/news_over.gif) no-repeat;
}
.btn-home-on {
	left:0px; width:145px;
	background: transparent url(/2009/images/nav/home_visited.gif) no-repeat; 
}
.btn-meet-on {
	left:63px; width:145px;
	background: transparent url(/2009/images/nav/meet_visited.gif) no-repeat;
}
.btn-events-on {
	left:153px; width:145px;
	background: transparent url(/2009/images/nav/events_visited.gif) no-repeat;
}
.btn-tickets-on {
	left:246px; width:145px;
	background: transparent url(/2009/images/nav/tickets_visited.gif) no-repeat;
}
.btn-multimedia-on {
	left:343px; width:145px;
	background: transparent url(/2009/images/nav/multimedia_visited.gif) no-repeat;
}
.btn-news-on {
	left:513px; width:127px;
	background: transparent url(/2009/images/nav/news_visited.gif) no-repeat;
}
.submenu {
	position:absolute;
	visibility: hidden;
	border-bottom-width: 0;
	line-height: 17px;
	z-index: 100;
	text-align:center;
	width: 143px;
}
.submenu a {
	background: url(/2009/images/nav/drop-down.gif) top repeat-y;
	width: 100%;
	display: block;
	text-indent: 0px;
	border:1px solid #000;
	padding: 1px 0px;
	text-decoration: none;
	font-weight: bold;
	font-size: 1em;
	color: #fff;
}
.submenu a:hover { /*hover background color*/
	background: #ee9b01;
	color: #d0103a;
}

/* div.pageheader {
	background:url(/2009/images/news-header.jpg) -3px top no-repeat;
	height:28px;
	padding:0px 0px 8px 0px;
} */
.pageheadertxt {
	text-indent:-9999px;
	font-size:0px;
	margin:0;
	visibility:hidden;
	line-height:0;
}
div.container {
	background:url(/2009/images/gray40.gif);
	width:870px;
	padding:0px 15px 15px 15px;
	margin:0 auto;
}
div.content {
	border-top:15px solid #9d0102;
	min-height: 350px;
	background: url(/2009/images/shadow-vertical.gif) center repeat-y #fff;
}

.leftCol {
	float:left;
	width:280px;
	text-align:center;
}
.rightCol {
	float:right;
	width:510px;
	padding:40px;
	background: url(/2009/images/pageheader-bg.gif) center 22px no-repeat;
}

div.clearer { /* used to ensure proper clearing of content columns */
	font-size: 0px;
	line-height: 0px;
	display: block;
	margin: 0px;
	padding: 0px;
	clear: both;
	height: 0px;
	width: auto;
}
div#footer {
	clear:both;
	width:860px;
	margin:0 auto;
	padding:72px 5px 0px 5px;
	background:url(/2009/images/footer-bg.gif) center top repeat-x;
	height: 13px;
	font-size:9px;
	line-height: 125%;
	color:#fff;
	text-align:center;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
}
.headertxt {
	font-size:18px;
	margin:0;
	line-height:20px;
	color:#990102;
}

/* END GLOBAL LAYOUT ELEMENTS */


