/************************************************/
/* reset */
/************************************************/
html, body, div, span, img, form,
h1, h2, h3, h4, h5, h6, p, blockquote, pre, a,
del, dfn, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center, ol, ul, li,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;

}

body{
	background: #003366 url(../_images/bg_blue_border.gif) repeat-y 50% 0;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
a{text-decoration: none}
a:link {color: #336699}
a:visited {color: #336699}
a:hover {
	text-decoration: underline;
}
a:active {color: #336699}

a[target="_blank"] {
	display:inline-block;
	/* line-height:18px;  check your icon height */
	background:url(../_images/blank-icon.png)  center right no-repeat;
	padding-right:14px;
}
a:hover[target="_blank"] {
	background:url(../_images/blank-icon-hoover.png)  center right no-repeat;
}
a[target="_pdf"] {
	display:inline-block;
	line-height:20px; /* check your icon height */
	background:url(../_images/pdf_icon.png)  center right no-repeat;
	padding-right:20px;
}
a:hover[target="_pdf"] {
	background:url(../_images/pdf_icon.png)  center right no-repeat;
}
a:focus {outline: 2px solid #000;}

p{
	margin:5px 5px 0 5px;
	color: #333333;
}
table{
	margin:0 5px 5px 5px;
}
h1{
	font-size: 2em;
	padding-top: 4px;
	padding-bottom: 20px;
	padding-left: 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
h2{
	font-family: Georgia, "Times New Roman", Times, serif;
}
h4{
	padding-top: 3px;
	padding-bottom: 2px;
}
span{
	padding-top: 3px;
	padding-bottom: 2px;
}
dt{
	padding: 5px 0 5px 0;
	display:block;
}
dd{
	list-style:circle;
	list-style-type:decimal;
	padding: 5px 0 5px 0;
}
input{
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.skip-links{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.skip-links a{
	position:absolute;
	top: -3em;
	background-color: #fff;
	color: #000;
	padding: 0.5em 0.5em;
	font-weight: bold;
	text-decoration: none;
}
.skip-links a:focus{
	top:0;
}
.center{
	text-align:center;
	padding: 5px 0 5px 0;
	}
.underline_top {
	border-top-width: 1px;
	border-top-color: #626262;
	border-top-style: solid;
}
.underline_bottom {
	border-bottom-width: 1px;
	border-bottom-color: #626262;
	border-bottom-style: solid;
	padding: 0 2px 0 2px;
}

.right {float:right;}
.left{float:left;}
.clear{clear:both;}
.bottom_padding{padding: 3px 0 5px 0;}
.red{color:#FF0000;}

.slide {
	margin: 0;
	padding: 0;
}
.btn-slide {
	text-align: center;
	padding: 2px 0 2px 0;
	margin: 0 auto;
	display: block;
	color: #FFFFFF;
	text-decoration: none;
}
.active {
	background-position: right 12px;
}
.floatright {
    float: right;
    margin: 4px;
}
.floatleft {
    float: left;
    margin: 4px;
}
.margin{
margin: 10px;
}
.margin5{
margin: 5px;
}
.gray{
color:#575757;
}

/************************************************/
/* header */
/************************************************/
#header #main-title{
	position:absolute;
	top:0;
	margin: -12px 0 0 200px;
}
#header #main-title span{
	display: none;
}


#logo {
	padding: 2px;
}

#header{
	background-image:url(../_images/bg_nav_blue4.gif);
	background-repeat:no-repeat;
	background-color:#000;
	position:relative;
	/*overflow:hidden;
	height: 104px; */
	height: 100%;  /* needed for IE6 */
	z-index:99;
}
#header_nav a:link {color: #FFF}
#header_nav a:visited {color: #FFF}
#news #header_nav .news {text-decoration: underline;}
#committees #header_nav .committees {text-decoration: underline;}
#members #header_nav .members {text-decoration: underline;}
#research #header_nav .research {text-decoration: underline;}
#speaker #header_nav .speaker {text-decoration: underline;}
#resources #header_nav .resources {text-decoration: underline;}
#schedules #header_nav .schedules {text-decoration: underline;}
#video-audio #header_nav .video-audio {text-decoration: underline;}
#about-us #header_nav .about-us {text-decoration: underline;}
#help #header_nav .help {text-decoration: underline;}
#header_nav ul {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	display: inline;
	font-weight: bold;
	text-transform: uppercase;


	}
#header_nav ul li {
	border-left: 1px solid #666666;
	list-style: none;
	padding-right: 4px;
	padding-left: 4px;
	font-size: 14px;
	}
#header_nav ul .first {
	border-left: none;
	}

#header_nav{
	color: #626262;
	font-size: 1em;
	position:absolute;
	left:95px;
	top:85px;
	display: inline;
 }
#header_nav h1{
	text-align: center;
	margin-bottom: -20px;
 }
 #leg{
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	position:absolute;
	left:900px;
	top:0;
	height:71px;
	width:79px;
	display: inline;
	text-align:center;
	background-image:url(../_images/star.png)
	/* text-shadow: 0 1px 3px black;  test shadow effect  */
 }
 #session{
  	padding-top: 9px;
	padding-left: 8px;
 }

#leg em{
  	color: #FFFFFF;
	font-size: .90em;
	vertical-align:text-top;
 }
#leg span{
  	color: #FFFFFF;
	font-size: 2em;
 }
#text-size{
	color: #626262;
	margin: 10px 0 0 0;
	float:right;
	text-align: right;
	padding-right: 5px;
 }
#text-size a:hover{ color:#FFFFFF}
#text-size a:visited {color: #333333}

#social{
 	clear: right;
	color: #626262;
	margin: 80px 0 0 0;
	float:right;
	text-align: right;
	padding-right: 5px;
	display: inline;
 }
 #search-box{
	color: #626262;
	margin: 78px 0 0 0;
	float:right;
	text-align: right;
	padding-right: 5px;
	display: inline;
	background-color:transparent;
 }
#search-box .search{
	position:absolute;top:-9999px;
}
#search-box .normal{
    background-color:#003366;
	color: #CCCCCC;
}
#search-box .focus{
    background-color:#336699;
	color: #CCCCCC;
}
#search-box .button{
  width: 28px;
  height: 22px;
  padding-bottom: 2px;
}
.button{
  background-color:#003366;
  color: #CCCCCC;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  border-radius: 8px;
	}
.button:hover{
  background-color:#336699;
}
#email-button{
  background-color:#222222;
  color: #CCCCCC;
  padding:4px;
  font-family:Helvetica Neue,"Arial",Helvetica,Verdana,sans-serif;
  font-weight:bold;
  cursor:pointer;
}
#email-button:hover{
  background-color:#111111;
}
#social #icons {
  list-style: none;
}
#social #icons li {
  display: inline;
}
#social a{
	float: left;
}
#twitter{
  padding-right: 5px;
  display: block;
  width: 10px;
  height: 13px;
  background: url("../_images/twitter_icon-rollover.png") no-repeat 0 0;
}
#twitter:hover{
  background-position: 0 -13px;
}
#twitter span{
  display: none;
}
#rss{
  display: block;
  width: 13px;
  height: 13px;
  background: url("../_images/rss_icon-rollover.png") no-repeat 0 0;
}
#rss:hover{
  background-position: 0 -13px;
}
#rss span{
  display: none;
}

#google_translate_element{

    position: absolute;
    top: 5px;
    right: 120px;

}

/************************************************/
 /* Main */
/************************************************/

.title-underline h1{
	border-bottom:2px solid #333333;
	color:#626262;
	font-size:1.1em;
	margin:15px 10px 0 0;
	padding:1px 2px;
}

.padding_top{
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;

}
.button-email a{
	 background-color:#336699;
	 color:#FFFFFE;
	 padding:2px 4px 2px 4px;
	 -khtml-border-radius: 4px;
	 -moz-border-radius: 4px;
	 -webkit-border-radius: 4px;
	 border-radius: 4px;
	 -moz-box-shadow: 0 3px 9px #6F6F6E;
	-webkit-box-shadow: 0 3px 9px #6F6F6E;
     box-shadow: 0 3px 9px #6F6F6E;
}
.button-email a:hover{
	 background-color:#666666;
}
.email-popup{
	text-align:left;
}
.padding {
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
}
.padding-l-r {
	padding-right: 5px;
	padding-left: 5px;
}
.underline {
	border-bottom-width: 1px;
	border-bottom-color: #626262;
	border-bottom-style: solid;
	text-align: center;
}
.chair {
	text-align: center;
	font-size: 1.2em;
}
.border-vertical{
	background-image:url(../_images/border-vertical.png);
	background-repeat: repeat-x;
}
#inline h4{
	display:inline;
}
#container{
	text-align:left;
	width:979px;
	margin:0 auto;
}

#content_right{
	float:right;
	width:500px;
	margin-top: 15px;
	background-image: url(../_images/border.png);
	background-repeat: no-repeat;
	padding: 5px;
}
#content_right-flag{
	float:right;
	width:500px;
	height:500px;
	margin-top: 15px;
	background-image: url(../_images/HF-battle-flag.png);
	background-repeat: no-repeat;
	padding: 5px;
	position:relative;
	z-index:-1;
}
#content_right #top {
	margin-top: -1px;
}
#content_right li {
	padding-bottom: 6px;
}
#news-title{
	padding: 0 0 0 0;
	white-space:normal
}
#news-title-realplayer-icon{
	padding: 0 0 0 0;
	margin-top: -5px;
}
#news-date{
	padding: 0 0 0 0;
	font-size:0.83em;
}
#content_right_200{
	float:right;
	width:200px;
	margin-top: 4px;
	background-image: url(../_images/border.png);
	background-repeat: no-repeat;
	/*padding-top: 5px;*/
	padding-left: 8px;
}
#content_right_400{
	float:right;
	width:400px;
	margin-top: 5px;
	padding: 0 0 0 10px;
	background-image: url(../_images/border.png);
	background-repeat: no-repeat;
}

#content_right_400 h2, h3{
	padding: 0 0 0 5px;
}
#content_right_form{
	float:right;
/*	width:400px;*/
	margin-top: 5px;
	text-align: right;
	display: inline;
	padding: 0 5px 0 0;
}

#content_right h1{
	color: #626262;
	font-size: 1.1em;
	padding:1px 2px;
	margin:15px 1px 0 0;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #333333;
}
#content_right ul {
	padding: 2px 0 0 20px;
}
#content_right_form h5{
	padding:0 20px 0 0;
}

#content_left{
	float:left;
	width:750px;
	height: 100%;
	position:relative;
}
#content_left_200{
	float:left;
	width:130px;
	height:auto;
	overflow:hidden;
}
#content_left_home{
	float:left;
	width:450px;
	height: 100%;
	overflow:hidden;
}
#container #wrapper #content_left #divider {
	margin-left: 1em;
	padding-top: 5px;
	padding-bottom: 2px;
}
#content_left h1{
	border-bottom:2px solid #333333;
	color: #626262;
	font-size: 1.1em;
	padding:1px 2px;
	margin:15px 10px 0 5px;
}

.content_left_sub{
	float:left;
	clear:left;
	width:448px
	}
#main_page_bump{
		margin-top: -12px; /* added to bumb up the missing speaker section */
	}
.content_left_sub h1{
	border-bottom:2px solid #333333;
	color: #626262;
	font-size: 1.1em;
	padding:1px 2px;
	margin:15px 10px 0 5px;
}
.content_left_sub li {
	padding-bottom: 6px;
}
.content_left-950{
	float:left;
	width:950px;
	padding: 0 5px 0 5px;
}
/************************************************/
/* wrapper-main this page has no breadcrumbs */
/************************************************/
#wrapper-main{
	background: #ffffff url(../_images/bg_body_white.gif);
	overflow:hidden;
	background-repeat:no-repeat;
	padding: 0 0 0 0;
	position:relative;
	height: 100%;
}
#wrapper-main #content_right{
	background-image:none;
	margin-top: 0;
}
#wrapper-main #content_right h1{
	color: #FFFFFF;
}
#wrapper-main .content_left_sub h1 {
	color: #FFFFFF;
}
#wrapper-main h1{
	font-size: 1.50em;
}
#wrapper-main h2{
	font-size: 1.25em;
}
#wrapper-main h4{
	font-size: 1em;

}
#wrapper-main h3{
	font-size: 1.5em;
}
#wrapper-main ul li {
	padding: 5px 0 2px 0;
    list-style: none;
}
#wrapper-main ul {
	padding: 0 0 0 5px;
}

#wrapper-main #partners li {
	display:block;
	float:left;
	padding: 0 15px 0 15px;
}
#wrapper-main #home-breadcrumbs {
	padding: 0 0 0 0;
	margin: 8px 0 0 7px;
	display:inline;
}
#wrapper-main #home-images {
	clear:both;
}
#wrapper-main .speaker-ribbon span{
	background-image:url(../_images/ribbon-red.png);
	background-repeat:no-repeat;
	padding: 0 50px 10px 40px;
	color:#FFF
}

#wrapper{
	font-size:15px;

}
.main-page-text h1{
	color:#FFFFFF;
}
.home-headers{
	background-color:#336699;
	-moz-box-shadow: 0 3px 3px #6F6F6E;
	-webkit-box-shadow: 0 3px 3px #6F6F6E;
    box-shadow: 0 3px 3px #6F6F6E;
	text-shadow:1px 1px rgba(51, 51, 51, 0.7);
	color:#FFF;
}

/************************************************/
/* END wrapper-main */
/************************************************/
#wrapper{
	background: #ffffff url(../_images/bg_body_white3.gif);
	overflow:hidden;
	background-repeat:no-repeat;
	padding: 18px 5px 10px 5px;
	position:relative;
	height: 100%;

}
#wrapper h2{
	font-size: 1.25em;
}
#wrapper h4{
	font-size: 1em;

}
#wrapper h3{
	font-size: 1.5em;
}
#wrapper p{
	padding-bottom: 8px;

}
#wrapper li{
	padding-left: 8px;

}
#breadCrumbs{
	position:absolute;
	top: 5px;
	left: 5px;
	width:970px;

}
#crumbs{
	float:left;
	display:block;
	overflow:hidden;

}
#textSize{
	display:block;
	float:right;
	overflow:hidden;
}
#wrapper .h5_right{
	text-align: right;
	float: right;
	padding: 5px;
}

#wrapper .member-photo{
	-moz-box-shadow: 0 3px 9px #6F6F6E;
	-webkit-box-shadow: 0 3px 9px #6F6F6E;
     box-shadow: 0 3px 9px #6F6F6E;
}
#wrapper .member-img{
	color: #626262;
	text-decoration:none;
	font-weight: bold;
	padding: 0 5px 0 5px;
}
#wrapper .members-img-center{
	padding:8px 0 2px 0;
	border:1px solid #336699;
	-moz-box-shadow: 0 3px 9px #6F6F6E;
	-webkit-box-shadow: 0 3px 9px #6F6F6E;
     box-shadow: 0 3px 9px #6F6F6E;
}
#wrapper .members-img-center strong{
	padding:2px 0 0 0;
}

/************************************************/
/* speaker-page */
/************************************************/
.section{
	overflow: visible;
	height:100%;
	}

#speaker_img{
    float: left;
    margin: 4px;
}
#content_left_speaker{
	float:left;
	width:750px;
	height:1150px;
	overflow:hidden;

}
/* Speaker reunion page fix  */
.margin-fix{
	margin-bottom: -15px;
}
.margin-fix_5{
	margin-bottom: -6px;
}
/************************************************/
/* END speaker-page */
/************************************************/
/************************************************/
/* members-page */
/************************************************/
#content_right_member-page{
	float:right;
	width:210px;
	margin-top: 2px;
	background-image: url(../_images/border.png);
	background-repeat: no-repeat;

}
#content_right_member-page h5{
	font-size: 1em;
}
#container #wrapper .h4center{
	padding-top: 5px;
	font-size: 1.5em;
	text-align: center;
}
#container #wrapper ul {
	padding: 2px 0 0 10px;
	list-style: none;
	}
#container #wrapper ol {
	margin-left: 14px;
	}
#container #wrapper ol li {
	padding: 2px 0 2px 0;
	margin-left: 10px;
	list-style-type: decimal;
	}
#container #wrapper ul li {
	padding: 5px 0 2px 0;
    list-style: none;
	}

#wrapper #members-page{
	float: right;
	padding: 5px;
}
#wrapper #member-pic{
	float: left;
	width: 220px;
	height: 100%;
	margin-left: 1px;
	padding: 2px 0 0 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #626262;
}
#wrapper #member-contact{
	float: left;
	width: 180px;
	height: 100%;
	margin: 0 2px;
	padding: 2px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #626262;
}
#wrapper .member-info{
	float: left;
	width: 200px;
	height: 100%;
	padding: 0 0 0 5px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #626262;
}
#wrapper .member-last{
	float: left;
	width: 200px;
	height: 100%;
	padding: 0 0 0 5px;
}
#print{
	vertical-align:text-top
}
.welcome-media{
	font-size: .75em;
	margin: -15px 0 0 0;
}
/************************************************/
 /* END members-page */
/************************************************/

/************************************************/
 /* News */
/************************************************/

.news-page {
	width:700px
}
.member-news {
	width:690px;
	height:100%;
	display:block;
}
.member-news-main {
	border-bottom: 1px dotted #666666;
	padding-left: 5px;
}
.member-news:hover { background-image:url(../_images/news-white-rollover.png);
background-repeat: no-repeat;}

.member-news-page {
	margin: 0 210px 0 128px;
}

/************************************************/
/* END News */
/************************************************/

/************************************************/
 /* Committees */
/************************************************/
#committees_inline {
	background: transparent;
}
#committees_inline ul {
	float: left;
	padding:2px 0 0 0;
	list-style: none;
}
#committees_inline li a {
	font-size: 1em;
	color: #626262;
}
#committees_inline h4 a {
	padding:5px 0 0 0;
	color: #336699;
}
/************************************************/
/* END Committees */
/************************************************/
/************************************************/
/* Video-Audio */
/************************************************/
#live_feed {
	/*margin: 0 80px -22px 500px;*/
	margin: 0 130px -11px 550px;
	padding: 1px 0 2px 4px;
	position:relative;
	z-index:1;
}
#live_feed *{
	color: #ffffff;
}

#video {
	padding:5px;
	width:600px
}
.content_right_video{
	float:right;
	width:350px;
	margin:75px 0 0 0;
	padding:0 0 0 5px;
	background-image: url(../_images/border.png);
	background-repeat: no-repeat;
}

#wrapper .content_right_video ul li a span{
	color: #336699;
}

.list_left {
	margin: 0;
	display:block;
	float:left;
	width:250px;
}
#content_left_video{clear:left;}

#notice{display: none;}
#minutes{display: none;}
#witnesses{display: none;}
/*#happening{display: none;}*/
#capitol{display: none;}
#how-do{display: none;}
#special_event{display: none;}
#house_links{display: none;}
#biography{overflow: hidden;}
#press-releases{overflow: hidden;}
#newsletters{overflow: hidden;}
#media{overflow: hidden;}
#powers{overflow: hidden;}
#committee{overflow: hidden;}
#intership{overflow: hidden;}

#capitol_events{
	overflow:hidden;
	display: none;
}

#press_conference{
	overflow:hidden;
	display: none;
}
#videoiframe{
overflow: scroll;
}


/************************************************/
/* Media */
/************************************************/
.notes {
	font-size: .7em;
}
.time {
	white-space:nowrap;
}

/************************************************/
/* Footer */
/************************************************/

#footer{
	color: #CCCCCC;
	background:#333333 url(../_images/bg_black.gif); /* fallback image */
	background-image: -moz-linear-gradient(100% 100% 90deg, #333333, #000000);
    background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#000000), to(#333333));
	clear:both;
	width:100%;
	height: 42px;

}
#footer h5{
	padding:5px 0 5px 0;
	color: #CCCCCC;
	text-align: center;
}
#footer a{
	color: #CCCCCC;
	outline: 0;
	width: 80px;
}
#footer_sub .wide {
	width: 200px;
}
#footer_sub .wide-150 {
	width: 180px;
}
#footer_sub .wide-150 li{
	display:block;
	float:left;
	width: 200px;

}
#footer_sub ul {
	padding:2px 0 0 2px;
}
#footer_sub li {
	display:block;
	float:left;
	width:100px;
	font-size: .95em;
	margin:0 0 0 1px;

}
#footer_sub h5 {
	padding:5px 0 0 0;
	color: #626262;
	text-align: left;
}
#footer_sub li a:hover {color: #666666;text-decoration: underline}
#footer_sub li a{color: #666666}
#footer_sub .wide li {
	margin: 0;
	display:block;
	float:left;
	width:200px;
}

#footer_sub{
	background: #FFF url(../_images/bg_body_white.gif);
	background-repeat:no-repeat;
	overflow:hidden;
	height: 100%;  /* needed for IE6 */
	display: none;
}
.footer_menu{
	font-size: .95em;
}

/* Homepage title scroll  */
.drop-down-plus {
  float:right;
  background: url(../_images/h2_trigger.png) no-repeat;
}
h1.home-headers a.trigger:hover font{
  text-decoration: underline;
}
h1.home-headers a.trigger:hover span{
  background-position: 0px -21px;
  text-decoration: underline;
}
h1.home-headers a.trigger.active span {
  background-position: 0px -42px;
}
h1.home-headers a.active:hover span {
  background-position: 0px -63px;
}
/* END Homepage title scroll  */

/* ######### DDSMOOTHMENU JS CSS  ######### */

.smoothmenu{
width: 100%;
}

.smoothmenu ul{
z-index:100;
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.smoothmenu ul li{
position: relative;
display: inline;
float: left;
/* padding-bottom:8px;
*padding-bottom:10px;  IE hack */
}

/*Top level menu link items style*/
.smoothmenu ul li a{
display: block;
text-decoration: none;
}

* html .smoothmenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
}

.smoothmenu ul li a:hover{
text-decoration: underline;
}

/*1st sub level menu*/
.smoothmenu ul li ul{
position: absolute;
left: 0;
display: none; /*collapse all sub menus to begin with*/
visibility: hidden;
-moz-box-shadow: 0 2px 4px #292929;
-webkit-box-shadow: 0 2px 4px #292929;
 box-shadow: 0 2px 4px #292929;

}

/*Sub level menu list items (undo style from Top level List Items)*/
.smoothmenu ul li ul li{
background: #336699 url(../_images/bg_blue_dropdown_menu.gif) repeat-y;
display: list-item;
float: none;
padding:2px;
}

#bump{
margin: 7px 0 0 0;
}
.bump{
margin: 7px 0 0 0;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.smoothmenu ul li ul li ul{
top: 0;
}

/* Sub level menu links style */
.smoothmenu ul li ul li a{
width: 170px; /*width of sub menus*/
margin: 0;
border-top-width: 0;
}

/* Holly Hack for IE \*/
* html .smoothmenu{height: 1%;} /*Holly Hack for IE7 and below*/


/* ######### CSS for shadow added to sub menus  ######### */

.ddshadow{
position: absolute;
left: 0;
top: 0;
width: 0;
height: 0;
background: #003366;
}

.toplevelshadow{ /*shadow opacity. Doesn't work in IE*/
opacity: 0.8;
}

iframe {
	border:0;
}
@media print {
body{
	background-color:#FFF;
}
p{
	margin:5px 5px 0px 5px;
	color: #000;
}
table{
	margin:0px 5px 5px 5px;
}
h1{
	font-size: 2em;
	padding-top: 4px;
	padding-bottom: 20px;
	padding-left: 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
.active {
	background-position: right 12px;
}
.margin5{
margin: 5px;
}

/************************************************/
/* header */
/************************************************/
#header #main-title{
	margin: 0 0 0 200px;
}
#header #main-title img{
	display: none;
}
#header #main-title span{
	color:#000;
	font-size:40px;
	font:Georgia, "Times New Roman", Times, serif
}

#header{
	background-color:#FFF;
	position:relative;
}


#header_nav{
	display: none;
 }
#header_nav h1{
	text-align: center;
	margin-bottom: -20px;
 }
 #leg{
	color: #000;
 }
#leg em{
  	color: #000;
 }
#leg span{
  	color: #000;
 }
#text-size{
display: none;
 }
#social{
 display: none;
 }

#search-box{
 display: none;
 }


/************************************************/
 /* Main */
/************************************************/

.title-underline h1{
	color:#000;
}

#inline h4{
	display:inline;
}

.news-title{
	padding: 0 0 0 0px;
	white-space:normal
}

.news-date{
	padding: 0 0 0 0px;
	font-size:0.83em;
}


.content_left_sub{
	width:450px
}
.content_left_sub h1{
	color: #000;
}

/************************************************/
/* wrapper-main this page has no breadcrumbs */
/************************************************/
#wrapper-main{
	background-image:none;
}

#wrapper-main #content_right h1{
	color: #000;
}
#wrapper-main .content_left_sub h1 {
	color: #000;
}
#wrapper-main #partners ul {
	margin-left: 130px;
}
#wrapper-main #partners li {
	padding: 0 25px 0 25px;
}
.main-page-text{
	position:absolute;
	top: 25px;
	left: 25px;
	z-index: 3;
	background-image:url(../_images/main-page-text.png);
	height: 50px;
}
.main-page-text h1{
	color:#000;
}
.home-headers{
	color:#000;
}

/************************************************/
/* END wrapper-main */
/************************************************/
#wrapper{
	background-image:none;

}

#wrapper #breadCrumbs{
 display: none;
}
#wrapper #crumbs{
 display: none;
}
#wrapper #textSize{
	display:block;
	float:right;
	overflow:hidden;
}

#wrapper .member-photo{
 display: none;
}
#wrapper .no-img{
 display: none;
}


/************************************************/
 /* Committees */
/************************************************/

#committees_inline li a {
	color: #000;
}
#committees_inline h4 a {
	color: #000;
}
/************************************************/
/* Video-Audio */
/************************************************/

#wrapper .content_right_video ul li a span{
	color: #000;
}


/************************************************/
/* Footer */
/************************************************/

#footer{
 display: none;
}
#footer_sub{
 display: none;
}
}
