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, font, 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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
html, body
{
  height: 100%;
}
body {
	background-color: #1B1B1B;
	color: #333333;
	font-family: "Georgia", serif;
	font-size: 14px;
	height: 100%;
	line-height: 1.4;
}

ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* focus styles */
:focus {
	outline: 0;
}

/* inserts */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


h1 {
	font-size: 21px;
}
h2 {
	font-size: 18px;
}
h3 {
	font-size: 16px;
}
h4 {
	font-size: 14px;
}
h5 {
	font-size: 12px;
}

a {
	color: #205587;
	text-decoration: none;
}
a:hover {
	color: #2477c5;
	text-decoration: none;
}

p {
	padding-top: 3px;

}

#wrapper {
	background-color: #ffffff;
	margin: auto;
	padding: 0;
	position: relative;
	text-align: left;
	vertical-align: top;
	height: 100% auto;
	width: 1025px;
	border-left: 5px solid #333;
	border-right: 5px solid #333;
	background-repeat: repeat-y;
}

/* Header */
	#header {
	width: 1025px;
	padding-right:6px;
	display: block;
	margin: auto;
}
.global_nav  {
	padding: 0 0 20px 0;

}
.global_nav li {
	display: inline;
	font-family: "Arial", sans-serif;
	font-size: 14px;
	font-weight: bold;
}
.nav_underline {
	padding-bottom: 2px;
	border-bottom: 3px solid #000;
}

/* Content */

/* <---  START Questionaire  ---> */
#content {
	width: 1025px;
	padding-right:6px;
	display: block;
	margin: auto;
}

#intro {
	padding-bottom: 30px;
}
#intro_meetings {
	padding: 15px 0 12px 0;
}

#left_column {
	float: left;
	padding: 20px 15px 20px 40px;
	width: 740px;
}
#right_column {
	float: left;
	padding: 10px 10px 0 0;
	width: 215px;
	height: 750px;
}

#main_modules {
	width: 760px;
	height: 600px;
}
#cells li {
	float: left;
}
#left_cell {
	width: 320px;
	padding-right: 30px;
}
#right_cell {
	width: 383px;
}

/* Form */
.form_owl {
	background-image:url('../images/form_owl.gif');
	background-repeat:no-repeat;
	width: 383px;
	height: 500px;
}
#mc_embed_signup {
	background-image2:url('../images/form_bg.gif');
	font-family: arial;
	color: #333;
	height: 245px;
	width: 341px;
	padding: 250px 20px 20px 20px;
}
.mc-field-group label {
	font-weight: bold;
	padding-left: 5px;
}
.mc-field-group input {
	color: #333;
	margin: 0 0 10px 5px;

	width: 332px;
}
#mce-LNAME {

}
#mc-embedded-subscribe {
	padding: 10px 0 0 160px;
}
.indicate-required {
	font-size: 11px;
	text-align: right;
}

/* Question */
#question {
	background-image:url('../images/question_back2.gif');
	background-repeat:no-repeat;
	margin-top: 1px;
	padding: 80px 20px 20px 20px;
	height: 300px;
	color: #e3e3e3;
	font-family: arial;
	font-size: 13px;
}
.quest_text {
	color: #454545;
	font-family: arial;
	font-size: 14px;
	margin: 8px 0 8px 0;
	padding: 3px;
}
.entertext {
	line-height: 16px;
}
.btn_question {
	padding-left: 135px;
	text-align: right;
}

/* Accordian: Upcoming 3 Meetings */

#accordian dl {
	width: 650px;
}
#accordian dl,dd {
	margin: 0;
}
#accordian dt {
	background: #91a8ba;
	font-size: 18px;
	padding: 0 0 2px 10px;
	margin: 2px;
}
#accordian dt a {
	font-family: arial;
	font-weight: bold;
	font-size: 14px;
	color: #000;
}
#accordian dt a:hover {
	color: #FFFFFF;
}
#accordian dd a {
	color: #000;
}
#accordian ul {
	list-style: none;
	padding: 5px;
}

.speaker {
	text-align: right;
}

/* Accordian: Archived Meetings */
#accordian_archive dl {
	width: 650px;
}
#accordian_archive dl,dd {
	margin: 0;
}
#accordian_archive dt {
	background: #333;
	font-size: 18px;
	padding: 0 0 2px 10px;
	margin: 2px;
}
#accordian_archive dt a {
	font-family: arial;
	font-weight: bold;
	font-size: 14px;
	color: #FFFFFF;
}
#accordian_archive dt a:hover {
	color: #FFFFFF;
}
#accordian_archive dd a {
	color: #000;
}
#accordian_archive ul {
	list-style: none;
	padding: 5px;
}
.meeting_details {	
	width: 470px;
}
.speaker {
	text-align: right;
}

/*
.archive_cell {
	background: #d5eaf7;
	border: 1px solid #ccc;
	margin: 2px 0 10px 12px;
	padding: 4px 0 10px 10px;
}
*/
/* Contact */
#contact_form {
	background-image:url('../images/contact_bg2.gif');
	background-repeat:no-repeat;
	width: 405px;
	height: 430px;
}
.input_fields {
	padding: 100px 0 0 30px;
	color: #FFFFFF;
	font-family: arial;
	font-size: 13px;
}
.txt_field {
	color: #454545;
	font-family: arial;
	font-size: 14px;
}
.message_box {
	color: #454545;
	font-family: arial;
	font-size: 14px;
	margin: 0 0 8px 0;
	padding: 3px;
}
.btn_contact {
	width: 120px;
	margin-left: 210px;
}
.address {
	color: #f7f7f7;
	font-family: arial;
	font-size: 10px;
	padding: 0 0 20px 30px;
	line-height: 12px;
	letter-spacing: .8px;
}
/* Banners */
#banners_bottom {
	display: block;
	float: left;
	margin: 225px 0 0 0;
}
.banner {
	padding: 10px 0;
}
#banner_asaa {
	padding-bottom: 20px;
}

.indent {
	padding-left: 73px;
}


/* Footer */
#footer {
	clear: both;
}

