@charset "utf-8";
/* CSS Document */

/* RESET */

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

/* MY STYLES ################################# */

#billboard {
	position: relative;
	width: 960px;
	height: 300px;
	background: url(../images/bg-billboard.jpg) no-repeat;
	margin: 30px auto;
}

#billboard-heading-1 {
	position:absolute;
	top:78px;
	left:450px;
	width:460px;
	font-family:arial;
	font-size:24px;
	text-align:left;
	color:#fff;	
}

#billboard-heading-2 {
	position:absolute;
	top:108px;
	left:480px;
	width:420px;
	font-family:arial;
	font-size:48px;
	text-align:right;	
	color:#fff;	
}

#billboard-heading-3 {
	position:absolute;
	top:158px;
	left:480px;
	width:420px;
	font-family:arial;
	font-size:40px;
	text-align:right;
	color:#fff;	
}

body {
	background: url(../images/bg-body.png) #f1f1f1 repeat-x;	
}

#clip-board {
	width:960px;
	margin:0px auto;		
}

#clip-board h3 {
	font-family:arial;
	font-size:18px;
	font-weight:bold;
	color:#333;
	margin:20px 10px 10px 20px;	
}

#clip-board p {
	font-family:arial;
	font-size:14px;
	font-weight:normal;
	color:#333;
	margin: 6px 10px 0 20px;
	line-height:1.4;
}

.clipboard-2 {
	position: relative;	
	margin: 0 auto 10px auto;
	width: 960px;
	height:260px;
	border-bottom:Solid 1px #CCC;
}

.clipboard-3 a:link {
	font-family: arial;
	font-size: 14px;
	font-weight: normal;
	color: green;
	text-align:left;
	line-height: 1.3;
}

.clipboard-2 a:link {
	text-decoration:none;	
	color: #666;	
}

.clipboard-2 a:active {
	text-decoration:none;	
	color: #666;
	
}

.clipboard-2 a:hover {
	text-decoration:none;	
	color: blue;
}

.clipboard-2 a:visited {
	text-decoration:none;	
	color: #666;
}

.clipboard-2-big-bass-pic {
	float: right;
	width: 77px;
	height: 93px;
	border: solid 4px #fefefe;
	margin-right: 2px;
	margin-left: 4px;
}

#clipboard-2-cap {
	position: absolute;
	left: -9px;
	top: -10px;
	width: 960px;
	height: 56px;	
	margin: 0;	
}

.clipboard-2-clips-left {
	background: url(../graphics/clipboard-2-clips-bg.jpg) repeat top;
	float: left;
	margin-top: 28px;
	margin-right: 20px;
	padding-top: 10px;
	padding-left: 12px;
	width: 175px;
	height: 160px;
				
}

.clipboard-2-clips-right {
	float: right;
	margin-top: 28px;
	padding: 10px 0px 0px 10px;
	width: 480px;
	height: 200px;
	box-shadow: 0px 5px 5px #888888;
			
}

.clipboard-2 h3 {
	font-family: arial;
	font-size: 14px;
	font-weight: bold;
	color: #333;
	text-align:left;
	margin-bottom: 6px;
}

.clipboard-2 p {
	font-family: arial;
	font-size: 14px;
	font-weight: normal;
	color: #f0f0f0;
	text-align:left;
	line-height: 1.3;
}

.clipboard-2-reel-in-pic {
	float: right;
	width: 130px;
	height: 74px;
	border: solid 4px #fefefe;	
	margin-top: 10px; 
	margin-right: 25px;
}

.clip-left {
	position:relative;
	float:left;
	width:308px;
	height:370px;
	margin: 20px 15px 20px 0;
	background-color:#f9f9f9;
	box-shadow: 0px 5px 5px #888888;
}

.clip-left-double {
	position:relative;
	float:left;
	width:620px;
	height:370px;
	margin: 20px 15px 20px 0;
	background-color:#f9f9f9;
	box-shadow: 0px 5px 5px #888888;
}

#clip-1-link {
	position:absolute;
	top:360px;
	margin-left:20px;
}

#clip-1-link a{
	text-decoration:under-line;
	font-family:arial;
	font-size:14px;
	color:#333;
}

#clip-1-link a:visited {
	color:#333;	
}

#clip-1-link a:hover {
	color:#666;
}

#clip-1-link a:active {
	color:#999;		
}

#clip-pic-1 {
	float:right;
	margin:6px;
	width:138px;
	height:138px;
}

#clip-pic-2 {
	float:right;
	margin:6px;
	width:138px;
	height:106px;
}

#clip-pic-3 {
	float:right;
	margin:6px;
	width:138px;
	height:110px;
}

.clip-right {
	position:relative;
	float:right;
	width:308px;
	height:370px;
	margin: 20px 0 20px 0;
	background-color:#f9f9f9;
	box-shadow: 0px 5px 5px #888888;
}

#contact-gg {
	width:960px;
	height:57px;
	margin:0px auto 10px auto;
	background-image:url(../images/contact-gg.png);	
}

#footer {
	border-top:solid 1px #CCC;
	padding-top:0px;
	background-color:#FFF;
}

/* background: url(../images/bg-header.png) repeat top; height: 400px;
*/

#footer-wrapper {
	width:960px;
	margin:0 auto;
}

#content {
	width:920px;
	margin: 20px auto;
	padding:20px;
	background-color:#f9f9f9;
	box-shadow: 0px 5px 5px #888888;
}

#content h1 {
	font-family:Arial;
	color:#333;
	font-size: 22px;
	padding:8px;
	text-align:left;
}

#content p {
	font-family:Arial;
	color:#333;
	font-size: 16px;
	padding:8px;
	text-align:left;
}

#content ul li {
	list-style:square;
}

#content ul li {
	font-family:arial;
	font-size:16px;
	color:#666;
	line-height:1.5;
	margin-left:30px;
}

.divider {
	width:920px;
	border-bottom:dashed 1px #999;
	margin:20px auto;
}

#gerry-hero-shot {
	width:390px;
	height:327px;
	background-image:url(../images/gg-billboard.png);
	position:absolute;
	margin-top:-27px;
	margin-left:20px;	
}

#gg-contact {
	width:300px;
	height:250px;
	float:right;
	padding:10px;
	background-color:#FFF;	
	box-shadow: 0px 5px 5px #888888;	
}

#group-pic {
	width:270px;
	height:246px;
	float:right;
	margin:0 15px 10px 15px;
	background-color:#FFF;
	padding:5px;
	box-shadow: 0px 5px 5px #888888;
}

#header {
	background: url(../images/bg-header.png) repeat-x top; height: 100px;	
}

#header-content {
	position: relative;	
	margin: 0 auto; 
	width: 960px;		
}

.header-text-1 {
	font-family:Arial;
	font-size: 14px;
	padding-top:8px;
	text-shadow: -4px 4px 5px #666;
	text-align:center;
}

.header-text-2 {
	font-family: arial black, verdana;
	font-size: 22px;
	font-weight: bold;
	color: #330033;
	padding-top:8px;
	text-shadow: -4px 4px 5px #666;
	text-align:center;
}
	
.header-text-3 {
	color: #990000;	
	text-shadow: -4px 4px 5px 666;
}

#navigation {
	background: url(../images/navigation-bg.png) repeat-x top; height: 58px;	
}

#navigation-container {
	position: relative;	
	margin: 0 auto; 
	width: 960px;	
}

#navigation-container ul li {
		list-style: none;
		text-align: center;
		float: left;
		color:#ccc;	
}

#navigation-container ul li a {
	display: block;
	height: 56px;
	width: 238px;
	line-height: 56px;
	text-decoration:none;
	font-family:arial;
	font-size:14px;
	color:#ccc;	
}

#navigation-container ul li a:visited {
	color:#ccc;	
}

#navigation-container ul li a:hover {
	color:#fff;
}

#navigation-container ul li a:active {
	color:#fff;		
}

#now-booking {
	text-align:center;
	color:#333;
	font-family:arial;
	font-size:16px;
	margin:10px 0 10px 0;	
}

.pic-holders {
	width:130px;
	height:125px;
	padding:5px 0px 0px 0px;
	background-color:#FFF;	
	box-shadow: 0px 5px 5px #888888;
	float:left;
	margin:0px 10px 10px 0px;
}

#schedule-button {
	position:absolute;
	top:212px;
	left:485px;	
}

.sponsors {
	position: relative;	
	margin: 0 auto;
	width: 960px;
	height: 128px;
}

.sponsor-pic-1 {
	position: absolute;
	top: 27px;
	left: 30px;
	width: 130px;
	height: 39px;
}

.sponsor-pic-2 {
	position: absolute;
	top: 78px;
	left: 15px;
	width: 150px;
	height: 30px;
}

.sponsor-pic-3 {
	position: absolute;
	top: 27px;
	left: 220px;
	width: 157px;
	height: 33px;
}

.sponsor-pic-4 {
	position: absolute;
	top: 10px;
	left: 420px;
	width: 131px;
	height: 81px;
}

.sponsor-pic-5 {
	position: absolute;
	top: 40px;
	left: 200px;
	width: 185px;
	height: 60px;
}

.sponsor-pic-6 {
	position: absolute;
	top: 24px;
	left: 600px;
	width: 108px;
	height: 80px;
}

.sponsor-pic-7 {
	position: absolute;
	top: 10px;
	left: 758px;
	width: 108px;
	height: 80px;
}

.sponsor-pic-8 {
	position: absolute;
	top: 66px;
	left: 440px;
	width: 108px;
	height: 80px;
}

#trophy {
	width:270px;
	height:250px;
	background-color:#FFF;
	padding:5px 0 0 5px;	
	margin:10px auto;
	box-shadow: 0px 5px 5px #888888;
}