/* Used to make gray lines out of table cells */
.grayFill,.footerGrayFill {
	background-color: #d9d9d9;
}
.grayFill img {
	display: block;
}
body {
	margin: 0px;
	padding: 0px;
	background-image: url(/images/subpage/background_tile.gif);
	background-repeat: repeat-x;
	background-color: #FFFFFF;
}
body.homePage {
	background-image:  url(/images/homepage/backgroundtile.gif);
	background-repeat: repeat-x;
}
p,li,td,th {
	font-family: verdana,arial,sans-serif;
}
p,#centerBodyColumn li,blockquote {
	font-size: 12px;
}
a {
	color: #336699;
}
.hide {
	display: none;
}
.clear {
	clear:both;
}
/* Fix for table cells with only an image in them*/
td.beBlock img {
	display: block;
}

/* Controls the text that appears beneath the logo */
td.bannerBlurb {
	background-color: #2963c6;
}
td.bannerBlurb p {
	margin-top: 0px;
	font-size: 11px;
	color: white;
	margin-right: 5px;
}
/* Control the placement of 'Quick Links' Column */
#quickLinks {
	margin-left: 20px;
	margin-bottom: 10px;	
}
#quickLinks ul {
	margin-left: 0px;
	margin-top: 0px;
	padding-left: 0px;
	list-style-type: none;
	margin-right: 5px;
}
#quickLinks li {
	font-size: 11px;
	list-style-image: none;
	margin-left: 0px;
	padding-left: 0px;
	margin-bottom: 5px;
}
/* Controls appearance of feature text on front page */
p.featureItem {
	font-size: 12px;
	color: #666666;
	margin-top: 0px;
	padding-bottom: 10px;
}
/* Controls appearance for the gray, lower-right hand box */
td.inTouchBox {
	background-color: #e5e5e5;
}
td.inTouchBox p {
	margin-top: 0px;
	font-size: 11px;
	color: #333333;
	margin-bottom: 3px;
}
td.inTouchBox label {
	color: #666666;
}
/* Legislation Jump Menu */
form.legJumpMenu {
	margin-top: 3px;
}
form.legJumpMenu p{
	font-size: 10px;
	margin:0px;
}
/* Center Bottom Column of frontpage */
#cenBotColumn {
}
#cenBotColumn ul {
	margin-left: 0px;
	margin-top: 0px;
	padding-left: 0px;
	list-style-type: none;
	
	margin-right: 5px;
}
#cenBotColumn li {
	font-size: 11px;
	list-style-image: none;
	margin-bottom: 10px;
}
/* Footer Text */
#footer {
	margin-left: 35px;
	width: 690px;
}
#pageFooter { /* Controls the subpage footers*/
	padding:5px;
}
.footerGrayFill {
	border-top: 2px solid white;
}
#footer p,#pageFooter p {
	font-size: 10px;
	color: #666666;
	text-align: center;
	margin-top: 7px;
}
table.mainLayout tr,table.mainLayout td,table.mainLayout th {
	margin: 0px;
	padding: 0px;
}
/* Controls the breadcrumbs */
#breadCrumbs {
	margin:0px 0px 0px 11px;
	padding:0px;
	font-size: 11px/*x-small*/;
}
/* Subpage Body table */
#pageBody {
	margin-left: 13px;
	margin-top:10px;
}
/* Subpage left body column styles */
#leftBodyColumn {
	margin-top:2px;
	padding-right: 2px;
	padding-top:8px;
}
#leftBodyColumn #leftText {
	margin-left: 4px;
	margin-bottom: 15px;
}
#leftBodyColumn h3 {
	font-size: 11px;
	font-weight: bold;
	margin-top:0px;
	padding: 0px;
	margin-bottom:5px;
}
#leftBodyColumn ul {
	margin-left: 5px;
	margin-top: 0px;
	padding-left: 5px;
	list-style-type: none;
}
#leftBodyColumn li {
	font-size: 11px;
	list-style-image: none;
	margin-bottom:5px;
}
#leftBodyColumn a.thisPage {
	color: black;
}
#centerBodyColumn {
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom:10px;
	padding-right: 20px;
}
#centerBodyColumn h1 {
	color: #298C29;
	padding: 0px;
	margin: 0px 0px 10px 0px;
	font-size: 16px;
	font-weight: bold;
}
#centerBodyColumn h2 {
	color: black;
	padding: 0px;
	margin: 0px;
	font-size: 14px;
	font-weight: bold;
}
#centerBodyColumn h3 {
	color: #336699;
	padding-bottom: 0px;
	margin-bottom: 0px;
	font-size: 12px;
	font-weight: bold;
}
#centerBodyColumn h4 {
	color: black;
	padding-bottom: 0px;
	margin-bottom: 0px;
	font-size: 12px;
	font-weight: normal;
	font-style: italic;
}
#centerBodyColumn p {
	margin-top: 0px;
	padding-top:0px;
}
#centerBodyColumn p.normal {
	margin-top: 11px;
}
/* Control Styles that appear in the right hand body column, where applicable */
#rightBodyColumn {
	margin-left: 10px;
	margin-right:0px;
	padding:0px;
	margin-bottom:5px;
}
/*#rightBodyColumn img {
	margin: 0px;
	padding:0px;
}*/
#rightBodyColumn img {
	margin-left: -10px;
	margin-right: 0px;
	margin-top:5px;
	margin-bottom:5px;
	padding: 0px;
}
#rightBodyColumn p {
	margin-top: 0px;
}
#rightBodyColumn p.caption {
	width: 139px;
	font-size: 10px;
	margin:0px;
	padding-left:0px;
	padding-right:0px;
	padding-top:2px;
	padding-bottom:2px;
	color: #666666;
/*	border-bottom: 1px solid #d9d9d9;
	border-top: 1px solid #d9d9d9;*/
}
#relatedLinks {
}
ul.relatedLinks {
	margin-top: 0px;
	padding-top:0px;
	margin-left: 0px;
	padding-left: 0px;
	list-style-type: none;
	margin-bottom: 10px;
	padding-bottom:0px;
}
ul.relatedLinks li {
	font-size: 10px;
	list-style-image: none;
}

/* CONTROLS THE JUMP MENU IN LEGISLATION */
form.jumpMenu {
	padding:0px;
	margin:0px;
	margin-bottom: 10px;
}
form.jumpMenu input,form.jumpMenu option,form.jumpMenu select,form.jumpMenu label {
	font-family: verdana,arial,sans-serif;
	font-size: 10px;
}
/* STYLES FOR DATA TABLES */
table.dataTable {
	margin-bottom:10px;
	border: 1px solid #d9d9d9;
}
table.dataTable td,table.dataTable th {
	font-family: verdana,arial,sans-serif;
	font-size: 12px;
	margin: 0px;
	padding: 3px;
}
table.dataTable th {
	text-align: left;
	font-weight: bold;
}	
table.dataTable caption {
	font-size: 12px;
	text-align:left;
	color: #336699;
	font-weight: bold;
	background-color: #d9d9d9;
	padding: 3px;
}
table.dataTable td.total {
	background-color: #E2F5E2;
	font-weight:bold;
}
/* FAQ/Sitemap Styles */
#centerBodyColumn h2.question {
	padding-top: 5px;
	padding-bottom:10px;
}
#questionList {
	border-bottom: 1px solid #d9d9d9;
}
#questionList ul {
	margin-top:0px;
	padding-top:0px;
}
#questionList li {
	margin-bottom: 5px;
}
#siteMapContent,#faqContent {
	margin-top: 15px;
}
#siteMapContent ul {
	list-style-type: none;
	margin-left: 10px;
	padding-left:10px;
	margin-top: 1px;
	padding-top:1px;
}
#siteMapContent ul ul {
	list-style-type: none;
	margin-left: 10px;
	padding-left:10px;
}
#siteMapContent li {
	font-size: 11px;
	font-weight:bold;
}
/* styles for inset columns in the body text */
table.inset, table.sideBar {
	background-color: #d9d9d9;
}
table.sideBar {
	margin-right: -10px;
}
table.inset td, table.sideBar td{
	padding: 5px;
	font-size:11px;
}
table.inset p,  table.sideBar p {
	font-size:11px;
}
table.inset h3, table.sideBar h3 {
	font-size:11px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
table.sideBar ul {
	margin:0px;
	padding:0px;
	list-style-type: none;
}
table.sideBar li {
	font-size:11px;
}
table.sideBar form {
	margin: 0px;
	padding: 0px;
}
/* styles for legislation */
em.signedBill {
	color: red;
}
strong.support { 
	color: green;
}
strong.oppose {
	color: red;
}
/* Styles for press releases */
ul.pressReleases li {
	margin-bottom: 10px;
}
/* Styles for forms */
form.standard table{
	width: 100%;
}
form.standard td,form.standard th {
	font-size:11px;
	padding: 2px;
	margin: 0px;
}
form.standard td{
	background-color: #f4f4f4;
	border-top: 1px solid white;
}
form.standard th {
	color: black;
	background-color: #E2F5E2;
}
strong.required {
	color: red;
}
form.standard th {
	text-align: left;
}
form.standard fieldset {
	border: none;
	margin-bottom: 10px;
}
form.standard legend {
	display: none;
}
form.standard label {
	font-weight: bold;
}	
form.standard label.hand {
	cursor: hand;
}
/* Styles for AG Archive */
table.archive td{
	padding: 5px;
}
table.archive ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}
table.archive li {
	margin-bottom: 10px;
}
table.archive td.bottom {
	border-bottom: 1px solid #d9d9d9;
}
table.archive td.bottomAndRight {
	border-bottom: 1px solid #d9d9d9;
	border-right: 1px solid #d9d9d9;
}
table.archive td.right {
	border-right: 1px solid #d9d9d9;
}
/* Styles for the list of links in the resources area */
table.resourceLists {
}
table.resourceLists td.leftColumn{
	padding-right: 5px;
	border-right: 1px solid #d9d9d9;
}
table.resourceLists td.rightColumn{
	padding-left: 5px;
}

/* Date stamp format */
p.date {
	font-size:10px;
	font-weight:bold;
	color:#999;
	margin: 0px 12px 10px 20px;
	border-bottom:1px solid #ccc;
	padding-bottom:3px;
}