/***
* MISCELANEOUS CLASSES
***/
.small {
	font-size: .8em;
	margin-bottom: 1.875em;
	line-height: 1.875em;
}
.large {
	font-size: 1.2em;
	line-height: 2.5em;
	margin-bottom: 1.25em;
}
.hide {
	display: none;
}
.invisible {
	visibility: hidden;
}
.visible {
	visibility: visible;
}
.text_shadow {
	text-shadow:0px 1px 1px #444;
}
.left {
	float: left;
}
.right {
	float: right;
}
.marRight {
	margin-right: 10px;
}
.marLeft {
	margin-left: 20px;
}
.longW {
	width: 500px;
}
.medW {
	width: 270px;
}
.shortW {
	width: 250px;
}
/***
* SITE STYLES
***/

#membershipContainer {
	width: 575px;
	height: 485px;
	background: transparent url(../images/form_bg.png) 0 32px no-repeat;
  position: absolute;
  top: 0;
  right: 350px;
  font-size: 14px;

}
#membershipContainer h2 {
	background: #000;
	color: #fff;
	font-size: 21px;
	padding: 2px 5px;
	font-weight: normal;
	width: auto;
	text-transform: uppercase;
	float: left;
}
#formContent {
	height: 400px;
	width: 530px;
	background: transparent;
	margin-top: 5px;
}
#formContent form{
  position: static;

}
#membershipContainer h3 {
	float: left;
	clear: both;
	padding: 5px 0 0 10px;
	margin-bottom: 7px;
	font-size: 21px;
}
#headerLinks {
	margin: 0;
	float: right;
}
#headerLinks li {
	float: left;
	display: block;
	padding-right: 5px;
}
.formRow {
	margin: 0 0 10px 0;
	padding-left: 8px;
	float: left;
	display: block;
	width: 550px;
	
}
.firstRow {
	margin-top: 10px;
}
.formRow label {
	vertical-align: top;
	text-transform: uppercase;
	background: #fff;
}
.groupTitle {
	background: #000;
	color:#FFF;
	padding: 0 0 0 1px;
	font-style: normal;
	text-transform: uppercase;
	margin: 0 5px 5px 15px;
	float: left;
}
.famMemberGroupTitle {
	padding: 0 0 0 0;
	float: left;
	margin: 0 8px 5px 20px;
	text-transform: uppercase;
	background: #fff;
}
.famMemberGroupTitle span {
	margin: -2px 0 0 10px;
	font-size: 10px;
	padding: 0 2px;
	border: 1px solid #000;
}
.colLeft {
	float: left;
	text-align: right;
	width: 250px;
	margin: 0 20px 0 0;

}
.colRight {
	float: left;
	text-align: right;
	width: 240px;

}
.colCenter {
	width: 290px;
}
/*custom Select*/
.selectWrap1 select,
.selectWrap2 select,
.selectWrap3 select { 
   background: transparent;
   width: 95px;
   padding: 1px;
   font-size: 12px;
   border: 1px solid #000;
   height: 18px;
}
.selectWrap1, 
.selectWrap2,
.selectWrap3
 { 
   width: 50px;
   margin-left: 4px;
   height: 18px;
   overflow: hidden;
   background: url(../images/selectArrow.png) no-repeat right 0;  
   float: right;
   font-size: 10px;

}
.formRow option {
	background: #fff;
}
.selectWrap3  {
	width: 58px;
}
input.shadowpass {
	border: 0;
	background: url(../images/textboxes.png) no-repeat 0 3px;
	width: 170px;
	height: 24px;
	line-height: 22px;
	padding-left: 4px;
	padding-right: 4px;
	font-family: sans-serif;
	font-size: 13px;
}
input.shadow {
	border: 0;
	background: url(../images/textboxes.png) no-repeat 0 3px;
	width: 170px;
	height: 24px;
	line-height: 22px;
	padding-left: 4px;
	padding-right: 4px;
	font-family: 'Open Sans Condensed', sans-serif;
	font-size: 13px;
}
textarea.shadow {
	border: 0;
	background: url(../images/textboxes.png) no-repeat 0 -37px;
	width: 163px;
	height: 42px;
	line-height: 12px;
	padding-left: 4px;
	padding-right: 4px;
	padding-top: 5px;
	resize: none;
	font-family: inherit;
	font-size: 14px;
}
.submit {
	margin-top: 10px;
	background: #000;
	color: #fff;
	font-size: 18px;
	padding: 2px 3px;
	font-family: inherit;
	border: 1px solid #fff;
}
#scrollbar1 {
	width: 550px;
    position: static;
	clear: left;

}
#scrollbar1 .viewport {
	width: 530px;
	height: 370px;
	overflow: hidden;
	position: relative;
	top: 0;
	left: 0;

}
#scrollbar1 .overview {
	width: 500px;
	list-style: none;
	position: absolute;
	left: 0;
	top: 5px;
	padding: 0;
	margin: 0;
}
#scrollbar1 .scrollbar {
	background: #000;
	position: relative;
	padding-top: 3px;
	background-position: 0 0;
	float: right;
	width: 15px;
}
#scrollbar1 .track {
	background: #000;
	height: 100%;
	width:13px;
	position: relative;
	padding: 0 1px;
	margin-top: 5px;
}
#scrollbar1 .thumb {
	background: transparent url(../images/bg-scrollbar-thumb-y.png) no-repeat 50% 100%;
	height: 20px;
	width: 40px;
	cursor: pointer;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: -13px;
}
#scrollbar1 .thumb .end {
	background: transparent url(../images/bg-scrollbar-thumb-y.png) no-repeat 50% 0;
	overflow: hidden;
	height: 2px;
	width: 40px;
}
#scrollbar1 .disable {
	display: none;
}

.datepicker {
	border-collapse: collapse;
	border: 2px solid #999;
	position: relative;
	z-index: 2000;
}
.datepicker tr.controls th {
	height: 22px;
	font-size: 11px;
}
.datepicker select {
	font-size: 11px;
}
.datepicker tr.days th {
	height: 18px;
}
.datepicker tfoot td {
	height: 18px;
	text-align: center;
	text-transform: capitalize;
}
.datepicker th, .datepicker tfoot td {
	background: #eee;
	font: 10px/18px Verdana, Arial, Helvetica, sans-serif;
}
.datepicker th span, .datepicker tfoot td span {
	font-weight: bold;
}
.datepicker tbody td {
	width: 24px;
	height: 24px;
	border: 1px solid #ccc;
	font: 11px/22px Arial, Helvetica, sans-serif;
	text-align: center;
	background: #fff;
}
.datepicker tbody td.date {
	cursor: pointer;
}
.datepicker tbody td.date.over {
	background-color: #99ffff;
}
.datepicker tbody td.date.chosen {
	font-weight: bold;
	background-color: #ccffcc;
}

.m1 {
	padding-top: 5px;
}
.caption {
	display: none;
}