@charset "utf-8";
/* CSS Document */


body,td,th {
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.header {
	font-size: 22px;
	color: #36B0DD;
}
.sectionbox {
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
	letter-spacing: 3px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 9px;
}


body {
	background-image: url(../img/08_2bkgd.gif);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}
.address {
	font-size: 10px;
	color: #7b7b7b;
}
.address a:link {
	color: #7b7b7b;
	text-decoration: none;
}
.address a:visited {
	color: #7b7b7b;
	text-decoration: none;
}
.address a:hover {
	color: #7b7b7b;
	text-decoration: underline;
}
.address a:active {
	color: #7b7b7b;
	text-decoration: underline;
}
a:link {
	color: #0b5fa7;
	text-decoration: none;
}
a:visited {
	color: #0b5fa7;
	text-decoration: none;
}
a:hover {
	color: #0b5fa7;
	text-decoration: underline;
}
a:active {
	color: #0b5fa7;
	text-decoration: underline;
}

.header-sub-ltblue {
	font-size: 16px;
	font-weight: bold;
	color: #36B0DD;
}
.header-sub-blue {
	font-size: 16px;
	font-weight: bold;
	color: #0B5FA7;
}

.subhead {
	font-size: 14px;
	font-weight: bold;
	color: #0B5FA7;
}
.subhead2 {
	font-weight: bold;
	font-size: 13px;
}
.subhead-lt-blue {
	font-size: 14px;
	font-weight: bold;
	color: #36B0DD;
}



.InputTextBox
{
	border-right: #cacaca 1px solid;
	border-top: #cacaca 1px solid;
	border-left: #cacaca 1px solid;
	border-bottom: #cacaca 1px solid;
	vertical-align: top;
	text-align: left;
}
.searchboxtext {
	font-size: 11px;
}

hr {
	border: 2px dotted #CCCCCC;
}




#multi-level {
	height:26px;
	position:relative;
	z-index:100;
}
#multi-level .pad {float:left;}

/* The menu styling */
/* Remove the padding, margins and bullets from the lists */
.menu, .menu ul {list-style-type:none; padding:0; margin:0; font-family:arial, sans-serif;}

/* Set up the top level list items and float left to place inline */
.menu li.top {display:block; float:left; position:relative;}

/* Style and position the table so it takes no part in the menu function. The font size is necessary for IE5.5 */
.menu table {border-collapse:collapse; width:0; height:0; position:absolute; top:0; left:0;}

/* Default top link link styling */
.menu li.top a.top_link {display:block; float:left; height:35px;}
.menu li.top a span {position:absolute; left:-9999px; top:0; z-index:0; font-size:10px;} /* move the link text off screen */

/* pre-load the hover images into the lists */
.menu li.p1 {width:48px; background:url(../images/cssmenu/about_on.gif) no-repeat;;}
.menu li.p2 {width:41px; background:url(../images/cssmenu/join_on.gif) no-repeat;;}
.menu li.p3 {width:82px; background:url(../images/cssmenu/foundation_on.gif) no-repeat;;}
.menu li.p4 {width:140px; background:url(../images/cssmenu/meetedu_on.gif) no-repeat;;}
.menu li.p5 {width:79px; background:url(../images/cssmenu/resources_on.gif) no-repeat;;}
.menu li.p6 {width:92px; background:url(../images/cssmenu/opp_on.gif) no-repeat;;}
.menu li.p7 {width:104px; background:url(../images/cssmenu/indissues_on.gif) no-repeat;;}
.menu li.p8 {width:100px; background:url(../images/cssmenu/caphill_on.gif) no-repeat;;}
.menu li.p9 {width:84px; background:url(../images/cssmenu/pub_on.gif) no-repeat;;}

/* set up the normal unhovered images in the links */
.menu li a#about {width:48px; background:url(../images/cssmenu/about_off.gif) no-repeat;}
.menu li a#join {width:41px; background:url(../images/cssmenu/join_off.gif) no-repeat;}
.menu li a#foundation {width:82px; background:url(../images/cssmenu/foundation_off.gif) no-repeat;}
.menu li a#meetedu {width:140px; background:url(../images/cssmenu/meetedu_off.gif) no-repeat;}
.menu li a#resources {width:79px; background:url(../images/cssmenu/resources_off.gif) no-repeat;}
.menu li a#opp {width:92px; background:url(../images/cssmenu/opp_off.gif) no-repeat;}
.menu li a#indissues {width:104px; background:url(../images/cssmenu/indissues_off.gif) no-repeat;}
.menu li a#caphill {width:100px; background:url(../images/cssmenu/caphill_off.gif) no-repeat;}
.menu li a#pub {width:84px; background:url(../images/cssmenu/pub_off.gif) no-repeat;}

/* Style the list OR link hover. Depends on which browser is used */
.menu a:hover {visibility:visible;} /* for IE6 */
.menu li:hover { position:relative; z-index:200;} /* for IE7 */

/* make the links transparent on hover so that the hover images in the lists show through (no flicker) */
.menu li a#about:hover, .menu li:hover a#about,
.menu li a#join:hover, .menu li:hover a#join,
.menu li a#foundation:hover, .menu li:hover a#foundation,
.menu li a#meetedu:hover, .menu li:hover a#meetedu,
.menu li a#resources:hover, .menu li:hover a#resources,
.menu li a#opp:hover, .menu li:hover a#opp, 
.menu li a#indissues:hover, .menu li:hover a#indissues, 
.menu li a#caphill:hover, .menu li:hover a#caphill, 
.menu li a#pub:hover, .menu li:hover a#pub {background:transparent;}

/* keep the 'next' level invisible by placing it off screen. */
.menu ul, 
.menu :hover ul ul, 
.menu :hover ul :hover ul ul,
.menu :hover ul :hover ul :hover ul ul,
.menu :hover ul :hover ul :hover ul :hover ul ul {position:absolute; left:-9999px; top:-9999px; width:0; height:0;}

/* set up the first drop down sub level */
.menu :hover ul.sub {left:0; top:26px; background: #0a96c9; padding:0px 0; border:0px solid #fff; white-space:nowrap; width:190px; height:auto;}
.menu :hover ul.sub li {display:block; height:25px; position:relative; float:left; width:160px;}
.menu :hover ul.sub li a {display:block; font-size:11px; height:25px; width:190px; line-height:25px; text-indent:5px; color:#fff; text-decoration:none; border:0px solid #fff; border-width:1px 0px 0px 0px;}
.menu :hover ul.sub li a.fly {background:#0a96c9 url(images/cssmenu/arrow.gif) 80px 7px no-repeat;}
.menu :hover ul.sub li a:hover {background:#087bb0; color:#fff; border:0px solid #fff; border-width:1px 0px 1px 0px;}
.menu :hover ul.sub li a.fly:hover {background:#087bb0 url(images/cssmenu/arrow_over.gif) 80px 7px no-repeat; color:#fff;}
.menu :hover ul li:hover > a.fly {background:#0a96c9 url(images/cssmenu/arrow_over.gif) 80px 7px no-repeat; color:#fff;} 

/* set up the flyout levels when hovering */
.menu :hover ul :hover ul,
.menu :hover ul :hover ul :hover ul,
.menu :hover ul :hover ul :hover ul :hover ul,
.menu :hover ul :hover ul :hover ul :hover ul :hover ul
{left:90px; top:-4px; background: #0a96c9; padding:0px 0; border:1px solid #fff; white-space:nowrap; width:190px; z-index:200; height:auto; z-index:300;}
.subhead style28 {
}
.dotted_border_top {
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999999;
}
.dotted_border_left_top {
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: dotted;
	border-left-style: dotted;
	border-top-color: #999999;
	border-left-color: #999999;
}
.dotted_border_left {
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #999999;
}
.calendar_txt_date {
	font-size: 12px;
	font-style: normal;
	color: #999999;
	text-transform: uppercase;
	font-weight: bold;
}
.calendar_txt_event {
	font-size: 12px;
	font-style: normal;
	color: #d2232a;
	text-transform: none;
	font-weight: bold;
}
.calendar_txt_venue {
	font-size: 12px;
	font-style: normal;
	text-transform: none;
	color: #000000;
}
.program_outline {
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	text-transform: uppercase;
	color: #d2232a;
}

