body,form,fieldset,legend,object,img,iframe,
table,td,th,ul,li,ol,h1,h2,h3,h4,h5,h6,p {
	margin:0;
	padding:0;
	border:0;
	vertical-align:baseline;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
ul,ol {
	list-style:none;
}
.clearLeft {
	height:0;
	clear:left;
}
html {
	overflow-y:scroll;
}
body {
	line-height:1;
	background:#dbdbdb url(/Content/images/body-bg.png) repeat-y 50% 0%;
	font-family:Verdana,sans-serif;
	font-size:12px;
	color:#6b6b6b;
}
p {
	line-height:1.5em;
	margin-bottom:1.3em;
}
a:link, a:visited {
    color:#1d1d1d;
}
a:hover {

}
h1 {

}
h2 {
   font-family:Arial,sans-serif;
   font-size:24px;
   text-transform:uppercase;
   color:#242424;
   margin-bottom:15px;
   padding-left:3px;
}
h3 {
	font-family:Arial,sans-serif;
	font-size:14px;
	text-transform:uppercase;
	color:#242424;
	line-height:1.3em;
	margin-bottom:7px;
}
#wrapper {
   width:908px;
   margin:0 auto;
   margin-top:30px;
   overflow:hidden;
}
#header {
   position:relative;
   height:115px;
   border-top:1px solid #d4d4d4;
   border-bottom:1px solid #d4d4d4;
   background:url(/Content/images/header-bg.png) no-repeat 0px 15px;
   margin-bottom:16px;
}
#header .logo {
   position:absolute;
   left:19px;
   top:26px;
}
#header .logo a:link, #header .logo a:visited {
	display:block;
	width:485px;
	height:41px;
	overflow:hidden;
	line-height:100em;
	background:url(/Content/images/roc-logo.png) no-repeat left top;
}
#header .tagline {
	display:block;
	position:absolute;
	left:3px;
	top:89px;
}
ul.mainMenu {
	position:absolute;
	right:18px;
	top:25px;
	list-style:none;
}
ul.mainMenu li {
	float:left;
	width:120px;
	height:41px;
	margin-left:4px;
	background:url(/Content/images/menu-bg.png) no-repeat left top;
}
ul.mainMenu a:link, ul.mainMenu a:visited {
	float:left;
	width:120px;
	height:41px;
	font-family:Arial,sans-serif;
	font-size:14px;
	color:#1d1d1d;
	text-decoration:none;
	text-align:center;
	line-height:40px;
}
ul.mainMenu a:hover {
	color:#666;
}
#leftCol {
	float:left;
	width:526px;
}
#rightCol {
	float:left;
	display:inline;
	margin-left:19px;
	width:363px;
}
#leftColBordered {
	float:left;
	width:506px;
	cbackground-color: White;
	cborder: solid 1px #999999;
}
#rightColBordered {
	float:left;
	display:inline;
	margin-left:19px;
	width:360px;
	dbackground-color: White;
	cborder: solid 1px #999999;
}
ul.issues {
	list-style:none;
	border-top:1px solid #dfdfdf;
	margin-bottom:18px;
}
ul.issues li {
	font-weight:bold;
	font-size:11px;
	padding:10px 3px;
	line-height:1.3em;
	border-bottom:1px solid #dfdfdf;
}

.largeBox {
	width:504px;
	height:286px;
	padding-left:22px;
	padding-top:20px;
	background:url(/Content/images/large-box-bg.png) no-repeat left top;
	margin-bottom:19px;
}
.smallBox {
	width:346px;
	height:138px;
	padding-left:17px;
	padding-top:16px;
	background:url(/Content/images/small-box-bg.png) no-repeat left top;
	margin-bottom:18px;
}
.borderContent {
	border-left:1px solid #c2c2c2;
	border-right:1px solid #c2c2c2;
	padding-left:20px;
	padding-right:15px;
}
.borderContentInner {
	border:1px solid #c2c2c2;
	border-right:1px solid #c2c2c2;
	padding:20px;
	fpadding-right:15px;
	background-color: #f7f7f7;
}

#footer {
	margin-top:40px;
	background:#c9c9c9 url(/Content/images/footer-bg.png) repeat-x left top;
}
#footer #footerContent {
	width:908px;
	margin:0 auto;
	padding-top:35px;
	padding-bottom:55px;
	overflow:hidden;
}
#footer .left {
	float:left;
	font-family:Arial,sans-serif;
	font-size:11px;
	font-weight:bold;
	color:#858585;
}
#footer .right {
	float:right;
	font-size:11px;
	color:#6b6b6b;
}
#footer img {
	clear:both;
	float:right;
}
td.formcell
{
	padding: 7px;
	border: 0px;
}


.mapContainer {
	position:relative;
	width:864px;
	height:388px;
	margin-bottom:20px;
}
* html .mapContainer {
	margin-bottom:0px;
}
.popup {
	display:none;
	position:absolute;
	left:0;
	top:0;
	width:153px;
	height:57px;
	padding-left:10px;
	padding-top:10px;
	background:url(images/popup-bg.png) no-repeat left top;
}
* html .popup {
	background:url(images/popup-bg.gif) no-repeat left top;
}
.popup h5 {
	font-family:Verdana;
	font-size:12px;
	font-weight:normal;
	color:#242424;
	margin-bottom:3px;
}
.popup h5 span {
	font-weight:bold;
}
.contentBox {
	position:relative;
	padding:19px;
	padding-bottom:0;
	border:1px solid #e5e5e5;
	background:#fff;
}
.contentBox img {
	margin-bottom:19px;
}
.statesContent h1 {
	border-bottom:1px solid #cacaca;
	margin-bottom:20px;
}

.contentIndent {
	margin:0 20px;
}