/* Main CSS */

body {
	color:#231f20;
	font-family:adobe-garamond-pro,'Times New Roman',Times,serif;
	margin:0px auto;
	width:1280px;
}

/* General */

.print_only, .print_only * {
	display:none;
}

a {
	color:#006ac7;
	text-decoration-style:dotted;
	text-decoration-skip-ink: none;
}

a:visited, a:hover {
	color:#2d689c;
}

/* a[href*="//"]:not([href*="statehousenews.com"])::after {
    /* content:"\21D7"; 
    content:"\21e2";
} */

	/* Chrome bug bodge */
	@media all and (-webkit-min-device-pixel-ratio:0) and (min-resolution: .001dpcm) { 
	  .selector:not(*:root), a {
		text-decoration-style:solid;
	  }
	}
	
hr.narrow {
	border:none;
	border-top:solid 1px #e9cbaf;
	clear:both;
	width:100%;
}

img {
	max-width:100%;
}

/* Top Menu Box */

#topmenubox {
	width:100%;
	margin:0px auto;
	padding:0;
	height:2.4em;
}

/* Main Box */

#mainbox {
	
}

#mainbox_content {
    box-sizing: border-box;
	float:left;
	padding-right:1em;
	width:75%;
}

#mainbox_right {
	float:right;
	width:25%;
}

@media only screen and (max-width: 1280px) {
	#mainbox_right {
		width:220px;
	}
}

/* Footer Box */

#footerbox {
	background:#2d689c;
	clear:both;
	color:#fff;
	font-family:ff-basic-gothic-pro,Arial,Helvetica,sans-serif;
}

#footerbox .column {
    box-sizing: border-box;
	float:left;
	padding:0.5em;
	width:20%;
}

#footerbox a {
	color:#fff;
	text-decoration:none;
}

#footerbox h1 {
	font-family:ff-basic-gothic-pro,Arial,Helvetica,sans-serif;
	font-weight:900;
	font-size:1.2em;
}

#footerbox li {
	margin-bottom:0.5em;
}

#footerbox_copyright {
	clear:both;
	font-size:0.8em;
	padding: 0.5em 10%;
	text-align:center;
}

#footerbox_copyright span {
	line-height:1.75em;
	padding-left:1em;
	padding-right:1em;
	white-space:nowrap;
}

#footerbox_copyright span:before {
	content:"\2039\2003";
}

#footerbox_copyright span:after {
	content:"\2003\203A";
}