@charset "UTF-8";

/* CSS Document */

/*
::::::::::::::: Website design and development by Scribblevision Designs // Copyright 2009. All rights reserved. :::::::::::::::

::::::::::::::: Client:  // Revision 1.0 // Copyright 2009 :::::::::::::::
*/

/*--------------------------------------------- global --*/

body {
	background-color: #FFF;
	background-image: url(../gerc_images/gerc_header-bg.gif);
	background-repeat: repeat-x;
	color: #333;
	font: 14px/22px "Lucida Grande", sans-serif;
}

* {
	margin: 0px;
	padding: 0px;
}

.clearFloats {
	clear: both;
}

#wrapper {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}

/*--------------------------------------------- header --*/

#header {
	height: 474px;
}

#logo {
	height: 355px;
	width: 800px;
	background: url(../gerc_images/gerc_logo.jpg) no-repeat;
	margin-right: auto;
	margin-left: auto;
	display: block;
	text-indent: -9000px;
}

#leftNav {
	height: 119px;
	width: 293px;
	text-indent: -9000px;
	background: url(../gerc_images/gerc_nav-left.gif) no-repeat;
	float: left;
}

#rightNav {
	height: 119px;
	width: 297px;
	float: left;
	background: url(../gerc_images/gerc_nav-right.gif) no-repeat;
	text-indent: -9000px;
}

#menu {
	height: 119px;
	width: 410px;
	float: left;
}

#menu ul  {
	list-style: none;
}

#menu ul li  {
	display: inline;
}

#menu ul .home a {
	display: block;
	float: left;
	text-indent: -9000px;
	background: url(../gerc_images/gerc_home.gif) no-repeat;
	height: 119px;
	width: 156px;
}

#menu ul .home a:hover {
	display: block;
	float: left;
	text-indent: -9000px;
	background: url(../gerc_images/gerc_home_hover.gif) no-repeat;
	height: 119px;
	width: 156px;
}

#menu ul .timetable a  {
	display: block;
	float: left;
	height: 119px;
	width: 254px;
	background: url(../gerc_images/gerc_timetable.gif) no-repeat;
	text-indent: -9000px;
}

#menu ul .timetable a:hover {
	display: block;
	float: left;
	height: 119px;
	width: 254px;
	background: url(../gerc_images/gerc_timetable_hover.gif) no-repeat;
	text-indent: -9000px;
}

/*--------------------------------------------- content --*/

#contentContainer {
	background: url(../gerc_images/gerc_content-bg.gif) no-repeat left top;
}
#linkBar {
	font: 16px/36px "Cooper Std Black", "Cooper Black";
	width: 650px;
	margin-right: auto;
	margin-left: auto;
	padding-right: 10px;
	padding-left: 10px;
	background: #F5EC37;
	border: 1px solid #EA1B8A;
	margin-bottom: 20px;
	text-align: center;
}

#contentWrapper {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}

/*--------------------------------------------- footer --*/

#footerStretch {
	background: url(../gerc_images/gerc_footer.gif) repeat-x;
	height: 159px;
	margin-top: 20px;
}

#footerContainer {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}

#sponsors {
	width: 262px;
	float: left;
	display: block;
	border-right: 1px solid #ADEAFD;
	margin-top: 20px;
	text-align: center;
	height: 97px;
	padding-top: 30px;
	background: url(../gerc_images/gerc_ticketBtn.gif) no-repeat center center;
	text-indent: -9000px;
}
#sponsors:hover {
	background: url(../gerc_images/gerc_ticketBtn_hover.gif) no-repeat center center;
}

#footerDetails {
	float: left;
	height: 97px;
	width: 333px;
	margin-top: 20px;
	display: block;
	border-right: 1px solid #A6E8FE;
	padding-right: 10px;
	padding-left: 20px;
	font-size: 11px;
	color: #E3F7FE;
	padding-top: 30px;
	line-height: 14px;
}

#sd {
	display: block;
	float: left;
	width: 290px;
	height: 77px;
	margin-top: 20px;
	padding-top: 50px;
	padding-right: 20px;
	padding-left: 60px;
	color: #E3FBFF;
	font-size: 11px;
	background: url(../gerc_images/gerc_sd.gif) no-repeat 20px center;
	line-height: 14px;
}
