body {
	background: #fff url("images/backgrounds/body2.jpg") no-repeat top center; 	
	margin-top: 29px !important;
}

/*----Structural DIVs----*/

#mainNav {
	background: url("images/backgrounds/mainNav.gif") repeat-x;
	height: 41px;
	overflow: hidden;
	width: 990px;
}

#leftCol {
	width: 225px /*251px*/;
	height: 339px /* 369px */;
	padding: 30px 0 0 26px;
	float: left;
	display: inline;
	background: url("images/backgrounds/leftCol.gif") no-repeat 250px 26px;
}

#footer {
	position: absolute;
	top: 690px;
	left: 0px;
}

/*----Other DIVs----*/

#subHead {
	background: url("images/backgrounds/subHead.gif") no-repeat top right;
	width: 990px;
	height: 133px;
	overflow: hidden;
}

#subHeadPhoto {
	background: url("images/backgrounds/subHeadPhoto.jpg") no-repeat;
	width: 578px;
	height: 133px;
}

#statsLine {
	height: 54px /*61px*/;
	width: 964px /*990px*/;
	background: #082a3d url("images/backgrounds/statsLine.gif") no-repeat;
	padding: 7px 0 0 26px;
	overflow: hidden;
}

.stateName {
	width: 251px;
	float: left;
	display: inline;
}

.noOfPrisoners {
	width: 150px;
	float: left;
	display: inline;
}

.costPerYear {
	width: 165px;
	float: left;
	display: inline;
}

.moreStats {
	width: 165px;
	float: left;
	display: inline;
	margin-left: 205px;
}

.moreStats input {
	vertical-align: top;
}

#joinList {
	margin-top: 5px;
}

#joinList input {
	vertical-align: middle;
}

.joinListBox {
	border: 0;
	margin: 0;
	border-top: 1px solid #7c7c7c;
	border-right: 1px solid #c3c3c3;
	border-bottom: 1px solid #ddd;
	border-left: 1px solid #c3c3c3;
	width: 165px;
}



/*----Typography----*/

#statsLine .label {
	font: bold 10px/15px tahoma, verdana, helvetica, arial, sans-serif;
	color: #fff;
	text-transform: uppercase;
}

#statsLine .stateName h2 {
	font: bold 24px/30px tahoma, verdana, helvetica, arial, sans-serif;
	color: #fff;
}

#statsLine h3 {
	font: bold 24px/30px tahoma, verdana, helvetica, arial, sans-serif;
	color: #fff;
}

.moreStats h4 {
	margin: 0 0 4px 0;
 }
 
 #leftCol h3 {
 	margin-top: 5px;
 }
 
 .inThisSection {
	background: url("images/textHeadings/inThisSection.gif") no-repeat;
 	height: 11px;
 	width: 111px;
 }

 .additionalResources {
	background: url("images/textHeadings/additionalResources.gif") no-repeat;
 	height: 11px;
 	width: 154px;
 }

 .joinEmailList {
	background: url("images/textHeadings/joinEmailList.gif") no-repeat;
 	height: 12px;
 	width: 131px;
 }
 
.navigation,
#additionalResourcesMenu {
	list-style: none;
	margin: 6px 0 25px 0;
}

.navigation li,
#additionalResourcesMenu li {
	background: url("images/backgrounds/subNavItem.gif") no-repeat 0 6px;
	padding-left: 12px;
	margin-bottom: 5px;
	width: 185px;
	font: normal 12px/15px tahoma, verdana, helvetica, arial, sans-serif;	
}

.panel h1 {
	font: bold 14px/18px tahoma, verdana, helvetica, arial, sans-serif;
	color: #1c4056;
	margin-bottom: 10px;
}

.panel p {
	font: normal 12px/18px tahoma, verdana, helvetica, arial, sans-serif;
	color: #000;
	margin-bottom: 15px;
	width: 624px;
}

.panel h2 {
	font: bold 14px/18px tahoma, verdana, arial, sans-serif;
	color: #1c4056;
	margin-bottom: 15px;
}

.panel h3 {
	font: bold 12px/14px tahoma, verdana, arial, sans-serif;
	color: #1c4056;
	margin-bottom: 5px;
}

.panel ul {
	list-style: none;
	margin: 10px 0 30px 0;
}

.panel ul li {
	background: url(images/backgrounds/listBullet.gif) no-repeat 0 6px !important;
	display: block;
	margin: 0 0 5px 15px;
	padding-left: 10px;
	font: normal 12px/17px tahoma, verdana, arial, sans-serif;
	color: #202121;	
}

.panel ul ul {
	list-style: none;
	margin: 15px 0 5px 0 !important;
}

.panel ol {
	margin: 10px 0 30px 30px;
}

.panel ol li {
	font: normal 12px/17px tahoma, verdana, arial, sans-serif;
	color: #202121;	
	margin: 0 0 5px 0;	
}

.panel .smallFont {
	font: normal 10px/18px tahoma, verdana, arial, sans-serif;
}


table {
	font: normal 12px/18px tahoma, verdana, arial, sans-serif;
  	color: #211e1c;
  	margin: 10px 0 15px 0 !important;	
  	border: 1px solid #d3d9dd !important;
 	border-top: 0;
 	border-left: 0;
 	padding: 0;
 	width: 487px;
 	border-collapse: collapse;
 }
  
 td {
 	vertical-align: top;
  	border: 1px solid #d3d9dd;
  	border-bottom: 0;
  	border-right: 0;
  	padding: 5px;
  	text-align: left;
  	font: normal 12px/18px tahoma, verdana, arial, sans-serif;
  	color: #211e1c;	
 }

.dark td {
  	background: #eef2f5;
}


 
/*----Links----*/

.navigation a,
#additionalResourcesMenu a {
	font: normal 12px/15px tahoma, verdana, helvetica, arial, sans-serif;
	color: #103146;
	text-decoration: none;
}

.navigation a:hover,
#additionalResourcesMenu a:hover {
	color: #c34a25;
}

.panel a {
	color: #245570;
}

.panel a:hover {
	text-decoration: none;
}

/*---- Image Styles ----*/

.photoLeft {
	float: left;
	margin: 0 15px 15px 0;
	display: inline;	
}

.photoRight {
	float: right;
	margin: 0 0 15px 15px;
	display: inline;
}

.imgBorder {
	border: 1px solid #e2e6e9;
}


/* ----- Main Nav. Menu  ----- */

#mainNavMenu {
	height: 41px;
	display: inline;
	list-style: none;
}

#mainNavMenu li {
	height: 41px;
	display: inline;
	list-style: none;
	float: left;
}

#mainNavMenu .item0 a {
	background: url(images/mainNav/theProblem.gif) no-repeat;
	height: 41px;
	width: 125px;
	display: block;
	padding-top: 50px;
}

#mainNavMenu .item0 a:hover, #mainNavMenu .item0 a.selected {
	background: url(images/mainNav/theProblem.gif) no-repeat 0 -41px;
}

#mainNavMenu .item1 a {
	background: url(images/mainNav/aboutSCRAMx.gif) no-repeat;
	height: 41px;
	width: 125px;
	display: block;
	padding-top: 50px;
}

#mainNavMenu .item1 a:hover, #mainNavMenu .item1 a.selected {
	background: url(images/mainNav/aboutSCRAMx.gif) no-repeat 0 -41px;
}

#mainNavMenu .item2 a {
	background: url(images/mainNav/solutions.gif) no-repeat;
	height: 41px;
	width: 98px;
	display: block;
	padding-top: 50px;
}

#mainNavMenu .item2 a:hover, #mainNavMenu .item2 a.selected {
	background: url(images/mainNav/solutions.gif) no-repeat 0 -41px;
}

#mainNavMenu .item3 a {
	background: url(images/mainNav/caseStudies.gif) no-repeat;
	height: 41px;
	width: 119px;
	display: block;
	padding-top: 50px;
}

#mainNavMenu .item3 a:hover, #mainNavMenu .item3 a.selected {
	background: url(images/mainNav/caseStudies.gif) no-repeat 0 -41px;
}

#mainNavMenu .item4 a {
	background: url(images/mainNav/resourcesNews.gif) no-repeat;
	height: 41px;
	width: 159px;
	display: block;
	padding-top: 50px;
}

#mainNavMenu .item4 a:hover, #mainNavMenu .item4 a.selected {
	background: url(images/mainNav/resourcesNews.gif) no-repeat 0 -41px;
}

#mainNavMenu .item5 a {
	background: url(images/mainNav/aboutUs.gif) no-repeat;
	height: 41px;
	width: 75px;
	display: block;
	padding-top: 50px;
}

#mainNavMenu .item5 a:hover, #mainNavMenu .item5 a.selected {
	background: url(images/mainNav/aboutUs.gif) no-repeat 0 -41px;
}


/* ----- Scroller Styles ----- */
#slider {
	background: url("images/backgrounds/content.gif") no-repeat top right;
	width: 990px;
    position: relative;
}

.scroll {
	height: 369px /* 369px */;
	width: 736px /*736px*/;
    overflow: auto;
    overflow-x: hidden;
    position: relative;
}

.scrollContainer div.panel {
	width: 621px /*736px*/;
	padding: 0 85px 0 30px;
	height: 310px /* 369px */;
	margin-top: 30px;
    float: left;
   	display: inline; 
   overflow: auto;
  	overflow-x: hidden;
}

.hide {
    display: none;
    height: 0;
    overflow: hidden;
}

/* ------ Custom Styles ----- */

.floatMap {
	width: 426px;
	float: right;
}

.floatHowSCRAMWorks {
	width: 350px;
	float: right;
	margin-left: 80px;
}


/*----ThickBox Styles ---- */

#TB_title {
	background: #d5e0e7 !important;
}

#TB_title a {
	color: #245570 !important;
}

#TB_title a:hover {
	color: #245570 !important;
}


#TB_ajaxContent {
	background: #e7e7e7;
	color: #202135;
	padding-bottom: 20px;
	font: normal 12px/18px tahoma, arial, helvetica, sans-serif;	
}

#TB_ajaxContent p {
	font: normal 12px/18px tahoma, arial, helvetica, sans-serif;
}

#TB_ajaxContent h2 {
	font: bold 14px/18px tahoma, verdana, arial, sans-serif;
	color: #1c4056;
	margin: 10px 0 5px 0;
}

#TB_ajaxContent h3 {
	color: #25475d;
	font: normal 18px/20px tahoma, arial, helvetica, sans-serif;
	margin: 10px 0 5px 0;
}

#TB_ajaxContent .attribute {
	font: italic 12px/18px tahoma, arial, helvetica, sans-serif;
	margin-top: -5px;
}

#TB_ajaxContent ol {
	margin: 0 0 10px 20px;
	font: normal 12px/18px tahoma, arial, helvetica, sans-serif;	
}

#TB_ajaxContent ol li {
	margin: 10px 0 10px 0;
}

#TB_ajaxContent ul {
	margin: 0 0 10px 0;
	font: normal 12px/18px tahoma, arial, helvetica, sans-serif;	
}

#TB_ajaxContent ul li {
	margin: 10px 0 10px 0;
	background: url(images/backgrounds/listBullet.gif) no-repeat 0 6px;
	list-style: none;
	padding-left: 10px;
}

#TB_ajaxContent a {
	color: #245570 !important;
}

#TB_ajaxContent a:hover {
	text-decoration: none;
}

#TB_window {
	border: 4px solid #d5e0e7 !important;
}

/* ----- Form Styling ----- */

.noIndent {
	margin-left: 0 !important;
}

label{
	display: block;
	font: normal 12px/17px  tahoma, arial, verdana, sans-serif;
	margin: 0;
	padding: 0;
	color: #202121;
}

.textfield{
	font: normal 12px/17px  tahoma, arial, verdana, sans-serif;
	padding:2px;
	margin: 0;
	border: 1px solid #ccc;
	background-color: #fff;
	width: 200px;
	color: #202121;
}

.textfield2{
	font: normal 12px/17px  tahoma, arial, verdana, sans-serif;
	padding:2px;
	margin: 0;
	border: 1px solid #ccc;
	background-color: #fff;
	width: 443px;
	color: #202121;
}

.textfield3{
	font: normal 12px/17px  tahoma, arial, verdana, sans-serif;
	padding:2px;
	margin: 0;
	border: 1px solid #ccc;
	background-color: #fff;
	width: 125px;
	color: #202121;
}

.selectSmall {
	width: 120px;
}

.panel td{
	padding:5px;
	border: 0 !important;
}

.panel table{
	margin-top: 0;
	padding: 0;
	border: 0 !important;	
}

.rfp{
	font: normal 12px/17px  tahoma, arial, verdana, sans-serif;
	color: #202121;
	padding-top: 0;
	margin-top: 0;
	margin-bottom: 0 !important;
}

.rfp td{
	padding: 0;
	margin: 0;
	padding:2px;
	padding-left: 0 !important;
}

.rfp h3 {
	margin-top: 5px;
	border-top: 1px solid #d3d9dd;
	padding-top: 15px;
}

.rfp .extraLineHeight {
	line-height: 30px !important;
}

.rfp h3.first {
	margin-top: 0 !important;
	border-top: 0 !important;
	padding-top: 0 !important;
}

.rfp .tdline {
	padding-top: 10px;
	border-bottom: 1px solid #ccc;
}

.required {
	font: normal 9px  tahoma, arial, verdana, sans-serif;
	color: red;
}

form {
	padding: 0;
	margin: 0;
}

input[type="checkbox"] {
	vertical-align: middle;
	display:inline-block;
}

input[type="radio"] {
	margin-right: 5px;
}		

.rfp .blueText {
	color: #1c4056;
	font-weight: bold;
}

.rfp p {
	margin-left: 0 !important;
}

a.tooltip {
	position: relative;
	z-index: 0;
	text-decoration: none;
	cursor: help;
}

a.tooltip{
	display: inline;
	color: #000;
}

a.tooltip:hover {
	z-index: 1;
	text-decoration: none;
}

a.tooltip span {
	display: none;
}

a.tooltip:hover span {
	display: block;
	position: absolute;
	top: 20px;
	left: 20px;
	padding: 6px;
	border: 1px solid #bbb;
	background: #F7FBFE;
	color: #000;
	width: 250px;
	white-space: normal;
	text-align: left;
	text-decoration: none;
}




