/* reset.css */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, code, del, dfn, em, img, q, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, dialog, figure, footer, header, hgroup, nav, section {margin:0px; padding:0px; border:0px; font-weight:inherit; font-style:inherit; font-size:100%; font-family:inherit; vertical-align:baseline;}
table {border-collapse:separate;border-spacing:0px;}
caption, th, td {text-align:left; font-weight:normal;}
table, td, th {vertical-align:top;}
a img {border:none;}

/* typography.css */
html {font-size:100.01%;}
body {font-size:14px; line-height:1.25; font-family:"Helvetica Neue", Arial, Helvetica, sans-serif; font-weight:normal; color:#333333;}

h1, h2, h3, h4, h5, h6 {font-weight:bold;}
h1 {
	font-size:30px;
	line-height:1.125em; 
	margin-bottom:14px;
	color:#18799e;
	}
h2 {
	font-size:24px;
	line-height:1.125em; 
	margin-bottom:14px;
	color:#18799e;
	}
h3 {
	font-size:18px;
	line-height:1.125em; 
	margin-bottom:14px;
	color:#18799e;
	}
h4 {
	font-size:16px;
	line-height:1.125em; 
	margin-bottom:14px;
	color:#333333;
	}
h5 {font-size:14px; margin-bottom:7px;}
h6 {font-size:12px; margin-bottom:6px;}
h1 img, h2 img, h3 img, h4 img, h5 img, h6 img {margin:0px;}

p {margin-bottom:14px;}
p img.left {float:left; margin:0px 20px 20px 20px; padding:0px;}
p img.right {float:right; margin:0px 20px 20px 20px; padding:0px;}

a, a:visited, a:active {text-decoration:none; outline:none; color:#1c799a;}
a:focus, a:hover {text-decoration:underline; color:#FFFFFF;}

strong {font-weight:bold;}
em {font-style:italic;}
sup, sub {line-height:0px;}

ul, ol {margin:0px; padding:0px;}
ul {list-style-type:square; list-style-position:outside; padding-left:15px;}
ol {list-style-type:decimal;}
li {margin-bottom:10px;}
li ul, li ol {margin:0px;}
table {margin-bottom:10px; width:100%;}
th {font-weight:bold;}
th, tr, td {padding:0px; margin:0px;}
tr.even td {background-color:#999999;}

hr {background:#000000; color:#000000; clear:both; float:none; width:100%; height:2px; margin-top:10px; margin-bottom:10px; border:none;}

div.hr {
	height:1px;
	width:100%;
	background-color:#a9e45a;
	border-bottom:1px solid #72a72b;
	margin-bottom:14px;
	}

/* forms.css */

label, input, textarea, select {font-size:10px; margin-bottom:10px; font-size:14px;}
input.check, input.radio, input.btn {padding:0px; background:none; border:none;}
label {}
input {padding:5px; background:none; background-color:#FFFFFF; width:95%; font-size:14px;}
input.check, input.radio {width:20px;}
input.btn {width:100%; height:30px; background-color:#FFFFFF;}
textarea {padding:5px; background:none;}
select {padding:5px; background:none; background-color:#FFFFFF;}

/* grid.css */

.left {float:left; margin:20px 20px 20px 0px; padding:0px;}
.right {float:right; margin:20px 0px 20px 20px; padding:0px;}

.first {margin-left:0px; padding-left:0px;}
.last {margin-left:0px; padding-left:0px;}
.top {margin-left:0px; padding-left:0px;}
.bottom {margin-left:0px; padding-left:0px;}

.border {border:#FF0000 1px solid;}

.clearfix:after, .container:after, .header-contain:after, .footer-contain:after, .nav-contain:after, .col-1:after, .col-2:after, .col-3:after, .col-4:after, .col-5:after, .align-1:after, .align-2:after, .align-3:after, .align-4:after, .align-5:after, .align-6:after {content:"\0020"; display:block; height:0px; clear:both; visibility:hidden; overflow:hidden;}
.clearfix {display:block;}
.clear {clear:both;}

/* layout */

body {width:100%; background-color:#90c746; background-image:none;}

.container, .header-contain, .footer-contain, .nav-contain {width:100%; margin:0px; padding:0px; position:relative; display:block;}
.header, .nav, .content-area, .footer {position:relative; width:950px; margin:0px auto; padding:0px;} 

.header-contain {background:url(../images/header-cont-bg.jpg) 0px 0px repeat-x;}
.nav-contain {}
.container {background:url(../images/container-bg.jpg) 0px 0px repeat-x;}
.footer-contain {}

.header {height:254px; background:url(../images/header-bg.jpg) 0px 0px no-repeat;}
.nav {}
.content-area {}
.footer {}

.col-1, .col-2, .col-3, .col-4, .col-5 {float:left; position:relative; display:block;}
.col-1 {width:298px; background:url(../images/left-col-bg.jpg) 0px 0px no-repeat; text-align:center;}
.col-2 {width:652px; background:url(../images/right-col-bg.jpg) 0px 0px no-repeat;}
.col-3 {width:298px; text-align:center;}
.col-4 {width:652px;}
.col-5 {}

.align-1, .align-2, .align-3, .align-4, .align-5, .align-6 {display:block;}
.align-1 {padding-left:20px; padding-right:20px;}
.align-2 {padding-left:20px; padding-right:20px; padding-top:330px;}
.align-3 {padding-left:20px; padding-right:20px; padding-top:20px;}
.align-4 {padding-left:40px; padding-right:40px; padding-top:40px;}
.align-5 {padding-left:20px; padding-right:20px; padding-top:20px; padding-bottom:20px;}
.align-6 {padding-left:40px; padding-right:40px; padding-top:20px; padding-bottom:20px;}

ul.nav {list-style:none;}
ul.nav li {float:left; display:inline; position:relative;}
ul.nav li a {display:block; padding:10px;}

/* Image Button Set */
.img-btn { display:block; background-position:0px 0px; background-repeat:no-repeat; text-indent:-9999px; }
.img-btn:hover { background-position:0px 100%; }

a.btn-location {width:259px; height:51px; background:url(../images/btn-location.jpg) 0px 0px no-repeat; display:block; text-indent:-9999px; margin-bottom:20px; }
a.btn-poster {width:259px; height:51px; background:url(../images/btn-poster.jpg) 0px 0px no-repeat; display:block; text-indent:-9999px; margin:0px auto 20px auto;}
a.btn-facebook {width:259px; height:92px; background:url(../images/btn-facebook.jpg) 0px 0px no-repeat; display:block; text-indent:-9999px; float:left; }
a.btn-sponsorship {width:259px; height:77px; background:url(../images/btn-sponsorship.jpg) 0px 0px no-repeat; display:block; text-indent:-9999px; margin:20px auto;}
a.btn-rotary-comm {width:85px; height:45px; background:url(../images/rotary-comm-logo.jpg) 0px 0px no-repeat; display:block; text-indent:-9999px;}
a.btn-rotary-belle {width:56px; height:47px; background:url(../images/rotary-belleville-logo.jpg) 0px 0px no-repeat; display:block; text-indent:-9999px;}
a.btn-snap {width:122px; height:40px; background:url(../images/snap-design-logo.jpg) 0px 0px no-repeat; display:block; text-indent:-9999px;}
a.btn-tickets {width:259px; height:332px; background:url(../images/get-tickets.jpg) 0px 0px no-repeat; display:block; text-indent:-9999px; margin-bottom:20px; }
a.btn-home {width:552px; height:254px; background:url(../images/logo.jpg) 0px 0px no-repeat; display:block; text-indent:-9999px; margin:0px; padding:0px;}

/* cycler */

.cycler-window {width:611px; height:310px; z-index:9990;}
.arrows-cont {position:absolute; top:275px; right:50px; margin:0px; padding:0px; z-index:9999;}
ul.prev-next { list-style:none; margin:0px; padding:0px; display:inline;}
ul.prev-next li {float:left; margin:0px; padding:0px;}

a.btn-arrow-left {width:64px; height:21px; background-position:0px 0px; background-repeat:no-repeat; background-image:url(../images/banner-nav.jpg); display:block; text-indent:-9999px;}
a.btn-arrow-left:hover {background-position:0px -21px;}
a.btn-arrow-right {width:63px; height:21px; background-position:-63px 0px; background-repeat:no-repeat; background-image:url(../images/banner-nav.jpg); display:block; text-indent:-9999px;}
a.btn-arrow-right:hover {background-position:-65px -21px;}

/* sponsors */

.sponsors img { display:block; margin:0px auto 14px auto; }
.sponsors img.last {  margin:0px auto 28px auto; }

#btn-parrott-foundation { height:93px; width:262px; background-image:url(../images/logo_parrott_foundation.png); }
#btn-bob-clute { height:93px; width:178px; background-image:url(../images/logo_bob_clute.png); }
#btn-belleville-mitsubishi { height:93px; width:81px; background-image:url(../images/logo_belleville_mitsubishi.png); }
#btn-mix-97 { height:93px; width:163px; background-image:url(../images/logo_mix_97.png); }
#btn-cjbq { height:93px; width:113px; background-image:url(../images/logo_cjbq.png); }
#btn-rock-107 { height:93px; width:152px; background-image:url(../images/logo_rock_107.png); }
#btn-snap-design { height:93px; width:202px; background-image:url(../images/logo_snap_design.png); }

.bug { border:1px solid #ff0000; }
