/*
++++++++++++++++++++++++++++++++++++
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;
}

/*----------------------------------------------------
=Section Features  (Links/Image for each section featured on the home page)
promenljivi ekran
------------------------------------------------------*/

#section_features {
	width: 715px;
	height: 189px;
	margin: 0px auto;
	padding: 0px;
	position: relative;
	background: url(../images/main_clerk.jpg) no-repeat left top;
}
#section_features h2 {
	margin: 0px;
	padding: 0px;
	position: absolute;
	font: 1.2em Georgia, "Times New Roman", Times, serif;
	/* pozicija podnaslova na promenljivoj slici */
        left: 465px;
	top: 25px;
	/*color: #041220;  Donji red boja podnaslova na promenljivoj slici */
        color: #347C17;
}
#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: bold 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:54px;
	margin: 0px auto;
	padding: 0px;
}
#clerk_sites ul {
	margin:0px;
	padding:0px;
	list-style:none;
}
#clerk_sites li {
	float: left;
	margin: 0px;
	padding: 0px;
}



/*----------------------------------------------------
=Home Content (Div holding the home page's content)
boja pozadine unutrasnjeg ekrana
------------------------------------------------------*/
#home_content {
	width: 713px;
	margin: 0px auto;
	padding: 10px 0px 0px 0px;
	border-right: 1px solid #bbbbbb;
	border-left: 1px solid #bbbbbb;
	background-color: #f8f6ef;
}
#home_content hr {
	clear:both;
}


/*----------------------------------------------------
Official Lists / Info
------------------------------------------------------*/
#official_info {
	float:left;
	width: 236px;
	padding: 0px;
	margin: 0px 2px 20px 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: .69em;
}
#official_info h2 {
	width: 218px;
	margin: 0px 10px;
	padding: 10px 0px;
}
#official_info ul {
	width: 200px;
	height: 200px;
	margin: 0px 13px;
	padding: 5px;
	overflow:auto;
	list-style-type: none;
	background-color: #ffffff;
	border: 1px solid #dddddd;
}
#official_info 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: 208px;
	margin: 0px 6px;
	padding: 10px 0px;
}
#floor p {
	width: 190px;
	margin: 0px 12px;
	padding: 0px;
}
#floor h4 {
	font-size: 12px;
	border: 3px solid #d7e8ff;
	padding: 5px;
	margin: 10px;
}

/* calendar*/
#calendar {
	border-collapse:collapse;
	width:200px;
	margin: 0px auto 10px 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 thead tr {
	color:#333333;
	background-color: #cccccc;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

#calendar table 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 table tfoot #prev a {
	text-align:left;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}
#calendar table tfoot #next a {
	text-align:right;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
}



/*----------------------------------------------------
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: 232px;
	margin: 0px 7px;
	padding: 0px 0px 0px 0px;
}
#whats_new p {
	margin: 0px 13px;
	padding: 0px 0px 0px 0px;
}


/*----------------------------------------------------
RESOURCES Div (holds What's New, History Highlights, and search legislation)
------------------------------------------------------*/
#resources {
	clear: both;
	margin: 0px;
	padding: 0px 8px;
	/* background: #f8f6ef url(../images/backgrounds/home_subcontent_bg.gif) no-repeat center top; */
}

/*----------------------------------------------------
Quick Links1
------------------------------------------------------*/
#quick_links1 {
	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_links1 h3 {
	width: 190px;
	margin: 0px 5px;
	padding: 5px 0px;
}
#quick_links1 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_links1 li {
	padding:1px;
	margin:0px;
	border-bottom: 1px dotted #cccccc;
}




/*----------------------------------------------------
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_box {
	background-color: #FFFFFF;
	padding: 8px;
	margin: 8px auto 0px;
	width: 205px;

	display: block;
		border: 2px solid #17324c;
			font-size: 11px;
}
.highlights_box a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
}
.highlights_box p {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: .69em;
	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: url(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;
}
