* {
  margin: 0;
  padding: 0;
  outline: none;
}

body {
  font-family: Arial, sans-serif;
  font-size: 75%;
  color: #444;
  background: #000 url(../img/background-road_stripes.jpg) center top no-repeat;
}

a img {
  border: none;
  vertical-align: middle;
}

#content h1, #content-notire h1 {
  margin: 1em 2em;
  font-size: 1em;
  line-height: 3em;
  text-indent: -9999em;
}
#content h3, #content-notire h3 {
  margin: 1em 2em;
  font-size: 1em;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #384b7f;
}
#content h5, #content-notire h5 {
  margin: 1em 2em;
  font-size: 1em;
  font-weight: bold;
  color: #444;
}
#content p, #content-notire p {
  margin: 1em 2em;
  line-height: 1.4em;
}
#content ul, #content-notire ul {
	margin-left: 50px;
	margin-bottom: 1em;
}
#content a, #content-notire a {
	color: #384b7f;
	text-decoration: none;
}
#content a:hover, #content-notire a:hover {
	text-decoration: underline;
}

#grid {
  margin: 0 auto;
  padding: 0 0 3em 0;
  width: 960px;
}

#header {
  margin: 0 auto;
  width: 820px;
}

#header p {
  margin: 1em 0;
}

#inner {
  margin: 0 auto;
  width: 820px;
  background: transparent url(../img/pixel-opacity.png) left top repeat;
}

#nav ul {
  margin: 0 0 0 40px;
  padding: 1em 0 0 0;
  height: 36px;
  list-style: none;
}
#nav ul li {
  float: left;
  margin: 0 3.8em 0 0;
  height: 36px;
}
#nav ul li a {
  float: left;
  margin: 9px 0 0 0;
  height: 27px;
  text-indent: -9999em;
}
#nav ul ul {
  margin: 12px 0 0 0;
  padding: 0;
  width: 180px;
}
#nav ul li li {
  margin: 0 0 1px 0;
  height: auto; 
  width: 100%;
  background-color: #2b2b2d;
  height: 36px;
}
#nav ul li li.double {
	height: 52px;
}
#nav ul li li.top {
  background: #2b2b2d url(../img/nav-dropdown-background.png) left top repeat-x;
}
#nav ul li li a {
  display: inline;
  margin: 1em 0 1em 1em;
  height: auto;
  font-weight: bold;
  text-indent: 0;
  text-decoration: none;
  color: #fed404;
}
#nav #nav-home {
  width: 52px;
  background: transparent url(../img/nav-home.png) left top no-repeat;
}
#nav #nav-home:hover {
  background-position: left -27px;
}
#nav #nav-the_situation {
  width: 140px;
  background: transparent url(../img/nav-the_situation.png) left top no-repeat;
}
#nav #nav-the_situation:hover {
  background-position: left -27px;
}
#nav #nav-safe_driving {
  width: 126px;
  background: transparent url(../img/nav-safe_driving.png) left top no-repeat;
}
#nav #nav-safe_driving:hover {
  background-position: left -27px;
}
#nav #nav-danger_zone {
  width: 119px;
  background: transparent url(../img/nav-danger_zone.png) left top no-repeat;
}
#nav #nav-danger_zone:hover {
  background-position: left -27px;
}
#nav #nav-take_action {
  width: 122px;
  background: transparent url(../img/nav-take_action.png) left top no-repeat;
}
#nav #nav-take_action:hover {
  background-position: left -27px;
}

#banner {
  margin: 1em auto 0 auto;
  padding: 0 0 3em 0;
  height: 280px;
  width: 740px;
}
#content {
  margin: 1em auto 0 auto;
  padding: 0;
  width: 740px;
  background: #fff url(../img/background-content-tire_track.png) right top no-repeat;
}
#content-notire {
  margin: 1em auto 0 auto;
  padding: 0;
  width: 740px;
  background-color: #fff;
}
#ctop {
  height: 12px;
  background: transparent url(../img/background-content-top.png) center top no-repeat;
}
#cwrap {
  background: transparent url(../img/background-content-middle.png) center top repeat-y;
}
#cbottom {
  height: 12px;
  background: transparent url(../img/background-content-bottom.png) center top no-repeat;
}
#cleft {
  float: left;
  width: 448px;
}
#cleft form {
	margin: 10px;
}
#cleft form input {
	margin: 10px;
}
#cleft form label {
	width: 75px;
	text-align: right;
	float: left;
	display: block;
	margin-top: 14px;
}
#cleft #submit {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
#cleft .col-1 {
	float: left;
	width: 209px;
	margin-left: 20px;
}
#cleft .col-2 {
	float: left;
	width: 209px;
	margin-left: 5px;
}
.col-1 h3, .col-2 h3 {
	margin-left: 0 !important;
}
.mediarow {
	padding: 5px;
	height: 50px;
	vertical-align: center;
}
.mediarow img {
	float: left;
	margin-right: 5px;
	height: 50px;
	width: 50px;
}
.resourcerow {
	padding: 5px;
	height: 90px;
	vertical-align: center;
}
.resourcerow img {
	float: left;
	margin-right: 5px;
	height: 62px;
	width: 100px;
}
#contribute .full {
	margin-left: 0px;
}
.full {
	margin-left: 2em;
	margin-right: 1em;
}
.odd {
	background: #EFEFEF;
}
#cleft ul.resources {
	margin-left: 24px;
	margin-bottom: 0px;
}
#fullwidth {
	padding: 1em;
}
.resources li {
	list-style: none;
	display: inline;
}
.resources li a {
	float: left;
	background: transparent url(../img/background-resource-tab.png) left top repeat-x;
	padding: 6px;
	margin-right: 1px;
	font-weight: bold;
	text-transform: uppercase;
	color: #384B7F;
	text-decoration: none;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
}
.resources li a:hover {
	background-position: left -34px;
	text-decoration: none !important;
}
.resources li a.on {
	background: transparent url(../img/background-resource-on.png) left top repeat-x;
	color: #fff !important;
}
.resources li a.on:hover {
	background-position: left -34px;
	color: #384B7F !important;
	text-decoration: none !important;
}
#contribute {
	border-top: 1px solid #384B7F;
	margin-left: 24px;
}
#contribute h3 {
	margin-left: auto;
}
#contribute p {
	margin-left: auto;
}
#cright {
  float: right;
  width: 270px;
}
#cright .links {
	width: 230px;
	margin-right: 10px;
	padding: 10px;
}
.links h3 {
	border-top: 1px solid #384B7F;
	border-bottom: 1px solid #384B7F;
	padding-top: .5em;
	padding-bottom: .5em;
	text-align: center;
}
.links p {
	margin-left: 0 !important;
	margin-right: 0 !important;
}
.links ul {
	margin-left: 2em !important;
}
#cright h3 {
	margin-bottom: 1em;
	margin-left: 0;
	margin-right: 0;
	margin-top: 0;
}
#select-region {
	margin: 1em 2em;
	width: 220px;
}
.sideimage {
  margin: 1em 0;
  width: 244px;
  background-color: #fff;
  border: #444 1px solid;
}
.sideimage img {
  border: #fff 2px solid;
}
.mainimage {
  margin-left: 2em;
  margin-bottom: 1em;
  width: 412px;
  background-color: #fff;
  border: #444 1px solid;
}
.mainimage img {
  border: #fff 2px solid;
}
#yellowbar {
  margin: 0 auto;
  height: 98px;
  width: 820px;
}
#yellowbar a {
  float: left;
  height: 98px;
  text-indent: -9999em;
}
#yellowbar #button-news {
  width: 275px;
  background: transparent url(../img/button-news.png) left top no-repeat;
}
#yellowbar #button-news:hover {
  background-position: left -98px;
}
#yellowbar #button-events {
  width: 270px;
  background: transparent url(../img/button-events.png) left top no-repeat;
}
#yellowbar #button-events:hover {
  background-position: left -98px;
}
#yellowbar #button-regions {
  width: 275px;
  background: transparent url(../img/button-regions.png) left top no-repeat;
}
#yellowbar #button-regions:hover {
  background-position: left -98px;
}
#button-regions-map {
  float: left;
  position: relative;
}
#button-regions-map a.region {
  position: absolute;
}
#yellowbar #region-stl_area {
  left: 67px;
  top: 42px;
  height: 16px;
  width: 18px;
}
#yellowbar #region-central {
  left: 35px;
  top: 40px;
  height: 20px;
  width: 32px;
}
#yellowbar #region-southeast {
  left: 75px;
  top: 58px;
  height: 36px;
  width: 23px;
}
#yellowbar #region-southcentral {
  left: 54px;
  top: 60px;
  height: 26px;
  width: 21px;
}
#yellowbar #region-springfield {
  left: 35px;
  top: 60px;
  height: 26px;
  width: 19px;
}
#yellowbar #region-southwest {
  left: 21px;
  top: 52px;
  height: 34px;
  width: 14px;
}
#yellowbar #region-kc_area {
  left: 21px;
  top: 32px;
  height: 20px;
  width: 14px;
}
#yellowbar #region-northwest {
  left: 13px;
  top: 12px;
  height: 20px;
  width: 21px;
}
#yellowbar #region-northcentral {
  left: 35px;
  top: 12px;
  height: 28px;
  width: 21px;
}
#yellowbar #region-northeast {
  left: 56px;
  top: 12px;
  height: 28px;
  width: 21px;
}

#footer {
  margin: 0 auto;
  height: 42px;
  width: 820px;
  font-size: .833em;
  color: #fff;
}

#footer p {
  margin-top: 0.6em;
  line-height: 3.6em;
}

#footer a {
  margin-left: 0.6em;
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
}

/* superfish necessary styles */
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			36px; /* match top ul list item height */
	z-index:		99;
}
img.tshirt {
	height: 72px;
	width: 72px;
	padding: 5px;
}