/*============================*/
/*  Created by cwxDesigner    */
/*    hikuri84@gmail.com      */
/*============================*/

@import url("reset_old.css"); /*Hint: This imports all CSS rules within the "reset_old.css" file*/

	
/*============================*/
/*      Element Styles         */
/*============================*/

/*==- Set your font families styles -==*/

h1,h2,h3,h4,h5,h6 {
	font-family: "Lucida Sans Unicode", Lucida Grande, sans-serif;
}

p,pre,label,caption,th,td,dt,dd,select,ul,ol,address,cite,img,em {
	font-family: Arial, Helvetica, Lucida Grande, sans-serif;
}

blockquote {
	font-family: "Lucida Sans Unicode", Lucida Grande, sans-serif;
}

tt,code,samp {
	font-family:Consolas, "Courier New", Courier, monospace;
}

/*==- Set your font sizes -==*/
h1 {
	font-size: 2.4em;
}

h2 {
	font-size: 2.2em;
	text-transform: uppercase;
	color: #8AC8D1;
	letter-spacing: .04em;
}

h3 {
	color:#8AC8D1;
	font-size:1.6em;
}

h4 {
	font-size: 1.8em;
}

h5 {
	font-size: 1.6em;
}

h6 {
	font-size: 1.4em;
}

p,pre,label,dt,dd,select,blockquote,address {
	font-size:1.2em;
}

ul,ol,th,td,caption,img {
	font-size:1.2em;
}

li ul {
	font-size:1em;
}

/*============================*/
/*        Link Styles         */
/*============================*/
a {
	font-family: "Lucida Sans Unicode", Lucida Grande, sans-serif;
	color: #FF7F00;
}
a:hover {
	text-decoration:underline;
	cursor: hand;
}
/*============================*/
/*        Form Styles         */
/*============================*/
label {
	text-align: right;
	clear: left;
	float: left;
	font-weight: bold;
	font-size: 1.1em;
	vertical-align:middle;
	margin: 6px 0px 0px 0px;
	padding: 2px 0px 0px 0px;
}

input {
	clear:none;
	float:left;
	height:21px;
	margin:6px 4px 5px 5px;
	position:relative;
	width:205px;
	background: transparent url(../images/bkg-input.png) top left no-repeat scroll;
	padding: 2px 7px 0 10px;
	font-size: 1.1em;
	font-family: "Lucida Sans Unicode",Lucida Grande,sans-serif;
}

.checkbox{
	width: 12px !important;
	height: 12px;
	background: none;
	float: left;
	clear: left;
	margin: 0 5px 0 5px;
}

fieldset{
	overflow: hidden;
	position: relative;
}

	fieldset h2{
		overflow: hidden;
		display: block;
		padding: 0;
		margin: 0 auto 8px auto;
		text-align: center;
		background: transparent url(../images/bkg-legend.png) no-repeat left top;
		color: #ffffff;
		font-size: 1.2em;
		clear: both;
		height: 20px;
		text-transform: uppercase;
		width: 50%;
	}
select{
	margin:6px 4px 5px 5px;
	position:relative;
	clear:none;
	padding: 0px 5px 0 0px;
	font-size: 1.1em;
	float: left;
	width:205px;
}

textarea{
	float: left;
	clear: both;
}

.submit{
	text-transform: uppercase;
	color: #ffffff;
	background: transparent url(../images/gdr-submit.gif) repeat-x scroll top center;
}

.action{
	text-transform: uppercase;
	color: #ffffff;
	background: transparent url(../images/gdr-action.gif) repeat-x scroll bottom center;
	border: 1px solid teal;
	height: 28px;
	font-size: 1.3em;
	padding: 0;
	margin: 0;
}

#button_link{
	color: none;
	background: none;
	border: none;
	height: 18px;
	font-size: 1em;
	padding: 0;
	margin: 0;
	text-decoration: underline;
}

/*============================*/
/*        Screen type         */
/*============================*/
.screen_1280 {
	width: 1280px;
}

.screen_1024 {
	width: 1024px;
}

.screen_980{
	width: 980px;
}
/*============================*/
/*        CWX Home Site       */
/*============================*/

/*-------- Wraper-------------*/
#main_wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto;
	overflow: hidden;
}
/*-------- Header-------------*/
#header{
	height: 374px;
	padding: 20px 0 0 0;
	overflow: hidden;
}
	#header h2{
	float: left;
	clear: both;
	width: 100%;
	letter-spacing: 0.08em;
	}

	#header h2 span{
		float: left;
		clear: both;
		color: #ffffff;
		letter-spacing: 0.01em;
	}
	
	#header .tagline{
		float: left;
		clear: both;
		font-size: 1.2em;
		width: 60%;
		padding-left: 15px;

	}
	
	#header button{
		float:left;
		margin:80px 0 0;
	}
	
	#go_students{
		margin: 0 !important;
	}
	
	#header fieldset{
		float: left;
		width: 31%; /*29px;*/
		height: 160px;
		padding: 15px 0 0 15px;
	}
	
		#header label{
			width: 100px;
		}
		#header h3{
			width: 60%;
			text-transform:uppercase;
			padding-left: 15px;
		}
		
		#header h3 span{
			color: #8AC8D1;
		}
		#header input{
			width: 150px;
		}
		
		#header select{
			width: 170px;
		}
		
		
		#header a{
			color: #8AC8D1;
			text-decoration: underline;
		}
.page_title{
	width: 313px;
	height: 225px;
	float: left;
	margin: 15px 0 0 0;
	position: relative;
	padding: 0 0 0 15px;
}

.page_title .tagline{
	margin: 0 !important;
	padding: 0 !important;
}


#site_logo{
	width: 100%;
	line-height:82px;
	background: transparent url(../images/cwx-logo.png) no-repeat scroll 3px 23px;
	text-indent: -9999px
}
/*-------- Slider-------------*/

#scrollable{
		float:left;
		height:240px;
		overflow:hidden;
		position:relative;
		width:100%;
		background: transparent url(../images/bkg-slider.jpg) no-repeat 0 0;
	}
	.items{
		width:20000em; 
		position:absolute;
		clear: both;
	}
	.scrollbox{
		float:left;
		height:	223px;
		margin:0;
		padding:0;
		width:980px;
	}

/*-------- Menu-------------*/
#main_menu{
	height: 28px;
	width: 100%;
	float: left;
	text-transform: uppercase;
	padding: 25px 0 0 238px;
	background: transparent url(../images/bkg-blue.jpg) no-repeat scroll -1px 0px;
}
	#main_menu a{
		text-decoration: none;
		
	}
.menu_l1 {
	width: auto !important;
	float: left;
	cursor: default;
	background: transparent url(../images/sprite-menu.jpg) no-repeat scroll top right;
	height:22px;
	padding:6px 16px 0 16px;
	clear: right;
	z-index: 999 !important;
	margin: 0;
}

.menu_l1:hover{
	background: transparent url(../images/sprite-menu.jpg) no-repeat scroll bottom right;
	margin: 0;
}

.menu_l1 ul {
	display: none;
	position: absolute;
	list-style: none;
	margin: 4px 0 0 -16px !important;
	float: left;
	clear: both;
	/*overflow: hidden;*/
	z-index: 999 !important;
	border-left: 1px white solid;
	border-right: 1px white solid;
	background: #414142;
	width: auto !important;
}

.menu_l1 li{
	min-height:12px;
	margin: 0;
	padding: 6px 0px 6px 12px;
	font-size: .9em;
	width: auto !important;
}

.menu_l1 ul li {
	display: block;
	border-bottom:1px solid silver;
	color:#ffffff;
	background: #414142;
	overflow:hidden;
	min-width: 90px;
	width: auto;
	z-index: 999 !important;
	padding-right: 30px;
}

div.menu_l1:hover ul {
	display: block;
	padding: 0;
	width: auto !important;
}

div.menu_l1 ul li:hover {
	text-decoration: underline;
	/*width: auto !important;*/
}

.menu_l1 a{
	color: #ffffff !important;
	text-decoration: none; 
}

/*-------- Content-------------*/
#content{
	height: auto !important;
	background: #000000 url(../images/bkg-content.jpg) top left scroll;
	overflow: hidden;
}

.content{
	color:#FFFFFF;
	padding-top:15px;
	text-align:left;
	width:85%;
	margin: 0 auto;
}

	.content h2{
		color: #ffffff;
		text-transform: uppercase;
		font-size: 1.7em;
		margin-bottom: 12px;
	}
	
	.content p{
		font-size:1.35em;
		line-height:1.4em;
		margin-bottom:20px;
	}

	.content ul{
		list-style-position: inside;
	}
		.content li{
			margin: 5px 0 5px 0;
			font-weight: bold;
			font-size: 1.3em;
		}



#right_column{
	width: 57.2%;
	float: left;
	background: url(../images/bkg-right-column.jpg) top left scroll;
}

#left_column{
	width: 41.5%;
	float: left;
	background: url(../images/bkg-left-column.jpg) top left scroll;
	padding: 0 0 0 1%;
}

#right_column, #left_column{
	padding-bottom: 32767px;
	margin-bottom: -32767px;
}

#bound {
	float: left;
	width: 100%;
	clear:both;
	display: block;
	min-height: 20px;
	height: auto !important;
	height: 20px;
	background: transparent url(../images/bkg-blue.jpg) no-repeat scroll -1px -12px;
}

.title{
	margin: 50px 0 7px 31px;
	float: left;
	display: inline;
	width: 100%;
}
	.tagline{
		text-transform: uppercase;
		padding-top: 3px;
		font-size: 1.4em;
		letter-spacing: 0.019em;
	}

.page_icon{
	float: right;
	text-indent: -9999px;
	width: 180px;
	height: 309px;
	margin: 0 115px 0 0;
}
/*--------Home----------------*/

#home_icon{
	background: transparent url(../images/bkg-home-icon.png) no-repeat scroll top center;
	margin: 56px 186px 0px 0px;
}
/*-----------Slide1-------------*/
.steps{
	width: 326px;
	height: 225px;
	float: left;
	text-indent: -9999px;
	background: gray;
	margin: 15px 0 0 0;
	position: relative;
}
.steps div{
	width: 100%;
	position: relative;
	z-index: 1;
	height: 35px;
	overflow: hidden;
	margin: 171px 0 0 0;
}

#take_action{
	background: transparent url(../images/img-volunteer.jpg) no-repeat 0 0;
}
	#take_action div{
		background: transparent url(../images/spn-take-action.png) no-repeat 0 0;
	}
#track_hours{
	background: transparent url(../images/img-track-hours.jpg) no-repeat 0 0;
	border-left: 1px solid black;
	border-right: 1px solid black;

}
	#track_hours div{
		background: transparent url(../images/spn-track-hours.png) no-repeat 0 0;
	}
#tell_story{
	background: transparent url(../images/img-tell-story.jpg) no-repeat 0 0;
}
	#tell_story div{
		background: transparent url(../images/spn-tell-story.png) no-repeat 0 0;
	}
/*---------Slide2-------------*/
#volunteers{
	background: transparent url(../images/img-volunteers.jpg) no-repeat 0 0;
	float:right;
	margin: -10px 0 0 0 !important;
	padding:0;
}

/*---------Slide3-------------*/
#forgot_password{
	float: left;
	height: 60%;
	width: 70%;
	padding: 50px 60px;
	
}

#forgot_password h3{
	padding: 0px 0px 15px 0px;
	color: #009FC5;
	font-weight: bold;
	width: 45%;
}

#forgot_password p{
	float:left;
	width: 45%
}

#forgot_password label{
	color: #FF7F00;
	font-size: 1.2em;
}

#forgot_password fieldset{
	float:left;
	padding: 0px;
	width: 55% !important;
	height: 20% !important;
}

#forgot_img{
	width: 160px;
	height: 240px;
	text-indent: -9999px;
	background: transparent url(../images/img-forgot-password.jpg) no-repeat right top;
	position: relative;
	margin: 0px;
	float: right;
}
#send{
	margin: 6px 0 0 0 !important;
}

/*-------- Log-In-------------*/

#log_in {
	height:130px;
	margin:42px 0 10px 0px;
	width:315px;
	background: transparent url(../images/bkg-log-in.png) no-repeat right center scroll;
	padding: 0 0 0 12px;
}
#log_in label{
		width:21%;
}

#remeber_me{
	clear:none;
	margin:0 5px 0px 0px;
	width:auto !important;
	padding: 0;
}

#password_forgot{
	float: left;
	font-size: 1.1em;
	color: #1A1A1A !important;
	font-family: Arial;
	margin:0 5px 0px 0px;
	cursor:pointer;

}
#password_forgot a{
	color: #1A1A1A !important;
}

#log_in_button{
	float: left;
	width: 60px;
	background: transparent url(../images/bkg-go-btn.png) no-repeat scroll center center;
	margin: 0;
	border: none;
}

.form_controls{
	clear:both;
	float:left;
	height:25px;
	margin-top:4px;
	overflow: hidden;
	width: 100%;
}

#prefinery_invite_link{
	padding:0;
	width:105px;
}

/*-------Contact-Us--------------*/
#contact_us{
	display: inline;
	width: 533px;
	height: 376px;
	background: transparent url(../images/bkg-contact.jpg) no-repeat scroll right center;
	float: left;
	margin: 12px 0 12px 31px;
}
	#contact_us label{
		width:21%;
	}

#comments_textarea{
	display: block;
	width: 80%;
	height: 75px;
	margin: 10px 55px;
}

#contact_icon{
	background: transparent url(../images/bkg-contact-icon.png) no-repeat scroll top center;
}

/*--------Schools--------------*/
#school_icon{
	background: transparent url(../images/bkg-school-icon.png) no-repeat scroll top center;
	margin: 42px 137px 0 0;
	width: 285px;
	height: 309px;
}

/*Slide 1*/
#school_teacher{
	background: transparent url(../images/img-school-teacher.jpg) no-repeat 0 0;
}
#school_volunteer{
	background: transparent url(../images/img-school-volunteer.jpg) no-repeat 0 0;
}

#try_schools{
	margin:90px 0 !important;
	padding:0;
	width:105px;
}

/*Slide 2*/

#school_teachers{
	float: right;
	margin: -10px 0 0 0;
	padding: 0;
	background: transparent url(../images/img-teachers.jpg) no-repeat top left scroll;
}

/*--------Organizations--------------*/
#organizations_icon{
	background: transparent url(../images/bkg-orgs-icon.png) no-repeat scroll top center;
	margin: 42px 137px 0 0;
	width: 285px;
	height: 309px;
}

/*Slide 1*/
#organization_picture1{
	background: transparent url(../images/img-about-1.jpg) no-repeat 0 0;
}
#organization_picture2{
	background: transparent url(../images/img-about-3.jpg) no-repeat 0 0;
}

#try_schools{
	margin:90px 0 !important;
	padding:0;
	width:105px;
}

/*Slide 2*/

#organization_picture3{
	float: right;
	margin: -10px 0 0 0;
	padding: 0;
	background: transparent url(../images/img-about-2.jpg) no-repeat top left scroll;
}
/*--------Corporations--------------*/
#corporations_icon{
	background: transparent url(../images/bkg-corp-icon.png) no-repeat scroll top center;
	margin: 42px 137px 0 0;
	width: 285px;
	height: 309px;
}

/*Slide 1*/
#corporation_picture1{
	background: transparent url(../images/img-corporation-1.png) no-repeat 0 0;
}
#corporation_picture2{
	background: transparent url(../images/img-about-3.jpg) no-repeat 0 0;
}

/*Slide 2*/

#corporation_picture3{
	float: right;
	margin: -10px 0 0 0;
	padding: 0;
	background: transparent url(../images/img-about-2.jpg) no-repeat top left scroll;
}

/*--------Join Now-------------*/

#join_now{
	height:45px;
	margin:15px 0 0;
	padding:12px 0px 0px 16px;
	width:328px;
	position: relative;
	background: transparent url(../images/bkg-join.png) no-repeat scroll top left;
}
#join_now button{
	height:27px;
	left:221px;
	position:absolute;
	top:12px;
	width:91px;
}
#join_now p{
	font-size: 1em;
	color: #1A1A1A !important;
}
.call_to_action{
	height:15px;
	text-indent: -9999px;
	background: transparent url(../images/bkg-call-to-action.png) no-repeat top left;
	margin: 0 0 4px 0;
}

/*--------Register Forms_____________*/

#join_controls{
	clear:none;
	float:right;
	height:20px;
	margin:-6px -25px 0 0;
	padding:4px 0 0;
	width:35% !important;
}

#user_terms{
	clear:none;
	float:left;
	margin:0;
	padding:0;
	width: auto !important;
	text-transform: uppercase;
	padding: 0 7px;
}

#join_submit{
	clear: none !important;
}
/*--------About Us-------------------*/
#about_1{
	background: transparent url(../images/img-about-1.jpg) no-repeat top left;
}
	#about_1 div{
		background: transparent url(../images/spn-about.png) no-repeat 0 0;
	}

#about_2{
	background: transparent url(../images/img-about-2.jpg) no-repeat top left;	
}
	#about_2 div{
		background: transparent url(../images/spn-about.png) no-repeat top right;
	}

#about_3{
	background: transparent url(../images/img-about-3.jpg) no-repeat top left;
}
	#about_3 div{
		background: transparent url(../images/spn-about.png) no-repeat top right;
	}

#left_column_about{
	float: left;
	background: transparent url(../images/bkg-left-column.jpg) repeat scroll left bottom;
	height: 1213px !important;
	padding:0 10px;
	width:20.3%;
}

	#left_column_about h3{
		color: #F7941E;
		font-size: 1.5em;
		margin: 12px 0 12px;
		text-transform: uppercase;
	}
	
	.org_help{
		margin:12px 0 12px 0;
	}
	.org_help a{
		color: #3F91A6;
		font-size: 1.2em;
		margin-top: 12px;
		line-height:2.5em;
	}

#right_column_about{
	float: left;
	padding:35px 25px 0;
	width:72.4%;
	background: transparent url(../images/bkg-right-about.jpg) repeat top left;
}
#about_page_icon{
	background: transparent url(../images/bkg-about-icon.png) no-repeat center center;
	width: 100%;
	height: 225px;
}

	#right_column_about a{
		color: #F7941E;
	}
	
	#right_column_about h2{
		color: #F7941E;
		font-size: 1.5em;
		margin: 12px 0;
	}

	#right_column_about p{
		font-size: 1.3em;
		line-height: 1.4em;
		margin-bottom: 15px;
	}
	
	#right_column_about em{
		font-size: 1.3em;
		line-height: 1.4em;
		margin-bottom: 15px;
	}

#our_team{
	width: 100%;
	float: left;
	clear: both;
	border-bottom: 1px silver solid;
	border-top: 1px silver solid;
	padding-bottom: 8px;
}
#our_team_picture{
	float: left;
	background: transparent url(../images/kip-trevor-web.jpg) top left scroll no-repeat;
	width: 36%;
	height: 400px;
	
}

.team_member{
	float: left;
	padding:0 15px;
	width:27%;
}

	.team_member h3{
		color: #8AC8D1;
		font-size: 1.6em;
	}
	
	.cwx_position{
		color: #8AC8D1;
		height: 60px!important;
	}
	
	.bio{
		min-height: 200px;
		height: auto !important;
		height: 200px;
	}
#service_links{
	background: white;
	color: gray;
	padding: 12px
}

#service_links h3{
	color: gray;
	font-size: 1.4em;
}

.full_bio{
	float: left;
	clear: both;
	border-bottom: 1px solid silver;
	margin: 0 0 16px 0;
	
}
	.full_bio img{
		clear:both;
		float:left;
		margin:0 60px 0px 0;
	}

	.full_bio div{
		float: left;
		width: 63%;
	}

	.full_bio h2{
		text-transform: capitalize;
		color: #8AC8D1 !important;
		font-size: 1.7em !important;
		margin: 0 !important; 
		padding-bottom: 20px;
	}
	
	.full_bio h2 span{
		color: #F7941E;
		font-size: .8em !important;
	}
	
	.clear{
		clear: both;
	}

/*-------Contact-Us in About Page--------------*/
	#contact_us_about{
		background: transparent url(../images/bkg-contact.jpg) repeat-x;
		border-top: 1px silver solid;
	}
	
	form#contact_us_about_form{
		padding: 0px 30px 10px;
	}
	
	fieldset#contact_us_fieldset{
		width: 100%;
	}
	
	#contact_us_fieldset h2{
		overflow: hidden;
		display: block;
		padding: 0;
		margin: 0 auto 8px auto;
		text-align: left;
		text-indent: 10px;
		background-color: #155C68;
		color: #ffffff;
		font-size: 1.2em;
		font-weight:600;
		text-transform: uppercase;
		width: 80%;
	}
	
	#contact_us_fieldset div{
		width: 45%;
		margin-left: 2em;
		float:left;
	}
	
	div#button{
		margin: 5px 0px 0px;
		width:100%;
		text-align:right;
	}
		
	#comments{
		display: inline;
		margin: 0px;
		width: 100%;
		height: 65px;
	}
/*-------- Special Links-------------*/

.cwx_links{
	float: left;
	clear: both;
	width: 260px;
	line-height:38px;
	text-indent:-9999px;
	margin: 12px 0px 0px 28px;
}

#cwx_news{
	background: transparent url(../images/bkg-cwx-news.png) no-repeat top left scroll;
}

#cwx_ideas{
	background: transparent url(../images/bkg-cwx-ideas.png) no-repeat top left scroll;
}

#video_link{
	float: left;
	clear: left;
	background: transparent url(../images/bkg-cwx-video.png) no-repeat top left scroll;
	padding: 35px 0;
}

/*-------- Footer-------------*/
#footer{
	width: 100%;
	clear: both;
	float: left;
	height: 25px;
	padding: 13px 0 0 0;
	font-size: 1em;

}

#footer p{
	float: left;
	width: 65%;
}

#footer a{
	color: #ffffff;
	font-size: 1em !important;
	padding: 0 !important;
}

#footer ul{
	float: left;
	list-style: none;
}

#footer li{
	border-right: 1px solid white;
	float: left;
	padding: 0 12px 0 12px;
	margin: 0;
}
.list_last{
	border: none !important;
}
/*============================*/
/*      Column Object         */
/*============================*/
.column{
	float:left;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto;
	overflow: hidden;
	/*border: 1px silver solid;*/
}

.box{
	overflow: hidden;
}

/*============================*/
/*      Erease when ready     */
/*============================*/
body{
	background: transparent url(../images/bkg-pattern.jpg) repeat scroll top center;
}
.disabled{
color: gray;
filter:alpha(opacity=50);
-moz-opacity:0.5;
-khtml-opacity: 0.5;
opacity: 0.5;
}


/*=================================*/
/* special fix by Sboeb my friend  */
/*=================================*/

#cwxAlertBox-Buttons {
	overflow: auto !important;
	padding-left: 195px !important;
}

#header label{
	width: 80px;
}


#comments_textarea_contact{
	display: block;
	width: 73%;
	height: 75px;
	margin: 10px 55px;
}

/*============================*/
/*        Log-Out             */
/*============================*/

#log_out{
margin: 0 auto;
height: 200px;
width: 100%;
text-align: center;
padding: 100px 0 100px 0;
background: transparent url(../images/bkg-fieldset.png) no-repeat scroll center bottom;
}

#log_out h1{
 color: #8AC8D1;
 margin: 0 0 20px 0;
 letter-spacing: .02em;
}

	#log_out_logo{
	background:transparent url(../images/cwx-logo.png) no-repeat scroll left top;
	margin-top: 10px;
	height: 60px;
	width: 257px;
	clear: both !important;
	margin: 0 auto;
	margin-top: 25px;
	margin-bottom: 40px;
	}
/*EDIT THIS STYLES WHEN USER TERMS OVERLAY IS CORRECTED*/

.simple_overlay { 
     
    /* must be initially hidden */ 
    display:none; 
     
    /* place overlay on top of other elements */ 
    z-index:10000; 
     
    /* styling */ 
    background-color:#333; 
     
    width:675px;     
    height:500px; 
    border:1px solid #666; 
     
    /* CSS3 styling for latest browsers */ 
    -moz-box-shadow:0 0 90px 5px #000; 
    -webkit-box-shadow: 0 0 90px #000;     
    
} 
 
/* close button positioned on upper right corner */ 
.simple_overlay .close { 
    background-image:url(../images/close.png); 
    position:absolute; 
    right:-15px; 
    top:-15px; 
    cursor:pointer; 
    height:35px; 
    width:35px; 
}


.overlay_wrapper{
	padding: 20px;
	overflow-y: auto;
	height:460px; 
}

.overlay_wrapper h2{
	font-size: 1.5em;
	margin: 12px 0;
}


.overlay_wrapper p{
	line-height: 1.4em;
	margin: 10px 0;
}


/*--------Privacy Policy-------------------*/

	#privacy_1 div{
		background: transparent url(../images/spn-privacy.png) no-repeat 0 0;
	}
	
	#privacy_1{
	background: transparent url(../images/img-about-1.jpg) no-repeat top left;
}
	

#privacy_2{
	background: transparent url(../images/img-about-2.jpg) no-repeat top left;	
}
	#privacy_2 div{
		background: transparent url(../images/spn-about.png) no-repeat top right;
	}

#privacy_3{
	background: transparent url(../images/img-about-3.jpg) no-repeat top left;
}
	#privacy_3 div{
		background: transparent url(../images/spn-about.png) no-repeat top right;
	}

/*--------Video Player___________________*/

#videoplayer_wrapper{
	position: relative;
	overflow: hidden;
	height: 343px;
	width: 98%;
	background: transparent url(../images/bkg-video-player.png) repeat;
	margin: 0 auto;
}
	.prevVideo{
		background: transparent url(../images/bkg-video-buttons.png) top left;
		display: block;
		height: 49px;
		width: 76px;
		float: left;
		position: relative;
		z-index: 30;
		margin: 100px 12px 0 12px;
		display: none;
	}
	
	.nextVideo{
		background: transparent url(../images/bkg-video-buttons.png) top right;
		display: block;
		height: 49px;
		width: 76px;
		float: right;
		position: relative;
		z-index: 30;
		margin: 100px 12px 0 12px;
		display: none;
	}

	.video_container{
		margin: 0;
		padding: 0;
		width: 548px;
		float: left;
		margin:0 12px 0 0;
	}
		.video_object{
			height: 240px;
			width: 320px;
			background: black;
			float: left;
			margin: 16px 113px 12px 113px;
			clear: both;
		}
		
		.video_caption{
			clear: both;
			float: left;
			background: black;
			height: 75px;
			width: 100%;
			padding:5px 0 0 8px;
		}
/*--------Terms of Use-------------------*/

	#terms_1 div{
		background: transparent url(../images/spn-terms.png) no-repeat 0 0;
	}
	
	#terms_1{
	background: transparent url(../images/img-about-1.jpg) no-repeat top left;
}
	

#terms_2{
	background: transparent url(../images/img-about-2.jpg) no-repeat top left;	
}
	#terms_2 div{
		background: transparent url(../images/spn-about.png) no-repeat top right;
	}

#terms_3{
	background: transparent url(../images/img-about-3.jpg) no-repeat top left;
}
	#terms_3 div{
		background: transparent url(../images/spn-about.png) no-repeat top right;
	}

.usehandcursor{
cursor:pointer;
}

.tooltip { 
	font-family: Tahoma;
	background-color:#000;
	border:1px solid #fff;
	padding:10px 15px;
	width:auto;
	display:none; 
	color:#fff;
	text-align:left;
	font-size:12px;
	}