/**
 * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
 * http://cssreset.com
 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body{
	background: #000;
	background-size: cover;
	height: 100%;
	background-attachment: fixed;
font-family: Arial, Helvetica, Sans-serif;


}

#container{
width:977px;
	margin:0px auto;
	-moz-border-radius: 15px;
border-radius: 15px;
}

	#header{
		height:215px;
		width:917px;
		background:url(headerv2.png);
	}

	#main{
		background:#FFF;
		background:rgba(255,255,255,0.7);

		min-height:300px;

		-webkit-border-radius: 20px;
		-moz-border-radius: 20px;
		border-radius: 20px;

		overflow:hidden;
	}

		.content{
			padding:50px;
		}

		.hangout{
width: 820px;
margin: 0px auto;
position: relative;
padding-top:30px;
		}
			.addthis_toolbox{
				position:absolute;right: -48px;top: 30px;background: none;padding-top:10px;
			}


	#footer{
		color:#CCC;
		font-size:12px;
		padding:20px;
	}


.title1{
	font-size:40px;
	font-weight:bold;
	text-align: center;
}

#footer a{
	color:#999;
}

#footer a:hover{
	text-decoration: underline;
}

p{
	margin-top: 0px;
	font-size: 15px;
	line-height: 22px;
	padding: 10px 0;
	margin-bottom: 0px;
}

.sidebar-padlock {
width: 230px;
background-image: url(images/style1a-padlock.png);
background-repeat: no-repeat;
background-position: left;
margin: 0px auto;
padding-left: 25px;
font-size: 11px;
min-height: 25px;
text-align: left;
line-height: 14px;
}

form .text {
background:#f6f6f6 none repeat scroll 0 0;
border:2px solid #999999;
color:#202020;
font-size:20px;
margin-bottom:6px;
padding-top:10px;
padding-bottom:10px;
padding-left:12px;
width:285px;

}

input, textarea {
-x-system-font:none;
color:#000000;
font-family:Arial,Helvetica,Sans-Serif;
font-size:15px;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:normal;
line-height:normal;

}

.button1{
	margin:10px 0px;
}

.optinbox{
	float:left;width:360px;
	margin-left:-20px;
}

.videobox{
	float:left;width:490px;padding-left:25px;
}

h1{
	font-size: 1.92em;
line-height: 1.2em;
color: #222222;
letter-spacing: -0.04em;
font-weight: normal;
}

ul.list1{
	width:600px;
	margin:0px auto;
}

ul.list1 li{
	padding:10px 0px 10px 30px;
	text-align: left;
	background:url(http://cdn.joinamentor.com/buttons/style8.png) no-repeat left center;
	

}


/*

*/
    



