@charset "utf-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}
body {
	background-attachment: fixed;
	background-color: #FFFFFF;
	background-image: url(../images/bg_body.png);
	background-position: 0 0;
	background-repeat: repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
}
p {
	font-size: 16.6px;
	line-height: 1.28em;
	margin-bottom: 0.611em;
}
li {
	font-size: 16.6px;
	line-height: 1.28em;
	margin-bottom: 0.611em;
	margin-left: 2.68em;
}
h1 {
	font-size: 24.86px;
	font-weight: normal;
	line-height: 1.222em;
	margin: 1.833em 0 0.611em;
}
h2, h3 {
	font-size: 21.36px;
	font-weight: normal;
	line-height: 1.222em;
	margin: 1.833em 0 0.611em;
}
label {
	display: block;
	font-size: 11px;
}
ol {	
	list-style-position: outside;
	margin: 0 0 1.571em 1.571em;
}
ul {
	list-style: square outside none;
	margin: 0 0 1.571em 1.571em;
}

/* Primary Divisions (page layout sequenced) */
#pg_wrapper {
	margin: 0 auto;
	width: 942px;
}
#header_area {
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(../images/bg_header_area_clean.png);
	background-position: top center;
	background-repeat: no-repeat;
	height: 45px;
	padding: 0 21px;
}
#content_area {
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(../images/bg_content_area.png);
	background-position: 0 0;
	background-repeat: repeat-y;
	padding: 0 21px;
}
#content {
	margin: 0 120px;
}
#footer_area {
	background-attachment: scroll;
	background-color: transparent;
	background-image: url(../images/bg_footer_area.png);
	background-position: top center;
	background-repeat: no-repeat;
	padding-top: 42px;
}

/* Secondary Divisions (alphabetical sequenced) */
#experts {
	margin: 0 auto;
	width: 650px;
}
#expert {
	background-color: transparent;
	float: left;
	height: 300px;
	margin-right: 10px;
	text-align: center;
	width: 120px;
}
#expert img {
	border: 1px solid #000000;
	margin-bottom: 3px;
	padding: 1px;
}
#expert p {
	font-size: 12px;
	line-height: 1.1em;
	text-align: left;
}
#expert .name {
	background-image: url(../images/bg_speaker_name.png);
	background-position: top center;
	background-repeat: no-repeat;
	color: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14.2px;
	font-weight: bold;
	height: 40px;
	line-height: 1.1em;
	padding-top: .68em;
	text-align: center;
}
#fb_like {
	padding: .68em 1.68em;
}
#footer_nav {
	text-align: center;
}
#footer_nav p, #footer_nav a {
	color: #888888;
	font-size: 14.4px;
	line-height: 1.667em;
	text-decoration: none;
}
#footer_nav a:hover {
	text-decoration: underline;
}
#intro_top {
}
#intro_top #form {
	float: right;
	padding: .68em 20px 0 0;
	width: 279px;
}
#intro_top #video {
	float: left;
	padding: .68em 0 0 20px;
	width: 559px;
}
#opt-in_top {
	background-color: #FFFFCC;
	border: 3px dashed #CC0000;
	padding: .68em 1.68em;
}
#opt-in_top h3 {
	font-weight: bolder;
	margin: 0;
	padding: 0;
}
#opt-in_top img {
	float: left;
	margin-left: -46px;
	margin-top: -24px;
}
#opt-in_top .text {
	margin-bottom: .68em;
	width: 18em;
}
#opt-in_top .btn {
	background-color: #CC0000;
	color: #FFFFFF;
	display: block;
	margin: 0 auto 20px;
	width: 61px;
}
#opt-in_top .btn:hover {
	background-color: #33CC00;
	font-weight: bolder;
}
#opt-in_bottom {
	background-color: #FFFFCC;
	border: 3px dashed #CC0000;
	margin: 0 50px;
	padding: 1.68em;
}
#opt-in_bottom .text {
	margin-bottom: .68em;
	margin-left: 60px;
	width: 28em;
}
#opt-in_bottom .btn {
	background-color: #CC0000;
	color: #FFFFFF;
	display: block;
	margin: 0 auto 20px;
	width: 212px;
}
#opt-in_bottom .btn:hover {
	background-color: #33CC00;
	font-weight: bolder;
}
#opt-in_bottom label {
	margin-left: 60px;
}

/* Classes */
.center {
	text-align: center;
}
.clear {
	clear: both;
}
.float_left {
	float: left;
	margin: 0 1.26em 1.26em 0;
}
.float_right {
	float: right;
	margin: 0 1.26em 1.26em 0;
}
.indent {
	margin-left: 2.68em;
}
.big_headline {
	font-size: 28px;
	font-weight: bolder;
	margin-bottom: 0.28em;
	margin-top:0;
}
.headline {
	color: #333333;
	font-weight: bold;
	margin: 0;
	padding: .68em 0 0;
	text-align: center;
}
.sub_headline {
	color: #CC0000;
	text-align: center;
	margin: 0.0611em 0;
}
.invite_subhead {
	color: #000000;
	font-size: .62em;
}
.no_leading {
	margin: 0;
	padding: 0;
	line-height: 0;
	font-size: 0px;
}
.privacy {
	color: #666666;
	font-size: 8pt;
	text-align: center;
}
.red {
	color: #CC0000;
}
.salutation {
	margin-bottom: 1.52em;
}
.scooch_up {
	margin-top: -26px;
}
