/* Reset -----------------------------------------------------*/
html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, acronym, address, big, cite, code,del, dfn, em, font, img, ins, kbd, q, s, samp,small, strike, strong, sub, sup, tt, var,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td, hr {margin: 0;padding: 0;border: 0;outline: 0;font-weight: inherit;font-style: inherit;font-size: 100%;font-family: inherit;vertical-align: baseline;background: transparent;}:focus {outline: 0;outline: none;}body {line-height: 1;color: black;background: white;}ol, ul {list-style: none;}
table {border-collapse: collapse;border-spacing: 0;}caption, th, td {text-align: left;font-weight: normal;}blockquote:before, blockquote:after,q:before, q:after {content: "";}blockquote, q {quotes: "" "";}a:focus, button:focus {outline: none;}.clearfix:after {content: ".";display: block;height: 0;clear: both;visibility: hidden;}

/* Tags ------------------------------------------------------*/

body {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 13px;
	font-weight: 300;
	color: #323232;
	line-height: 1.2em;
	background: url(../images/body_back.jpg) no-repeat top center #223344;
}

a {
	color: #4793bd;
	text-decoration: none;
}

p, ul, ol, blockquote {
	margin-bottom: 1em;
}

h1, h2, h3, h4, h5, h6 {
	text-transform: uppercase;
	font-weight: bold;
}

small {
	font-size: .75em;
}

/* Shared Styles ------------------------------------------------------*/

.left, .right {
	float: left;
}

.left {
	margin-right: 30px;
}

.right {
	margin-left: 30px;
}

.wide {
	width: 509px;
}

.narrow {
	width: 273px;
}

.more_btn, .next {
	font-weight: bold;
	background: url(../images/next_btn.png) no-repeat right center;
	padding-right: 12px;
}

.more_btn:hover {
	border-bottom: 1px dotted #4793bd;
}

.prev {
	font-weight: bold;
	background: url(../images/prev_btn.png) no-repeat left center;
	padding-left: 12px;
}

.columned {
	-webkit-column-count:2;
	-moz-column-count:2;
	-webkit-column-gap:40px;
	-moz-column-gap:40px;
	padding-bottom: 2px;
}

.timesince {
	font-family: Georgia;
	font-style: oblique;
	font-weight: normal;
}

.date {
	font-weight: bold;
	color: #8b8b8b;
}

.amp {
	font-family: Baskerville, Palatino, Constantia, "Book Antiqua", "URW Palladio L", serif;
	font-style: oblique;
	font-weight: normal;
}

.alignright {
	text-align: right;
}

.aligncenter {
	text-align: center;
}

em, i {
	font-style: oblique;
}

strong, bold {
	font-weight: bold;
}

/* Header ------------------------------------------------------*/

#page {
	width: 960px;
	margin: 0 auto;
}

#header {
	position: relative;
	text-indent: -9999em;
	width: 476px;
	height: 116px;
	margin: 10px auto 10px 106px;
	background: url(../images/binghamcup.png) no-repeat;
}

#header h1 a {
	display: block;
	width: 476px;
	height: 116px;
	position: absolute;
	top: 0;
	left: 0;
}

/* Navigation ------------------------------------------------------*/

#navigation {
	width: 882px;
	height: 40px;
	margin: 0 auto;
	padding: 9px 24px 0 24px;
	background: url(../images/navigation_back.gif) no-repeat;
}

#navigation ul li {
	float: left;
	margin: 0;
	padding: 0;
}

#navigation a {
	text-indent: -9999em;
	display: block;
	height: 40px;
}

#navigation a:hover {
	background-position: 50% 0;
}

#navigation a:active {
	background-position: 100% 1px;
}

#navigation a.current {
	background-position: 100%;
}

a#newsandupdates_btn {
	width: 124px;
	background: url(../images/nav/news_btn.png) no-repeat;
}

a#about_btn {
	width: 60px;
	background: url(../images/nav/about_btn.png) no-repeat;
}

a#tournament_btn {
	width: 96px;
	background: url(../images/nav/tournament_btn.png) no-repeat;
}

a#schedule_btn {
	width: 139px;
	background: url(../images/nav/schedule_btn.png) no-repeat;
}

a#events_btn {
	width: 65px;
	background: url(../images/nav/events_btn.png) no-repeat;
}

a#registration_btn {
	width: 99px;
	background: url(../images/nav/registration_btn.png) no-repeat;
}

a#sponsors_btn {
	width: 78px;
	background: url(../images/nav/sponsors_btn.png) no-repeat;
}

a#contact_btn {
	width: 72px;
	background: url(../images/nav/contact_btn.png) no-repeat;
}

a#merchandise_btn {
	width: 100px;
	background: url(../images/nav/merch_btn.png) no-repeat;
}

a#faq_btn {
	width: 49px;
	background: url(../images/nav/faq_btn.png) no-repeat;
}

/* Multistory ------------------------------------------------------*/

#multistory {
	position: relative;
	margin: 0 auto;
	width: 930px;
	height: 408px;
	background: #fefefe;
}

#information {
	position: absolute;
	z-index: 10;
	top: 0;
	right: 0;
	width: 308px;
	height: 388px;
	padding: 20px 20px 0 20px;
	background: url(../images/information_back.png);
	color: #fff;
}

#information h3 {
	font-size: 27px;
	font-weight: bold;
	line-height: 28px;
	text-transform: uppercase;
	margin-bottom: .3em;
}

#information h3 strong {
	color: #4793bd;
}

#information_nav {
	position: absolute;
	bottom: 14px;
	right: -14px;
	width: 362px;
	height: 120px;
	padding: 20px 0 0 15px;
	background: url(../images/information_nav_back.png);
}

#information_nav ul li {
	float: left;
	margin-right: 15px;
}

#information_nav a {
	display: block;
	overflow: hidden;
	text-indent: -9999em;
	width: 105px;
	height: 105px;
}

#information_nav a:hover, #information_nav a.current:hover {
	background-position: 50% 0;
}

#information_nav a.current {
	background-position: 100% 0;
}

#thehotels_btn {
	background: url(../images/thehotels_btn.jpg) no-repeat;
}

#thevenue_btn {
	background: url(../images/thevenue_btn.jpg) no-repeat;
}

#thecity_btn {
	background: url(../images/thecity_btn.jpg) no-repeat;
}

.description {
	position: absolute;
	top: 20px;
	left: 0;
	color: #fff;
	width: 300px;
	font-size: 12px;
	padding: 20px 20px 10px 20px;
	background: url(../images/information_back.png);
}

ul.controls li {
	display: inline;
	margin-right: 30px;
}

ul.controls {
	margin-bottom: 30px;
}

.description h4 {
	font-size: 18px;
	margin-bottom: .6em;
}

.slide {
	position: absolute;
	top: 0;
	left: 0;
	width: 930px;
	height: 408px;
	background: #1b232a;
}

#thecity, #thehotels, #thecitydescription, #thehotelsdescription {
	display: none;
}

/* Content ------------------------------------------------------*/

#content {
	margin: 0 auto;
	background: #fff url(../images/content_back.gif) repeat-x;
	width: 842px;
	padding: 40px 20px 10px 20px;
	border-left: 9px solid #9fc8e8;
	border-right: 9px solid #9fc8e8;
	border-bottom: 9px solid #9fc8e8;
	overflow: hidden;
	color: #7e7e7e;
	position: relative;
}

#tabs_nav {
	position: absolute;
	top: 0;
	padding-top: 30px;
	left: 0;
	width: 200px;
	float: left;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	background: #fff url(../images/tabs_nav.gif) repeat-x;
}

.tabs_content {
	float: left;
	width: 622px;
	margin-left: 210px;
	margin-bottom: 20px;
}

.tabs_content h5 {
	margin-bottom: .2em;
}

/* Tabs
----------------------------------*/

.ui-tabs { zoom: 1; }
.ui-tabs .ui-tabs-nav { list-style: none; position: relative; }
.ui-tabs .ui-tabs-nav li { position: relative; border-bottom-width: 0 !important; margin: 0; }
.ui-tabs .ui-tabs-nav li a { padding: 10px 5px 10px 20px; text-decoration: none; color: #959595; width: 175px; display: block; }
.ui-tabs .ui-tabs-nav li a:hover { border-bottom: none !important; color: #4793bd; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a, .ui-tabs .ui-tabs-nav li.ui-state-disabled a, .ui-tabs .ui-tabs-nav li.ui-state-processing a { cursor: pointer; }
.ui-tabs .ui-tabs-nav li a, .ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a { cursor: pointer; } /* first selector in group seems obsolete, but required to overcome bug in Opera applying cursor: text overall if defined elsewhere... */
.ui-tabs .ui-tabs-panel { float: left; }
.ui-tabs .ui-tabs-hide { display: none !important; }
.ui-tabs .ui-tabs-nav li.ui-tabs-selected {
	background: #4793bd;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a {
	color: #fff;
}


#tabs_shadow {
	position: absolute;
	left: 200px;
	top: 0;
	background: url(../images/tabs_nav_shadow.png) no-repeat;
	width: 17px;
	height: 290px;
}

#content a:hover {
	border-bottom: 1px dotted #4793bd;
}

#content h3 {
	font-size: 25px;
	font-weight: bold;
	text-transform: uppercase;
	color: #4793bd;
	margin-bottom: .6em;
}

#content h4 {
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
	color: #4793bd;
	margin-bottom: .7em;
}

		/* Content - News ------------------------------------------------------*/
		
		#content.news a {
			color: #676767;
			text-decoration: none;
		}
		
		#content.news a:hover {
			border-bottom-color: #676767;
		}
		
		#content.news ul {
			line-height: 1.5em;
		}
		
		#content.news h3, #content.news h4 {
			color: #8e8e8e;
		}

#registration, #categories {
	font-size: 12px;
}

/* Footer ------------------------------------------------------*/

#footer {
	width: 842px;
	margin: 30px auto 0 auto;
	color: #8a8a8a;
	font-size: 12px;
	text-shadow: #122024 0 0 2px;
	position: relative;
}

#footer a {
	color: #9f9f9f;
}

#footer a:hover {
	color: #fefefe;
	border-bottom: 1px dotted #fefefe;
}

#footer ul li {
	display: inline;
	margin-right: 12px;
}

#footer a#liaison_btn {
	position: absolute;
	right: 0;
	top: 0;
}

/* Main ------------------------------------------------------*/

#main {
	position: relative;
	margin: 0 auto;
	width: 876px;
	padding: 27px;
	background: #fefefe;
	color: #909090;
	line-height: 1.4em;
}

#main h2 {
	color: #4793bd;
	font-size: 31px;
	line-height: 30px;
	margin-bottom: .5em;
}

#main h4 {
	font-size: 20px;
	color: #4793bd;
	margin-bottom: .4em;
}

	/* Main - News ------------------------------------------------------*/
	
	#main.news {
		position: relative;
		width: 876px;
		background: #fefefe url(../images/main_news_back.gif) repeat-y;
	}
	
	/* Main - Contact ---------------------------------------------------*/
	
	#main.contact .right {
		width: 472px;
	}
	
	#questions {
		font-size: 16px;
		line-height: 22px;
		margin-bottom: 3em;
	}
	
	/* Main - Register ---------------------------------------------------*/
	
	#main.register .right {
		width: 290px;
	}

        #registerform {
            width: 553px;
            float: left;
        }

/* Sidebar ------------------------------------------------------*/

#sidebar {
	position: relative;
	float: right;
	width: 270px;
	padding: 20px 20px 0 20px;
	color: #fff;
	font-size: 11px;
}

#sidebar a {
	color: #fff;
}

#sidebar a:hover {
	border-bottom: 1px dotted #fff;
}

#sidebar h4 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: .2em;
}

	/* Sidebar - News ------------------------------------------------------*/
	
	#main.news #sidebar {
		line-height: 1.2em;
	}

	/* Sidebar - About ------------------------------------------------------*/
	
	#main.about #sidebar {
		margin-top: 26px;
		color: #4793bd;
		font-family: Georgia;
		font-style: oblique;
		font-size: 16px;
		line-height: 1.2em;
		margin-right: 30px;
		font-weight: normal;
	}
	
	#main.about #sidebar .date {
		color: #4793bd;
		font-size: 13px;
		font-weight: normal;
	}
	
	
/* Entry ------------------------------------------------------*/

.entry {
	float: left;
	width: 520px;
	font-size: 16px;
	line-height: 22px;
	color: #909090;
}	
	
/* Pagination ------------------------------------------------------*/

#pagination {
	position: absolute;
	bottom: 14px;
	padding: 25px 20px 0 20px;
	right: -15px;
	width: 337px;
	height: 36px;
	background: url(../images/pagination_back.png);
	z-index: 1000;
}

#pagination .prev {
	float: left;
	margin-right: 0;
}

#pagination .next {
	float: right;
	margin-right: 0;
}

#contacts, #findus {
	float: left;
	width: 236px;
}

#findus ul {
	padding-left: 40px;
}

#findus ul li {
	display: inline;
}

.twitter_btn {
	display: block;
	padding-left: 17px;
	background: url(../images/twitter_btn.gif) no-repeat left center;
}

.facebook_btn {
	display: block;
	padding-left: 17px;
	background: url(../images/facebook_btn.gif) no-repeat left center;
}

#contacts a {
	color: #313131;
}

#contacts a:hover {
	border-bottom: 1px dotted #313131;
}

/* Forms ------------------------------------------------------*/

form#contact {
	float: left;
	width: 356px;
}

input, select, textarea, button {
	border: none;
	font-family: "Helvetica Neue", Helvetica, Arial;
	font-weight: 300;
	font-size: 16px;
	padding: 9px 7px;
	margin: 0;
}

form#contact input, form#contact textarea {
	background: #f0f0f0;
	width: 339px;
	color: #909090;
}

input, textarea, select {
	background: #f0f0f0;
	width: 539px;
	color: #909090;
}

form#contact input.focused, form#contact textarea.focused {
	border-left: 8px #4793bd solid;
	width: 331px;
}

input.focused, textarea.focused, input[type=password]:focus {
	border-left: 8px #4793bd solid;
	width: 531px;
}

input.half, select.half {
	width: 257px;
	margin-right: 7px;
}

input.half.last, select.half.last {
	margin-right: 0;
}

input.half.focused, input.half[type=password]:focus {
	width: 249px;
}

input.required, textarea.required {
	background: #f0f0f0 url(../images/required.gif) right top no-repeat;
}

input.required.active, textarea.required.active, input.required.focused, textarea.required.focused {
	background: #f0f0f0;
}

input#player_profile_insurance {
  width: auto;
}

label {
	border: none;
	font-family: "Helvetica Neue", Helvetica, Arial;
	font-weight: 300;
	font-size: 16px;
	padding: 9px 0;
	margin: 0;
	margin-right: 8px;
	color: #b9b9b9;
}

.required_legend {
	background: url(../images/required_legend.gif) no-repeat left center;
	padding-left: 13px;
	position: absolute;
	right: 350px;
	margin: 0;
}

label input {
	margin-right: 12px !important;
}

label input[type=radio] {
    width: auto;
    margin-bottom: .4em;
    margin-right: 3px !important;
}

form#contact textarea {
	padding-left: 5px;
	width: 341px;
	line-height: 22px;
}

textarea {
	padding-left: 5px;
	width: 541px;
	line-height: 22px;
}

form#contact textarea.focused {
	width: 333px;
}

textarea.focused {
	width: 533px;
}

button, a.registration_btn {
	padding: 9px 11px;
	background: #4793bd;
	font-size: 16px;
	color: #fff;
	margin: 0;
	cursor: pointer;
}

button:hover, a.registration_btn:hover {
	background: #58a2cb;
	cursor: pointer;
}

legend {
	font-weight: bold;
	text-transform: uppercase;
	font-size: 18px;
	color: #909090;
	padding-bottom: .8em;
}

fieldset {
	margin-top: 3em;
	margin-bottom: 2em;
}

.prev_btn {
	margin-right: 24px;
}

.message {
	margin-top: 40px;
	width: 520px;
	color: #666;
	font-family: Georgia, "Times New Roman", serif;
	font-style: oblique;
	font-weight: normal;
}

.message.error {
	color: #e48219;
}

.message em {
	font-style: normal;
}

/* Progress Bar ------------------------------------------------------*/

.progressbar {
	position: absolute;
	right: 27px;
	top: 31px;
	color: #999;
	font-weight: bold;
	font-size: 13px;
}

.progressbar a {
	color: #999;
}

.progressbar span {
    vertical-align: middle;
}

.number_head {
	font-size: 18px;
	margin-right: 3px;
}

.divider {
    font-family: Georgia;
    margin-left: 12px;
    margin-right: 12px;
    font-weight: normal;
}

.current {
    color: #454545;
}

/* Scrollpane ------------------------------------------------------*/

.scrollpane {
	height: 300px;
}

.jScrollPaneContainer {
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.jScrollPaneTrack {
	position: absolute;
	cursor: pointer;
	right: 0;
	top: 0;
	height: 100%;
	background: #fff;
}
.jScrollPaneDrag {
	position: absolute;
	background: #f2f2f2;
	cursor: pointer;
	overflow: hidden;
}
.jScrollPaneDragTop {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
}
.jScrollPaneDragBottom {
	position: absolute;
	bottom: 0;
	left: 0;
	overflow: hidden;
}

/* Table ------------------------------------------------------*/

table.timetable {
	background: #f6f6f6;
	font-size: 10px;
	margin-bottom: 3em;
}

td.price {
	width: 60px;
}

thead td {
	background: #fefefe;
	font-weight: bold;
	line-height: 10px;
}

table tr.alt {
	background: #f0f0f0;
}

table.timetable td {
	padding: 4px;
}

/* Manage Table ------------------------------------------------------*/

#manage_table td,
#manage_table th {
	padding: 4px;
}

/* Overrides ---------------------------------------------*/

#about p {
    font-size: 18px;
    line-height: 1.5em;
}

#about {
    margin-top: -4px;
}

#registration a:hover {
	border-bottom: none;
	text-decoration: none;
}

#about sup {
	vertical-align: text-top;
	font-size: .5em;
}

.sponsors .left {
    float: left;
    width: 540px;
}

.sponsors .right {
    float: left;
    width: 200px;
}

.sponsors .right form input, .partypass form input {
    width: auto !important;
}

.copyright {
	color: #5f5f5f;
	font-size: 11px;
	text-shadow: #122024 0 0 2px;
	width: 842px;
	margin: 0 auto;
	margin-bottom: 60px;
}

.faq h3 {
    color: #4793bd;
    font-size: 20px;
    margin-bottom: 10px;
}

.faq .column {
    float: left;
    width: 200px;
}

.faq p {
    clear: both;
}

.partypass {
    position: relative;
    height: 600px;
}

.partypass .left {
    font-size: 1.2em;
    line-height: 1.4em;
    position: absolute;
    width: 460px;
    z-index: 1000;
}

.partypass h3 {
    margin-bottom: 1em;
}

.partypass p.note {
    color: #e0e0e0;
    font-size: 12px;
}

#partypass_image {
    position: absolute;
    bottom: -38px;
    right: -22px;
}

.purchase {
    position: absolute;
    right: 120px;
    top: 76px;
    background: #F0F0F0;
    text-align: center;
    width: 182px;
    padding: 12px;
    padding-bottom: 4px;
}

.purchase input[type=text] {
	background: #fff;
	width: 167px !important;
	margin-bottom: 4px;
}

.purchase input[type=text].focused {
    width: 159px !important;
}

#partypasses_btn {
	 position: absolute;
	 right: -280px;
	 top: -10px;
	 text-indent: -9999em;
	 background: url(../images/partypasses_btn.png) no-repeat;
	 width: 256px;
	 height: 123px;
}

#free {
	color: #fff;
	background: #273747;
	text-shadow: 1px 1px 1px #1e242b;
	border-bottom: 1px solid #324252;
	font-size: 18px;
	line-height: 20px;
}

#free .wrap {
	width: 453px;
	margin: 0 auto;
	padding: 30px 0 0 140px;
	background: url(../images/free_back.png) no-repeat;
	height: 70px;
}

#free a.close_btn {
	float: right;
	display: block;
	font-size: 12px;
	margin-top: -12px;
	padding-top: 4px;
	color: #fff;
	height: 30px;
	padding-right: 33px;
	background: url(../images/closebox.png) no-repeat right center;
}

#free a.close_btn:hover {
	text-decoration: underline;
}

table.schedule {
	width: 100%;
	font-size: 11px;
	margin-bottom: 30px;
}

table.schedule td {
	padding: 5px;
}

table.schedule tr:nth-child(even) {
	background: #ededed;
}

table.schedule strong {
	color: #444;
}