@media print{
  /* Does this need a print style or does it print fine as is? */
}

body {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	font-size: 100%;
	background: #FFF url(../images/banner-bg.png) repeat-x top;
	margin: 0px;
	padding: 0px;
}
div#wrapper{
	width: 965px;
	margin: 0px auto;
    position: relative;
}
div#banner{
	background: url(../images/banner-rl-bg-965x128.png) no-repeat top left;
	width: 965px;
	height: 128px;
	overflow: hidden;
}
h1{
	font-weight: normal;
	font-size: 18px;
	line-height: 18px;
	white-space: nowrap;
	color: #FFF;
	margin: 0px;
	padding: 0px;
	margin-top: 45px;
	margin-left: 200px;
}
h1 span.stateName{
	text-transform: uppercase;
	display: block;
	font-size: 60px;
	line-height: 62px;
}
div#contentPrimary{
	margin-left: 200px;
}
h2{
	margin-top: 1.5em;
	margin-bottom: 0;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 24pt;
	color: #333;
}
h3{
	margin-top: 1.5em;
	margin-bottom: 0;
	text-transform: uppercase;
	font-weight: normal;
	font-size: 18pt;
	white-space: nowrap;
	color: #333;
}
p,
ul li {
	color: #333;
	line-height: 1.2;
}
ul li{
	font-size: 80%;
	margin-bottom: .5em;
	line-height: 1;
}
#map{
	width: 760px;
	height: 480px;
	border: 2px solid #000;
}
div.mapCaption{
	background-color: #ccc;
	width: 756px;
	border: 2px solid #000;
	margin-top: 0px;
	padding: 4px 2px;
}
div.mapCaption p{
	font-size: 80%;
	line-height: 1.4;
	margin: 0px;
}

table.manage {border-collapse: collapse; border: 1px solid #ccc;}
table.manage th, 
table.manage td {
    border: 1px solid #ccc; 
    border-width: 1px 0px; 
    text-align: left; 
    vertical-align: top; 
    padding: 3px 20px 3px 3px; 
    font: normal .8em/1.3 Helvetica;
}
table.manage th {
    font-weight: bold;
    color: #fff;
    background-color: #000;
    text-transform: uppercase;
    padding-top: 10px;
}
address{
    white-space: nowrap;
    font-style: normal;
}
span.range{font-weight: bold;}


div.rangeInfo{
	line-height: 1.3;
	font-size: 80%;
	width: 760px;
	border-top: 1px solid #ccc; 
	padding-top: 5px;
	clear: both;
	overflow: hidden;
}
div.mapped{
	background: url(../images/mapped.png) no-repeat top left;
}
div.unmapped{
	background: #FEE url(../images/unmapped.png) no-repeat top left;
}
div.unmapped span.corrections a{
	color: #F00;
}
div.rangeInfo h3{
	font-weight: bold;
	font-size: 1.2em;
	text-transform: none;
	margin: 0px;
	margin-left: 16px;
	width: 188px;
	white-space: normal;
}
div.rangeInfo h3,
div.rangeInfo div{
	float: left;
	padding-bottom: 10px;
}
div.rangeInfo div{
	margin-left: 10px;
	width: 540px;
	color: #333;
}
div.rangeInfo div address{
	display: inline;
	padding-right: 5px;
}
div.rangeInfo div span.phone{
	padding-right: 5px;
}
div.rangeInfo div span.sports,
div.rangeInfo div span.access{
	display: block;
}

/* Admin Forms */

fieldset{
    margin-bottom: 2em;
}
legend {
    font-size: 0.8em;
    text-transform: uppercase;
    color: brown;
}
label {
    display: block;
    margin-top: 1.5em;
    font-size: .8em;
    font-weight: bold;
}
input[type=text]{
    width: 20em;
}
textarea{
    width: 30em;
    height: 10em;
}
input#areaCode{
    width: 2em;
}
input#phone1{
    width: 2em;
}
input#phone2{
    width: 3em;
}

div#contentSecondary{
	position: absolute;
	width: 160px;
	top: 171px;
	left: 0px;
}
div#contentSecondary h2{
	margin-top: 2px;
	font-size: 14px;
	color: #FF0000;
}
div#contentSecondary h2 + p{
	margin-top: 5px;
}
div#contentSecondary p{
	font-size: 12px;
	line-height: 18px;
	margin: 10px 0px;
}


form#switchStates{
	margin: 12px 0px;
	height: 20px;
	text-align: right;
}
form#switchStates fieldset{
	border: none;
	margin: 0px;
	padding: 0px;
}
form#switchStates label{
	display: inline;
	font-weight: normal;
	text-transform: uppercase;
	font-size: 12px;
}
/* Google AdSense, Project Wonderful div */
div#AdSense,
div#projectWonderful{
	margin-top: 24px;
	width: 160px;
}



/* State pages */

	#suggestNewRange{
		color: #f00;
		text-transform: uppercase;
		text-align: right;
		margin-top: 0.5em;
		font-size: 12px;
	}
	#suggestNewRange a{
		color: #f00;
	}
	form#rangeFilter{
		margin: 1em 0px;
		padding: 0px;
		display: none;
	}
	form#rangeFilter label{
		padding: 0px;
		margin: 0px;
	}
	#filterFeedback{
		font-weight: normal;
		color: #666;
		padding-left: 10px;
	}
	p.fieldNotes{
		font-size: 80%;
		color: #666;
		margin: 3px 0px;
		font-style: oblique;
	}
	form#rangeFilter label,
	form#rangeFilter p.fieldNotes{
		width: 535px;
		margin-left: 200px;
	}