/* CSS for cfachicago.org */
/* by Risetime - 2009-2011 */
/* ------------------------------------------------------------------------------------- */



/* Body and misc. general settings below -----------------------------*/


body {
	background-image: url('/images/cfa_bg_white.png');
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #2b2b2b;
	font-size: 13px;
	line-height: 150%;
}



a:link {
	color: #5379b1;
	text-decoration: none;
}


a:visited {
	color: #5379b1;
	text-decoration: none;
}


a:hover {
	color: white;
	background-color: #5379b1;
}


a:active {
	color: #5379b1;
	text-decoration: none;
}


a:hover img {
	background: transparent;
}



h2 {
	font-size: 1.4em;
	font-variant: small-caps;
	width: 100%;
	padding: 4px;
	color: white;
	background-color: #486793;
}



h3 {
	color: #486793;
	font-size: 17px;
}



h4 {
	background-color: #e6e9ed;
	font-weight: bold;
	font-size: 1.25em;
}




ul li {
	list-style: square;
	margin-bottom: 5px;
	list-style-position:inside;
}




img a {
	border: 0px;
}





table, td, tr, thead, tfoot, tbody, th, tf {
border-collapse: collapse;
margin: 0px;
padding: 0px; 
}


table#showdow_table {
	padding: 0px;
	width: 100%;
}


td.TL_corner {
	background-image: url('/images/main_shadow_Lcorner.png');
	background-repeat: no-repeat;
	background-position: bottom right;
	width: 5px;
	height: 5px;
}


td.top {
	background-image: url('/images/main_shadow_T.png');
	background-repeat: repeat-x;
	background-position: bottom;
	width: auto;
	height: 5px;
}


td.TR_corner {
	background-image: url('/images/main_shadow_Rcorner.png');
	background-repeat: no-repeat;
	background-position: bottom left;
	width: 5px;
	height: 5px
}


td.left {
	background-image: url('/images/main_shadow_L.png');
	background-repeat: repeat-y;
	background-position: top right;
	width: 5px;
}


td.main {
	background-color: white;
	
}

td.right {
	background-image: url('/images/main_shadow_R.png');
	background-repeat: repeat-y;
	background-position: top left;
	width: 5px;
}


td.BL_corner {
	background-image: url('/images/main_shadow_LcornerB.png');
	background-repeat: no-repeat;
	background-position: bottom right;
	width: 5px;
	height: 5px;
}


td.bottom {
	background-image: url('/images/main_shadow_B.png');
	background-repeat: repeat-x;
	background-position: bottom;
	width: auto;
	height: 5px;
}


td.BR_corner {
	background-image: url('/images/main_shadow_RcornerB.png');
	background-repeat: no-repeat;
	background-position: bottom left;
	width: 5px;
	height: 5px
}







/* Class selectors below ---------------------------------------------*/


.boxRightWhite {
	float: right;
	clear: none;
	width: 200px;
	background-color: #e6e9ed;
	font-size: .92em;
	margin-top: 5px;
	margin-bottom: 4px;
	margin-left: 12px;
	margin-right: 0px;
	padding: 6px;
}



.boxWhiteFull {
	width: 100%;
	padding: 4px;
	color: #ffffff;
	background-color: #ffffff;
}



table.sponsorTable td{
	padding: 5px;
}	


table.sponsorTable td img {
	border: 0px;
}


.eve_cell {

}


.eveDate {
	padding-right: 5px;
	width: 80px;
}


.content_shell_inner {
	position:relative;		/* Fixes IE7 overflow hidden bug */
	clear:both;
	float:left;
	width:100%;			/* width of whole page */
	overflow:hidden;	/* This chops off any overhanging divs */
	background-color: #406294;  /* replace w a repeating bg img for nav column */
	background-image: url('/images/nav_bg.png');
}


.content_shell_inner  .inner_wrap {
	float:left;
	width: 200%;
	position:relative;
	left:200px;
	
	background-image: url('/images/cfa_shell_white.png');

}

.content_shell_inner  .nav_shell {	
	height: 100%;
	float:left;
	width:170px;
	position:relative;
	right:185px;
}




a:hover img.logo {
	background: transparent;
	border: 0px;
}


.content_shell_inner  .content_area {
	 margin-left: 200px;
	 padding: 15px 15px 0 15px;
	 position:relative;
	 right:100%;
	 overflow:hidden;	
}


.content_area {
	background-image: url('/images/city_bg3.jpg');
	background-position: bottom left;
	background-repeat: repeat-x; 
}


.content_shell_inner  .content_area_wrap {
	float:right;
	width:50%;
	position:relative;
	right:200px;
}


.content_area_wrap {
	background-image: url('/images/cfa_shell_white.png');
}


#footer {
	font-size: 80%;
	line-height: 90%;
	text-align: center;
	padding-right: 15px;
	padding-left: 15px;
	padding-bottom: 15px;
	margin-top: 180px;
	color: white;
}


.br_clear {
	clear: both;
}



.smTextSubtleLeft {
	/* for breadcrumbs */
	color: #7c7b7b;
	float: left;
	font-size: 8pt;
	text-align: left;
}



.smTextSubtleRight {
	/* for breadcrumbs */
	color: #7c7b7b;
	font-size: 8pt;
	text-align: right;
}



.boxNoticeBordered {
	width: 250px;
	background-color: #ffffff;
	color: black;
	border: black 1px solid;
	float: right;
	font-size: .92em;
	margin-top: 4px;
	margin-bottom: 4px;
	margin-left: 12px;
	margin-right: 0px;
	padding: 6px;
	position: relative;
	text-align: center;
}


.boxNoticeRight {
	width: 200px;
	background-color: #e6e9ed;
	color: black;
	border: 0px;
	float: right;
	font-size: .92em;
	margin-top: 4px;
	margin-bottom: 4px;
	margin-left: 12px;
	margin-right: 0px;
	padding: 6px;
	position: relative;
}



.centeredText {
	text-align: center;
}



.colorText1 {
	color: #fc5c00;
	font-weight: bold;
}



.colorText2 {
	color: #008000;
	font-weight: bold;
}



.colorText3 {
	color: #ff0000;
	font-weight: bold;
}



.horizList  {
	font-weight: bold;
	text-align: center;
	width: 100%;
}


.inset {
	margin-left: 15px;
	padding-left: 15px;
}


.oneThird {
	width: 33%
	text-align: center;
}



.plainTxt {
	font-weight: normal;
}


.SmTxt {
	font-weight: normal;
	font-size: .83em;
}


table.dataTabular {
	background-color: white;
	border-collapse: separate;
}


table.dataTabular td {
	background-color: #e6e9ed;
	padding: 3px 3px;
	border-collapse: separate;
}


table.dataTabular th {
	background-color: #486793;
	padding: 3px 3px;
	color: white;
	border-collapse: separate;
}




table.dataMultiColor {
	background-color: white;
	border-collapse: separate;
}


table.dataMultiColor th {
	background-color: #486793;
	padding: 3px 3px;
	color: white;
	border-collapse: separate;
}


td.dataMultiColorPlain {
	background-color: #e6e9ed;
	padding: 3px 3px;
}


td.dataMultiColorBold {
	background-color: #e6e9ed;
	font-weight: bold;
	padding: 3px 3px;
}


td.dataMultiColorBright {
	background-color: #0ee1f1;
	font-weight: bold;
	padding: 3px 3px;
}




.dataSubmit {
	width: 550px;
	vertical-align: bottom;
	border-collapse: separate;
}


td.dataSubmitHeading {
	color: white;
	background-color: #486793;
	font-weight: bold;
}


td.dataSubmitHighlight {
	background-color: #e6e9ed;
	font-weight: bold;
}


.dataSubmitField {

}


td.dataSubmitFieldLabel {
	padding-right: 4px;
	text-align: right;
	vertical-align: top;
}


td.dataSubmitFieldLabelColHead {
	padding-right: 5px;
	text-align: left;
	vertical-align: top;
}


.dataTabular td {
	padding: 3px 3px;
	border-collapse: separate
}


.padRight th {
	color: white;
	background-color: #486793;
	font-weight: bold;
	padding: 3px 3px;
}


.padRight td {
	padding: 3px 3px;
}


.boxNotice {
	background-color: #e6e9ed;
	padding: 10px;
}


table.boxNotice td {
	padding-left: 10px;
	padding-right: 10px;
}


.boxJumpLink {
	width: 200px;
	background-color: #e6e9ed;
	float: right;
	margin: 8px;
	padding: 6px;
	text-align: center;
	position: relative;
}


.boxJumpLink_trans {
	width: 200px;
	background: transparent;
	float: right;
	margin: 8px;
	padding: 6px;
	text-align: center;
	position: relative;
}


.bluebox {
	width: 188px;
	background-color: #e6e9ed;
	float: right;
	margin: 8px;
	padding: 6px;
	text-align: center;
}


.floatLeftNoBorder {
	float: left;
	margin-top: 0px;
	margin-right: 15px;
	margin-bottom: 15px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 15px;
	padding-left: 0px;
}

.floatLeftPaddedLess {
	float: left;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 2px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
}


table th h3 {
	color: white;
}


.quote h3 {
	color: black;
}


.noShow {
	display: none;
} 


img.title_img {
	float: left;
	margin-right: 4px;
}


img.title_img2{
	float: left;
	left: -10px;
}


img.right_img {
	float: right;
	position:relative;
}


.floatRightNoBorder {
	float: right;
	border: 0px;
}


.main_text {
	font-size: 1.2em;
	line-height: 1.2em;
	font-weight: bold;
	background-color: #e6e9ed;
	padding: 10px;
}


.the_cell {
	padding: 5px;
	margin: 3px;
	overflow: hidden;
	position:relative;
}


.left_cell {
	width: 47%;
	float: left;
	padding: 5px;
	margin: 3px;
	overflow: hidden;
	position:relative;
}


.right_cell {
	width: 47%;
	float: right;
	padding: 5px;
	margin: 3px;
	overflow: hidden;
	position:relative;
}



ul.tight li {
	list-style-type: square;
	line-height: 75%;
	list-style-position:inside;
}

.title2 {
	overflow: hidden;
}



.quote {
	background-image: url('/images/quote_gold_fade_bg.jpg');
	background-position: top left;
	background-repeat: no-repeat;
	background-color: #f3efa9;
	padding: 5px;
	margin: 3px;
}


.quote_blue{
	background-image: url('/images/quote_bg.jpg');
	background-position: top left;
	background-repeat: no-repeat;
	background-color: #e6e9ed;
	padding: 5px;
	margin: 3px;
}



.letter {
	background-color: white;
	padding: 10px;
}



.letter_shell {
	background-image: url("/images/letter_shadow.jpg");
	background-position: top left;
	background-repeat: no-repeat;
	padding: 8px;
}


.MsgBoxTbl {
    border: maroon 1px solid;
	padding: 20px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}


table.alertHdg td {
	padding: 5px;
	font-weight: bold;
	color: white;
	background-color: maroon;
}


.alertHdg {
	margin-bottom: 1px;
	margin-left: auto;
	margin-right: auto;
}


.alertSpecifics {
	font-weight: bold;
}


.eveAttRow {
	background-color: #e6e9ed;
	padding: 10px;
}


.eveFormLabel {
	font-weight: bold;
}	


.eveFormRequired {
	color: maroon;
}


.eveSecHdg {
	color: #486793;
	font-weight: bold;
	font-size: 1.3em;
	margin-bottom: 5px;
}


.eveRegTitle {
	font-weight: bold;
	margin-bottom: 10px;
}


.frmLabel {
	font-weight: bold;
}




/* ID selectors below ------------------------------------------------*/


#adbox {
	background-color: #f6f6f6;
	color: #7c7b7b;
	float: left;
	font-size: 8pt;
	height: 70px;
	padding-top: 5px;
	text-align: left;
	width: 84%;
}


#adbox img {
	border: 0px;
}



#adbox a {
	border: 0px;
}



#breadcrumbs {
	background-color: #f6f6f6;
	color: #7c7b7b;
	float: left;
	font-size: 8pt;
	height: 25px;
	padding-top: 5px;
	text-align: left;
	width: 80%;
}

#content_shell {
	width: 90%;
	text-align: left;
	margin: 0 auto;
	min-width: 600px;
}



#designation {
	width: 100%;
}


#shell {
	background-image: url('/images/cfa_city_bg2.jpg');
	background-position: top center;
	background-repeat: repeat-x;
	width: 100%;
	height: 100%;
	min-height: 766px;
	padding-top: 20px;
	text-align: center;
}


#big_shadow_top {
	background-image: url('/images/big_shadow_T.png');
	background-repeat: no-repeat;
	background-position: bottom center; 
	width: 100%;
	height: 35px;
	margin: 0 auto;
	position: relative;
	top: 5px;
}


#big_shadow_bottom {
	background-image: url('/images/big_shadow_B.png');
	background-repeat: no-repeat; 
	background-position: bottom center;
	width: 100%;
	height: 16px;
	margin: 0 auto;
	position: relative;
	top: -5px;
}



#news_box p, #events_box  p , #news_box li {
	text-align: left;
}



#nav_shadow {
	width: 11px;
	min-width: 11px;
	height: 567px;
	min-height: 567px;
	background: transparent;
	background-image: url('/images/nav_shadow_R.png');
	position: absolute;
	left:185px;
}



#nav_desc {
	color: white;
	background: transparent;
	font-size: .8em;
	line-height: 120%;
	margin-bottom: 10px;

}


#nav_desc a, #nav_footer a {
	color: white;
	text-decoration: underline;
}


#nav_desc a:hover, #nav_footer a:hover {
	color: #2c3f5c;
	background-color: white;
	text-decoration: none;
}


#nav_main {
	height: 600px;
	min-height: 600px;
}


#nav_footer {
	color: white;
	font-size: .8em;
	text-align: center;
	position: absolute;
	bottom: -235px;
	width: 170px;
	max-width: 170px;
}


#the_content {
	min-height: 600px;
}


#logo {
	position: relative;
	left: -13px;
	margin-bottom: 5px;
	background: transparent;
	width: 195px; 
	height: 105px;
	background-image: url("/images/cfa_logo2.png");
	background-repeat: no-repeat;
}






#events_box {
	background-image: url('/images/ne_bg.jpg');
	background-position: top left;
	background-repeat: no-repeat;
	background-color: #e6e9ed;	
	padding-top: 55px;
}


#google_search {
	float: right;
	clear: none;
}





#homepic_box {
	text-align: center;
}  





#member_status {
	float: left;
	clear: none;
}



#membership_box {
	background-image: url('/images/sm_bg.jpg');
	background-position: top left;
	background-repeat: no-repeat;
	background-color: #e6e9ed;
	height: 200px;
	padding-top: 55px;
}



#membership_box p:first-letter, #news_box p:first-letter, #events_box p:first-letter{
	font-size: 13px;
	font-weight: inherit;
}



#memberstatusbar {	
	width: 100%;
	font-size: 12px;
	font-weight: bold;
	padding: 3px;
	background-color: #e6e9ed;
}




#nav_top {
	width: 222px;
	min-width: 222px;
	height: 35px;
	min-height: 35px;
	background: transparent;
	background-image: url('/images/nav_top.png');
	position: absolute;
	left: -7px;
}


#news_box {
	background-image: url('/images/tji_bg.jpg');
	background-position: top left;
	background-repeat: no-repeat;
	background-color: #e6e9ed;
	height: 200px;
	padding-top: 55px;
}



#social_icons {
	float: right;
	background-color: #f6f6f6;
	border: 0px;
	height: 25px;
	padding-top: 5px;
	/* width: 30%; */
	width: 20%;
}


#social_icons img {
	padding-left: 10px;
}


#social_icons_home {
	float: right;
	background-color: #f6f6f6;
	border: 0px;
	height: 70px;
	padding-top: 5px;
	width: 15%;
}


#social_icons_home img {
	padding-left: 10px;
}



#title_shell {
	height: 60px;
	min-height: 60px;
	color: white;
	font-weight: bold;
	padding-left: 385px;
	padding-top: 25px;
	padding-right: 15px;
	margin-bottom: 5px;
}



