/* CSS Document */

.session_fee_label {
    display:none
}


* { /*default padding and margins off*/
	/*margin:0px;*/
	padding:0px;
}
	
html {
    margin:0;
    padding:0;
}

body {
	background-color:#262626;
    margin:0;
    padding:0;
	font-family:Arial, Helvetica, sans-serif;
}

body#admin_cms {
    background-color:#fff;
}

.container_bg{
	width:988px;
	background-image:url(../../images/bg_rpt.jpg);
	background-repeat:repeat-y;
	margin:auto;
}
	
.container{
	width:946px;
	margin:auto;
	background-color:#fff;
}

/*header background*/

.head_container{
	width:946px;
	height:168px;

}

.logo{
	background-color:#000;
	padding:1px;
	float:left;
	margin-top:19px;
	}
	
/*.head_org{
	background-image:url(../../images/head_orange.gif);
	width:946px;
	height:166px;
}*/

/* =Main Nav Links
-------------------------------------------------------------- */

a.main_link{
	float:left;
	background-color:#333333;
	color:#d6d6d6;
	text-decoration:none;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:700;
	margin-right:1px;
	width:157px;
	padding:20px 0;
	text-align:center;
	line-height:12px;
}
	
a.main_link:hover{
	background-color:#000;
	color:#fff;
}

a.active{
	filter:alpha(opacity=60);
	-moz-opacity:0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;
	background-color:#efefef;
	color:#000;
	float:left;
	text-decoration:none;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:700;
	margin-right:1px;
	width:157px;
	padding:20px 0;
	text-align:center;
	line-height:12px;
	height:10px;
}
.whatson a.active{
	filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity: 1;
	opacity: 1;
	background-color:#e5ff00;
	color:#000;
	float:left;
	text-decoration:none;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:700;
	margin-right:1px;
	width:157px;
	padding:20px 0;
	text-align:center;
	line-height:12px;
	height:10px;
}
	
/* =Side Nav Purple
-------------------------------------------------------------- */

.left_side{
	float:left;
}
	
.main_side{
	margin-top:10px;
    border-bottom:1px solid #A0A0A0;
}
	
.main_side li{
	list-style:none;
}
	
/*.main_side a{
	color:#000;
	text-decoration:none;
	display:block;
	padding:2px 0 2px 20px;
	border-top:solid #aa9caa 1px;
}*/

.main_side a:hover{
	background-color:#000;
	color:#fff;
    text-decoration:none;
}

.main_side a.stayRoll{
	background-color:#000;
	color:#fff;
}

.sub_side div a.stayRoll{
	list-style:none;
	background-color:#000;
	color:#fff;
}
	
a.stayRoll{
	background-color:#000;
	color:#fff
}
	
a.sub_stayRoll{
	text-decoration:underline;
}


/* =Sing Up
-------------------------------------------------------------- */

.sign_up{
	background-image:url(../../images/search_bg_rpt2.jpg);
	background-repeat:repeat-y;
	font-size:10px;
	width:241px;
    margin:10px 0 0 0;
}
	
.newsletter_button{
	text-align:right;
	padding-right:40px;
	padding-bottom:20px;
}
	
.newsletter_button a{
	color:#333333;	
}
	
.sign_up_links {
	padding-bottom:10px;
    margin:0;
    font-size:10px;
}
	
.sign_up_links a {
	text-decoration:none;
	color:#000;
	font-weight:bold;
}
	
.news_input input{
	width:190px;
	margin:5px 0 5px 0;
}
	

/* =Main Content
-------------------------------------------------------------- */

.bg_wrap{
	background-image:url(../../images/search_bg_rpt2.jpg);
	background-repeat:repeat-y;
	background-color:#fff;
	/*margin-top:-10px;*/
}
	
.bg_wrap_home{
	background-color:#fff;
	background-image:none;
}
	
.main_content{
	float:right;
	width:705px;
}

.content {
	margin-top:20px;
	padding:10px;
}
	
.content p {
	margin-bottom:15px;
}

.contents {
    padding:20px;
}

/* =Homepage
-------------------------------------------------------------- */

.homeWrapper {
    width: 946px;
}

.homeWrapper a {
    text-decoration:none;
}

.homeBucket {
    width:236px;
    float:left;
    border-right:1px solid #D7D7D7;
    height:275px;
    cursor: pointer;
}

.last {
    width:235px!important;
    border-right:none!important;
    overflow:hidden;
}

.homeBucket .header {
    position:absolute;
    z-index:1;
    width:236px;
}

.homeBucket .header img {
    border:none;
}

.homeListingDiscipline {
    font-size:11px; 
    text-transform:uppercase;
    border:1px solid #000;
    padding:1px 3px;
    margin:12px 0 0 10px;
    line-height:14px;
    background:#FFF;
    text-decoration:none;
    zoom:1; 
    font-weight:normal;
    display:inline-block;
    *display: inline;
}

.homeFree {
    font-size:11px; 
    text-transform:uppercase;
    border:1px solid #F0F0F0;
    padding:1px 5px 1px 4px;
    margin:12px 0 0 10px;
    line-height:14px;
    background:#F0F0F0;
    text-decoration:none;
    zoom:1; 
    font-weight:normal;
    display:inline-block;
    *display: inline;
    color:black;
    float:none;
}

.homeBucket h2 {
    color:#000;
    margin:0;
    padding:10px 0 9px 10px;
    text-decoration:none;
    font-size:16px;
    line-height:22px;
    height:43px;
    border-bottom:1px solid #D7D7D7;
}

.homeBucket .body {
    position:relative;
    z-index:2;
    top:93px;
    display:none;
    padding:15px 10px;
}

.homeBucket:hover .body {
    display:block;
    height:152px;
    
}

.homeBucket p {
    color:#000;
    margin:0 0 12px 0;
    text-decoration:none;
    
}

.homeBlackButton {
	font-size:11px!important;
	text-transform:uppercase;
	color:#FFF!important;
	padding:2px 6px 2px 5px;
	background:#000;
	margin:3px 0 10px 0!important;
	display:inline-block;
	line-height:16px;
    text-decoration:none;
    zoom:1; 
    *display: inline;
    cursor: pointer;
}

.homeBlackButton a {
	color:#FFF!important;
    text-decoration:none!important;
}


	
/* =Buttons & Shared Boxes
-------------------------------------------------------------- */

.blackButton {
	font-size:11px!important;
	text-transform:uppercase;
	color:#FFF!important;
	padding:2px 6px 2px 5px;
	background:#000;
	margin:0 7px 10px 0;
	display:inline-block;
	line-height:16px;
    text-decoration:none;
    zoom:1; 
    *display: inline;
    cursor: pointer;
}

.blackButton a {
	color:#FFF!important;
    text-decoration:none!important;
}

.blackButton:hover {
	background:#ff0060;
}

.noticeRed {
	padding: 10px;
	border:1px solid #ff0000;
	color:#000;
	font-size:13px;
	font-weight:normal;
	background:#fff8f8;
	border-style:dotted;
}
.noticeRed a:hover {
	text-decoration:underline;
	color:#ff0000;
}
.watchLive { 
    color:#005da9; 
    font-size:15px; 
    font-weight:bold;
    border:#005da9 1px solid;
    margin:7px 5px 0 0; 
    padding:8px 12px 8px 10px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;	
    -moz-border-radius: 5px;
    border-radius: 5px;
    background:#FFF;
    text-decoration:none;
    display:inline-block;
}
.watchLive:hover {
    color:#FFF;
    background:#005da9;
}


/* =Mini Landing Pages (Come Learn page)
-------------------------------------------------------------- */

#miniLandBox {
	clear:both;
	float:left;
	margin: 0;
    background:#f4f3f3;
    padding:10px 10px; 
    width:645px;
}

#miniLandBox .left {
	float:left;
	width:315px;
	margin-right:35px;
}



/* =Bread Crumb
-------------------------------------------------------------- */

.bread{
	background-image:url(../images/breadcrumb_lg.gif);
	background-repeat:no-repeat;
	height:23px;
	font-size:10px;
	padding:10px 0 0 20px;
}
	
.bread a{
	color:#333333;
	text-decoration:none;
}


/* =Default Styling
-------------------------------------------------------------- */

.right {
	float: right;
}
.left {
	float: left;
}
.clear {
	clear: both;
}

/* =Buckets
-------------------------------------------------------------- */

.bucket1, .bucket2, .bucket3 {
	margin: 0;
	padding: 0;
	display: block;
	float: left;	
}
.bucket1 {
	width: 705px;
}
.bucket2 {
	width: 352px;
}
.bucket3 {
	width: 235px;
}
.bucket1 a.title, 
.bucket2 a.title, 
.bucket3 a.title {
	/* Will change based on section stylesheet */
	color: #fff;
	padding: 8px;
	font-size: 11pt;
	font-weight:bold;
	margin: 0;
	display: block;
	text-decoration: none;
}

.bucket3 a {
	text-decoration:none;
    color:#000;
}

.bucket3 a:hover {
	text-decoration:none;
    color:#0271D9;
}

.bucket1 img, 
.bucket2 img, 
.bucket3 img {
	border: none;
}
.black {
	background: #1e1c1d;
	color: #fff !important;
}
.nav {
	clear: both;
	/*padding-top: 20px;*/
}
.bucket3 p, 
.bucket2 p {
	padding:10px;
	margin: 0;
	background: #f0f0f0;
	display: block;
}
.bucket2:hover p {
	background: #f0f0f0 url('/images/select_p_bg.gif') no-repeat 295px center;
}
.bucket3:hover p {
	background: #f0f0f0 url('/images/select_p_bg.gif') no-repeat 195px center;
}
.bucket3.noimg:hover p, 
.bucket2.noimg:hover p {
	background: #ccc url('/images/noimg_bg.gif') no-repeat;
}
.noimg p {
	min-height: 83px;
	height: auto !important;
	height: 103px;
	margin: 0;
	display: block;
	padding: 10px;
	font-size: 9pt;
	line-height: 12pt;
	background: #ccc url('/images/noimg_bg.gif') no-repeat;
}
p.capt {
	position: relative;
	margin-left: 10px;
	top: -3em;
	display: inline;
	font-size: 12pt;
	background: #1e1c1d;
	padding: 4px;
	color: #fff;
}

/* Dark background buckets similar to Special Offers page */

.darkBucketRow { 
	margin:0 0 20px 0;

}

.darkBucket {
	margin:0 0 0 20px;
	padding:0 0 20px 0;
	width:208px;
	background:#383433;
	float:left;
	min-height:300px;
}	

.darkBucket img {
	border:none;
}

.darkBucket h1 {
	margin:15px 0 0 0;
	padding:0 10px;
	color:#FFF;
	font-weight:normal;
	font-size:18px;
	line-height:22px;
}

.darkBucket p {
	margin:11px 0 0 0;
	padding:0 10px;
	color:#FFF;
}

.darkBucket:hover {
	background:#000;
}

/* =Search
-------------------------------------------------------------- */

.searchSite{
	background-color:#fff;
	float:left;
	font-size:10px;
	width:476px;
	}
	
.searchWrap{
	height:63px;
	}
	
.searchForm{
	float:left;
	padding:10px 0 0 20px;
	}
	
.searchForm a{
	color:#666666;
	font-weight:bold;
	}
	
.radioButtons{
	float:left;
	font-weight:bold;
	padding:30px 0 0 30px;
	}
	
a.sort{
	display:block;
	float:left;
	color:#000;
	text-decoration:none;
	padding-left:25px;
	margin-right:5px;
	}
	
a.sort_on{
	background-image:url(../images/radio_on.gif);
	background-repeat:no-repeat;
	background-position:5px;
	}
	
a.sort_off{
	background-image:url(../images/radio_off.gif);
	background-repeat:no-repeat;
	background-position:5px;
	}


/* =Callout Boxes
-------------------------------------------------------------- */

.callout_1{
	background-color:#b8ce31;
	float:left;
	width:235px;
	color:#000;
	/*min-height:310px;*/
	height:auto;
	height:100%;
	border-right:solid #000 1px;
}

.callout_1 img{
	margin-top:0;
}
	
h3.callout {
	font-size:10pt;
	padding:20px 20px 0 20px;
}
	
p.callout {
	font-size:1em;
	padding:20px;
	line-height:1.4em;
}
	
.learn_link {
	padding:0 0 0 20px;
}
	
.callout_1 a{
	text-decoration:none;
	font-weight:bold;
	color:#000;
}
	
.callout_2 a{
	text-decoration:none;
	font-weight:bold;
	color:#fff;
}
	
.callout_2{
	background-color:#081f2d;
	background-image:url(../images/water.jpg);
	background-repeat:repeat-y;
	float:left;
	width:234px;
	color:#fff;
	/*min-height:310px;*/
	height:auto;
	height:100%;
}
.caution {
	margin: 0 0 20px  0;
	padding: 10px 10px 0 10px;
	border:1px solid #ff0000;
	color:#000;
	font-size:12px;
	font-weight:normal;
	background:#fff8f8;
	border-style:dotted;
}
.caution h1 {
	font-size:16px!important;
    font-weight:bold;
    margin:0 0 8px 0!important;
    padding:0;
    line-height:25px;
}
.caution p {
	margin:0 0 10px 0!important;
}
.caution a {
	text-decoration:underline;
	color:#000;
}
.caution a:hover {
	text-decoration:underline;
	color:#ff0000;
}

/* =Green Border
-------------------------------------------------------------- */

.greenBorder{
	background-color:#b8ce31;
	font-size:0px;
	height:10px;
}

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

.footer{
	background-color:#000;
	width:946px;
	margin:auto;
	}
	
.foot_logo{
	float:right;
}
	
.foot_links {
	float:left;
	width:400px;
	color:#fff;
	padding:27px 0 0 10px;
    
}
	
.foot_links p {
    margin:0;
}
.foot_links a {
	color:#fff;
	text-decoration:none;
	font-size:11px;
}
	
.foot_links a:hover{
	color:#cadb37;
	}
	
/*clear floating divs to expand div tags vertically*/

.clearFloat{
	clear:both;
	height:0px;
	line-height:0px;
	font-size:0px;
	}
	
/* =Social Media Icons
-------------------------------------------------------------- */

#smicons { margin: 10px 15px; border-top: 1px #aaa solid; margin-top: 10px; }
#smicons p { font-size: 8pt; line-height: 10pt; margin-bottom: 15px; padding-top: 15px; }
#smicons .icon { position: relative; float: left; padding-right: 12px; padding-bottom: 10px; }
#smicons .popup { width: 90px; background: url('/images/icons/bg_popup.png') bottom center no-repeat; font-family: Arial, Verdana, sans-serif; text-align: center; padding: 0; }
#smicons .popup p { font-size: 8pt; background: #333; font-weight: normal; color: #fff; padding: 6px 6px 6px 6px; margin: 0; margin-bottom: 7px; line-height:9pt; -moz-border-radius: 5px; -webkit-border-radius: 5px; }
#smicons .icon:hover .popup { display: block !important; position: absolute; margin-top: -45px; margin-left: -28px; }

.cutline { font-size: 8pt; color: #888; }
