@charset "UTF-8";
/* CSS Document */
*{
	margin:0px;
	padding:0px;
}
body{
	font-size:12px;
	font-family:Verdana;
	background-color: #ffffff;
	color: #404040;
/*	background-image: url(/images/home-repeat.jpg);*/
/*	background-image: url('/images/background-vline.png');*/
	background-image: url('/images/bg-vline.png');
	background-repeat: repeat-x;
}

input,
textarea
{news
	outline:none;
}

#utility-links
{
	float:left;
	padding-top: 15px;
	padding-bottom: 15px;
}

#login-form
{
	float:right;
	background: #ffffff url('/images/login-form.png') 0px 0px no-repeat;
	width:260px;
	height:40px;
	margin-left: 10px;
}

#form
{
	padding-top: 5px;
	margin-right: 15px;
}


#login-username
{
	outline:none;
	border:none;
	background: none;
	width:70px;
	margin-right: 10px;
	color:#999;
	line-height:1em;
}

#login-password
{
	outline:none;
	border:none;
	background: none;
	width:70px;
	margin-right: 10px;
	color:#999;
	line-height:1em;
}

#submit-login
{
	border:none;
	background: transparent url('/images/signin.png') 0px 0px no-repeat;
	width:54px;
	height:24px;
	vertical-align: 0px ;
}

#inner-pages{
	background-image: url(/images/inner-repeat.jpg) !important;
}
#inner-pages-profile{
	background-image: url(/images/profile-blue-bg.jpg) !important;
}
#wrapper{
	width:1142px;
	position: relative;
	margin:0 auto;
	z-index:15;
}
#content {
	width: 1142px;
	border: 0;
	float: left;
	font-family:Arial, Helvetica, sans-serif;
	position:relative;
	z-index: 3;

}
#body-copy{
	width: 910px;
	float: left;
	height: 360px;
}

#body-copy p{
	font-family: Times;
	width: 400px;
	padding: 35px 0px 0px 40px;
	float: left;
	color: #fffffe;
	font-size: 18px;
	line-height: 24px;
}

#header{
	width: 1110px;
	position: relative;
	float: left;
}
#logo{
	float:left;
	z-index: 5;
	position: relative;
	margin: 0px;
	height: 113px;
	margin-bottom: -30px;
	margin-left: 60px;
	margin-top: 18px;
}

#logo_static{
	float:left;
	z-index: 5;
	position: relative;
	margin: 0px;
	height: 113px;
	margin-bottom: -30px;
	margin-left: 60px;
	margin-top: 6px;
}

#logo img{
	border: 0 none;
}

#inner-utility
{
	float: right;
	text-align: right;
	padding: 15px 0px 15px 0px;		
	color: #013d64;
	font-size: 11px;
	font-weight: bold;
	margin-right: 6px;	
}

#utility{
	float: right;
	text-align: right;
	color: #013d64;
	font-size: 11px;
	font-weight: bold;
	margin-right: 6px;
}

#inner-utility a,
#utility a{
	color: #029BC8;
	text-decoration: none;
	padding: 10px 0px 10px 26px;
	background-repeat: no-repeat;
	background-position: 5px 6px;
}

#inner-utility a:hover,
#utility a:hover{
	color: #fb6001;
}
#sign-in_bt {
	background-image: url(/images/sign-up-bt.jpg);
}
#my-account_bt {
	background-image: url(/images/my-account-bt.jpg);
}
#contact_bt {
	background-image: url(/images/contact-bt.jpg);
}
#support_bt {
	background-image: url(/images/support-bt.jpg);
}
#banner{
	width: 1142px;
	height: 312px;
	/*margin-top: -12px;*/
	z-index: 2;
	position: relative;
/*	background-image: url(/images/home_banner.png);*/
/*	background-image: url(/images/banner-background.png);*/
	background-image: url('/images/bubbles.png');
	float: left;
	clear: left;
	margin-top:17px;
}
#banner-headline{
	width: 355px;
	float: left;
	margin-left: 100px;
	margin-top: 10px;
}
#banner-headline h1{
	font-size: 32px;
	padding:25px 0px 0px 0px;
	margin: 0px;
	width:400px;
}
#banner-headline h3{
	font-size: 20px; 
	line-height: 18px;
	margin: 0px 0px 5px 0px !important;
}

#banner-video
{
	width:414px;
	height:248px;
	float:left;
}

#steps{
	float: left;
	clear: both;
	width: 1142px;
	height: 105px;
	padding-left:100px;
}
#steps p{
	line-height: 18px;
	padding-left: 3px;
}
#steps h3{
	font-size: 16px;
	padding-top: 5px;
}

#step-1, #step-2, #step-3{
	float: left;
	width: 240px;
	height: 100px;
	background-repeat: no-repeat;
	background-position: 0px 12px;
	padding: 20px 0px 20px 50px;
	margin-left: 40px;
}
#step-1{
	background-image: url(/images/number_1.png);
}
#step-2{
	background-image: url(/images/number_2.png);
	padding: 20px 0px 20px 55px !important;
}
#step-3{
	background-image: url(/images/number_3.png);
	padding: 20px 0px 20px 55px !important;
}
#bottom-copy{
	float: left;
	width: 950px;
	clear: both;
	margin-left:120px;
	padding-bottom: 20px;
}
#sensory-breaks, #the-buzz, #login-area,#blog{
	float:left;
	margin-top: 20px;
}
#login-area{
	float: right !important;
}
#make-new-friends p, #the-buzz p{
	line-height: 18px;
	font-size: 12px;
}

#blog
{
	float:right;
	background-image: url(/images/scroll-icon.png);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	padding: 5px 0px 10px 25px;
}

#blog-entry
{
	width:260px;
	margin-left:30px;
}

#blog-entry img
{
	width:71px;
	height: 20px;
	margin:0;
	padding:0;
}

#login-area input{
	background-image: url(/images/login-input.png);
	border: 0px;
/*	width: 178px;
	height: 15px;*/
	font-size: 12px;
	color: #788685;
	line-height: 18px;
	padding: 10px 10px;
	margin: 3px 0px;
}

#login-area #forgot{
	float: left;
	color: #01375a;
	padding: 5px;
	font-size: 10px;
}
#login-area #forgot:hover{
	text-decoration: none;
}

#sensory-breaks{
	float: left;
	width: 315px;
	height: 200px;
	padding-left: 25px;
	padding-right: 25px;
	border-right: 1px solid #97e7fe;
}

#sensory-breaks img{
	float: left;
	padding: 5px 0px 0px 0px;
}

#sensory-breaks a img, #the-buzz a img{
	padding: 8px 0px 0px 0px;
	border: 0px;
	float: left;
}

#sensory-breaks h2{
	background-image: url(/images/yellow-star.jpg);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	padding: 5px 0px 10px 25px;

}

#sensory-breaks h2, #login-area h2, #the-buzz h2, #blog h2{
	font-size: 18px;
}

/*#sensory-breaks{
	width: 220px;
	padding: 0px 30px 0px 25px;
	margin-right: 25px;
	
}*/
#sensory-breaks a{
	float:right;
}
/*
#sensory-breaks a:hover{
	color: #029bc8;
}*/
#the-buzz{
	width: 300px;
	height:200px;
	padding-right: 0px;
	padding-left: 20px;
	border-right: 1px solid #97e7fe;
}
#the-buzz p{
	padding-right: 30px;
}
#login-area{
	width: 215px;
	height: 145px;
	background-image: url(/images/login-area-bg.png);
	background-repeat: no-repeat;
	padding: 20px 30px;
}
#the-buzz h2{
	background-image: url(/images/the-buzz-icon.png);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	padding: 5px 0px 10px 40px;
}
#footer-wrapper{
	background-image: url(/images/footer-repeat.png);
	background-repeat: repeat-x;
	width: 100%;
	float: left;
	z-index: 1 !important;
	position: relative;
}
#footer{
	width:1142px;
	height: 180px;
	padding: 10px 0px 50px 0px;
	margin:0 auto;
	z-index: 2 !important;
	font-size: 10px;
	line-height: 18px;
	text-align: left;
	color:#FFFFFF;
}
#footer h4{
	font-size: 14px;
	color: #fcbc21;
}

#were-social{
	border-right: 1px solid #01263f;
	float: left;
	width: 350px;
	padding: 10px 0px 0px 20px;
}
#were-social p a{
	padding:0px 0px 0px 5px;
	margin: -5px 0px 0px 0px !important;
	color: #ffffff !important;
	text-decoration: underline !important;
} 
#were-social p{
	padding: 0px 0px 5px 0px;
	width:200px;
}
#were-social p img{
	margin-bottom: -5px;
}
#need-support,
#become-a-penpal
{
	float: left;
	width: 185px;
	padding: 10px 0px 0px 20px;
}
#need-support a,
#become-a-penpal a
{
	color: #ffffff !important;
	text-decoration: underline !important;
}
#were-social a:hover,
#need-support a:hover,
#become-a-penpal a:hover
{
	text-decoration: none !important;
}
#footer-links{
	color: #ffffff;
	width: 980px;
	padding: 0px 10px;
	margin: 0 auto;
/*	margin-left: -40px;*/
}
#footer a{
	text-decoration:none;
	color: #ffffff;
}
#footer a:hover{
	color: #23c1f0;
	/*text-decoration: underline;*/
}

#google-adsense
{
	border-right: 1px solid #01263f;
	width:300px;
	height:200px;
	float:left;
	padding-left: 100px;
	padding-right: 40px;
}

#support
{
	width:300px;
	height:200px;
	float:left;
}

#newsletter
{
	margin-top:20px;
}

#newsletter-submit
{
	border:none;
	background: transparent url('/images/sign_up.png') 0px 0px no-repeat;
	width:73px;
	height:34px;
	vertical-align: middle;
}
#bjulkh-bjulkh,
#newsletter-email
{
	border:none;
	background: transparent url('/images/newsletter-input.png') 0px 0px no-repeat;
	width:177px;
	height:36px;
	outline:none;
	padding-left: 10px;
	color: #999;
	vertical-align: middle;
}

/*------------------------------------------------ Styles for pretty buttons */
.text{
	display: none;
}

#nav_wrapper{
	padding: 0px;
	position: relative;
	height: 47px;
	float: right;
	margin-right:0px;
}

#nav_l
{
	width:17px;
	height:49px;
	background: transparent url('/images/nav_bg_l.png') 0px 0px no-repeat;
	float:left;
}

#nav_r
{
	width:17px;
	height:49px;
	background: transparent url('/images/nav_bg_r.png') 0px 0px no-repeat;
	float:left;
}

#nav{
	background: transparent url('/images/nav_bg_vline.png') 0px 0px repeat-x;
	padding: 14px 0px 14px 0px;
	height: 22px;
	float: left;
	display:block;
}

.clear
{
	clear:both;
}

#nav li {
	list-style:none;
	float: left;
	padding:3px 0px 0px 0px;
}
#nav li a{
	font-family: Times;
	font-weight: bold;
	color: #029bc8;
	font-size: 14px;
    float: left;
	text-decoration: none;
	border-right: 1px solid #f1dc01;
	padding: 0px 12px 0px 12px;
}
#nav li a:hover{
	color: #01375b;
}
#nav #btn_blog a{
	border: none !important;
}
#nav #btn_home a, #nav #btn_home a:hover, #nav #btn_home .active{
	background-image: url(/images/home-icon.jpg);
	background-repeat: no-repeat;
	background-position: 10px 0px !important;
	padding: 0px 15px 0px 15px;
	width: 8px;
	height: 15px;
}

#nav #btn_kids a:hover, #nav #btn_kids .active{
	color: #01375b;
}

#nav #btn_parents a:hover, #nav #btn_parents .active{
	color: #01375b;
}

#nav #btn_professional a:hover, #nav #btn_professional .active{
	color: #01375b;
}

#nav #btn_user-manual a:hover, #nav #btn_user-manual .active{
	color: #01375b;
}
#nav #btn_products a:hover, #nav #btn_products .active{
	color: #01375b;
}
#nav #btn_blog a:hover, #nav #btn_blog .active{
	color: #01375b;
}
/*------------------------------------new profile pages--------------------------*/
.left{
	float: left;
}
.right{
	float: right;
}
#inner-banner{
	width: 990px;
	height: 150px;
	/*margin-top: -12px;*/
	z-index: 2;
	position: relative;
	background-image: url(/images/inner-banner.jpg);
	float: left;
	clear: left;
	margin-left: 130px;
}
#inner-banner h1{
	font-size: 32px;
	padding:53px 0px 15px 0px;
	/*margin: 0px;*/
}
#inner-bottom-copy{
	float: left;
	width: 910px;
	padding: 25px 0px 25px 5px;
	clear: both;
	margin-left:120px;
}
#form-top{
	background-image: url(/images/form-top.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 20px;
	width: 661px;
	float: left;
	margin: 0px;
}
#form-bottom{
	background-image: url(/images/form-bottom.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	height: 20px;
	width: 661px;
	float: left;
	margin: 0px;
}
#new-child,
#new-parent{
	float: left;
	color: #fb6001;
	width: 661px;
	/*margin: 0px;*/
	background-image: url(/images/form-repeat.jpg);
	background-repeat: repeat-y;
	padding: 0px 20px;
}

#new-child a,
#new-parent a{
	color: #fb6001;
	outline:none;
}
.submit-area{
	width: 120px;
	float: right;
	padding-top: 5px;
}
.submit-area a{
	float: left;
	padding-top: 10px;
}
#new-child table tr td input,
#new-parent table tr td input{
	border: 0px;
	color: #797979;
	width: 135px;
	height: 15px;
	padding-bottom: 15px;
	outline: none;
}

#new-child table tr td textarea,
#new-parent table tr td textarea{
	outline: none;
}

/*.long-input{
	width: 500px !important;
}*/

#new-child select,
#new-parent select{
	width: 160px;
}
.radio-bt{
	background-image: none !important;
	/*width: 25px !important;*/
	/*height: 15px !important;*/
	/*padding: 0px!important;*/
	margin-left: 15px;
}
.radio-tx{
	padding: 8px 5px 0px 5px;
	float: left;
}
.pic-bt{
	background-image: none !important;
	width:154px !important;
	height: 31px !important;
	padding-left: 117px !important;
	margin-bottom: 10px !important;
	float: left;
	clear: left;
}
.submit-bt{
	float: right;
	width: 68px!important;
	height: 30px!important;
	background-image: none !important;
}
#new-child textarea,
#new-parent textarea{
	/*background-image: url(/images/textarea.jpg);*/
	color: #797979;
	width: 500px !important;
	height: 87px;
	padding: 10px;
	border: 0px;
}
#new-child label,
#new-parent label{
}
#new-child table,
#new-parent table{
	border-collapse: collapse;
	width: 621px;
}
#new-parent table tr,
#new-parent table tr{
	border-bottom: 1px dotted #f4e136;
}
#new-child table tr td,
#new-parent table tr td{
	padding: 5px 0px;
}
#inner-bottom-copy p{
	line-height: 18px;
	padding:0px 25px 15px 0px;
}
#inner-bottom-copy h3{
	font-size: 20px;
}
#new-user-form{
	float: left;
	width: 670px;
}
#parent-tips{
	font-size: 18px;
	background-image: url(/images/info-icon.jpg);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	padding: 5px 0px 5px 30px;
}
#new-user-right-column{
	float: right;
	width: 225px;
}
#new-user-right-column a{
	color: #038db6;
}
#new-user-right-column ul{
list-style: none;
padding: 15px 0px 15px 5px;
}
#new-user-right-column ul li{
	background-image: url(/images/blue-bullet.jpg);
	background-repeat: no-repeat;
	background-position: 0px 3px;
	padding: 0px 0px 15px 15px;
	line-height: 18px;
}

/*-------------loading icon----------------*/
#loading{
	position: absolute;
	top:0px;
	right: 12px;

}
#loadingbox{
	background-image: url(/images/loading-bg.png);
	background-position: top left;
	background-repeat: no-repeat;
	width: 65px;
	height: 28px;
	padding: 11px 0px 0px 0px;
}

#loadingbox img
{
	left:10px;
	position:absolute;
}

#loginFail{
	position: absolute;
	color: #ffffff;
	top:30px;
	right: 30px;
	z-index: 10;
}
#failbox{
	background-image: url(/images/login-fail.png);
	background-repeat: no-repeat;
	background-position: top left;
	width: 175px;
	height: 28px;
	padding: 13px 15px 0px 13px;
}

#uploadPic {
	background: url('images/upload-your-pic-bt.jpg') no-repeat;
	}
.upload {
	position:relative;
	width:664px;
}
.realupload {
	position:absolute;
	top:0;
	right:0;

	/* start of transparency styles */
	opacity:0;
	-moz-opacity:0;
	filter:alpha(opacity:0);
	/* end of transparency styles */

	z-index:2; /* bring the real upload interactivity up front */
	width:270px;
}
form .fakeupload {
	background:url(images/upload-your-pic-bt.jpg) no-repeat 100% 50%;
	width: 154px;
	height: 31px;
}
form .fakeupload input {
	width:401px;
}

    /*----------------custom file upload field for registration----------------*/
.rebrush-container{
	float: left;
	width: 235px;
	background-image: url(/images/browse-bt.jpg);
	background-position: 204px 0px !important;
	padding-left: 35px !important;
	background-repeat: no-repeat;
	height: 35px !important;
	padding-top: 0px !important;
}
.ui-dialog .rebrush-container{
		width: 370px !important;
			
}
.rebrush-container .jqTransformInputWrapper{
	background-image: none !important;
	width: 270px !important;
}
.rebrush{
	width: 155px !important;
	height: 35px !important;
	background-image: none !important;
}
.rebrush-button{
	visibility: hidden;
	z-index: 50 !important;
	position: relative;
	background-image: none !important;	
}
.fileupload-rebrush {
	position: relative;
	overflow: hidden;
	margin-bottom: 10px !important;
	height: 35px !important;
}
.ui-dialog .fileupload-rebrush{
	padding-left: 0px !important;
}
.fileupload-rebrush input.fileupload-rebrush-field {
	background-repeat: no-repeat !important;
	background-image: url(/images/input-sm-bg.jpg);
	background-color: #fffbd5 !important;
	width: 135px;
	font-size: 12px;
	padding: 10px 10px!important;
	margin-left: 1px;
	float: left;
	z-index: 3 !important;
	position: relative !important;
	height: 15px !important;
	border: 1px solid #000000;
}
#sendMessage input.fileupload-rebrush-field{
	width: 180px !important;
}

/*-----------------------------*/

.orange{
	color: #fb6001;
}
.no-thanks{
	color: #fb6001!important;
}
.add-child-bt{
	padding: 0px 10px 0px 0px;
}
.add-child-bt img{
	margin-bottom: -10px;
}
#commentField{
	float:left;
	width: 555px;
	padding: 10px 10px;
	background-color: #e4fbfb;
}

#validationErrors ul{
	line-height: 18px;
	padding: 0px 0px 15px 5px;
	color: #fb6001
}

#validationErrors ul li{
	list-style: none;
	background-image: url(/images/orange-bullets.jpg);
	background-repeat: no-repeat;
	background-position: 0px 7px;
	padding: 3px 0px 3px 14px;
}

.ui-widget-overlay { 
background: #000000 !important; 
opacity: .3;filter:Alpha(Opacity=50) !important; 
}

.existing_pic {
	float: left;
	margin: 20px;
	border: 2px solid #75E0FF;
	height: 76px;
	overflow: hidden;
}
.existing_pic:hover {
	border: 2px solid #E98C09;
}
.ui-dialog-title, #sendMessage h4 {
	color: #fb6001 !important;
	padding: 10px 0px 0px 0px;
	font-weight: normal;
}
#selectPicture{
	background-color: #ffffff;
	padding: 5px;
	margin: 15px;
	border: 1px solid #fb6001;
}
.existing_pic{
	float: left;
	background-color: #ffffff;
	border: 2px solid #35afd3;
	padding: 0px;
	height: 76px;
	overflow: hidden;
}
.existing_pic:hover {
	border: 2px solid #E98C09;
}

/*----------------replay window------------------*/
#sendMessage{
	background-color: #fffbd6;
	color: #fb6001;
	font-size: 12px;
	width:480px !important;
	height: 370px !important;
}

#sendMessage #message{
	width: 330px;
	height: 130px;
	border: none;
	background-image: url(/images/message-input.jpg);
	padding: 10px;
}
.ui-dialog-titlebar, .ui-widget-header, .ui-corner-all{
	background-color: #fffbd6 !important;
	background-image: none !important;
	 border: 0px !important;

}

#sendMessage input{
	border: 0px;
	background-image: url(/images/input-bg.jpg);
	background-repeat: no-repeat;
	color: #797979;
	width: 180px;
	padding: 8px 10px 12px 10px;
	height: 16px;
}
#sendMessage .submit-bt{
	float: right;
	width: 68px!important;
	height: 30px!important;
	background-image: none !important;
	margin: 0px 10px 0px 0px !important;
}
#sendMessage h4{
	font-size: 14px;
	position: absolute;
	top:10px;
	left: 15px;
}


.ui-icon-closethick, .ui-dialog-titlebar-close, .ui-dialog-titlebar-close{
width: 35px !important;
height: 25px !important;
	padding: 0px !important;
	background-image: url(/images/close-orange.jpg) !important;
	background-repeat: no-repeat !important;
	background-position: 0 0 !important;
}
/*-----sensory breaks-----*/
#break {
z-index: 100 !important;
position: relative;
	font-size: 12px;
	line-height: 18px;
	padding-bottom: 20px;
}
.sensory-img{
	width: 250px;
	float: left;
	padding: 0px 15px 15px 0px;
}
#break p{
	background-color: #ffffff;
	border: 1px solid #fb6001;
	padding: 40px 15px 15px 15px;
	width: 300px;
	color: #404040;
	float: right;
	display: block;
	margin: -30px 15px 15px 0px;
}
#break p #skip, #break p #takebreak{
	display: block;
	float: right;
	padding:10px;
}
#break strong{
	font-weight: bold;
}
#sensoryBreak a{
	font-size: 12px;
	color: #fb6001;
}
#break h4{
float: right;
width: 331px;
z-index: 100 !important;
position: relative;
	color: #fb6001 !important;
	padding:10px 0px 0px 0px;
	font-weight: normal;
	font-size: 14px;
}
.ui-dialog-titlebar{
z-index: 10;
position: relative;
	background-color: transparent !important;
}
#table-header{
	background-color: #ffffff !important;
}

#filter-form{
	float: left;
	background-color: #a5ecff;
	padding: 15px;
	margin-left: 15px;
	width: 545px;
}
#filter-form p{
	padding: 0px 5px;
	color: #00375a !important;
}
#filter-form a{
	float: right;
	color: #00375a !important;
	padding: 5px 40px 0px 10px;
	margin-top: -25px;
}
#filter-submit{
	padding: 2px 5px;
}
#filter-form #startDate, #filter-form #endDate{
	border: none !important;
	background-color: none !important;
	background-image: url(/images/search-more-input.jpg);
	background-repeat: no-repeat;
	width: 180px;
	height: 21px;
	padding: 5px 10px 5px 10px;
	float: left;
	color: #00375a;
}

.addCode #codeBtn{
	background: none;
	background-color: #033357;
	color: white;
	font-weight: bold;
	border: grey;
	padding: 10px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}


.code .editCode, .code .updateCode {
	background: none;
	background-color: #033357;
	color: white;
	font-weight: bold;
	border: grey;
	padding: 10px;
	float: right;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-right: 10px;
	margin-top: -10px;
}


.code .deleteCode{
	background: none;
	background-color: red;
	color: white;
	font-weight: bold;
	border: grey;
	padding: 10px;
	float: right;
	-moz-border-radius: 5px;
	border-radius: 5px;
	margin-top: -10px;
}

.addCode input {
	padding: 10px;
	margin: 10px;
	height: 23px;
	border: 0px;
	color: #35afd3;
	font-size: 13px;
	border: 1px solid #B0ECFD;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.code {
	padding: 20px;
	background-color: #FFFFFF;
	border-bottom: 1px solid #CDCDCD;
	font-weight: bold;
}

.code.odd {
	background-color: #F3F3F3;
}

#video-area .description ul, #video-area .description ol {
	margin-left: 15px;
}

.history_entry
{
	height:90px;
	margin-bottom: 12px;
}

.history_entry img
{
	margin-right: 20px;
}

.history_entry h2
{
	font-size: 15px;
	color:#999;
}

.blog-post
{
	width: 200px;
	margin-top:20px;
}

.blog-post p
{
	margin-bottom: 10px;
}

.blog-post a img
{
	border:none;
}


.blue-button
{
	margin:4px 0px;
	padding-top: 5px;
	width:120px;
	height:20px;
	color:white !important;
	background-color: #013456;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	display:block;
	text-align: center;
	text-decoration: none;
	font-weight: bolder;
	-moz-box-shadow: 2px 2px 2px #bbb;
	-webkit-box-shadow: 2px 2px 2px #bbb;
	box-shadow: 2px 2px 2px #bbb;
}

#edit-my-account,
#find-friends,
#view-child-accounts,
#unread-comments,
#unread-messages,
.orange-button
{
	margin:2px 5px;
	padding-top: 1px;
	width:120px;
	height:15px;
	color:white !important;
	background-color: #FA6105;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	display:block;
	text-align: center;
	text-decoration: none;
	font-weight: bolder;	
	float:left;
}

.paid-access
{
	opacity:0.6;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
	filter: alpha(opacity=60);
}

.approve-dialog-style
{
	display:none;
	position:absolute;
	top:30%;
	left:38%;
	z-index:100;
	width:400px;
	height:170px;
	border:10px solid #013456;
	background-color:white;
	border-radius:20px;
	-moz-border-radius:20px;
	-webkit-border-radius:20px;
	padding:20px;
}

#slider {
	width: 487px;
	height: 284px;
	margin-top: 10px;
	margin-bottom: 25px;
	background: transparent url('/images/slider-bg.png') 0px 0px no-repeat;
	float:right;
	margin-right:80px;
}

#slider ul li {
	list-style-type: none;
	padding-left: 35px;
	padding-top: 10px;
}

#slider ul li a img
{
	border: 0;
}

#slider #slider-prev {
	position: absolute;
	z-index: 10;
	top: 120px;
	left: 570px;
}

#slider #slider-next {
	position: absolute;
	z-index:10;
	top: 120px;
	right: 80px;
}

#slider-next a
{
	display:block;
	width:30px;
	height:30px;
}

#slider-prev a
{
	display:block;
	width:30px;
	height:30px;
}

.slider-nav {
    float: left;
    list-style: none outside none;
    margin-top: -2px;
	margin-left: 181px;
    position: relative;
    z-index: 10;
    padding: 0;
}
.slider-nav li {
    float: left;
	padding-left:5px !important;
}
.slider-nav li a {
    background: url("../images/slider-points.png") no-repeat scroll 0 0 transparent;
    display: block;
    height: 13px;
    text-decoration: none;
    text-indent: -9999px;
    width: 13px;
}
.slider-nav li a.num {
    background-position: 0 0px;
}
.slider-nav li.next a {
    background-position: 0 -13px;
}
.slider-nav li a.active, .slider-nav li a.num:hover {
    background-position: 0 -13px;
}
.slider-nav li.clear {
    clear: both;
    float: none;
}

.hide
{
	display:none;
}

#middle
{
	width: 1052px;
	min-height: 400px;
	padding: 20px 0px 20px 80px;
}

.column
{
	float:left;
	width:332px;
}

.column img
{
	width:160px;
	margin-top: -20px;
	margin-left: -18px;
	float:left;
}

.top
{
	height:338px;
	background-image: url('/images/blue-frame-big.jpg');
	background-repeat: no-repeat;
}

.bottom
{
	height:205px;	
	background-image: url('/images/blue-frame-small.jpg');
	background-repeat: no-repeat;
}

.column h2
{
	float:left;
}

.icons
{
	background-image: url('/images/icons.png');
	background-repeat: no-repeat;
	width: 34px;
	height: 35px;
	float:left;
}

.people
{
	background-position: 0px 0px;
}

.talk
{
	background-position: -34px 0px;	
}

.star
{
	background-position: -68px 0px;
}

.scroll
{
	background-position: -102px 0px;
}

.headline
{
	margin:20px;
}

.headline h2
{
	margin-top:5px;
	margin-left: 5px;
	width:250px;
}

.learn-more-bt
{
	margin:0 !important;
	padding:0;
	width:102px !important;
	height:35px;
}

.kids-bt
{
	margin:0 !important;
	padding:0;
	width:123px !important;
	height:35px;
}

.parents-bt
{
	margin:0 !important;
	padding:0;
	width:68px !important;
	height: 35px;
}

.professional-bt
{
	margin:0 !important;
	padding:0;
	width: 96px !important;
	height:35px;
}

.box-content
{
	height:195px;
}

.box-content p
{
	font-size: 13px;
	width: 160px;
	float: left;
	line-height: 1.3em;
}

.box-buttons
{
	float:right;
	margin-right: 30px;
}

.learn-more-bt
{
	padding-right: 60px;
/*	float:right !important;*/
}

img
{
	border:0;
}

.bottom div.headline
{
	margin-top: 30px;
}

#read-more-bt
{
	margin-top: 10px;
	display:block;
}

#box-newsletter
{
	width:260px;
	margin-left: 30px;
	margin-top: -10px;
}

.bottom form
{
	margin-left: 30px;
	margin-top:10px;
	float:left;
}

#account_btns a
{
	display:block;
}

#account_btns a img
{
	margin:0;
	padding:0;
	width:169px;
	height:39px;
}

#account_btns
{
	width: 315px;
	height: 200px;
}

#account-login-bt
{
	width:169px;
	height:39px;
	margin-left: -25%;
	padding-left: 50%;
	margin-top: 65px;
}

#join-now-bt
{
	width:169px;
	height:39px;
	margin-left: -25%;
	padding-left: 50%;
	margin-top:10px;
}
