/***** 490.css for BSC *****/
html {
	background: url(../images/interface/header-tile.png) repeat-x 0 0;
}
body {
	background: url(../images/interface/header-bg.png) no-repeat center top;
}
#container {
	width: 1000px;
	margin: 0 auto;
	position: relative;
}
article img {
	max-width: 620px !important;
	height: inherit;
}




/***** Type *****/
h1 {
	margin-top: 10px;
	margin-bottom: 30px;
}
aside p {
	margin-bottom: 1.2em;
}
aside h2 {
	margin-bottom: 9px;
}
article h2 {
	padding-top: 0;
}


/***** Header *****/
header {
	border: none;
	background: none;
	position: relative;
	padding: 0;
	height: 126px;
}
#logo {
	width: 224px;
	height: 74px;
	margin: 26px 0 0 5px;
}
#logo a {
	height: 74px;
}
#icon-menu {
	display: none;
}
nav {
	position: absolute;
	right: 0;
	top: 52px;
	display: block;
	z-index: 9999;
}
nav li {
	float: left;
	width: auto;
	margin: 0 0 0 25px;
	padding: 0;
	border: none;
	position: relative;
}
nav li a:link,
nav li a:visited,
nav li a:hover,
nav li a:active {
	font-weight: 700;
	color: #fff;
	font-size: 14px;
}
nav li a:hover {
	border-bottom: 2px solid #fff;
}
nav ul ul {
	display: none;
	position: absolute;
	left: 0;
	top: 21px;
	background: #000;
	width: 200px;
	-moz-box-shadow: 0 1px 1px 0 #000;
	-webkit-box-shadow: 0 1px 1px 0 #000;
	box-shadow: 0 1px 1px 0 #000;
	border-bottom-right-radius: 4px;
	-moz-border-radius-bottomright: 4px;
	-webkit-border-bottom-right-radius: 4px;
	border-bottom-left-radius: 4px;
	-moz-border-radius-bottomleft: 4px;
	-webkit-border-bottom-left-radius: 4px;
	padding-bottom: 13px;
	padding-top: 2px;
}
nav ul ul li {
	display:block;
	float: none;
	padding: 5px 0 0 0;
	margin-left: 12px;
}
nav ul ul li a:link,
nav ul ul li a:visited,
nav ul ul li a:hover,
nav ul ul li a:active {
	font-size: 13px;
}
/* turns the sub menu on */
nav li:hover ul {
	display: block;
}
/* turns the parent rollover on */
nav :hover > a {
	color: #fff;
}
#sessionInfo {
	position: absolute;
	right: 0;
	top: 18px;
	color: #fff;
	font-size: 15px;
}
#sessionInfo a {
	color: #fff;
}
#sessionInfo strong {
	display: inline;
}



/***** Columns *****/
#content {
	overflow: hidden;
}
article,
aside {
	width: 100%;
	border: none;
	padding: 0;
	margin: 0;
}
article {
	float: left;
	width: 620px;
	padding: 30px 0;
}
aside {
	float: right;
	width: 320px;
	padding: 27px 0 30px 0;
}
aside .box {
	padding: 10px 0 5px 0;
	margin: 0;
}
aside .box:last-child {
	border: none;
}
aside h2 {
	font-weight: 700;
	font-size: 20px;
}
.box .race {
	border: none;
}



/***** Homepage *****/
.homepage h1 {
	font-weight: 300;
	margin-bottom: 32px;
	line-height: 1.2;
	margin-right: 0;
	font-size: 28px;
	margin-top: 0;
}
.homepage aside {
	padding-top: 15px;
}
.burgee {
	background-size: auto auto;
	padding: 20px 30px 0 140px;
}
.latestNews {
	font-size: 14px;
}
.latestNews li {
	overflow: hidden;
	padding-bottom: 20px;
}
.latestNews img {
	float: left;
	margin: 0 7px 0 0;
}
.latestNews .newsThumb {
	float: left;
	margin: 0 7px 0 0;
	width: 90px;
	height: 90px;
	background: #f5f5f5 url(../images/interface/burgee.png) no-repeat center center;
	background-size: 80px auto;
}
.latestNews .newsThumb a {
	display: block;
	height: 90px;
}
.moreLink {
	clear: left;
}
.slider {
	width: 620px;
	height: 408px;
}
.slider img {
	width: 620px !important;
}
.dots {
	position: absolute;
	left: 10px;
	bottom: 36px;
	width: 300px;
	height: 20px;
	z-index: 9999px;
	list-style-type: none;
	margin: 0;
	padding:0;
	display: block;
}
.dot {
	float: left;
	width: 20px;
	height: 20px;
	margin-right: 8px;
	-moz-border-radius:10px;
	border-radius:10px;
	-webkit-border-radius:10px;
	background: #fff;
	padding: 0;
}
.dot.selected {
	background: #000;
}
.burgeeBox {
	min-height: 85px;
}






/***** Contact *****/
body.contact iframe {
	display: block;
	margin-bottom: 30px;
}
#contact_form {
	margin-bottom: 80px;
}




/***** Racing Calendar *****/
.tabs {
	height: 29px;
	margin: 0 0 20px 0;
	border-bottom: 1px solid #ccc;
}
.tabs ul {
	margin: 0;
	padding: 0 0 0 5px;
	list-style-type: none;
}
.tabs li {
	float: left;
	width: auto;
	margin: 0 5px 0 0;
}
.tabs li:last-child {
	margin-right: 0;
}
.tabs a {
	display: block;
	padding: 5px 11px;
	background: #e5e5e5;
	border-top-right-radius: 4px;
	-moz-border-radius-topright: 4px;
	-webkit-border-top-right-radius: 4px;
	border-top-left-radius: 4px;
	-moz-border-radius-topleft: 4px;
	-webkit-border-top-left-radius: 4px;
	font-weight: 400;
	text-decoration: none;
	font-size: 13px;
	height: 18px;
}
.tabs .selected a {
	background: #fff;
	border: 1px solid #ccc;
	border-bottom: none;
	margin-bottom: -1px;
}
.race {
	position: relative;
	overflow: hidden;
	margin-bottom: 4px;
	padding-bottom: 5px;
	border-bottom: 1px dotted #999;
}
.race:last-child {
	border: none;
}
.calendar {
	float: left;
	width: 71px;
	height: 40px;
	margin: 0 7px 0 0;
	position: relative;
	border: 1px solid #e5e5e5;
	background: #f5f5f5;
	-moz-box-shadow: 0 1px 1px 0 #eee;
	-webkit-box-shadow: 0 1px 1px 0 #eee;
	box-shadow: 0 1px 1px 0 #eee;
	-moz-border-radius:3px;
	border-radius:3px;
	-webkit-border-radius:3px;
	background-image: url(../images/interface/burgee.png);
	background-repeat: no-repeat;
	background-position: 39px 12px;
	background-size: 26px auto;
}
.spring-series,
.summer-series,
.winter-series,
.pre-christmas-twilight-series,
.post-christmas-twilight-series {
	background-image: url(../images/interface/season-icons.png);
	background-repeat: no-repeat;
	background-position: 38px 6px;
	background-size: 26px auto;
}
.spring-series {
	background-position: 38px -89px;
}
.winter-series {
	background-position: 38px -41px;
}
.pre-christmas-twilight-series {
	background-position: 38px -137px;
}
.post-christmas-twilight-series {
	background-position: 38px -184px;
}
.calendar strong {
	position: absolute;
	left: 0;
	top: -1px;
	width: 37px;
	text-align: center;
	font-size: 20px;
}
.calendar em {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 38px;
	text-align: center;
	font-size: 13px;
	text-transform: uppercase;
}
.info,
.raceName {
	float: left;
	width: 300px;
	font-size: 14px;
	line-height: 1.2;
	margin-top: 4px;
}
.raceName {
	width: 230px;
	font-style: italic;
	margin-top: 5px;
}
.info strong {
	display: block;
}
.info em {
	color: #cc0000;
	font-weight: 700;
}
aside .race {
	border: none;
}
aside .calendar {
	width: 37px;
}
aside .info {
	width: 275px;
}
aside .raceName {
	margin-top: 0;
	margin-bottom: 4px;
}
aside .upcomingRaces {
	padding-bottom: 20px;
}
.upcomingRaces p {
	margin: 20px 0 4px 0;
}




/***** Latest News *****/
p.date {
	margin-top: -24px;
	font-size: 13px;
	color: #666;
}
.heroImage {
	display: block;
	margin: 0 0 36px 0;
}
.heroImage img {
	display: block;
}
.heroImage .caption {
	background: #f5f5f5;
	padding: 5px;
	font-size: 13px;
}
.story {
	overflow: hidden;
	border-bottom: 1px dotted #ccc;
	padding: 0 0 10px 0;
	margin-bottom: 10px;
}
.story img {
	float: left;
	margin: 0 10px 0 0;
}
.story .newsThumb {
	float: left;
	margin: 0 10px 0 0;
	width: 100px;
	height: 100px;
	background: #f5f5f5 url(../images/interface/burgee.png) no-repeat center center;
	background-size: 90px auto;
}
.story h2 {
	margin-bottom: 0;
	margin-top: 6px;
	font-size: 18px;
	padding-top: 0;
}
.story p {
	padding: 0;
	margin: 0;
	display: inline;
}
.story p strong {
	font-weight: 300;
}
aside .latestNews {
	padding-bottom: 20px;
}
.latestNews li {
	border-bottom: 1px dotted #ccc;
	margin-bottom: 15px;
	padding-bottom: 14px;
}
.latestNews li:last-child {
	border: none;
}
.latestNews p {
	margin: 0;
	padding: 0;
}
.latestNews strong {
	font-weight: 300;
}
.latestNews a {
	margin-top: -3px;
	display: block;
}
.galleryImage img {
	display: block;
	margin-bottom: 20px;
}
.galleryImage p {
	font-size: 13px;
	margin: -15px 0 20px 0;
}





/**** Regatta Results *****/
.regattaResults {
	margin-bottom: 32px;
}
.raceResults h2 {
	padding: 0 0 0 35px;
	background: url(../images/interface/burgee.png) no-repeat 0 8px;
	background-size: 30px auto;
	margin-bottom: 2px;
}




/***** Sailing School *****/
aside form li {
	margin-bottom :8px;
}
aside form label {
	display: block;
}
aside .textField,
aside textarea {
	width: 95%;
}
aside #contact_form {
	margin-bottom: 22px;
}



/***** Membership *****/
aside .asideHighlight {
	padding: 6px 20px;
	background: #e5f1fe;
}
aside .asideHighlight p {
	font-size: 13px;
	border-bottom: none;
}




/***** Sponsors *****/
.sponsors {
	padding: 10px 0 0 0;
	border-top: 1px solid #b2b2b2;
	overflow: hidden;
	margin-bottom: 25px;
	text-align: center;
}
.sponsors h2 {
	padding: 0;
	font-weight: 300;
	text-align: left;
}
.sponsors ul {
	margin: 0 auto;
	width: auto;
	display: inline-block;
	/*max-width: 736px;*/
}
.sponsors li {
	float: left;
	width: auto;
	margin: 0 35px 35px 0;
	height: 120px;
	width: 200px;
	padding: 10px;
	border: 1px solid #e5e5e5;
	line-height: 120px;	
}
.sponsors li:nth-child(4n) {
	margin-right: 0;
}
.sponsors li img {
	vertical-align: middle;
}
.majorSponsor {
	text-align: center;
	padding: 10px 0 25px 0;
}
.majorSponsor img {
	padding: 20px;
	border: 1px solid #e5e5e5;
	line-height: 150px;
}
	




/***** Membership Form *****/
input {
	font-size: 14px;
	padding: 2px 3px;
}
fieldset {
	margin-bottom: 35px;
	margin-right: 0;
}
.contactDetails li {
	overflow: hidden;
	border-bottom: 1px dotted #e5e5e5;
}
.contactDetails label {
	float: left;
	width: 135px;
	margin-top: 6px;
}
.contactDetails .yaMember label {
	float: none;
	width: auto;
	margin-bottom: 8px;
}
form .yaMember input {
	width: auto;
	margin-right: 0;
}
form .yaMember em {
	display: block;
	margin: -8px 0 10px 0px;
}
.inputField {
	width: 200px
}
.short {
	width: 80px;
}
.long {
	width: 350px;
}
.skillsHelp strong {
	margin-bottom: 5px;
	font-size: 15px;
}
.skillsHelp label {
	/*float: left;
	width: 150px;*/
	margin-left: 20px;
}
.skillsHelp .other {
	clear: left;
	padding: 6px 0 0 0;
	margin-left: 23px;
}
.skillsHelp .other label {
	width: auto;
	margin: 4px 5px 0 0;
}
.radio strong {
	font-size: 15px;
}
.radio label {
	margin-left: 20px;
}
.membershipType strong {
	text-align: right;
}
.membershipType em {
	padding: 0 100px 0 24px;
	font-size: 13px;
}
.coupleForm,
.familyForm {
	padding-left: 24px;
}
.coupleForm li,
.familyForm li {
	float: left;
	width: auto;
}
.familyForm li,
.familyForm ol {
	overflow: hidden;
}
.familyForm li {
	padding-bottom: 0;
	margin-bottom: 5px;
}
.coupleForm label,
.familyForm label {
	font-size: 14px;
	float: left;
	width: auto;
	margin: 6px 4px 0 0;
}
.familyForm label {
	width: 90px;
}
.familyForm .yaMember label {
	width: auto;
}
.coupleForm input {
	margin-right: 15px;
	width: 180px;
}
.familyForm input {
	width: 150px;
	margin-right: 15px;
}
.schoolDingyRaces label,
.dingyRaces label,
.keelRaces label {
	width: 520px;
}
.schoolDingyRaces ol ol,
.dingyRaces ol ol,
.keelRaces ol ol {
	padding: 30px 0 0 22px;
}
.boatForm li {
	overflow: hidden;
	border-bottom: 1px dotted #e5e5e5;
}
.boatForm label {
	float: left;
	width: 120px;
	margin: 6px 0 0 0;
}
.boatForm .mooring label {
	width: 250px;
}
.boatForm .radio {
	border: none;
}
.tenderForm label {
	width: auto;
	margin-right: 5px;
}
.tenderForm input {
	float:left;
	width: 120px;
	margin-right: 20px;
}
.storageForm {
	margin-top: -15px;
	margin-left: 20px;
}
.storageForm p {
	font-size: 14px;
}
.storageForm label {
	width: 130px;
}
.tenderForm label {
	width: 112px;
}
.newsletterSignup p{
	margin-bottom: 7px;
}
.newsletterSignup li {
	float: left;
	width: auto;
	margin-right: 30px;
}
.donations li {
	text-align: right;
}
.totals {
	/*text-align: right;*/
	overflow: hidden;
	margin-bottom: 13px;
}
.payable {
	margin-bottom: 20px;
}
/*.payButton .button,
.payButton .button:hover {
	float: right;
}*/
.continueButton .button {
	float: left;
	margin-left: 138px;
	margin-top: -15px;
}
.continueButton em {
	float: left;
	display: block;
	margin: -9px 0 0 10px;
	font-size: 14px;
}
.payButton p {
	line-height: 1.2;
	font-size: 14px;
	padding-top: 5px;
	-moz-border-radius:4px;
	border-radius:4px;
	-webkit-border-radius:4px;
}
form li em {
	font-size: 13px;
}
.memberIntro {
	margin-top: -5px;
}
.membershipTitle em {
	font-size: 80%;
	padding-left: 10px;
}




/***** Regatta Form *****/
.boatDetails li,
.ownerRep li {
	overflow: hidden;
	border-bottom: 1px dotted #e5e5e5;
}
.boatDetails label,
.ownerRep label {
	float: left;
	width: 215px;
	margin-top: 6px;
}
.boatDetails textarea {
	width: 390px;
}




/***** Casual Racing Form *****/
.contactDetailsCasual li {
	overflow: hidden;
	border-bottom: 1px dotted #e5e5e5;
}
.contactDetailsCasual label {
	float: left;
	width: 144px;
	margin-top: 6px;
}



/***** Regatta Entrants *****/
.regattaEntrants .picColumn {
	width: 150px;
}



/***** Footer *****/
footer {
	overflow: hidden;
	padding: 35px 50px;
	font-size: 13px;
	position: relative;
}
footer ul {
	float: left;
	width: 200px;
}
footer .footerNav li {
	margin-bottom: 8px;
}
footer .newsletterSignup {
	float: left;
	width: 450px;
}
footer .contact {
	float: right;
	width: 210px;
}
.legals {
	font-size: 12px;
	position: absolute;
	right: 50px;
	bottom: 24px;
	text-align: right;
	width: 280px;
}
footer h2 {
	margin: 0 0 10px 0;
	padding: 0;
}
footer form {
	margin-bottom: 0;
}
footer form ul {
	float: none;
	overflow: hidden;
	width: 380px;
	margin-bottom: 16px;
}
footer form li {
	float: left;
	width: 50%;
}
.emailSub label {
	float: left;
	width: 47px;
	margin-top: 5px;
}
input.email {
	display: inline;
	float:left;
	width: 300px;
	padding: 0;
}
.input-group strong {
	clear: left;
}
footer .button {
	clear: left;
	font-size: 14px;
	margin-bottom: 0;
}