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

.bitterbold {
	font-family: 'arial', sans-serif !important;
	font-weight:bold;
}
.bitter {
	font-family: 'Bitter', serif;
	font-weight:400;
}
.arvobold {
	font-family: 'Arvo', serif;
	font-weight:700;
}
.arvo {
	font-family: 'Arvo', serif;
	font-weight:400;
}
.arvobolditalic {
	font-family: 'Arvo', serif;
	font-weight:700;
	font-style:italic;
}
.arvoitalic {
	font-family: 'Arvo', serif;
	font-weight:400;
	font-style:italic;
}

.scadabold {
	font-family: 'arial', sans-serif !important;
	font-weight:bold;
/*	font-family: 'Scada', sans-serif;
	font-weight:700;
*/}
.scada {
	font-family: 'arial', sans-serif !important;
	font-weight:100;
/*	font-family: 'Scada', sans-serif !important;
	font-weight:400;*/
}
.scadabolditalic {
	font-family: 'Scada', sans-serif;
	font-weight:700;
	font-style:italic;
}
.scadaitalic {
	font-family: 'Scada', sans-serif;
	font-weight:400;
	font-style:italic;
}

.divInfo {
	display:none;
}
#logval {
	color:#F10;
	text-align:right;
	margin-top: 15px;
}
#loggedin {
	text-align:right;
	height: 20px;
	padding: 25px 15px 4px 0px;
	font-weight:bold;
}
#formfield {
	max-width: 500px;
	width: 90%;
}

#mainimagewrap {
	background-color:;
	text-align:center;
	margin: 0px 0px 50px 0px;
}
#mainimage {
	margin: 0 auto;
	max-width: 600px;
}

#navbarbuttons {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f9f9f9), color-stop(1, #e9e9e9) );
	background:-moz-linear-gradient( center top, #f9f9f9 5%, #e9e9e9 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#e9e9e9');
	background-color:#f9f9f9;
	-webkit-border-top-left-radius:0px;
	-moz-border-radius-topleft:0px;
	border-top-left-radius:0px;
	-webkit-border-top-right-radius:0px;
	-moz-border-radius-topright:0px;
	border-top-right-radius:0px;
	-webkit-border-bottom-right-radius:0px;
	-moz-border-radius-bottomright:0px;
	border-bottom-right-radius:0px;
	-webkit-border-bottom-left-radius:0px;
	-moz-border-radius-bottomleft:0px;
	border-bottom-left-radius:0px;
	text-indent:0;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#292829;
	font-family:Arial;
	font-size: ;
	font-weight:bold;
	font-style:normal;
	margin: 0px;
	height:23px;
	width: 100%;
	line-height:23px;
	padding: 0px 10px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #ffffff;
}
#navbarbuttons:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #e9e9e9), color-stop(1, #f9f9f9) );
	background:-moz-linear-gradient( center top, #e9e9e9 5%, #f9f9f9 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9e9e9', endColorstr='#f9f9f9');
	background-color:#e9e9e9;
}#navbarbuttons:active {
	position:relative;
	top:1px;
}
#navbarbuttonsignup {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffec64), color-stop(1, #ffab23) );
	background:-moz-linear-gradient( center top, #ffec64 5%, #ffab23 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffec64', endColorstr='#ffab23');
	background-color:#ffec64;
	-webkit-border-top-left-radius:0px;
	-moz-border-radius-topleft:0px;
	border-top-left-radius:0px;
	-webkit-border-top-right-radius:0px;
	-moz-border-radius-topright:0px;
	border-top-right-radius:0px;
	-webkit-border-bottom-right-radius:0px;
	-moz-border-radius-bottomright:0px;
	border-bottom-right-radius:0px;
	-webkit-border-bottom-left-radius:0px;
	-moz-border-radius-bottomleft:0px;
	border-bottom-left-radius:0px;
	text-indent:0;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#292829;
	font-family:Arial;
	font-size: ;
	font-weight:bold;
	font-style:normal;
	margin: 0px;
	height:23px;
	width: 100%;
	line-height:23px;
	padding: 0px 10px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #ffffff;
}
#navbarbuttonsignup:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffab23), color-stop(1, #ffec64) );
	background:-moz-linear-gradient( center top, #ffab23 5%, #ffec64 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffab23', endColorstr='#ffec64');
	background-color:#ffab23;
}#navbarbuttonsignup:active {
	position:relative;
	top:1px;
}

#smallnavbarbuttons {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f9f9f9), color-stop(1, #e9e9e9) );
	background:-moz-linear-gradient( center top, #f9f9f9 5%, #e9e9e9 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#e9e9e9');
	background-color:#f9f9f9;
	-webkit-border-top-left-radius:0px;
	-moz-border-radius-topleft:0px;
	border-top-left-radius:0px;
	-webkit-border-top-right-radius:0px;
	-moz-border-radius-topright:0px;
	border-top-right-radius:0px;
	-webkit-border-bottom-right-radius:0px;
	-moz-border-radius-bottomright:0px;
	border-bottom-right-radius:0px;
	-webkit-border-bottom-left-radius:0px;
	-moz-border-radius-bottomleft:0px;
	border-bottom-left-radius:0px;
	text-indent:0;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#292829;
	font-family:Arial;
	font-size: ;
	font-weight:bold;
	font-style:normal;
	margin: 0px;
	height:23px;
	width: ;
	line-height:23px;
	padding: 0px 10px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #ffffff;
}
#smallnavbarbuttons:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #e9e9e9), color-stop(1, #f9f9f9) );
	background:-moz-linear-gradient( center top, #e9e9e9 5%, #f9f9f9 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9e9e9', endColorstr='#f9f9f9');
	background-color:#e9e9e9;
}#smallnavbarbuttons:active {
	position:relative;
	top:1px;
}

#premiercontainer {
	width: 100%;
	background-color:#F0F3F5;
	padding: 3px 0px 0px 0px;
}

#clubcontainer {
	width: 100%;
/*	background-color:#EEF1F3; */
}

#clubbox {
	padding: 5px 0px 10px 0px;
	float:left;
	width: ;
}
#premierclubtitle {
	font-size:18px;
	padding-left: 10px;
	text-decoration:;
	text-shadow: -0.1em 0.1em #FFF;
	margin-bottom: 0px;
	max-width: ;
}
#premierclubtitle a:link {
	color:#000;
	text-decoration:none;
}
#premierclubtitle a:visited {
	color:#000;
	text-decoration:none;
}
#premierclubtitle a:hover {
	color:#000;
	text-decoration:underline;
}
#premierclubtitle a:active {
	color:#000;
	text-decoration:underline;
}

#premierclubstate {
	font-size:14px;
	font-style:italic;
	padding-left: 10px;
	margin-bottom: 5px;
	max-width: ;
}
#premierclubcontact {
	font-size:13px;
	line-height: 14px;
	padding-left: 10px;
	margin: 2px 0px -1px 0px;
	max-width: ;

}
#premierclubabout {
	font-size:13px;
	line-height: 14px;
	margin: 8px 0px 8px 0px;
	padding: 0px 10px 0px 10px;
	max-width: ;
}
#clubtitle {
	font-size:15px;
	padding-left: 10px;
	color:#2A2A29;
	margin: 0px;
	max-width: ;
}
#clubtitle a:link {
	color:#2A2A29;
	text-decoration:none;
}
#clubtitle a:visited {
	color:#2A2A29;
	text-decoration:none;
}
#clubtitle a:hover {
	color:#2A2A29;
	text-decoration:underline;
}
#clubtitle a:active {
	color:#2A2A29;
	text-decoration:underline;
}


#clubstate {
	font-size:13px;
	font-style:italic;
	padding-left: 10px;
	color:#2A2A29;
	margin-bottom: 2px;
	max-width: ;
}
#clubcontact {
	font-size:14px;
	padding-left: 10px;
	color:#2A2A29;
	margin-bottom: -1px;
	max-width: ;
}
#clubabout {
	font-size:12px;
	margin: 8px 0px 10px 0px;
	padding: 0px 10px 0px 10px;
	color:#2A2A29;
	max-width: ;
}
#clubdivider {
	height:1px;
	width: 100%;
	background-color:#EEE;
	margin: -3px 0px 6px 0px;
}

#detailstitle {
	font-size:18px;
	padding-left: 10px;
	text-decoration:;
	text-shadow: -0.1em 0.1em #FFF;
	margin-bottom: 0px;
	width: 100%;
}
#detailstitle a:link {
	color:#000;
	text-decoration:none;
}
#detailstitle a:visited {
	color:#000;
	text-decoration:none;
}
#detailstitle a:hover {
	color:#000;
	text-decoration:underline;
}
#detailstitle a:active {
	color:#000;
	text-decoration:underline;
}

#detailsstate {
	font-size:14px;
	font-style:italic;
	padding-left: 10px;
	margin-bottom: 5px;
	width: 100%;
	color:#666;
}
#detailscontact {
	font-size:16px;
	padding-left: 10px;
	margin: 10px 0px -3px 0px;
	width: 100%;
}
#detailsphone {
	font-size:15px;
	margin: 3px 0px 3px 0px;
	padding: 0px 10px 0px 10px;
	width: 100%;
}
#detailsemail {
	font-size:14px;
	margin: 3px 0px 3px 0px;
	padding: 0px 10px 0px 10px;
	width: 100%;
}
#detailsabout {
	font-size:14px;
	margin: 8px 0px 8px 0px;
	padding: 0px 10px 0px 10px;
	width: 100%;
}

#lettersort a {
	text-decoration:none;
	color:#000; 
	margin-right: 6px;
	font-size:16px;
	line-height: 20px;
	font-weight:bold;
}

#clearfloat {
	clear:both;
}

.profilebutton {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #dcecfb;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffec64), color-stop(1, #ffab23) );
	background:-moz-linear-gradient( center top, #ffec64 5%, #ffab23 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffec64', endColorstr='#ffab23');
	background-color:#ffec64;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #cccccc;
	display:inline-block;
	color:#000000;
	font-family: 'arial', sans-serif !important;
	font-size:14px;
	font-weight:bold;
	padding:3px 15px;
	text-decoration:none;
	text-shadow:1px 1px 0px #ffffff;
}.profilebutton:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffab23), color-stop(1, #ffec64) );
	background:-moz-linear-gradient( center top, #ffab23 5%, #ffec64 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffab23', endColorstr='#ffec64');
	background-color:#ffab23;
}.profilebutton:active {
	position:relative;
	top:1px;
}

.premierbutton {
	-moz-box-shadow:inset 0px 1px 0px 0px #f0f3f5;
	-webkit-box-shadow:inset 0px 1px 0px 0px #f0f3f5;
	box-shadow:inset 0px 1px 0px 0px #f0f3f5;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #fcf9fc), color-stop(1, #f0f3f5) );
	background:-moz-linear-gradient( center top, #fcf9fc 5%, #f0f3f5 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fcf9fc', endColorstr='#f0f3f5');
	background-color:#fcf9fc;
	-webkit-border-top-left-radius:5px;
	-moz-border-radius-topleft:5px;
	border-top-left-radius:5px;
	-webkit-border-top-right-radius:5px;
	-moz-border-radius-topright:5px;
	border-top-right-radius:5px;
	-webkit-border-bottom-right-radius:5px;
	-moz-border-radius-bottomright:5px;
	border-bottom-right-radius:5px;
	-webkit-border-bottom-left-radius:5px;
	-moz-border-radius-bottomleft:5px;
	border-bottom-left-radius:5px;
	text-indent:0px;
	border:1px solid #f0f3f5;
	display:block;
	color:#000;
	height:;
	width:;
	padding:10px 0px 0px 0px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #f0f3f5;
}
.premierbutton:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f0f3f5), color-stop(1, #fcf9fc) );
	background:-moz-linear-gradient( center top, #f0f3f5 5%, #fcf9fc 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f0f3f5', endColorstr='#fcf9fc');
	background-color:#f0f3f5;
}.premierbutton:active {
	position:relative;
	top:1px;
}

.moreinfobutton {
	-moz-box-shadow:inset 0px 1px 0px 0px #dcecfb;
	-webkit-box-shadow:inset 0px 1px 0px 0px #dcecfb;
	box-shadow:inset 0px 1px 0px 0px #dcecfb;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #bddbfa), color-stop(1, #80b5ea) );
	background:-moz-linear-gradient( center top, #bddbfa 5%, #80b5ea 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#bddbfa', endColorstr='#80b5ea');
	background-color:#bddbfa;
	-webkit-border-top-left-radius:5px;
	-moz-border-radius-topleft:5px;
	border-top-left-radius:5px;
	-webkit-border-top-right-radius:5px;
	-moz-border-radius-topright:5px;
	border-top-right-radius:5px;
	-webkit-border-bottom-right-radius:5px;
	-moz-border-radius-bottomright:5px;
	border-bottom-right-radius:5px;
	-webkit-border-bottom-left-radius:5px;
	-moz-border-radius-bottomleft:5px;
	border-bottom-left-radius:5px;
	text-indent:0px;
	border:1px solid #84bbf3;
	display:inline-block;
	color:#ffffff;
	height:68px;
	width:100%;
	padding:10px 0px 0px 0px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #528ecc;
}
.moreinfobutton:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #80b5ea), color-stop(1, #bddbfa) );
	background:-moz-linear-gradient( center top, #80b5ea 5%, #bddbfa 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#80b5ea', endColorstr='#bddbfa');
	background-color:#80b5ea;
}.moreinfobutton:active {
	position:relative;
	top:1px;
}

.lightbutton {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f9f9f9), color-stop(1, #d7e6f5) );
	background:-moz-linear-gradient( center top, #f9f9f9 5%, #d7e6f5 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#d7e6f5');
	background-color:#f9f9f9;
	-webkit-border-top-left-radius:0px;
	-moz-border-radius-topleft:0px;
	border-top-left-radius:0px;
	-webkit-border-top-right-radius:0px;
	-moz-border-radius-topright:0px;
	border-top-right-radius:0px;
	-webkit-border-bottom-right-radius:0px;
	-moz-border-radius-bottomright:0px;
	border-bottom-right-radius:0px;
	-webkit-border-bottom-left-radius:0px;
	-moz-border-radius-bottomleft:0px;
	border-bottom-left-radius:0px;
	text-indent:0;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#4d4a4d;
	font-family: 'arial', sans-serif !important;
	font-size:12px;
	font-weight:bold;
	font-style:normal;
	height:22px;
	line-height:12px;
	width:100px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #ffffff;
}
.lightbutton:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #d7e6f5), color-stop(1, #f9f9f9) );
	background:-moz-linear-gradient( center top, #d7e6f5 5%, #f9f9f9 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#d7e6f5', endColorstr='#f9f9f9');
	background-color:#d7e6f5;
}.lightbutton:active {
	position:relative;
	top:1px;
}

#paymentbox {
	background-color:#EEE;
	padding: 8px;
	margin: 0 2% 0 2%;
	width: 240px;
	height: 190px;
	text-align:center;
	color:#000;
	word-wrap: break-word;
	display:block;
}
