@charset "utf-8";
/* CSS Document */
body{
	margin:0 auto;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	}
 h3{
	color:#fff !important;
    font-size: 20px;
    font-weight: bold;
}
.wrapper{
text-align:center;
	}
.header{
	height:285px;
	}
.logo{
	width:408px;
	margin:0 auto;
	padding-top:85px;
	}
.content{

	}
	/*
.white_content{
	height:250px;
	}
	*/
	
.white_content{
	margin:25px 10px 30px 10px;
	height:1cd 30px;
	}
	
.white_content_not_home{
	margin:25px auto;
	height:1cd 30px;
	}
	
		
.message_to_users{
	/*width: 700px;*/
	text-align:center;
	padding: 10px;
	margin-top:10px;
	margin-bottom:5px;
	margin-left:300px;
	margin-right:300px;
	color:#838486;
	font-size: 12px;
	font-weight:bold;
	line-height: 1.5em;
	}
/*
.signup_now{
	margin-top:20px;
	margin-bottom:16px;
	color:#838486;
	font-size: 20px;
	font-weight:bold;
	}
*/
.signup_now{
	margin-top:0px;
	margin-bottom:16px;
	color:#838486;
	font-size: 20px;
	font-weight:bold;
	}
	
.unsubscribe_notice{
	margin-top:50px;
	margin-bottom:25px;
	color:#838486;
	font-size: 14px;
	font-weight:bold;
	}

.display_sharing_icons{
	margin:auto 35% auto 35%;
	text-align:center;
    color:#00adef;
    font-size: 15px;
    font-weight: bold;
	}
	
	
.blue_content{
	margin:0 auto;
	background:#00adef;
	/*min-height:400px;*/
	}

.text_box{
    background-image: url("../images/textbox_bg.jpg");
    background-repeat: no-repeat;
    border: 0 none;
    height: 32px;
    width: 424px;
	color:#a9a9a9;
	padding-left:10px;

	}
.form_container{
position:relative;
}
form{
padding:0px;
margin:0px;
}

.footer{
	margin:0 auto;
	padding-top: 25px;
	padding-bottom:50px;
	font-size:14px;
	}
	
.footer_not_home{
	margin:0 auto;
	padding-top: 25px;
	padding-bottom:50px;
	font-size:14px;
	}
.menu{
    width: 100%;
	color:#FFFFFF;
   }
.menu ul{
    margin: 0; padding: 0;
    }
.menu ul li{
    display: inline;
	}
.menu ul li a{
    text-decoration: none;
    color: white;
    padding: 10.5px 11px;
	font-weight:bold;
    }
.menu ul li a:visited{
    color: white;
	}
.copy_right{
	color:#FFFFFF;
	font-size:14px;
	font-weight:bold	
	}
#signup-success {
    margin-bottom:20px;
    padding-bottom:10px;
    display:none;
    }
#signup-success p, #signup-success-nojs {
    text-align:center;
    font-weight:bold;
    color:#00adef;
    }
.page_content{
	margin:25px auto;
	width:600px;
	padding:15px 15px 0px 15px;
	text-align:justify;
	color:#fff;
	
	}

