/*
++++++++++++++++++++++++++++++++++++
Office of the Clerk
Public Site CSS

HOME PAGE STYLES
++++++++++++++++++++++++++++++++++++
*/


/* All Subcontent Headings */
.subheading {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.2em;
	font-style: normal;
	font-weight: bold;
	color: #333333;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #999999;
	display: block;
}


/* content switching headers */
.showstate{ /*Definition for state toggling image */
cursor:hand;
cursor:pointer;
float: right;
margin-top: 2px;
margin-right: 3px;
}
.headers{
	width: 650px;
	font-size: 120%;
	font-weight: bold;
	background-color: #FFFFFF;
	padding: 4px;
	color: #092541;
	border-top: 1px none #CCCCCC;
	border-right: 1px none #CCCCCC;
	border-bottom: 1px dashed #CCCCCC;
	border-left: 1px none #CCCCCC;
}

.switchcontent{
	width: 649px;
	padding: 4px;
	border-top: 0 solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}

.style1 {
	font-size: 90%;
	color: #666666;
}
.style2 {color: #666666}

.openBorder {
	border: 1px solid #ece9d8;
}

/*----------------------------------------------------
=Section Features  (Links/Image for each section featured on the home page)
------------------------------------------------------*/

#section_features {
	width: 715px;
	height: 189px;
	margin: 0px auto;
	padding: 0px;
	position: relative;
	background: url(../images/clerkweb-home-sprite.gif) no-repeat left top;
}
.sectionAbout 
{
    background-position: left top !important;
}
.sectionMember 
{
    background-position: left -378px !important;
}
.sectionCommittee
{
    background-position: left -188px !important;
}
.sectionLegis
{
    background-position: left -567px !important;
}
.sectionArt
{
    background-position: left -1134px !important;
}
.sectionPubDisc
{
    background-position: left -945px !important;
}
.sectionLibrary
{
    background-position: left -756px !important;
}
#section_features h2 {
	margin: 0px;
	padding: 0px;
	position: absolute;
	font: 1.2em Georgia, "Times New Roman", Times, serif;
	left: 465px;
	top: 25px;
	color: #041220;
}
#section_features ul {
	list-style: url(../images/feature_bullet.gif);
	width: 185px;
	margin: 0px;
	padding: 5px 0px 0px 25px;
	position: absolute;
	top: 55px;
	left: 460px;
}
#section_features li {
	margin:0px;
	padding: 3px 0px;
	line-height: .5em;
}
#section_features a {
	font: 0.75em/normal Georgia, "Times New Roman", Times, serif;
	color: #636363;
	text-decoration: none;
	margin:0px;
	padding:0px;
}
#section_features a:hover {
	background-color: #dbedff;
}


/*----------------------------------------------------
=Clerk Sites  (Tab Links to Kid's Site and Lobbying)
------------------------------------------------------*/
#clerk_sites {
	width:715px;
	height:36px !important;
	margin: 0px auto;
	padding: 10px 0px 0px 0px;
	background: transparent url(/images/star-bg.jpg) repeat-x left -1px;
}
#clerk_sites ul {
	margin:0px;
	padding:0px;
	list-style:none;
}
#clerk_sites li {
	float: left;
	margin: 0px;
	padding: 0px;
}

#clerk_sites ul li a 
{
    background: transparent url(/images/clerkweb-home-sprite.gif) no-repeat left -1384px;
    width: 178px;
    height: 36px;
    text-indent: -3000px; 
	white-space: nowrap;
	outline: none;
	display: block;
}
#clerk_sites ul li a.tabLD
{
    background-position: -537px -1384px;
    width: 179px;
}
#clerk_sites ul li a.tabMemBio
{
    background-position: -359px -1384px;
    width: 179px;
}
#clerk_sites ul li a.tabOralHistory
{
    background-position: -179px -1384px;
    width: 179px;
}
#clerk_sites ul li a.tabMemBio:hover
{
    background-position: -359px -1420px;
}
#clerk_sites ul li a.tabOralHistory:hover
{
    background-position: -179px -1420px;
}
#clerk_sites ul li a.tabKids:hover
{
    background-position: left -1420px;
}
#clerk_sites ul li a.tabLD:hover
{
    background-position: -537px -1420px;
}


/*----------------------------------------------------
=Home Content (Div holding the home page's content)
------------------------------------------------------*/
#home_content {
	width: 713px;
	margin: 0px auto;
	padding: 7px 0px 0px 0px;
	border-right: 1px solid #bbbbbb;
	border-left: 1px solid #bbbbbb;
	background: #f8f6ef url(../images/home_header_fade.gif) repeat-x left top;
}
#home_content hr {
	clear:both;
}


/*----------------------------------------------------
Official Lists / Info
------------------------------------------------------*/
#official_info {
	float:left;
	width: 230px;
	padding: 0px;
	margin: 0px 7px 20px 7px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: .69em;
}
#official_info h2 {
	width: 202px;
	margin: 10px 10px 10px 17px;
	background-image:url(../images/clerkweb-home-sprite.gif);
	background-position: left -1323px;
	text-indent: -3000px; 
	white-space: nowrap;
	outline: none;
	height: 60px;
}
#official_info ul, .listBox {
	width: 200px;
	height: 240px;
	margin: 0px 13px;
	padding: 5px;
	overflow:auto;
	list-style-type: none;
	background-color: #ffffff;
	border: 1px solid #dddddd;
}
.listBox {
	margin-top: 10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 0.95em;
	line-height: 1.3em;
}
#official_info li, .listBox li {
	padding:5px;
	margin:0px;
	border-bottom: 1px dotted #cccccc;
}
.smtxt {
	font-size: 0.9em;
	color: #666666;
	line-height: 1em;
	padding-top: 5px;
	display: block;
}
/*----------------------------------------------------
House Floor Proceedings
------------------------------------------------------*/
#floor {
	float: left;
	width: 220px;
	padding: 0px;
	margin: 0px 0px 10px 0px;
	font: normal 0.69em Georgia, "Times New Roman", Times, serif;
	border-right: 1px dashed #bbbbbb;
	border-left: 1px dashed #bbbbbb;
}
#floor h2 {
	width: 203px;
	margin: 10px 10px 10px 8px;
	background-image:url(../images/clerkweb-home-sprite.gif);
	background-position: -201px -1323px;
	text-indent: -3000px; 
	white-space: nowrap;
	outline: none;
	height: 60px;
}
#floor p {
	width: 190px;
	margin: 0px 12px;
	padding: 0px;
}
#floor h4 {
	font-size: 12px;
	border: 3px solid #d7e8ff;
	padding: 5px;
	margin: 10px;
}
.houseLiveHome, .btwHome {
	width: 203px;
	text-align: center;
	display: block;
	height: 27px;
	margin: 9px auto 2px auto;
	color: #FFF;
	background: transparent url(../images/clerkweb-main-sprite.gif) no-repeat 1px -606px;
	font-weight: bold;
	font-size: 14px;
	padding-top: 10px;
	cursor: pointer;
}
.btwHome 
{
    margin: 0 auto;
	background: transparent url(../images/clerkweb-main-sprite.gif) no-repeat 1px -681px;
}
.houseLiveHome span {
	font-size: 8.5px;	
	line-height: 17px;
	vertical-align: top;
	text-align: left;
}
.houseLiveHome:hover, .btwHome:hover {
	background: transparent url(../images/clerkweb-main-sprite.gif) no-repeat 1px -643px;
}

/* calendar*/
#calendar {
	border-collapse:collapse;
	width:200px;
	margin: 0px auto 0px auto;
	padding: 0px;
	text-align:center;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #333333;
}

#calendar table caption {
	padding-bottom:2px;
	border-bottom:1px solid;
	letter-spacing:0.1em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-variant: small-caps;
	color: #FFFFFF;
	background-color: #333333;
	padding-top: 2px;
}

#calendar table tbody tr th {
	color:#333333;
	background-color: #cccccc;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#calendar table  tbody tr th {border-bottom:1px solid;}

#calendar table td {
	width:200px;
	padding:2px;
	font-size:0.9em;
	background-color: #f0f0f0;
	border: 1px solid #f8f6ef;
}

#calendar table td#today {
	padding:0;
	font-weight:bold;
	background-repeat: no-repeat;
	background-position: center top;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #333333;
	border-top: 0px none;
	border-right: 0px solid;
	border-bottom: 0px solid;
	border-left: 0px solid;
}

#calendar table td a {
  display:block;
  border-bottom:1px solid;
  font-weight:bold;
  font-size:1.15em;
}

#calendar table tfoot {border-top:1px solid;}

#calendar table tfoot a {
  border:none;
  font-weight:bold;
}

#calendar .prev 
{
  display:block;
	float:left;
	text-align:left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	padding:1px;
}
#calendar .next {
  display:block;
	float:right;
	text-align:right;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	padding:1px;
}



/*----------------------------------------------------
What's New
------------------------------------------------------*/
#whats_new {
	float: left;
	width: 238px;
	padding: 0px;
	margin: 0px 0px 10px 0px;
	font-size: 0.72em;
	line-height: 1.5em;
}

#whats_new h2 {
	width: 203px;
	margin: 10px 10px 0px 12px;
	background-image:url(../images/clerkweb-home-sprite.gif);
	background-position: -405px -1323px;
	text-indent: -3000px; 
	white-space: nowrap;
	outline: none;
	height: 60px;
}
#whats_new p {
	margin: 0px 13px 0px 13px;
	padding: 10px 0px 0px 0px;
}
#whats_new ul {
	margin-top: 2px;
}
#whats_new li {
	line-height: 1.4em;
}
#whats_new a.imageLink {
	border: 3px solid #FFF;
	display: block;
	width: 137px;
	margin-top: 5px;
}
#whats_new a.imageLink:hover {
	border-color: #2B5B8B;	
}
#whats_new a.imageLink img {
	border: none;	
}

/*----------------------------------------------------
RESOURCES Div (holds What's New, History Highlights, and search legislation)
------------------------------------------------------*/
#resources {
	clear: both;
	margin: 0px;
	padding: 0px 8px;
	background: #f8f6ef url(../images/clerkweb-home-sprite.gif) no-repeat center -1455px;
}

/*----------------------------------------------------
Thomas Search
------------------------------------------------------*/
#thomas_search {
	float:left;
	width: 230px;
	padding: 5px 0px 0px 0px;
	margin: 5px 0px 0px 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: .7em;
	color: #333333;
}
.thomas_search_btn {
	width: 43px !important;
	height: 20px !important;
	margin: 0px !important;
	padding: 0px !important;
	border: 0px;
	font: bold .8em/normal Georgia, "Times New Roman", Times, serif !important;
	color: #FFFFFF;
	background: url(../images/clerkweb-main-sprite.gif) no-repeat -543px -160px;
	vertical-align: top;
}
#thomas_search h3 {
	width: 211px;
	margin: 0px 5px;
	padding: 5px 0px;
}
#thomas_search .subtitle {
	font-size: 0.8em;
}
#thomas_search h5 {
	margin: 8px 10px 0px 10px;
	padding: 0px;
	color: #0a3980;
	font-size: 1.1em;
}
#thomas_search .thomassearch {
	margin: 0px;
	padding: 10px 0px 0px 5px;
}
.thomassearch input {
	margin: 0px 0px 10px 0px;
	padding: 1px;
	width: 170px;
	font: 1em Georgia, "Times New Roman", Times, serif;
}
.hmem {
	margin: 10px 0px 2px 0px;
	padding: 1px;
	width: 220px;
	font: 1em Georgia, "Times New Roman", Times, serif;
}



/*----------------------------------------------------
Quick Links
------------------------------------------------------*/
#quick_links {
	float: left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: .7em;
	color: #333333;
	width: 210px;
	padding: 0px;
	margin: 9px 0px 0px 10px;
}
#quick_links h3 {
	width: 190px;
	margin: 0px 5px;
	padding: 5px 0px;
}
#quick_links ul {
	width: 190px;
	height: 135px;
	margin: 8px 0px 0px 5px;
	padding: 5px;
	overflow:auto;
	list-style-type: none;
	background-color: #ffffff;
	border: 1px solid #dddddd;
}
#quick_links li {
	padding:5px;
	margin:0px;
	border-bottom: 1px dotted #cccccc;
}

/*----------------------------------------------------
House History Highlights
------------------------------------------------------*/

#highlights {
	float: left;
	width: 235px;
	padding: 0px 3px 0px 3px;
	margin: 9px 2px 0px 2px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #333333;
	
}
#highlights h3 {
	font-size: .8em;
	width: 214px;
	margin: 0px 10px;
	padding: 5px 0px;
}
#highlights ul {
	padding-left: 15px;
	/* margin-left: 5px; */
	margin-top: 0px;
}
.highlights_box {
	background-color: #FFFFFF;
	padding: 8px;
	margin: 8px auto 0px;
	width: 205px;
	display: block;		
	font-size: 0.72em;
}
.highlights_box a {
	font-family: Georgia, "Times New Roman", Times, serif;
}
.highlights_box p {
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #FFFFFF;
	padding: 0px;
	border: 1px solid #17324c;
	margin: 0px;
}
.highlights_box li {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	background-color: #FFFFFF;
	padding: -10px;
	margin: 0px;

}



/*----------------------------------------------------
Member Party Ratios
------------------------------------------------------*/
#ratios {
	float:none;
	clear:both;
	margin: 10px 0px 0px 0px;
	padding: 0px;
}
#ratios h4 {
	margin: 0px 10px;
	padding: 0px 0px 5px 0px;
	text-transform: uppercase;
	color: #0f365d;
	font-size: .9em;
}
#ratios dl {
	display: inline;
	list-style:none;
	margin: 0px 10px 10px 10px;
	padding: 5px 0px;
	font-size: .7em;
	font-weight: bolder;
}
#ratios dt {
	margin: 0px;
	padding: 0px 4px 0px 0px;
	display: inline;
	color: #6bafeb;
}
#ratios dd {
	margin: 0px 7px 0px 0px;
	padding: 0px 13px 0px 0px;
	display: inline;
	color: #2a2a2b;
	background: url(../images/ratio_bullet.gif) no-repeat right center;
}
#ratios dd.last_item {
	background: none;
}


/*----------------------------------------------------
Site Map
------------------------------------------------------*/
#sitemap_content_left {
		width:275px;
		float: left;
		padding: 5px 20px;
		margin: 0px;
		border-right: 1px dashed #bbbbbb;
}
#sitemap_content_right {
		width:275px;
		float: left;
		padding: 5px 20px;
		margin: 0px;
}


.updated {
	font-size:10px;
	color:#666;
	font-weight: normal;
	text-transform:uppercase;
}