/* Site Styles */
html
{
	overflow-y: scroll;
} 
body 
{ 
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	/* background-color: #d9d9d9; */
	background-color: #f5ddc9;
}
.container 
{
	width: 960px;
	margin: 0px auto;
}
#instruction_box
{
	float: left;
	width: 896px;
	background-color: orange;
	border: 2px solid #2b2a29;
	border-radius: 4px;
	padding: 10px 10px 10px 10px;
	margin: 0px 0px 10px 0px;
	font-size: 20px;
	font-weight: bold;
	color: #ffffff;
	text-shadow: 1px 1px 1px #2b2a29;
}
#instruction_box a
{
	text-shadow: 0px 0px 0px;
}
#header
{
	width: 100%; /* Full monitor width */
	height: 150px;
	padding-top: 10px;
	background-image: url(../images/transparent_dark_80.png);
	background-repeat: repeat;
}
#footer
{
	float: left;
	width: 960px;
	padding: 0px 0px 0px 0px;
	margin: 10px 0px 10px 0px;
	font-size: 11px;
	line-height: 13px;
	color: #777777;
}
.footer_left
{
	float: left;
	width: 380px;
	clear: both;
}
.footer_left a, .footer_right a
{
	color: #777777;
	text-decoration: none;
}
.footer_left a:hover
{
	text-decoration: underline;
}
.footer_right
{
	float: left;
	width: 580px;
	color: #777777;
}
#pad
{
	float: left;
	width: 960px;
	padding: 0px 0px 0px 0px;
	margin-top: 20px;
	color: #6b6b6b;
	line-height: 140%;
}
#pad h1
{
	font-size: 19px;
	font-weight: bold;
	margin: 0px 0px 8px 0px;
	padding: 0px 0px 5px 0px;
	color: black;
}
#pad h2
{
	font-size: 17px;
	font-weight: bold;
	margin: 20px 0px 0px 0px;
	padding: 0px 0px 5px 0px;
	border-bottom: 1px solid #c1c1c1;
	color: #b22222;
}
#pad h3
{
	font-size: 14px;
	font-weight: bold;
	margin: 20px 0px 0px 0px;
	padding: 0px 0px 5px 0px;
}
#accordion h3
{
	font-size: 14px;
	font-weight: normal;
	margin: 2px 0px 2px 0px;
	padding: 7px 7px 9px 7px;
}
#accordion_2017 h3
{
	font-size: 14px;
	font-weight: normal;
	margin: 2px 0px 2px 0px;
	padding: 7px 7px 9px 7px;
}
#accordion_2016 h3
{
	font-size: 14px;
	font-weight: normal;
	margin: 2px 0px 2px 0px;
	padding: 7px 7px 9px 7px;
}
#accordion_2015 h3
{
	font-size: 14px;
	font-weight: normal;
	margin: 2px 0px 2px 0px;
	padding: 7px 7px 9px 7px;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
	border: 1px solid #424241 !important;
	background: #2b2a29 !important;
	outline: #424241 !important;
}
#pad h4
{
	font-size: 16px;
	font-weight: bold;
	margin: 20px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	color: black;
}
#pad h5
{
	font-size: 16px;
	font-weight: bold;
	margin: 10px 0px 20px 0px;
	padding: 7px 10px 7px 10px;
	background-color: #2b2a29;
	color: #ffffff;
}
#pad p
{
	margin: 10px 0px 10px 0px;
	line-height: 140%;
}
#pad ul
{
	list-style: square;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
}
#pad li
{
	line-height: 160%;
	padding: 4px 0px 4px 0px;
	margin: 0px 0px 0px 20px;
}
#pad a
{
	font-weight: bold;
	color: #b22222;
	text-decoration: none;
}
#pad a:hover
{
	text-decoration: underline;
}
#home
{
	float: left;
	width: 1000px;
	padding: 0px 0px 0px 0px;
	margin-top: 180px;
}
#home h1
{
	font-size: 40px;
	font-weight: normal;
	color: #ffffff;
}


#buttons
{
	float: left;
	width: 680px;
	margin-left: 320px;
}
#home #buttons
{
	float: left;
	width: 680px;
	margin-left: 280px;
	margin-bottom: 60px;
}
.button
{
	float: left;
	width: 178px;
	height: 178px;
	border: 1px solid #ffffff;
}
.button a
{
	width: 158px;
	height: 158px;
	padding: 10px 10px 10px 10px;
	color: #ffffff;
	font-size: 22px;
	line-height: 120%;
	font-weight: normal;
	display: block;
	text-decoration: none;
}
.button a:hover
{
	background-color: #ffffff;
	color: #929292;
}

#header #logo_aimh
{
	float: left;
	color: #ffffff;
	width: 118px;
	height: 118px;
	border: 1px solid #ffffff;
	padding: 10px 10px 10px 10px;
	font-size: 12px;
	background-image: url(../images/aimh.gif);
	background-repeat: no-repeat;
	background-position: right 60px;
}
#header #logo_aimh a
{
	color: #ffffff;
	width: 118px;
	height: 118px;
	text-decoration: none;
	display: block;
}
#header_login
{
	float: right;
	width: 500px;
	height: 25px;
}
#header_login ul
{
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
#header_login li
{
	float: right;
	padding: 0px 8px 0px 0px;
	margin: 0px 6px 0px 0px;
	border-right: 1px solid #c1c1c1;
}
#header_login .right
{
	float: right;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	border-right: 0px;
}
#header_login li a
{
	font-size: 12px;
	color: #c1c1c1;
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: center;
	text-decoration: none;
	-webkit-text-size-adjust:none;
}
#header_login li a.active
{
	text-decoration: none;
}
#header_login li a:hover, #header_login ul li:hover a
{
	text-decoration: none;
	color: #ffffff;
}

#home #logo_aimh
{
	float: right;
	color: #ffffff;
	width: 158px;
	height: 158px;
	border: 1px solid #ffffff;
	padding: 10px 10px 10px 10px;
	margin-left: 820px; 
	font-size: 18px;
	background-image: url(../images/aimh.gif);
	background-repeat: no-repeat;
	background-position: right 100px;
}
#home #logo_aimh_20
{
	float: right;
	color: #ffffff;
	width: 360px;
	height: 180px;
	padding: 0px 0px 0px 0px;
	margin-left: 0px 0px 0px 0px; 
	font-size: 18px;
	background-image: url(../images/logo_aimh_20.png);
	background-repeat: no-repeat;
	background-position: center center;
	opacity: 0.7;
	filter: alpha(opacity=70); /* For IE8 and earlier */
}

.background_80
{
	float: left;
	width: 920px;
	background-image: url(../images/transparent_80.png);
	background-repeat: repeat;
	padding: 20px 20px 20px 20px;
/*	border-radius: 8px;*/
/*	-moz-border-radius: 8px;*/
}

/* ----- Menu ----- */
#menu
{
	float: right; 
	width: 800px;
	margin: 45px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
#menu ul
{
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
#menu li
{
	float: right;
	padding: 0px 8px 0px 0px;
	margin: 0px 6px 0px 0px;
}
#menu li.right
{
	float: right;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background: none;
}
#menu li a
{
	font-size: 12px;
	color: #ffffff;
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: center;
	text-decoration: none;
	-webkit-text-size-adjust:none;
}
#menu li a.active
{
	text-decoration: none;
	padding-bottom: 5px;
	border-bottom: 4px solid #ffffff;
}
#menu li a:hover, #menu ul li:hover a
{
	text-decoration: none;
	padding-bottom: 5px;
	border-bottom: 4px solid #bbbbbb;
}

#sub_navigation
{
	float: left; 
	width: 100%;
	margin: 0px 0px 10px 0px;
	padding: 15px 0px 15px 0px;
	background-color: #2b2a29;
}
#sub_navigation ul
{
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
#sub_navigation li
{
	float: left;
	padding: 0px 8px 0px 8px;
	margin: 0px 6px 0px 6px;
}
#sub_navigation li.left
{
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background: none;
}
#sub_navigation li a
{
	font-size: 12px;
	line-height: 12px;
	font-weight: normal;
	color: #ffffff;
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 5px 0px 5px 0px;
	text-align: center;
	text-decoration: none;
	-webkit-text-size-adjust:none;
}
#sub_navigation li a.active
{
	text-decoration: none;
	padding-bottom: 3px;
	border-bottom: 4px solid #ffffff;
}
#sub_navigation li a:hover, #sub_navigation ul li:hover a
{
	text-decoration: none;
	padding-bottom: 3px;
	border-bottom: 4px solid #bbbbbb;
}


#footer_menu
{
	float: right; 
	width: 400px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	color: #777777;
}
#footer_menu ul
{
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
#footer_menu li
{
	float: right;
	padding: 0px 12px 0px 0px;
	margin: 0px 6px 0px 0px;
	background: url("../images/separator_navigation_grey.gif") right 2px no-repeat;
}
#footer_menu li.right
{
	float: right;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	background: none;
}
#footer_menu li a
{
	color: #777777;
	display: block;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-align: center;
	text-decoration: none;
	-webkit-text-size-adjust:none;
}
#footer_menu li a:hover, #footer_menu ul li:hover a
{
	text-decoration: underline;
}

.committee_name
{
	font-weight: bold;
}
td.committee_name_no_break
{
	font-weight: bold;
	white-space: nowrap;
	overflow: hidden;
	padding-right: 10px;
}
.committee_table td
{
	padding: 2px 5px 2px 5px;
}

.journal
{
	float: left;
	width: 400px;
	padding: 0px 0px 20px 0px;
	margin: 10px 0px 10px 0px;
	border-bottom: 1px dotted #c1c1c1;
}
.icon_journal
{
	float: left;
	width: 42px;
	height: 59px;
	margin: 2px 12px 0px 0px;
}
.journal_title
{
}
.journal_title a
{
	text-decoration: none;
}
.journal_title a:hover
{
	text-decoration: underline;
}
.field_journal
{
	float: left;
	width: 60px;
}
.value_journal
{

}
.roundbutton {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf) );
	background:-moz-linear-gradient( center top, #ededed 5%, #dfdfdf 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf');
	background-color:#ededed;
	-webkit-border-top-left-radius:6px;
	-moz-border-radius-topleft:6px;
	border-top-left-radius:6px;
	-webkit-border-top-right-radius:6px;
	-moz-border-radius-topright:6px;
	border-top-right-radius:6px;
	-webkit-border-bottom-right-radius:6px;
	-moz-border-radius-bottomright:6px;
	border-bottom-right-radius:6px;
	-webkit-border-bottom-left-radius:6px;
	-moz-border-radius-bottomleft:6px;
	border-bottom-left-radius:6px;
	text-indent:0;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#777777;
	font-family:arial;
	font-size: 14px;
	font-weight:bold;
	font-style:normal;
	height:22px;
	line-height:22px;
	width:89px;
	text-decoration:none;
	text-align:center;
	text-shadow:1px 1px 0px #ffffff;
}
.roundbutton:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed) );
	background:-moz-linear-gradient( center top, #dfdfdf 5%, #ededed 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed');
	background-color:#dfdfdf;
}.roundbutton:active {
	position:relative;
	top:1px;
}

.event
{
	float: left;
	width: 920px;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 10px 0px;
	border-bottom: 1px dotted #c1c1c1;
}
.event_calendar_brown
{
	float: left;
	background-image: url(../images/calendar.png);
	width: 60px;
	height: 36px;
	color: #ffffff;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	padding: 22px 0px 0px 0px;
	margin: 0px 10px 0px 0px;
	line-height: 90%;
}
.event_calendar_green
{
	float: left;
/*	background-image: url(../images/calendar_green.png);*/
	background-image: url(../images/calendar.png);
	width: 60px;
	height: 36px;
	color: #ffed44;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	padding: 22px 0px 0px 0px;
	margin: 0px 10px 0px 0px;
	line-height: 90%;
}
.event_month
{
	font-size: 12px;
}

.event_details
{
	float: left;
	width: 850px;
}
.event_title
{
}
.event_dates
{
	font-family: "Courier New", Courier, monospace;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
	color: black;
}
.event_dates a
{
	font-family: Arial, Helvetica, sans-serif;
	color: #b22222;
	text-decoration: none;
}
.event_dates a:hover
{
	color: #b22222;
	text-decoration: underline;
}

.news_item
{
	float: left;
	width: 920px;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 10px 0px;
	border-bottom: 1px dotted #c1c1c1;
}
.news_item_headline
{
	font-weight: bold;
}
.news_item_headline a
{
	text-decoration: none;
}
.news_item_headline a:hover
{
	text-decoration: underline;
}
.news_item_date
{
	font-family: "Courier New", Courier, monospace;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
	color: black;
}
.news_item_narrative
{
	
}
.quote
{
	font-weight: bold;
}

.library
{
	margin: 2px 0px 2px 0px;
	padding: 3px 0px 3px 0px;
	border-bottom: 1px dotted #c1c1c1;
}

.library_table
{
	width: 100%;
}
.library_table th
{
	text-align: left;
	padding: 0px 0px 5px 0px;
	margin: 0px 0px 0px 0px;
	border-bottom: 2px solid #c1c1c1;
}
.library_table th a
{
	text-align: left;
}
.library_table td
{
	text-align: left;
	padding: 5px 10px 5px 0px;
	margin: 0px 0px 0px 0px;
	border-bottom: 1px dotted #c1c1c1;
}
.library_table td a
{
	font-weight: normal !important;
}

#right_column
{
	float: right;
	width: 400px;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 40px;
	border-left: 1px dotted #c1c1c1;
}

#contact_form
{
	float: right;
	width: 350px;
	margin: 0px 50px 0px 0px;
}
#contact_form label
{
	clear: both;
	float: left;
	width: 75px;
	height: 17px;
	text-align: left;
	font-weight: bold;
	margin: 10px 0px 0px 0px;
	padding: 0px 5px 0px 0px;
}
#contact_form input
{
	float: left;
	width: 330px;
	height: 17px;
	color: #2b2a29;
	background-color: #ebecec;
	font-family: Arial, Helvetica, sans-serif;
	margin: 5px 0px 5px 0px;
	padding: 5px 5px 5px 5px;
}
#contact_form input.submit_button
{
	float: left;
	width: 70px;
	height: 35px;
	color: #ffffff;
	background-color: #b22222;
	font-size: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 5px 25px 5px 0px;
	padding: 4px 5px 4px 5px;
	cursor: pointer;
}
#contact_form textarea
{
	float: left;
	width: 330px;
	height: 125px;
	color: #2b2a29;
	background-color: #ebecec;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 5px 0px 5px 0px;
	padding: 5px 5px 5px 5px;
	border: 0px;
}
.error_message
{
	color: red;
	font-size: 15px;
	margin: 0px 0px 0px 80px;
}

.store_item
{
	float: left;
	width: 550px;
	margin: 0px 0px 0px 0px;
	padding: 10px 0px 10px 0px;
	border-bottom: 1px dotted #c1c1c1;
}
.store_item_name
{
	font-weight: bold;
}
.store_item_name a
{
	text-decoration: none;
}
.store_item_name a:hover
{
	text-decoration: underline;
}
.store_item_price
{
	font-family: "Courier New", Courier, monospace;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
	color: black;
}
.store_item_description
{
	
}
.sold_out_message
{
	color: red;
}
.store_item_product_info
{
	float: right;
	font-size: 13px;
	font-weight: bold;
	margin-top:10px;
}

.return_to_previous_page
{
	position: relative;
	border-bottom: 1px dotted #c1c1c1;
	padding: 0px 0px 10px 0px;
	margin: 0px 0px 15px 0px;
}
.return_to_previous_page a
{
	background-image: url(../images/left_arrow.png);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 12px;
	font-size: 12px;
	color: #b22222;
	text-decoration: none;
}
.return_to_previous_page a:hover
{
	font-size: 12px;
	color: #b22222;
	text-decoration: underline;
}

#slider
{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	width: 918px;
	height: 282px;
}
.slider-wrapper
{
	float: left;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 10px 0px;
}

#signup_form
{
	float: right;
	width: 920px;
	margin: 0px 0px 0px 0px;
}
#signup_form label
{
	clear: both;
	float: left;
	height: 17px;
	text-align: left;
	font-weight: bold;
	margin: 10px 0px 0px 0px;
	padding: 0px 5px 0px 0px;
}
#signup_form input
{
	clear: both;
	float: left;
	width: 330px;
	color: #2b2a29;
	background-color: #ebecec;
	font-family: Arial, Helvetica, sans-serif;
	margin: 5px 0px 5px 0px;
	padding: 5px 5px 5px 5px;
}
#signup_form input.floater
{
	clear: none;
	float: left;
	width: 330px;
	color: #2b2a29;
	background-color: #ebecec;
	font-family: Arial, Helvetica, sans-serif;
	margin: 5px 0px 5px 10px;
	padding: 5px 5px 5px 5px;
}
#signup_form select
{
	clear: both;
	float: left;
	background-color: #ebecec;
	font-family: Arial, Helvetica, sans-serif;
	margin: 5px 0px 5px 0px;
	padding: 5px 5px 5px 5px;
}
#signup_form option
{
	width: 330px;
	height: 17px;
	color: #2b2a29;
	background-color: #ebecec;
	font-family: Arial, Helvetica, sans-serif;
	margin: 5px 0px 5px 0px;
	padding: 5px 5px 5px 5px;
}
#signup_form input.submit_button
{
	clear: both;
	float: left;
	width: auto;
	height: 35px;
	color: #ffffff;
	background-color: #b22222;
	font-size: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	margin: 5px 25px 5px 0px;
	padding: 4px 25px 4px 25px;
}
#signup_form textarea
{
	float: left;
	width: 330px;
	height: 125px;
	color: #2b2a29;
	background-color: #ebecec;
	font-size: 13px;
	font-family: Arial, Helvetica, sans-serif;
	margin: 5px 0px 5px 0px;
	padding: 5px 5px 5px 5px;
	border: 0px;
}
#signup_form .mandatory
{
	background-image: url(../images/star.gif);
	background-repeat: no-repeat;
	background-position: right;
	padding-right: 14px;
}
#signup_form .checkboxes
{
	clear: both;
	float: left;
	padding: 0px 0px 20px 0px;
}
#signup_form .checkboxes label {
    display: block;
    float: left;
    clear: both;
    padding-right: 10px;
    white-space: nowrap;
}
#signup_form .checkboxes input {
    vertical-align: middle;
    width: auto;
}
#signup_form .checkboxes label span {
    vertical-align: middle;
    margin-left: 5px;
}
/*** shopping cart **/
.shopping-cart{
	float: left;
	width: 280px;
	background: #ffffff;
	padding: 10px 10px 10px 10px;
}
.shopping-cart h2 {
	background: #F0F7F2;
	padding: 8px;
	margin: -10px -10px 5px;
	font: 18px "Trebuchet MS", Arial;
}

.shopping-cart h3,.view-cart h3 {
	font-size: 12px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.shopping-cart ol{
	padding: 1px 0px 0px 0px;
	list-style: decimal;
}
.shopping-cart .cart-itm, .view-cart .cart-itm{
	border-bottom: 1px solid #DDD;
	font-size: 11px;
	font-family: arial;
	margin-bottom: 5px;
	padding-bottom: 5px;
}
.shopping-cart .remove-itm, .view-cart .remove-itm{
	font-size: 14px;
	float: right;
	background: #F2F8F7;
	padding: 4px;
	line-height: 8px;
	border-radius: 3px;
}
.shopping-cart .remove-itm:hover, .view-cart .remove-itm:hover{
	background: #C4C4C4;
}
.shopping-cart .remove-itm a, .view-cart .remove-itm a{
	color: #C4C4C4;
	text-shadow: 1px 1px 1px #ECECEC;
	text-decoration:none;
}

.check-out-txt{
	float: right;
}
.check-out-txt2{
	float: left;
	width: 100%;
	text-align: right;
	border-top: 3px solid #b22222;
	margin: 16px 0px 0px 0px;
	padding: 10px 0px 0px 0px;
}
/*** view cart **/
.view-cart {
	width: 900px;
	float: left;
	padding: 10px;
}
.view-cart .p-price{
	float: right;
	margin-right: 10px;
	font-size: 12px;
	font-weight: bold;
}
.view-cart .product-info{width:80%;}

#checkout
{
	float: left; 
	width: 100%;	
}
#checkout td
{
	padding-right: 10px;
}
#checkout .mandatory
{
	padding-right: 11px;
	background-image: url(../images/star.gif);
	background-repeat: no-repeat;
	background-position: right;
}
#checkout input
{
	width: 420px; 
}
#checkout select
{
	width: auto; 
}
#checkout textarea
{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	width: 420px;
	min-height: 100px;
}
.order_summary th
{
	background-color: #000000;
	color: #ffffff;
	text-align: left;
	padding: 2px 5px 2px 5px;
}
.order_summary td
{
	background-color: #dcdcdc;
	padding: 2px 5px 2px 5px;
}
.no_wrap
{
  white-space: nowrap;
  overflow: hidden;
}

#checkout #checkout_product_list td, #checkout #checkout_product_list th
{
	padding: 4px 10px 4px 10px !important;
	border-bottom: 1px solid #dcdcdc;
}
#checkout #checkout_product_list th
{
	text-align: left;	
	font-weight: bold;
}

.right_align
{
	text-align: right !important;
}

.worldpay_button 
{
  background: #3498db;
  background-image: -webkit-linear-gradient(top, #3498db, #2980b9);
  background-image: -moz-linear-gradient(top, #3498db, #2980b9);
  background-image: -ms-linear-gradient(top, #3498db, #2980b9);
  background-image: -o-linear-gradient(top, #3498db, #2980b9);
  background-image: linear-gradient(to bottom, #3498db, #2980b9);
  -webkit-border-radius: 8;
  -moz-border-radius: 8;
  border-radius: 8px;
  font-family: Arial;
  color: #ffffff;
  font-size: 14px;
  padding: 10px 20px 10px 20px;
  text-decoration: none;
border: none;
cursor: pointer;
width: auto !important;
}

.worldpay_button:hover 
{
  background: #3cb0fd;
  background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
  background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
  background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
  text-decoration: none;
}

#three_columns
{
	float: left;
	width: 960px;
	margin: 18px 0px 20px 0px;
}
.three_column_content
{
	background-color: #2b2a29;
	color: #ffffff;
	width: 100%;
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	text-align: center;
}
#three_columns .three_column_content h2
{
	border: none;
	text-decoration: none;
	margin: 0px 0px 0px 0px;
	padding: 10px 20px 10px 20px;
	border: none;
	color: #ffffff;
	min-height: 40px;
}
.three_column_1_and_2
{
	float: left;
	width: 588px;
	margin: 0px 0px 0px 0px;
	padding: 0px 25px 0px 0px;
	border-right: 1px solid #2b2a29;
}
.three_column_1
{
	float: left;
	width: 281px;
	margin: 0px 0px 0px 0px;
	padding: 0px 26px 0px 0px;
}
.three_column_2
{
	float: left;
	width: 281px;
	margin: 0px 0px 0px 0px;
	padding: 0px 25px 0px 0px;
	border-right: 1px solid #2b2a29;
}
.three_column_3
{
	float: left;
	width: 281px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 25px;
}
.membership_price
{
	border-top: 1px solid #eeeeee;
	font-size: 15px;
	margin: 0px 20px 0px 20px;
	padding: 10px 0px 10px 0px;
	color: #eeeeee;
}

#parent_resources_menu
{
	float: left;
	width: 920px;
	background-image: url(../images/transparent_80.png);
	background-repeat: repeat;
	padding: 20px 20px 20px 20px;
	margin: 0px 0px 20px 0px;
}
#parent_resources_menu ul
{
	float: left;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 10px 0px;
	list-style: none;
}
#parent_resources_menu ul li
{
	float: left;
	width: auto;
	height: 42px;
	margin: 0px 0px 0px 0px;
	padding: 2px 0px 2px 0px;
}
#parent_resources_menu ul li a
{
	font-weight: normal;
	color: #b22222;
	text-decoration: none;
	display: block;
	width: auto;
	height: 42px;
	padding: 7px 10px 7px 10px;
	border-right: 1px dotted #c1c1c1;
}
#parent_resources_menu ul li a:hover
{
	font-weight: normal;
	color: #ffffff;
	background-color: #b22222;
	text-decoration: none;
}
#parent_resources_menu ul li a.active
{
	font-weight: normal;
	color: #2b2a29;
	text-decoration: none;
}


#parent_resources .head_container 
{
	float: left;
	width: 100%;
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
#parent_resources .head_container h5
{
	margin: 10px 0px 0px 0px;
}
.video_thumbnail_container
{
	float: left;
	width: 290px;
	margin: 25px 25px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color: #ffffff;
}
.video_thumbnail_container:nth-of-type(3n+3)
{
	margin-right: 0px;
}
.video_thumbnail
{
	float: left;
	width: 270px;
	margin: 0px 0px 0px 0px;
	padding: 10px 10px 10px 10px;
}
.video_thumbnail img
{
	max-width: 100%;
}
.video_thumbnail_title
{
	text-align: center;
	padding-bottom: 10px;
}

.article_container
{
	float: left;
	width: 290px;
	height: 330px;
	overflow: hidden;
	margin: 25px 25px 0px 0px;
	padding: 0px 0px 0px 0px;
	background-color: #ffffff;
}
.article_container:nth-of-type(3n+1)
{
	margin-right: 0px;
}
.article_thumbnail
{
	float: left;
	width: 270px;
	margin: 0px 0px 0px 0px;
	padding: 10px 10px 10px 10px;
}
.article_thumbnail img
{
	max-width: 100%;
}
.article_title
{
	text-align: center;
	padding: 0px 10px 10px 10px;
}
.article_synopsis
{
	text-align: center;
	padding: 10px 10px 10px 10px;
	max-height: 100px;
	text-overflow: ellipsis;
}

#parent_video_container
{
	float: left;
	width: 605px;
	height: 340px;
	margin: 0px 25px 0px 0px;
}
#parent_video_message
{
	float: left;
	width: 270px;
	height: 330px;
	padding: 0px 10px 10px 10px;
	background-color: #ffffff;
}
#parent_video_message h2
{
	text-align: center;
	border: none;
	font-size: 26px;
	padding-top: 30px;
	line-height: 30px;
}
#parent_video_message h3
{
	text-align: center;
	border: none;
	font-size: 16px;
	padding-top: 0px;
}
.getting_to_know_your_baby
{
	position: relative;
	right: 0px;
	top: 0px;
	z-index: 99;
}

#board_members h2
{
	margin: 30px 0px 8px 0px;
	padding: 0px 0px 5px 0px;
}
#board_members h3
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
#board_members p
{
	margin: 2px 0px 10px 0px;
}

#board_members .members_container
{
	float: left;
	width: 920px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.member_container, .exec_com_member_container
{
	float: left;
	width: 215px;
	height: 540px;
	margin: 0px 20px 20px 0px;
	padding: 0px 0px 0px 0px;
	background-color: #dfdfdf;
}
.exec_com_member_container
{
	height: 253px;
}
.member_container:nth-of-type(4n), .exec_com_member_container:nth-of-type(4n)
{
	margin-right: 0px;
}
.board_member_bio
{
	width: 195px;
	padding: 10px 10px 10px 10px;
}
.board_member_name
{
	font-size: 22px;
	line-height: 25px;
	color: #2b2a29;
	margin: 8px 0px 18px 0px;
}
.board_member_title
{
	font-size: 14px;
	color: #2b2a29;
	margin: 10px 0px 20px 0px;
}

