* {
	margin:0;
	padding:0;
}

body {
	background-color:#000;
	background-image: url(../img/johns_run_bgbody.jpg);
	background-repeat: repeat-x;
	background-attachment: fixed;
	background-position: 0px 0px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}

#container_top {
	background-image: url(../img/johns_run_top.gif);
	background-repeat:no-repeat;
	background-position: 0px 0px;
	margin:0 auto 0 auto;
	width:960px;
	height:140px;
}

#container_top p {
	color: #000;
	font-size: 12px;
	font-weight: normal;
	text-align: center;
	margin:0 0 10px 0;
	padding:0;
}

#container_top a {
	color: #000;
	text-decoration: none;
}

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

#container_top .topbox1 {
	float:left;
	margin:90px auto 0 110px;
	width:270px;
}

#container_top .topbox2 {
	float:left;
	margin:0 auto 0 auto;
	width:200px;
	height:140px;
}

#container_top .topbox3 {
	float:left;
	margin:90px auto 0 auto;
	width:300px;
}

#container_main {
	background-color:#FFF;
	margin:0 auto 0 auto;
	width:900px;
}

#content {
	margin:0 auto 0 auto;
	padding:20px 30px 10px 30px;
}

#content .main {
	font-size: 12px;
	text-align: left;
	margin:0 auto 20px auto;
	padding:0 auto 0 auto;
}

.main p {
	color: #000;
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
	text-align: left;
	margin:0 0 10px 0;
	padding:0;
}

.main tr td {
	border-top:#e3e3e3 1px solid;
	margin:0 auto 0 auto;
	padding:0 auto 0 auto;
}

#content .endinfo {
	border-top:#69C 1px solid;
	margin:0 auto 0 auto;
	padding:0 auto 0 auto;
}

.endinfobox {
	border-right:#e3e3e3 1px solid;
	float:left;
	margin:20px 10px 10px 0;
	padding:0 10px 0 0;
	width:188px;
}

.endinfo p {
	color: #666;
	font-size: 11px;
	font-weight: normal;
	line-height: 15px;
	text-align: left;
	margin:0 0 10px 0;
	padding:0;
}

#topnavcontainer {
	background-color:#000;
	background-image: url(../img/johns_run_bgmenu.gif);
	background-repeat:repeat-x;
	text-align:center;
	margin:0 auto 0 auto;
	padding:0;
	width:900px;
	height: 40px;
}

#topnav {
	background-color:#666;
	border:#FFF 1px solid;
	color:#CCC;
	font-size: 12px;
	font-weight: normal;
	text-align:center;
	margin:0 auto 0 auto;
	padding:7px 20px 7px 20px;
	width:780px;
}

#topnav a {
	color: #FFF;
	font-weight:bold;
	text-decoration: none;
	text-transform: uppercase;
}

#topnav a:hover {
	color: #69C;
	text-decoration: none;
}

#indexslides {
	background: #000;
	margin: 0 auto 0 auto;
	width: 900px;
	height: 380px;
}

#indexslides .slide {
	position: absolute;	
	width: 900px;
	height: 380px;
}

#slideshow {
	background: #FFF;
	margin: 0 auto 0 auto;
	width: 600px;
	height: 450px;
}

#slideshow .slide {
	position: absolute;	
	width: 600px;
	height: 450px;
}

#subnav {
	background-color:#933;
	color:#CCC;
	font-size: 12px;
	font-weight: normal;
	text-align:center;
	margin:0 auto 0 auto;
	padding:7px 20px 7px 20px;
	width:340px;
}

#subnav a {
	color: #FFF;
	font-weight:bold;
	text-decoration: none;
	text-transform: uppercase;
}

#subnav a:hover {
	color: #CCC;
	text-decoration: none;
}

#subpage_header {
	background-color:#69C;
	color:#FFF;
	margin:0 auto 0 auto;
	padding:0;
	height:90px;
}

#subpage_header h1 {
	color:#FFF;
	font-size: 40px;
	font-weight: bold;
	text-align:left;
	text-transform:uppercase;
	margin:0 auto 0 auto;
	padding:50px 0 0 30px;
	float:left;
}

#subpage_header img {
	float:right;
}

#footer {
	color: #999;
	font-size: 10px;
	font-weight: normal;
	padding:0;
	margin:10px auto 10px auto;
	width:900px;
}

#footer .footer_left {
	float:left;
	text-align:left;
	margin:0 auto 0 auto;
	width:430px;
}

#footer .footer_right {
	float:right;
	text-align:right;
	margin:0 auto 0 auto;
	width:430px;
}

#footer a {
	color: #999;
	text-decoration: none;
}

#footer a:hover {
	color: #FFF;
	text-decoration: none;
}


h1 {
	font-size: 23px;
	color: #900;
	font-weight: normal;
}

h2 {
	font-size: 21px;
	color: #F00;
	font-weight: normal;
}

h3 {
	font-size: 18px;
	color: #69C;
	font-weight: normal;
}

h4 {
	font-size: 16px;
	color: #666;
	font-weight: normal;
}

h5 {
	font-size: 14px;
	color: #69C;
	font-weight: normal;
}

h6 {
	font-size: 12px;
	color: #666;
}

img {
	border:none;
}

input {
	font-size: 11px;
	text-align: left;
}

textarea {
	font-size: 11px;
	line-height:16px;
	text-align: left;
	width:400px;
}

p {
	color: #333;
	font-size: 11px;
	font-weight: normal;
	line-height: 15px;
	text-align: left;
	margin:0 0 10px 0;
	padding:0;
}

ul {
	padding: 0 0 0 20px;
}

li {
	padding: 0 0 5px 0;
}

.center {
	text-align: center;
}

.colorreddark {
	color:#933;
}

.colorred {
	color:#F00;
}

.colorblue {
	color:#69C;
}

.colorgray {
	color:#666;
}

.container_tab {
	background-color:#FFF;
	float:left;
	margin:0 20px 20px auto;
	width:400px;
}

.container_tabcontent {
	background-image: url(../img/johns_run_tabgrad.gif);
	background-repeat:no-repeat;
	background-position:bottom;
	border-top:none;
	border-right:#F00 2px solid;
	border-bottom:#F00 2px solid;
	border-left:#F00 2px solid;
	margin:0 auto 0 auto;
	padding:0 30px 0 30px;
}


.float_left {
	float:left;
	margin:0 20px 10px 0;
}

.float_right {
	float:right;
	margin:0 0 10px 20px;
}

a {
	color: #F00;
	text-decoration: none;
}

a:hover {
	color: #900;
	text-decoration: underline;
}

