/*******************************/
/* universal elements */

body {
	height: 100%;
	margin: 0;
	padding: 0;
	background-image: url('images/blue_bg.gif');
	background-repeat: repeat-y;
	font-family: georgia, times, 'times new roman', serif;
}

div {
	clear: both;
}

p, h1, h2, h3, h4, h5, h6, h7, table {
	clear: both;
}

/*******************************/
/* content elements */

div.main {
	position: absolute;
	top: 40px;
	left: 170px;
	width: 65%;
	padding-left: 5%;
	padding-top: 30px;
	padding-bottom: 50px;
	background-image: url('images/corner_blue.gif');
	background-repeat: no-repeat;
	background-position: top left;
}

p.sidebar-right {
	float: left;
	clear: right;
	width: 30%;
	padding: 10px;
	background-color: #CCC;	
}

div.splash {
	/* larger than life, set apart from normal content */
}

div.image {
	float: left;
	clear: none;
	margin-right: 20px;
	margin-bottom: 20px;
	text-align: center;
}

div.blockimage { /* used for non-inline image */
	float: none;
	margin-right: 20px;
	margin-bottom: 20px;
	text-align: center;
}

div.image-centered {
	text-align: center;
}

div.footnotes {
	/* contains any number of footnotes */
	font-size: 80%;
}

div.photoblock {
	margin-bottom: 14px;
	padding: 20px;
	border-top: 5px solid #006;
	border-right: 5px solid white;
	border-left: 10px double #006;
	border-bottom: 10px double white;
}

div.photoblock p {
	margin-top: 0;
	padding-top: 0;
	font-size: .8em;
}

div.photoblock div.image-centered {
	float: none;
}

/********************************/
/* content text classes */

.centered {
	text-align: center;
}

h1 {
	margin-top: 20px;
	padding-bottom: 6px;
	border-bottom: thin solid #006;
	color: #006;
}

h2 {
	background-color: #99CCFF;
	color: black;
	font-size: 120%;
	font-weight: bold;
}

h3 {
	font-size: 18px;
	font-weight: bold;
}

h4 {
	text-decoration: underline;
}

.timestamp {
	/* used for news section timestamps */
}

.smallcaps {
	text-transform: uppercase;
	font-size: 0.8em;
}

div.image p {
	/* image caption style */
	font-style: italic;
}

div.footnotes p {
	margin-top: 0;
	margin-bottom: 6px;
}

p.attribution {
	font-style: italic;
	text-align: right;
}

p.report-average {
	text-align: center;
	font-weight: bold;
	color: red;
}

p.footnote {
	font-size: 12px;
}

a {
	color: blue;
	font-weight: bold;
	text-decoration: none;
}

a:visited {
	color: #006;
}

a:hover {
	color: blue;
	text-decoration: underline;
}

/*
ul {
	/* unless otherwise specified, all ULs are unbulleted
	margin-left: 0;
	padding-left: 0;
	list-style: none;
}
*/

ul.submenu li {
	display: inline;
	padding: 0;
	padding-bottom: 10px;
}

ul.photonav li {
	display: inline;
	margin-left: 10px;
	padding-right: 10px;
	border-right: thin solid #006;
}

ul.photonav li.last {
	border-right: none;
}

/*******************************/
/* content table classes */

table {
	margin-bottom: 10px;
}

table caption {
	padding-bottom: 10px;
	text-align: left;
}

th {
	text-align: left;
	font-weight: bold;
	border-bottom: thick solid #006;
}

table.lined td {
	padding: 6px 20px 6px 0;
	border-bottom: 1px black dotted;
}

table.lined a {
	font-weight: normal;
}

table.report {
	border-top: thin solid #006;
	border-bottom: thin solid #006;
}

table.report td {
	padding-bottom: 10px;
	vertical-align: top;
}

table.report td.subhead {
	width: 35%;
	padding-right: 20px;
	text-align: right;
	font-weight: bold;
}

td.subhead {
	font-weight: bold;
}

/*******************************/
/* menu elements */

div.menu {
	position: absolute;
	left: 0;
	top: 66px;
	z-index: 20;
	width: 160px;
	height: 640px;
	margin-bottom: 1em;
	background-image: url("images/menu_reflector.jpg");
	background-position: 0 20px;
	background-color: transparent;
	background-repeat: no-repeat;
	color: white;
	font-size: 10px;
	font-family: verdana, helvetica, arial, sans-serif;
}

html>body div.menu {
	width: 170px;
}

/*********************************/
/* menu text classes */

div.menu p {
	margin-left: 5px;
}

div.menu li span.current {
	display: block;
	width: 100%;
	padding: 5px 5px 5px 0.5em;
	color: #006;
	background-color: #9CF;
}

div.menu ul {
	list-style: none;
	padding: 0;
	margin: 0;
	border: none;
}

div.menu li {
	margin: 0;
	font-size: 10px;
}

div.menu li a {
	display: block;
	width: 100%;
	padding: 5px 5px 5px 0.5em;
	color: white;
	font-weight: bold;
	text-decoration: none;
}

html>body div.menu li a, html>body div.menu li span.current {
	width: auto;
}

div.menu a:visited {
	color: #9CF;
}

div.menu a:hover {
	color: #006;
	background-color: #69C;
	text-decoration: none;
}
/*********************************/
/* header and footer elements */

#roadside02-logo {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 25;
	width: 224px;
	height: 40px;
	background-image: url("images/roadside_strieterlogo.gif");
	background-repeat: no-repeat;
}

#roadside02 {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
	width: 100%;
	height: 40px;
	background-image: url("images/roadside_02.jpg");
	background-position: 224px 0;
	background-repeat: repeat-x;
}

/*************************/
/* free info form page elements */

form.freeinfo h2 {
	width: 100%;
	border-bottom: thin solid #006;
	font-size: 24px;
	font-weight: bold;
}

form.freeinfo h3 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 0;
}

form.freeinfo p {
	margin-top: 0;
}

form.freeinfo ul {
	margin-top: 0;
	padding-left: 1em;
	list-style: disc;
}

form.freeinfo div {
	clear: none;
}

div.formfield {
	clear: left;
	margin-bottom: 10px;
	border: thin white solid;
}

div.label {
	float: left;
	width: 100px;
	text-align: right;
	margin-right: 10px;
	font-size: 12px;
}