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


/* Reset styles - START - these will clear the different browser defaults for various margins, borders and such */
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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
strong{
	font-weight: bold;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
/* Reset styles - END */
html{
	height: 100%;
}
body{
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
	background-color: #FFF;
}

/* Clearfix style - START - Forces Firefox to expand divs when content is bigger than initial height. Must be applied as a class to the divs needing it */
.clearfix:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility:hidden;
}
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* Clearfix style - END */


td, font, div{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 130%;
	color: #333;
}

a{
	color: #448BD1;
	text-decoration: underline;
}

a:hover{
	text-decoration: underline;
}
hr{
	width: 100%;
	border: none;
	border-bottom: 1px solid #CCC;
	margin-bottom: 12px;
}
h1{
	margin: 0;
	padding: 0;
	font-family: "Times New Roman", Times, serif;
	font-size: 34px;
	line-height: 1em;
	margin-top: 15px;
	margin-bottom: 9px;
	color: #666;
	font-weight: normal;
}
h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 1em;
	margin-bottom: 6px;
	color: #333;
	font-weight: bold;
}
h3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-bottom: 0px;
	color: #333;
	font-weight: bold;
}
h4{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	line-height: 120%;
	color: #564171;
	margin-bottom: 3px;
	font-weight: bold;
	text-decoration: none;	
}
h4 a{
	color: #333;
	text-decoration: none;
}
h5{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	margin-bottom: 6px;
	font-weight: bold;
}

h6{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding-top: 4px;
	padding-bottom: 0px;
	color: #333;
	font-weight: normal;
	font-style: italic;	
}

p{
	margin-bottom: 11px;
}
p em{
	font-style: italic;
}
.menuDivider{
	padding-top: 3px;
	padding-bottom: 3px;
	border-bottom: 1px solid #FFFFFF;
}
input{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	height: 18px;
}
ul{
	list-style-type: disc;
	margin-bottom: 10px;
}
li{
	list-style-position: outside;
	margin-left: 15px;
}
/* Main container styles - START - These are containers for the entire site design. Background is usually defined outside of these, and these contain the actual box of the main site. Usually the outer wrapper is just a box to properly position the site while the siteContainer keeps the main look of the box */
#outerWrapper{
	margin: 0 auto;
	padding: 0;
	width: 100%;
	height: 100%;
	text-align: center;	
}
#topWrapper{
	margin: 0 auto;
	padding: 0;
	width: 1024px;
	height: 63px;
	text-align: left;
	background-image: url(../images/content-bg-tl-top.png);
	background-position: center top;
	background-repeat: no-repeat;
}
#wrapper{
	margin: 0 auto;
	padding: 0;
	width: 999px;
	padding-left: 13px;
	padding-right: 12px;
	text-align: left;
	background-image: url(../images/content-bg-tl-mid.png);
	background-repeat: repeat-y;
	background-position: center;
	position: relative;
}
#siteContainer{
	float: left;
	width: 999px;
	text-align: left;
	padding-bottom: 30px;
}
#bottomWrapper{
	margin: 0 auto;
	padding: 0;
	width: 1024px;
	height: 50px;
	text-align: center;
	background-image: url(../images/content-bg-tl-bottom.png);
	background-position: center top;
	background-repeat: no-repeat;
	font-size: 12px;
}
#bottomWrapper a{
	font-size: 12px;
	margin-right: 25px;
	text-decoration: none;	
}
#sloganContainer{
	float: right;
	width: 630px;
	margin-top: 38px;
	margin-right: 60px;
	text-align: center;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 19px;
	color: #31184E;
}
#logoContainer{
	float: left;
	margin-top: 5px;
	margin-left: 45px;
	display: inline;
	padding-bottom: 7px;
	border-bottom: 1px solid #CCC;
	margin-bottom: 0px;
	width: 258px;
	height: 125px;
	text-align: left;
	overflow: hidden;
	position: relative;
}
#logoContainer img{
	position: absolute;
	top: -5px;
	left: -40px;
}

#thinContentContainer{
	float: left;
	width: 288px;
}
#wideContentContainer{
	float: right;
	width: 695px;
}
#frontArticles{
	float: left;
	width: 944px;
	margin-left: 34px;
	margin-top: 30px;
	display: inline;
}
.wideArticleBox{
	float: left;
	width: 331px;
}
.smallArticleBox{
	float: left;
	width: 245px;
}
.wideArticleBox h4{
	font-size: 18px;
	padding-bottom: 5px;
	margin-bottom: 10px;
	border-bottom: 1px solid #CCC;
}
.smallArticleBox h4{
	font-size: 18px;
	padding-bottom: 5px;
	margin-bottom: 10px;
	border-bottom: 1px solid #CCC;	
}
.wideArticleBox h4 a{
	color: #564171;
}
.smallArticleBox h4 a{
	color: #564171;	
}
.rMargin{
	margin-right: 50px;
}
#contentContainer{
	float: left;
	width: 653px;
	margin-top: 10px;
	padding-left: 25px;
	padding-top: 19px;
	padding-bottom: 35px;
	margin-right: 25px;
	background-color: #FFF;
	border: 1px solid #CCC;
	position: relative;
	display: inline;
}
.textContainer{
	padding-right: 25px;	
}
#backToFrontContainer{
	position: absolute;
	bottom: -15px;
	left: 0;
	width: 653px;
	height: 36px;
	text-align: center;
}
#backToFrontButton{
	float: left;
	height: 36px;
}
#backToFrontLeft{
	float: left;
	width: 16px;
	height: 36px;
	background-image: url(../images/btn-back-to-front-left.png);
	background-repeat: no-repeat;
}
#backToFrontMid{
	float: left;
	font-size: 12px;
	background-image: url(../images/btn-back-to-front-mid.png);
	background-repeat: repeat-x;
}
#backToFrontMid a{
	text-decoration: none;
	color: #333;
	display: block;
	cursor: pointer;
	padding-top: 10px;
	height: 26px;
}
#backToFrontRight{
	float: left;
	width: 16px;
	height: 36px;
	background-image: url(../images/btn-back-to-front-right.png);
	background-repeat: no-repeat;
}
#imageArea{
	float: left;
	width: 628px;
	margin-bottom: 15px;
}
#frontImageContainer{
	float: left;
	width: 695px;
	min-height: 485px;
	position: relative;
	padding-bottom: 15px;
}
#welcomePackArea{
	float: left;
	width: 630px;
	min-height: 350px;
	position: relative;
	padding-left: 35px;
	padding-right: 15px;
	padding-bottom: 30px;
	margin-bottom: 25px;
	background-color: #FFF;
	border: 1px solid #CCC;
	background-image: url(../images/welcomepack-top-bg.jpg);
	background-position: top;
	background-repeat: no-repeat;
}
#welcomePackHeader{
	font-family: "Times New Roman", Times, serif;
	font-size: 35px;
	font-weight: normal;
	color: #FFF;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 35px;
}
#packageListContainer{
	float: left;
	width: 680px;
	padding-bottom: 25px;
}
#packageListContainer .packageContainer{
	float: left;
}
.packageContainerForm{
	text-align: center;
	width: 858px;
	margin-left: 25px;
	border: 1px solid #EFEFEF;
	padding-top: 20px;
	padding-bottom: 20px;
}
.packageContainerForm img{
	display: inline;
}
#packageListContainer .packageText{
	width: 173px;
	margin-bottom: 10px;
}
#formWelcomePack{
	float: left;
	width: 860px;
	margin-left: 25px;
	padding-top: 7px;
	padding-bottom: 7px;
	text-align: center;
	background-color: #EFEFEF;
	margin-bottom: 10px;
}
#mainButtonsContainer{
	float: left;
	position: relative;
	width: 695px;
	height: 89px;
	background-image: url(../images/buttonsbg.gif);
	background-repeat: no-repeat;
}
.welcomePackageBtnContainer{
	position: absolute;
	top: 13px;
	left: 18px;
	width: 350px;
}
.backToFrontBtnContainer{
	position: absolute;
	bottom: 18px;
	left: 0px;
	width: 350px;
}
.becomeMemberBtnContainer{
	position: absolute;
	top: 3px;
	right: -115px;
	width: 350px;
	text-align: right;
}
#subButton{
	position: absolute;
	bottom: 0px;
	top:auto;
	right: 0px;
	width: 350px;
	text-align: right;
}

#welcomePackArea .becomeMemberBtnContainer{
	bottom: 43px;	
}
#welcomePackButton{
	float: left;	
}
#memberButton{
	float: left;	
}
.welcomePackBtnLeft{
	float: left;
	width: 31px;
	height: 65px;
	background-image: url(../images/velkomst-left.png);
	background-repeat: no-repeat;
}
.welcomePackBtnMid{
	float: left;
	background-image: url(../images/velkomst-mid.png);
	background-repeat: repeat-x;
}
.welcomePackBtnMid a{
	color: #000;
	text-decoration: none;
	display: block;
	height: 42px;
	padding-top: 23px;
}
.welcomePackBtnRight{
	float: left;
	width: 31px;
	height: 65px;
	background-image: url(../images/velkomst-right.png);
	background-repeat: no-repeat;
}
.smallMemberBtnLeft{
	float: left;
	width: 31px;
	height: 65px;
	background-image: url(../images/blimedlem-small-left.png);
	background-repeat: no-repeat;
}
.smallMemberBtnMid{
	float: left;
	background-image: url(../images/blimedlem-small-mid.png);
	background-repeat: repeat-x;
}
.smallMemberBtnMid a{
	color: #000;
	text-decoration: none;
	display: block;
	height: 42px;
	padding-top: 23px;
}
.smallMemberBtnRight{
	float: left;
	width: 31px;
	height: 65px;
	background-image: url(../images/blimedlem-small-right.png);
	background-repeat: no-repeat;
}
.memberBtnLeft{
	float: left;
	width: 38px;
	height: 85px;
	background-image: url(../images/blimedlem-left.png);
	background-repeat: no-repeat;
}
.memberBtnMid{
	float: left;
	background-image: url(../images/blimedlem-mid.png);
	background-repeat: repeat-x;
	font-size: 20px;
}
.memberBtnMid a{
	color: #000;
	text-decoration: none;
	display: block;
	height: 56px;
	padding-top: 29px;
}
.memberBtnRight{
	float: left;
	width: 38px;
	height: 85px;
	background-image: url(../images/blimedlem-right.png);
	background-repeat: no-repeat;
}
.bigImageContainer{
	float: left;
	width: 482px;
	margin-bottom: 10px;
	position: relative;
}
.play{
	position: absolute;
	top: 150px;
	left: 220px;
}
span.imageDescription{
	float: left;
	font-size: 12px;
	font-style: italic;
}
.smallImageContainer{
	float: right;
	width: 136px;
	margin-left: 10px;
	margin-bottom: 14px;
	display: inline;
}
#packageContentThin{
	float: left; 
	width: 253px;
	margin-left: 20px;
	display: inline;
}
#packageHeader{
	float: left;
	width: 253px;
	font-size: 18px;
	text-align: center;
	margin-top: 15px;
	margin-bottom: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
}
.packageContainer{
	float: left;
	width: 283px;
	margin-left: 10px;
	margin-bottom: 25px;
	display: inline;
}
.packageImage{
	float: left;
	width: 100px;
}
.packageText{
	float: left;
	width: 133px;
	margin-left: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000;
	display: inline;
}
.packageText h5{
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: normal;
	color: #003366;
}
.packageText h5 a{
	color: #003366;
	text-decoration: none;
}
/* Club info in the thin column */
#clubInfoContainer{
	float: left;	
	width: 258px;
	margin-left: 30px;
	display: inline;
}
#infoTextContainer{
	float: left;
	width: 238px;
	margin-top: 25px;
	margin-left: 15px;
	margin-right: 5px;
	display: inline;
}
#infoTextContainer img{
	float: left;
	margin: 5px;
	display: inline;
}
.attachmentContainer{
	float: right;
	width: 175px;
	margin-left: 25px;
	margin-right: 15px;
	overflow: hidden;
	display: inline;
}
.attachmentContainer ul{
	margin-left: 10px;	
}
/* Buttons hovering on the side of design */
#clubButton{
	position: absolute;
	top: 175px;
	right: -37px;
}
#packageButton{	
	position: absolute;
	top: 25px;
	right: -37px;
}
#orderButton{
	position: absolute;
	top: 335px;
	right: -37px;		
}
/* Video overlay */
div#overlay {
	margin: 0;
	padding: 40px;
	width: 640px;
	display:none;
}

div#overlay div.close {
	position:absolute;
	top:2px;
	right:5px; 
	width:35px;
	height:35px;
	cursor:pointer;
}

div#overlay a{
	display:block;
}
.editPanel{
	position: absolute;
	bottom: -25px;
	left: 0px;
	width: 100%;
	z-index: 999;
}
#priceButton{
	position: absolute; 
	top: 35px; 
	right: 35px; 
	width: 92px; 
	height: 82px;
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: center;
	padding-left: 25px;
	padding-right: 25px;
	background-image: url(../images/price-button.gif);
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
}
#priceButton p strong{
	font-size: 28px;
	line-height: 118%;
}
form#signupForm{
	float: left;
	margin-top: 0px;
	width: 650px;
}
.formLine{
	float: left;
	width: 600px;
	margin-bottom: 10px;
}
.checkField{
	float: left;
	width: 50px;
}
.checkLabel{
	float: left;
	font-size: 12px;
	width: 550px;
}
.checkLabel strong{
	font-size: 18px;
	font-weight: bold;
}
form label{
	color: #333;
	font-size: 12px;
	margin-bottom: 3px;
}
form label.error{
	color: #F00;	
}
form .checkField label.error{
	color: #F00;
	margin-top: 25px;
}
form input{
	margin-bottom: 0px;	
	height: 24px;
	border-top: 1px solid #848484;
	border-right: 1px solid #C1C1C1;
	border-bottom: 1px solid #E1E1E1;
	border-left: 1px solid #B3B3B3;
}
form input.error{
	border: 1px dotted #F00;	
}
#parentInfo .formLine .checkField{
	float: left;
	width: 50px;
	text-align: left;
}
#parentInfo .formLine .checkLabel{
	float: left;
	width: 250px;
}
#parentInfo .formLine .checkField input{
	float: left;
	width: 50px;
}
#parentInfo .formLine .checkLabel label{
	float: left;
	width: 200px;
}
fieldset.halfField{
	float: left;
	width: 300px;
	margin-right: 0px;
}
#childInfo{
	float: left;
	width: 300px;
	margin-top: 15px;
}
#childInfo .formLine{
	width: 300px;	
}
#childInfo .formLine label{
	float: left;
	width: 300px;	
}
#childInfo .formLine input{
	float: left;
	width: 280px;	
}
#parentInfo{
	float: right;
	width: 300px;
	margin-top: 15px;
}
#parentInfo .formLine{
	width: 300px;	
}
#parentInfo .formLine label{
	float: left;
	width: 300px;	
	
}
#parentInfo .formLine input{
	float: left;
	width: 280px;
}
#additionalInfo{
	float: left;
	width: 600px;
	margin-top: 25px;
	margin-bottom: 15px;
}
#extraBillInfo{
	float: right;
	width: 300px;
	margin-top: 25px;
	display: none;
}
#extraBillInfo .formLine{
	width: 300px;	
}
#extraBillInfo .formLine label{
	float: left;
	width: 300px;	
}
#extraBillInfo .formLine input{
	float: left;
	width: 280px;
}
.formLine.orderButton{
	text-align: right;
	float: right;
	width: 180px;
	margin-top: 15px;
}
.formLine.orderButton input{
	height: 52px;
	border: none;
	float: left;
	width: 108px;
	font-size: 13px;
	font-weight: bold;
	color: #1B3939;
	background-image: url(../images/btn-bestill-mid.jpg);
	background-repeat: repeat-x;
	background-position: top;
	cursor: pointer;
}
#orderButtonLeft{
	float: left;
	width: 27px;
	height: 52px;
	background-image: url(../images/btn-bestill-left.jpg);
	background-repeat: no-repeat;
	background-position: top;
}
#orderButtonRight{
	float: left;
	width: 27px;
	height: 52px;
	background-image: url(../images/btn-bestill-right.jpg);
	background-repeat: no-repeat;
	background-position: top;
	
}
#signupAcceptTop{
	float: left;
	width: 617px;
	height: 10px;
	background-image: url(../images/form-welcome-top.jpg);
	background-repeat: no-repeat;
}
#signupAcceptBottom{
	float: left;
	width: 617px;
	height: 10px;
	background-image: url(../images/form-welcome-bottom.jpg);
	background-repeat: no-repeat;
	margin-bottom: 20px;
}
#signupAccept{
	float: left;
	width: 567px;
	padding-top: 15px;
	padding-left: 25px;
	padding-right: 25px;
	background-image: url(../images/form-welcome-mid.jpg);
	background-repeat: repeat-x;
	background-color: #FFFC95;
}
#mainFormTop{
	float: left;
	width: 617px;
	height: 10px;
	background-image: url(../images/form-main-top.jpg);
	background-repeat: no-repeat;
}
#mainFormBottom{
	float: left;
	width: 617px;
	height: 10px;
	background-image: url(../images/form-main-bottom.jpg);
	background-repeat: no-repeat;
}
#mainForm{
	float: left;
	width: 601px;
	padding-left: 8px;
	padding-right: 8px;
	background-image: url(../images/form-main-mid.jpg);
	background-repeat: repeat-x;
	background-color: #DFDFDF;
}
.fastAnswerImage{
	float: left;
	position: relative;
	margin-top: 25px;
}
.fastAnswerImage h4{
	padding-bottom: 5px;
	margin-bottom: 10px;
	border-bottom: 1px solid #CCC;
}
