/** BEGIN: vantage stylesheet */

/* CSS Document */
body {
	font: normal 12px arial;
	color: #3B3B3B;
	margin: 0;
	padding: 0;
}
tr.top_menu { font-family:verdana; font-size:10px; color:#666666; }
a.top_menu { font-family:verdana; font-size:10px; color:#666666; text-decoration:none }

tr.main_menu {  font-family:verdana; font-size:10px; color:#666666; }

a.list_link { font-family:verdana; font-size:11px; color:#3D3D3D;  line-height:22px; }
a.list_link:link { color: #3D3D3D}
a.list_link:visited {color: #3D3D3D}
a.list_link:hover {color: #36905D}
a.list_link:active {color: #3D3D3D}

.list_on { font-family:verdana; font-size:11px; color:#666666;  line-height:22px; }
.copy_style { font-family:verdana; font-size:11px; color:#666666; }
.copy_sm { font-family:verdana; font-size:9px; color:#666666; }
.copy_header { font-family:verdana; font-weight:bold; font-size: 13px; color:#3D3D3D;  line-height:28px; }

ul.outer, ul.inner {
	margin: 0px;
	padding: 0px;
	list-style: none;
	display: inline;
	}

ul.outer li.outer {
	position: relative;	
}
	
li.outer ul.inner {
	position: absolute;
	left: 1px; /* Set 1px less than menu width */
	top: 20px;
	display: none;
	z-index: 999;
}

/* Styles for Menu Items */
ul.outer li.outer a, ul.inner li.inner a {
	display: block;
	text-decoration: none;
	color: white;
	background: #36905D; /* IE6 Bug */
	padding: 0px;
	border: 0px solid #ccc;
	border-bottom: 0;
}

/* Fix IE. Hide from IE Mac \*/
* html ul.outer li.outer { float: left; height: 1%; }
* html ul.outer li.outer ul.inner li.inner { float: left; height: 1%; }
* html ul.inner li.inner a { height: 1%; }
/* End */

ul.outer li.outer ul.inner li.inner a:hover,
ul.inner li.inner a:hover { color: white; background: #999999; } /* Hover Styles */
 
li.outer ul.inner li.inner a { padding: 2px 5px;  background: #7E7E7E; font-family: Verdana ; font-size: 11px; } /* Sub Menu Styles */

li.outer:hover ul.inner, li.outer.over ul.inner { display: block; } /* The magic */

form { padding: 0; margin: 0; }
input { font: 12px arial; color: #666; }
/** END: vantage stylesheet */


.png { behavior: url(/iepngfix.htc); }
div.clearer{
  clear: both;
  height: 0;
  overflow: hidden;
  padding: 0;
  margin: 0;
}	
/* a { color: #3D72A6; } */

a { font: 12px arial; color: #0066CC; text-decoration: none; }
a:hover { text-decoration: underline; cursor: pointer; }
	
body { font: 12px arial; color: #3B3B3B;  margin-top: 2px; margin-left: 10px; }

p { border: 0px solid sliver; margin-top: 0px; margin-bottom: 0px; }
/* p { line-height: 0; border: 1px solid gray; } */

hr { color: #ddd; }

/* br { line-height: 0.2em; } */



/** begin: layout5pane template's inner left and right columns */
.column-left { width: 420px; border: 0px solid red; }
.column-right { width: 235px; border: 0px solid blue; }
/**
td.center_pane_top { 
padding-right: 6px; 
padding-left: 6px; 
}
td.center_pane_top_2 {
	padding-right: 6px; 
	padding-left: 6px; 
	text-align: left; 
	margin-left: 5px;
}
*/
table.center_pane { text-align: left; }
td.center_pane_content { padding-top: 5px; }
/** end: layout5pane template's inner left and right columns */




#leftnavsearch { width: 158px; height: 48px; }

.leftnav { width: 158px; height: 29px; background: url(/images/nav/nav_bg_off.gif) top left no-repeat; }
.leftnavarrow { width: 9px; padding-left: 5px; }
.leftnavtext { font: bold 11px arial; color: #fff;  padding-left: 5px; }
.leftnav a { text-decoration: none; color: #fff; }


#tableAgenda td { padding-bottom: 5px; }
#tableAgenda td .personName { font-weight: bold; }
#tableAgenda .section td { padding-bottom: 20px; }

#membership_list ul { list-style-image: url(/images/home/plus_purple_sm.png); border: 0px solid red; margin: 5px 0px 0px 15px; padding: 0px; }
#membership_list li { padding-bottom: 5px; }

.submenu { background-color: #e1e1e1; color: #563D6F; }


.twentyfourvioletbold { font: bold 24px arial; color: #00748C; }

#frmLink .label { font: 12px arial; }
#frmLink input { text-align:left; margin-left:10px; margin-bottom:5px; width:260px; padding:2px; font-size:12px; }
#frmLink select { text-align:left; margin-left:10px; margin-bottom:5px; padding:2px; font-size:12px; }
#frmLink textarea { height:100px; margin-left:10px; margin-bottom:5px; width:300px; padding:2px; font-size:12px; }
#frmLink .company input { text-align:left; width:20px; border: 0px solid blue; padding-left: 0px; }

.leftcolumnsubtitle { font: bold 14px arial; color: #00748C; margin-bottom: 5px; display: block; }
.rightcolumnsubtitle { font: bold 14px arial; color: #3D72A6; margin-bottom: 5px; display: block; }
/**
.pagetitle { font: bold 24px arial; color: #00748C; margin-top: 0px; margin-bottom: 10px; display: block; }
.pagesubtitle { font: bold 16px arial; color: #00748C; margin-bottom: 5px; display: block; }
*/
/** .pagetitle { font: bold 24px arial; color: #00748C; display: block; margin-bottom: 10px; } */
.pagetitle { 
	font: 26px arial;
	color: #00748C;
	display: block;
	margin-bottom: 10px;
}
.pagetitlesmall { font: bold 22px arial; color: #00748C; margin-bottom: 8px; }
.pagesubtitle { 
	font: bold 13px arial; 
	color: #3B3B3B; 
	margin-bottom: 5px; 
	text-transform: uppercase; 
}
.subtitlegreen {
	font: bold 15px arial;
	color: #00748C;
	margin-bottom: 5px;
	text-transform: uppercase;
}
.pagesubtitleblue { font: bold 16px arial; color: #3D72A6; margin-bottom: 5px; }
.pagesubtitlegreen { font: bold 14px arial; color: #339900; margin-bottom: 5px; }
.pagesubtitlegreen { font: bold 14px arial; color: #339900; margin-bottom: 5px; }
.fourteengreenbold{ font: bold 14px arial; color: #339900; margin-bottom: 5px; display: inline; }
.fourteenbluebold { font: bold 14px arial; color: #3D72A6; margin-bottom: 5px; }
.fourteenvioletbod { font: bold 14px arial; color: #00748C; margin-bottom: 5px; }

.green-14px-block { font: bold 14px arial; color: #339900; margtin-bottom: 5px; }
.green-14px-inline { font: bold 14px arial; color: #339900; display: inline; }

.normal { font: normal 12px arial; color: #3B3B3B; }

.imageleft { float: left; margin-right: 5px; }
.imageright { float: right; margin-left: 5px; }

.text-12px-violet { font: 12px arial; color: #00748C; }

.link { color: #3D72A6; }

.button_green { background-color: #00748C; color: #fff; font: bold 12px arial; border: none; text-align: center; }
/* .button_green { background-color: #00748C; color: #fff; font: bold 11px arial; }  */
.button_green_small { background-color: #6BB242; color: #fff; font: 10px arial; width: 85px; height: 20px; margin: 0px; padding: 0px; }

.course_info { background-color: #E7EBF5; }
.confirm_title { color: #563D6F; font: bold 20px verdana; padding-bottom: 10px; }
.confirm_title_small { color: #563D6F; font: bold 18px arial; padding-bottom: 10px; }

.msg_error { color: red; font-weight: bold; }
.message { font-weight: bold; }

/* advanced store page bullets */
.bullet_plus { list-style-image: url(/images/store/bullet_plus.gif); margin: 5px 0px; }
.bullet_minus { list-style-image: url(/images/store/bullet_minus.gif); margin: 5px 0px; }
/* advanced store page bullets */

.border_violet { border: 2px solid #00748C; }

.sky_blue { color: #3D72A6; }

.top_bottom_margin_10px { margin-top: 10px; margin-bottom: 10px; border: 0px solid blue; }

.debug2 { color: #00BB00; background: #000; }

.debug { color: #00FF00; background: #000; padding: 2px; }

.form { margin: 0px; padding: 0px; }

.border-gray-all { border: 1px solid #ddd; }

.hide { display: none; }
.show { display: block; }

.bordertop { border-top: 1px dashed #C8C8C8; margin-top: 10px; margin-bottom: 10px; }

/** BEGIN: added by jeff */

/* CSS Document */


<!--Store Page-->
<!--
#store_best_sellers{
}
#store_best_sellers ul{
	margin:0;
	padding:5px 5px 7px 12px;
	_padding:5px 5px 7px 16px;
	*padding:5px 5px 7px 16px;
}
#store_best_sellers li{
	margin:0;
	padding:0px 0px 2px 0px;
}
#store_best_sellers .title_product_block{
	padding:5px 5px 5px 10px; 
	background-color:#E7EBF6; 
	border-top: 2px #687CAF solid;
}
#store_best_sellers .reg_product_block{
	padding:8px 5px 5px 10px; 
	background-color:#E7EBF6; 
	border-top: 1px #fff solid;
}
#store_best_sellers .list_block{
	padding:8px 5px 5px 10px; 
	background-color:#E7EBF6; 
	border-top: 1px #fff solid; 
	margin-top:8px;
}
#store_best_sellers .title{
	float:left; 
	font: bold 13px arial; 
	color: #00748C; 
	padding-bottom: 5px;
}
#store_best_sellers .viewall {
	float:right; 
	padding-top:2px;
}
#store_best_sellers .product {
	clear:both; 
	margin-bottom: 4px;
}
#store_best_sellers .product_title{
	 font:bold 12px Arial; 
	 color:#1760AC;
 }
 #store_best_sellers .add_button{
	 margin:7px 0px 6px 0px;
 }
 #store_best_sellers .list_title{
	 font:bold 12px Arial; 
	 color:#666666;
 }
.store_feature{
	background-image:url(../images/store/feature_back.jpg); 
	background-repeat:no-repeat; 
	padding:10px; 
	width:383px; 
	height:150px; 
	margin-bottom:25px;
}
.store_feature_header{
	background: url(../images/home/home_bar_left_top.gif) top left no-repeat; 
	width: 411px; 
	height: 24px;
}
.store_feature_header .title{
	float:left; 
	font: bold 13px arial; 
	color: #00748C; 
	padding:4px 0px 0px 10px;
}
.store_feature_header .viewall {
	float:right; 
	padding:7px 10px 0px 0px;
}
.store_feature_back{
	 border-top:none; 
	 border-right:#C7CFE4 1px solid; 
	 border-bottom:#C7CFE4 1px solid; 
	 border-left:#C7CFE4 1px solid; 
	 margin-bottom:10px;
 }
.store_feature_left{
	width:184px; 
	float:left; 
	padding:10px;
}
.store_feature_right{
	width:184px; 
	float:right; 
	border-left:#C7CFE4 1px solid; 
	padding:10px;
}
#store_product_blocks{
}
#store_product_blocks .product {
	clear:both; 
	margin-bottom: 4px;
}
#store_product_blocks .product_title{
	 font:bold 12px Arial; 
	 color:#1760AC;
 }
#store_product_blocks .add_button{
	 margin:7px 0px 6px 0px;
 }
.rightside_features1{
	height:77px; 
	width:99px; 
	background-image:url(../images/store/purple_top.jpg); 
	font-size:16px; 
	font-weight:bold; 
	color:#FFFFFF; 
	padding: 10px 125px 0px 10px;
	text-align: left;
}
.rightside_features2{
	height:76px; 
	width:134px; 
	background-image:url(../images/store/purple_bottom.jpg); 
	font-size:14px; 
	font-weight:bold; 
	color:#FFFFFF; 
	text-align: left;
	padding: 25px 10px 0px 90px;
	margin-bottom: 7px;
}

 <!--End Store Page-->
 
 <!--Begin State and Local Links (Map) Page-->
#map {
}
#map .link_block{
	padding:10px 5px 10px 10px; 
	background-color:#E7EBF6; 
	border-top: 2px #687CAF solid;
	margin:10px 0px 10px 0px;
	text-align:left;
}
#map .instruction{
	font: bold 13px arial; 
	color: #00748C; 
	padding-bottom: 5px;
}
#map .title{
	font: bold 13px arial; 
	color: #00748C; 
	padding-bottom: 5px;
	text-transform:uppercase;
}
#map ul{
	margin:0;
	padding: 0px 0px 20px 0px;
}
#map li{
	margin:0;
	padding:0;
	list-style:none;
	padding-bottom:4px;
	/*font-size:11px;*/
	font-size:12px;
} 
#map a:hover{
color:#000000;
} 
#map .link_type{
	/*text-decoration:none;*/
	/*font: bold 11px arial;*/
	font: bold 12px arial;
	color: #3D72A6;
}  
<!--End State and Local Links (Map) Page-->
 
<!--Begin Submit Link Page-->
#submit_link_feild{

text-align:left;
}
#submit_link_feild input{
	text-align:left;
	margin-left:10px;
	margin-bottom:5px;
	width:260px;
	padding:2px;
	font-size:12px;
 }
#submit_link_feild select{
text-align:left;
margin-left:10px;
margin-bottom:5px;
font-size:12px;
}
#submit_link_feild{

text-align:left;
}
#submit_link_feild2 input{
 text-align:left;

 margin-bottom:5px;

padding:2px;
font-size:12px;
 }
#submit_link_feild2 .textarea{
height:100px;  
margin-left:10px;  
margin-bottom:5px; 
width:300px; 
padding:2px; 
font-size:12px;
}


<!--End Submit Link Page-->

<!--Start Calendar Page-->

.calendar {
}
.calendar a{
text-decoration:none;
}
.calendar a:hover{
text-decoration:none;
color:#000000;
}
.calendar .date_now{
float:right; 
font-size:14px; 
color:#666666; 
margin-right: 3px;
}
.calendar .date_last{
float:right; 
font-size:14px; 
color:#bbbbbb; 
margin-right: 3px;
}
.calendar .block_back{
height:15px; 
margin-bottom:5px; 
background-color:#F2F3F8; 
border:1px solid #dddddd; 
color:#3E73A5; 
font-size:11px; 
padding-left:4px; 
text-align:left; 
padding-top:1px; 
overflow:hidden; 
width:106px;
}
.calendar .block_back img{
margin-right:4px;
border:none;
}
.calendar .block{
height:16px; 
margin-bottom:5px; 
color:#3E73A5; 
font-size:11px; 
padding-left:4px; 
text-align:left; 
overflow:hidden; 
width:106px;
}
.calendar .block img{
margin-right:4px;
border:none;
}
.calendar .lefttopday{
border:1px #CCCCCC solid; 
vertical-align:top;
}
.calendar .topday{
height: 118px; 
border-top:1px #CCCCCC solid; 
border-right:1px #CCCCCC solid; 
border-bottom:1px #CCCCCC solid; 
vertical-align:top;
}
.calendar .leftday{
border-right:1px #CCCCCC solid; 
border-bottom:1px #CCCCCC solid; 
border-left:1px #CCCCCC solid; 
vertical-align:top;
}
.calendar .midday{
height: 118px; 
border-right:1px #CCCCCC solid; 
border-bottom:1px #CCCCCC solid; 
vertical-align:top;
}
.calendar .clear_r{
clear:right; height:6px;
}
.calendar_head {
background-color:#eCeCeC; 
padding: 4px 0px 4px 10px; 
text-align:left; 
color:#3D70A5;
}
.calendar_head a{
text-decoration:none;
}
.calendar_head a:hover{
text-decoration:none;
color:#000000;
}
.calendar_head img{
margin-right:4px;
border:none;
}
.calendar_bottom{
padding-top:2px;
}
.calendar_bottom .box{
float:left; 
text-align:left; 
width:90px; 
height:35px; 
margin:3px 3px 0px 0px; 
padding:2px;
font-size: 11px;
}
.calendar_bottom .check{
float:left; 
height:30px; 
margin-right:1px;
}
.calendar_page_content {
text-align:left;
}
.calendar_page_content .month{
margin:15px 0px 0px 0px; 
font: bold 16px arial; 
color: #00748C;
}
.calendar_page_content .sep{
border-bottom: 1px solid #e1e1e1; 
margin-bottom:12px; 
margin-top:10px; 
height:1px;
}
.calendar_page_content .title{
margin:18px 0px 4px 0px; 
font: bold 12px arial; 
color: #666666;
}
.calendar_page_content .date{
margin:0px 0px 18px 0px; 
font: bold 12px arial; 
color: #00748C;
}
.calendar_page_content .top{
margin-top:18px;
margin-bottom:12px; 
}
.calendar_page_content .top img{
margin-right:4px;
border:none;
}

.calendar .calendar_header td { color: #333; font: bold 13px arial; }

<!--End Calendar Page-->


/** END: added by jeff */

/** begin: courses */

.ind_course{
	
}
.ind_course .link_block{
	padding:5px 5px 10px 5px;
	background-color: #E5E5E5;
	}
.ind_course .link_block .head{
	font: bold 16px arial; 
	color: #00748C; 
	margin: 5px 0;
	text-decoration:none;
	}
.ind_course2{
	background-color: #E5E5E5;
}	
.ind_course2 .link_block{
	padding:0px 5px 0px 5px; 
	background-color: #E5E5E5;
	}
.ind_course2 .link_block .left_header{
	float:left; 
	width:116px; 
	font-size:13px; 
	color:#00748C; 
	font-weight:bold; 
	margin-bottom:5px; 
	margin-top:10px;
	background-color: #E5E5E5;
	}
.ind_course2 .link_block .right_header{
	float:right; 
	width:106px; 
	font-size:13px; 
	color:#00748C; 
	font-weight:bold; 
	text-align:left; 
	margin-bottom:5px; 
	margin-top:10px;
	background-color: #E5E5E5;
	}
.ind_course2 .link_block .left{
	float:left; 
	width:116px; 
	font-size:11px; 
	margin-bottom:5px;
	background-color: #E5E5E5;
	float: left;
	}
.ind_course2 .link_block .right{
	float:right; 
	width:106px; 
	font-size:11px; 
	text-align:left; 
	margin-bottom:5px;
	background-color: #E5E5E5;
	float: left;
	}
.ind_course2 .link_block a{
	text-decoration:none;
	}
	

.ind_course2 .link_block a:hover{
	color:#000000;
	display: block;
	cursor:pointer;
	}
.ind_course2 .link_block .location {
	clear:both; background-color: #E5E5E5; color: #3D72A6; width: 100%; margin-bottom: 0px; line-height: 20px;
}
.ind_course2 .link_block .location .description { color: #000; margin-left: 10px; display: none; clear: both; }
.ind_course2 .link_block .location .bullet { width: 10px; float: left; width: 5px; margin-right: 5px; border: 0px solid red; }


#ind_course_left_block{
	}
#ind_course_left_block .topics_covered_list{
	}
#ind_course_left_block .topics_covered_list ul{
	font-weight:bold; 
	line-height:14px;
	margin:0px 0px 0px 15px;
	*margin:0px 0px 0px 17px;
	_margin:0px 0px 0px 17px;
	padding:0px;

	}
#ind_course_left_block .topics_covered_list li{
	margin-bottom:4px;
	margin:0px;
	padding:0px;
	}
#ind_course_left_block .bttn_links{
	}
#ind_course_left_block .bttn_links img{
	margin-right:3px;
	}
	
.course_description {
	 margin-left: 10px;
	 clear: both;
}

.fifteenvioletbold { font: bold 15px arial; color: #00748C; margin-top: 20px; margin-bottom: 5px; }

/** end: courses */

/** begin: calendar */

.calendar_event { font: 11px arial; }

.pointer { cursor: pointer; }

/** end: calendar */

/** begin: career center */

.tableViolet {}

.tableViolet td { border-top: 2px solid #687CAE; background-color: #E7EBF6; border-right: 2px solid #fff; }

.tableViolet ul { margin: 0px 0px 0px 10px; padding: 0px 0px 0px 10px; }

.tableViolet li { margin: 2px 0px; }

.tableVioletTH { font: bold 16px arial; color: #00748C; margin-bottom: 5px; margin-top: 5px; }

.aligncenter { text-align: center; }

.normaltable { border-collapse: collapse; }

.rightwhiteborder td { border-right: 2px solid #fff; }

/** end: career center */
// update background as aapa gray background
.skyblue-background {
	border-top: 2px solid rgb(61, 114, 166);
	background-color: rgb(231, 235, 246);
}
#hof-gallery {
	margin-bottom: 50px;
}
#hof-gallery .cell-member {
	padding-bottom: 20px;
}
#hof-gallery .frame {
	/* border: 1px solid rgb(61, 114, 166); */
	/* background-image: url(/images/hof/no_photo.png); */
	width: 80px;
	height: 120px;
	cursor: pointer;
} 
#hof-gallery .thumb {
	border: 1px solid rgb(61, 114, 166);
	/* cursor: pointer; */
}
#hof-gallery .member {
	cursor: pointer;
}
#hof-gallery .description {
	margin-bottom: 10px;
}
.hof-memmber-name {
	font: bold 11px arial;
	padding-top: 5px;
}
.hof-member-descr {
	font: 11px arial;
}
.infowin-hof .photo {
	border: 1px solid rgb(61, 114, 166);
}
.infowin-hof .name {
	border-top: 3px solid rgb(61, 114, 166);
	border-bottom: 2px solid rgb(61, 114, 166);
	font: bold 12px arial;
	padding-left: 5px;
}
.infowin-hof .space {	
	border-top: 1px solid rgb(61, 114, 166);
}
.infowin-hof .description {
	border-top: 1px solid rgb(61, 114, 166);
	border-bottom: 1px solid rgb(61, 114, 166);
	font: bold 12px arial;
	padding-left: 5px;
}
.infowin-hof .detail { margin-bottom: 30px; }
.infowin-hof .detail td {
	border-bottom: 1px solid rgb(61, 114, 166);
	/* line-height: 2.0em;*/
	padding: 5px;
}

.infowin-hof .accomplishment {
	float: bottom;
	margin-bottom: 10px;
}
/*
.infowin-hof .accomplish .title {
	border-top: 3px solid rgb(61, 114, 166);
	border-bottom: 2px solid rgb(61, 114, 166);
	padding: 5px;
}
*/
.infowin-hof .accomplish-border {
	border: 1px solid rgb(61, 114, 166);
}
.infowin-hof .accomplish td {
	padding: 5px 0px;
}
.header-hof {
	margin-bottom: 10px;
}
.header-hof span {
	margin-right: 4px; 
}
.option-hof td {
	padding: 10px 10px 10px 10px;
}
#hof-accomplish #title {
	padding-left: 10px;
  font: bold 16px arial; 
	color: #00748C;
}
#hof-accomplish #description {
	padding-left: 10px;
	padding-bottom: 5px;
}
#accomplishment {
	margin-bottom: 50px;
}
#accomplishment .skyblue-background {
	padding-bottom: 20px;
}
#accomplishment #year-descr {
	padding-left: 5px;
}
.hof-accomp-title {
	font: bold 14px arial;
	color: #00748C;
	padding-top: 10px;
}
.hof-accomp-description {
	padding-bottom: 10px;
}
.white-top-border {
	border-top: 2px solid #fff;
}
.hof-eligibility {
	padding: 10px;
}
.hof-eligibility .pagesubtitle {
	border: 0px solid red;
	margin-top: 10px;
}
.hof-eligibility .topics {
	padding: 10px; margin: 10px; line-height: 1.5em;
}
.hof-eligibility .eligibility {
	margin-bottom: 20px;
}
.hof-eligibility .eligibility .title {
	font-weight: bold;
	margin-bottom: 5px;
	margin-top: 10px;
}
.hof-eligibility .eligibility .description {
	margin-bottom: 5px;
}
.hof-eligibility .eligibility .footer {
	text-align: right;
	padding-bottom: 10px;
	border-bottom: 1px solid #fff;
}
.hof-eligibility .eligibility .inductees {
	margin-right: 5px;
}
.hof-eligibility .eligibility .bar {
	margin-right: 5px;
}
#hof-inductee {
	padding: 10px 0px 20px 2px;
	margin-bottom: 50px;
}
#hof-inductee .inductee-name {
	font: 12px arial;
	margin-top: 10px; 
	margin-bottom: 10px;
}
#hof-inductee .inductee-name div {
	line-height: 1.0em;
}
#hot-inductee-header { padding-bottom: 10px; border-bottom: 2px solid #fff; }
#hot-inductee-header #inductees-total { color: #f00; } 
#hot-inductee-header #description { font-weight: bold; }
#inductees-body { padding-top: 10px; }
.hof-inductee-link { cursor: pointer; }

.vendor-directory-header { font: bold 20px arial; color: #00748C; }
#vendor-directory {	margin-bottom: 50px; }
#vendor-directory #response a { cursor: pointer; }
#vendor-directory #search-box div { padding: 10px 10px 10px 0px; background-color: rgb(231, 235, 246); width: 600px; }
#vendor-directory #search-box table td { line-height: 3.0em; }
#vendor-directory .border-bottom-2px-white {	border-bottom: 2px solid #fff; }
#vendor-search-result .odd {	background-color: rgb(231, 235, 246); }
#vendor-search-result #listing { border-bottom: 1px solid rgb(61, 114, 166); }
#vendor-search-result #header { margin-top: 10px; margin-bottom: 5px; }
#vendor-search-result #body { border-top: 1px solid rgb(61, 114, 166); }
#vendor-search-result #body td { line-height: 2.0em; }
#vendor-search-result #pagination {  padding-top: 10px; color: #444; } 
#vendor-search-result #pagination .current { font-weight: bold; } 
#vendor-information { 
	border-top: 1px solid rgb(61, 114, 166); 
	background-color: rgb(231, 235, 246);
}
#vendor-information #title { font: bold 15px arial; color: #00748C; padding: 10px 0px 10px 10px; }
#vendor-information td { border-bottom: 1px solid #fff; line-height: 2.2em; padding: 0px 5px; }
#vendor-type {
	border-top: 1px solid rgb(61, 114, 166); 
	background-color: rgb(231, 235, 246);
}
#vendor-type #title { font: bold 15px arial; color: #00748C; }

#chapter-login { border: 1px solid #ddd;  }

.menu { background-color: #67507E; margin-bottom: 10px; }
.menu td { text-decoration: none; color: #fff; font-weight: bold; border-right: 1px solid #fff; }
.menu td:hover { background-color: #69B246; }

#chapter-profile { line-height: 1.4em; }
#chapter-profile #header { font: bold 22px arial; color: #00748C; padding: 10px 0px; }
#chapter-profile .line-break { border-bottom: 1px solid #fff; }
#chapter-profile .title { font: bold 15px arial; color: #00748C; margin: 5px 0px 10px 0px; }
#chapter-profile .subtitle { font-weight: bold; margin: 10px 0px 5px 0px; }

#chapter-study-group { margin-bottom: 50px; }
#chapter-study-group #message { font: bold 12px arial; color: #00748C; padding-top: 10px; padding-bottom: 5px; }
#chapter-study-group .chapter-name { font: bold 14px arial; color: #00748C; margin-bottom: 5px; }
#chapter-study-group .info { padding-bottom: 10px; }
#chapter-study-group .border { border-top: 1px solid #fff; padding-bottom: 10px; }

#chapter-meeting { margin-bottom: 50px; }
#chapter-meeting #message { font: bold 12px arial; color: #00748C; padding-top: 10px; padding-bottom: 5px; }
#chapter-meeting .chapter-name { font: bold 14px arial; color: #00748C; margin-bottom: 5px; }
#chapter-meeting .info { padding-bottom: 10px; }
#chapter-meeting .border { border-top: 1px solid #fff; padding-bottom: 10px; }
#chapter-meeting .contact { margin-bottom: 10px; }
.calendar { cursor: pointer; }

#chapter_edit .literal { font: bold 16px arial; line-height: 2.0em; } 
#chapter_edit .help-link { cursor: pointer; text-decoration: underline; }
#chapter_edit .help-message { border: 1px solid #ddd; padding: 5px; width: 200px; }
#chapter_edit .hide { display: none; }

.cursor-underline { cursor: pointer; text-decoration: underline; }
#chapter_user_info #header { background-color: #ddd; }
#chapter_user_info .odd { background-color: #ddd; }
#chapter_user_info #menu { line-height: 2.0em; }
#chapter_user_info #menu span { margin: 10px; }
#chapter_user_info #menu a { cursor: pointer; text-decoration: underline; }

#chapter-region { border: 1px solid #ddd; }
/* #chapter-study-info { border: 1px solid #ddd; } */
#chapter-study-info { border: 1px solid #ddd; }
#chapter-meeting-info { border: 1px solid #ddd; }

.chapter-edit-title { font: bold 18px arial; color: #00748C; }

div #chapter-regions #advisor { margin-bottom: 20px; } 
div #chapter-regions .title { 
	font: bold 13px arial; 
	color: #00748C; 
	padding-bottom: 5px;
	text-transform:uppercase;
}
div #chapter-regions .region { margin-bottom: 20px; }
div #chapter-message { text-align: center; margin-top: 30px; margin-bottom: 20px; }

table#chapter-links {
	margin-bottom: 50px;
}
table#chapter-links ul {
	list-style-type: none;
	margin-left: 1.0em;
	padding-left: 0.5em;
	line-height: 1.4em;
}
table#chapter-links div.state {
	font-weight: bold;
	margin-top: 5px;
}

td.description .header { font: bold 15px arial; color: #00748C; padding-bottom: 5px; }

table.rss { font: 12px arial; color: #666; }
table.rss td.feed_type { padding-right: 10px; }
table.rss td.feed_button { padding-right: 10px; }

td.rss_button_container { border-top: 1px solid #ddd; }
table.rss_button { font: 12px arial; color: #666; margin-top: 10px; }
table.rss_button td.description { padding-right: 10px; }

div.layout_middle {
	text-align: left; 
	margin: 0px 10px; 
	width: 980px;
}
table.layout5pane_center_col {

}

.home_main_top_content {
	background: url(/images/home/main_top.jpg) top left no-repeat; 
	width: 663px; 
	height: 220px; 
	padding-left: 170px; 
	padding-right: 10px;
}
.home_main_top_learn_more { padding-top: 5px; }
.home_main_top_body { padding-top: 15px; height: 100px; }
.home_main_top_body_title { display: block; font: 22px helvetica; }
.home_main_top_bullet {
	margin: 0;
	padding: 0;
	list-style: none;
	margin-top: 5px;
	/** list-style-image: url(/images/home/bullet_plus_black.png); margin: 5px 0px; */
}
.home_main_top_bullet img {
	margin-right: 2px;
}
.home_main_top_bullet li {
	margin-bottom: 2px;
}
.home_main_top_membership_benefits { padding-top: 0px; }
.home_main_top_membership { padding-left: 10px; text-align: left; padding-top: 5px; }
.home_main_top_membership_title { font: bold 14px arial; }
.home_main_top_membership_body { padding-bottom: 10px; }


td.region_content { padding-bottom: 2px; }
td.region_footer_wrap {
	padding-top: 100px;
}
div.region_footer { 
	padding: 10px; 
	background-color: #DAE6E8; 
}
td.footer_nav div {
 float: left; 
 margin-right: 8px;
 margin-bottom: 10px;
}
div.footer_locations { float: right; }
div.footer_locations div { float: left; }
div.footer_locations_bullet { margin: 5px 4px; }
div.footer_sitename { font-weight: bold; }
div.footer_copy { font-size: 12px; }
tr.footer_bottom_row { padding-top: 10px; }

/* product */
td.product {
	padding-bottom: 30px;
	border: 0px solid blue;
}
table.product_descriptions {
	margin: 0 10px;
	border: 0px solid red;
}
td.product_group_header { 
	font: 26px arial; 
	color: #00748C; 
	padding-bottom: 15px; 
}
td.product_group_body {
	padding-bottom: 15px;
}
td.product_group_body ul { 
	list-style: none; 
	margin: 0; 
	padding: 0;
	margin: 10px 0;
}
td.product_group_body ul li {
	margin-left: 15px;
}
td.product_group_description { 
	border-top: 1px dashed #C8C8C8; 
	padding: 10px 0; 
}
td.product_group_description_header {
	font: bold 13px arial; 
	padding-bottom: 5px;
	text-transform: uppercase;
}
td.product_group_description ul { 
	list-style: none; 
	margin: 0; 
	padding: 0;
	margin: 10px 0;
}
td.product_group_description ul li {
	margin-left: 15px;
}
td.product_group_image {
	padding: 10px 20px;
}
td.product_description {
	border-top: 1px dashed #C8C8C8; 
	padding: 10px 0; 
}
td.product_description_header {
	font: bold 13px arial; 
	padding-bottom: 5px;
	text-transform: uppercase;
}
td.product_prices {
	padding-top: 0px; 
	padding-bottom: 10px;
}
tr.product_price_header {
	background-color: #ECECEC;
}
tr.product_price_header td {
	font-weight: bold;
	font-family: arial;
	color: #00748C;
	border-bottom: 5px solid #fff;
}
td.product_price_header_product_code {
	font-size: 16px;
	padding: 10px;
}
td.product_price_header_price {
	font-size: 12px;
	padding: 10px 10px 10px 5px;
}
tr.product_price_row {
	background-color: #E5E5E5;
	border-bottom: 5px solid #ddd;
}
tr.product_price_row td {
	font: normal 14px arial;
	border-bottom: 5px solid #fff; 
}
td.product_price_name {
	width: 550px;
	padding: 10px 0 10px 10px;
}
td.product_price_member_type {
	width: 110px;
}
td.product_price_vol_discount {
	width: 180px;
	padding-right: 10px;
}
td.product_price_amount {
	padding-right: 10px;
}
div.product_price_vol_prices {
	display: none; 
	background-color: #ECECEC; 
	border: 1px solid #E5E5E5; 
	margin-bottom: 5px;
}
td.product_price_form {
	padding: 10px; 
	background-color: #E5E5E5;
}
td.pdf_reader_copy {
	padding-top: 5px;
	padding-bottom: 5px;
	color: #999;
}

/* cross sell */
table.product_specials {
	margin-bottom: 30px; 
	border-top: 1px dashed #C8C8C8; 
	padding-top: 10px;
}
td.product_special_title {
	color: #00748C; 
	font: bold 15px arial; 
	padding: 5px 0;
	text-transform: uppercase;
}
td.product_special_image {
	border: 1px solid #C7CFE4;
}
td.product_special_no_image {
	height: 110px;
}
td.product_special_name {
	color: #3D72A6; 
	font: bold 11px arial;
}
/* product listing */
td.product_listing {
	background-color: #E5E5E5; 
	padding: 10px 0px 20px 10px;
}
div.product_listing_title {
	font: 24px arial; 
	color: #00748C; 
	margin-top: 5px 0;
}
div.product_listing_subtitle {
	font: bold 12px arial; 
	color: #00748C; 
	margin-top: 15px; 
	margin-bottom: 5px;
}
div.product_listing_product {
	margin-bottom: 5px;
}

/* store */
table.store_top_wrap {
	margin-bottom: 20px;
}
table.store_top {
	background: url(/images/store/store_top_bg.gif) no-repeat top left; 
	width: 400px; 
	height: 187px;
	margin-bottom: 15px;
}
td.store_top_category {
	color: #00748C; 
	font: bold 15px arial; 
	padding: 5px 5px 10px 5px;
}
div.store_top_image {
	background-color: #fff; 
	width: 137px; 
	height: 129px; 
	text-align: center; 
	border: 1px solid #CAD3E6; 
	margin-top: 0px; 
	margin-right: 10px;
	margin-left: 10px;
	padding-top: 5px;
}
div.store_top_image img { 
	margin-top: 10px;
	margin-left: 2px;
}
td.store_top_name a {
	color: #0066CC; 
	font: bolder 13px arial;
}
td.store_top_description {
	font: 12px arial;
	color: #3B3B3B;
}
td.store_top_price {
	font: 12px arial;
	color: #3B3B3B;
}
span.store_top_price_non_member {
	text-decoration: line-through; 
	margin-right: 20px;
}
td.store_top_form {
	padding-right: 10px;
}

table.store_middle {
	margin-bottom: 15px;
	font: 12px arial;
}
table.store_middle_bar {
	background: url(/images/home/bar_title_left.gif) top left no-repeat; 
	width: 399px;
	height: 30px;
}
td.store_middle_category {
	padding-left: 10px; 
	padding-top: 2px; 
	font: 16px arial; 
	color: #00748C;
}
div.store_middle_product_left {
	float: left;
	margin-top: 15px;
	margin-left: 10px;
	width: 180px;
}
div.store_middle_product_right {
	float: right;
	margin-top: 15px;
	margin-left: 10px;
	width: 180px;
}
div.store_middle_product_image {	
	width: 180px; 
	height: 102px; 
	border: 1px solid #C6D6D9;
	text-align: center;
	vertical-align: middle;
}
div.store_middle_product_name {
	height: 4.0em;
	margin-top: 5px;
}
div.store_middle_product_name a {
	color: #0066CC; 
	font: bolder 13px arial;
}
div.store_middle_product_price {
	margin-bottom: 5px;
	border: 0px solid red;
}
div.store_middle_product_link {
	margin-top: 15px;
	margin-bottom: 10px;
}
input.btn_add_to_cart {
	width: 83px;
	height: 20px;
}

div.store_long {
	text-align: left;
	background-color: #E5E5E5; 
	margin-top: 15px;
	margin-bottom: 20px;
	padding-bottom: 10px;
}
div.store_long_category {
	padding-top: 8px; 
	padding-left: 10px; 
	padding-bottom: 8px; 
	font: 16px arial; 
	color: #00748C;
}
div.store_long_top {
	margin: 0 8px 8px 8px;
	padding: 12px 12px 0 12px;
	border: 1px solid #fff;
}
div.store_long_product_image {
	border: 1px solid #C6D6D9; 
	background-color: #fff;
	text-align: center;
}
div.store_long_product_name {
	margin: 5px 0 10px 0;
}
div.store_long_product_name a {
	color: #0066CC; 
	font: bolder 13px arial;
}
div.store_long_product_description {
}
div.store_long_product_price {
	font: 12px arial;
	color: #3B3B3B;
	margin-bottom: 5px;
}
div.store_long_product_link {
	margin-top: 15px;
	margin-bottom: 10px;
}
div.store_long_products {
	border-top: 1px solid #fff;
	padding: 15px;
}
span.store_link {
	color: #0066CC;
}

/* event selection block */
table.event_selection {
	background-color: #E5E5E5; 
	width: 234px; 
	padding: 0px 5px; 
	padding-top: 3px; 
	text-align: left; 
	margin-bottom: 20px;
}
td.event_selection_title {
	font: bold 11px arial; 
	color: #00748C; 
	padding-top: 10px;
}
td.event_selection_content {
	padding-top: 10px; 
	padding-bottom: 10px;
}
/* product event */
td.product_event_location {
	font: bold 13px arial; 
	text-transform: uppercase;
	padding: 10px 0 10px 10px;
}
td.product_event_schedule {
	background-color: #E5E5E5;
	padding-bottom: 20px;
}
td.login_header {
	width: 137px; 
	height: 22px; 
	background-color: #DAE6E8; 
	color: #3B3B3B; 
	font: 16px arial; 
	padding-left: 5px; 
	padding-top: 5px;
	text-align: left;
}

/** dynamic form */
div.form_dynamic_field {
	border-top: 1px dashed #C8C8C8;
	padding: 10px 0;
}
td.form_dynamic label.literal {
	width: 100%;
	text-align: left;
	padding-left: 5%; 
	font-weight: bold;
}
td.form_dynamic label {
	display: block;
	float: left;
	width: 29%;
	margin-right: 5px;
	text-align: right;
	border: 0px solid red;
}
td.form_dynamic div.inputs {
	float: left;
	width: 69%;
	border: 0px solid blue;
}

/* header */
div.region_header {
	width: 1000px;
	height: 87px;
	background: url(/images/bar/header.jpg) top left no-repeat;
	margin-bottom: 10px;
	color: #fff;
	border: 0px solid red;
}
div.region_header_label {
	float: left;
}
div.region_header_separator {
	float: left;
	margin: 0 10px;
}
div.region_header_right {	
	/* margin-left: 830px; */
	border: 0px solid aqua;
	margin-right: 15px;
	padding-top: 35px;
}
div.region_header_nav {
	float: right;
	border: 0px solid gold;
}
div.region_header_nav a {
	color: #fff;
	text-decoration: none;
}
div.region_header_cart {
	float: right;
	margin-top: 15px;
}

/* content block */
div.content_wrap_left {
	text-align: left;
	width: 400px;
	border: 0px solid red;
}
div.content_wrap_right {
	text-align: left;
	width: 234px;
	border: 0px solid blue;
}
.content_titlebar_left {
	background: transparent url(/images/home/bar_title_left.gif) no-repeat scroll left top;
	width: 399px; 
	height: 30px;
	margin-bottom: 10px;
}
.content_titlebar_right {
	background: transparent url(/images/home/bar_title_right.gif) no-repeat scroll left top;
	width: 241px; 
	height: 30px;
	margin-bottom: 10px;
}
div.content_title {
	position: relative;
	top: 5px;
	left: 10px;
	right: 10px;
	font: 16px arial;
	color: #00748C;
	width: 90%;
	margin-bottom: 5px;
}
div.content_subtitle_left {
	font: bold 13px arial; 
	color: #3B3B3B; 
	text-transform: uppercase; 
	margin: 10px 0px 5px 10px;
}
div.content_subtitle_right {
	font: bold 13px arial; 
	color: #3B3B3B; 
	text-transform: uppercase;
	margin: 10px 0px 5px 10px;
}
div.content_text_left {
	margin-bottom: 10px;
	margin-left: 10px;
}
div.content_text_right {
	margin-bottom: 10px;
	margin-left: 10px;
}

/* Content Email Block */
div.content_email_wrap {
	max-width: 360px;
	2margin-left: 10px;
}
fieldset.content_email_fieldset legend {
	color: red;
	border: 0px solid red;
	margin-left: -8px;
	padding: 0;
	text-align: left;
}
div.content_email_contents {
	margin: 10px 0;
}
div.content_email {
	display: none;
	padding: 2px;
	border: 0px solid #ddd;
}
div.content_email_label {
	width: 100px;
	float: left;
	text-align: left;
	margin: 2px;
}
div.content_email input {
	float: left;
	margin: 2px;
}
div.content_email textarea {
	float: left;
	margin: 2px;
	height: 100px;
}
div.content_email_button {
	float: right;
	border: 0px solid blue;
}
div.content_email_response {
	font-weight: bold;
	color: #3B3B3B;
	margin-bottom: 2px;
}
input.content_email_send {
	background-color: #00748C;
	font: bold 11px arial; 
	color: #fff; 
	border: none; 
	text-align: center;
	width: 60px; 
	height: 1.8em;
}
input.contetn_email_reset{
	background-color: #00748C;
	font: bold 11px arial; 
	color: #fff; 
	border: none; 
	text-align: center;
	width: 60px; 
	height: 1.8em;
}
input.content_email_cancel {
	background-color: #00748C;
	font: bold 11px arial; 
	color: #fff; 
	border: none; 
	text-align: center;
	width: 60px; 
	height: 1.8em;
}
.content_email_collapsed {
	float: left;
	display: inline;
	background: url(/images/home/menu-collapsed.gif) top left no-repeat;
	width: 10px;
	height: 10px;
	margin-right: 10px;
	position: relative;
	top: 2px;
}
.content_email_expanded {
	float: left;
	display: inline;
	background: url(/images/home/menu-expanded.gif) top left no-repeat;
	width: 10px;
	height: 10px;
	margin-right: 10px;
	position: relative;
	top: 2px;
}
.content_email_hide_border{
	border: 1px solid #fff;
}
.content_email_show_border {
	border: 1px solid #ddd;
}

/* listings */
td.listing {
	background-color: #E5E5E5; 
	padding: 10px 0px 20px 10px;
}
div.listing_title {
	font: 24px arial; 
	color: #00748C; 
	margin-top: 5px 0;
}
div.listing_subtitle {
	font: bold 12px arial; 
	color: #00748C; 
	margin-top: 15px; 
	margin-bottom: 5px;
}
div.listing_body {
	margin-bottom: 5px;
}

/* weblink submit link */
input.btn-submit-weblink {
	width: 83px;
	height: 20px;
}

div.personality_listing {
	/* background-color: #E5E5E5; */
	padding: 1.2em 0;
}
div.personality_listing ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
div.personality_listing ul li {
	margin-right: 1.0em;
	margin-bottom: 1.0em;
	margin-left: 1.0em;
}

div.textresize {
  margin: 0 auto;
  padding-bottom: 10px;
  padding-top: 10px;
  width: 100px;
}

div.textresize span.textsize {
  cursor: pointer;
}

