/*
	CSS Stylesheet for www.pe4life.com (arkansas)
	Created 9.01.2009
	By Dana Ford
	copyright River City Studio
*/


	/* ---------------------- Gloabal Declarations -------------------------------- */
	
* {
	margin: 0px;
	padding: 0px;
	font-family: "Verdana", sans-serif !important;
	font-size: 12px;
}

body {
	background-color: #9ED351;
/* 	font-family: "Verdana", sans-serif !important; */
/* 	font-size: 11px ; */
}

img {
	border: none;
}

a {
	color: #FF7800;
	outline: none;
	text-decoration: none;
}

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

#container {
	background-color: #FFFFFF;
	border: 8px solid #661A89;
	margin: 0px auto;
	padding-bottom: 10px;
	position: relative;
	width: 955px;
	min-height:600px;
}


h1 {
	color: #9933cc;
	font-size: 20px;
}

h2 {
	color: #9933cc;
	font-size: 15px;
}

#visit {
	float: right;
	/* margin-right: 20px; */
}

#visit a {
	color: #000000;
}

	/* --------------------------- Header Declarations ---------------------------- */
	
#header {
	background-image: url(/_img/header.jpg);
	background-repeat: no-repeat;
	height: 94px;
	margin-bottom: 10px;
}

#header img {
	float: right;
	margin:10px 25px 0px 0px;
}

#homeLink {
	float: left;
	height: 91px;
	width: 300px;
}

#topNav a {
 	float: left; 
}

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

/* --------------------------- Main Content Declarations ---------------------------- */

#middleContent {
	min-height: 350px;
	padding: 100px 50px 80px 50px;
}

#homeLeft {
/* 	border:1px solid #ccc; */
	width:680px;
}

#right {
/*	position:relative;
	top:0px;
	left:0px;*/
	float:right;
	width:160px;
/* 	border:1px solid #ccc; */
}


#sponsors {
	border:1px solid #9ED351;
/* 	float:right; */
	width:150px;
	height:150px;
	margin-right:20px;
	text-align:center;
}

#sponsors img {
	padding: 10px 0px 10px 0px;
}

#sponsors h2 {
	width: 150px;
	height:25px;
	padding-top:5px;
	background-color: #9ED351;
	color:#fff;
	text-align:center;
}

/* --------------------------- Navigation Declarations ---------------------------- */

#topNav ul li {
	position: relative;
	float: left;
	list-style-type: none;
}

#topNav ul li a {
	display: block;
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
	height: 30px;
	width: 116px;
	padding-top: 15px;
	border-width: 5px;
	border-style: solid;
	margin: 5px;
	margin-bottom: 0px;
}

/* levels two and beyond */

#topNav ul li ul li a {
	text-transform:none;
	font-size:11px;
	text-align:left;
	font-weight:normal;
}


	/* choose the colors for each nav button and its children */



#nav li.link1 a {
	background-color:#9ED351;
	border-color:#9ED351;
}

#nav li.link1 a:hover {
	background-color:#fff;
	color:#9ED351;
}

#nav li.link2 a {
	background-color:#381084;
	border-color:#381084;
}

#nav li.link2 a:hover {
	background-color:#fff;
	color:#381084;
}

#nav li.link3 a {
	background-color: #681888;
	border-color: #681888;
}

#nav li.link3 a:hover {
	background-color: #fff;
	color: #681888;
}

#nav li.link4 a {
	background-color: #6699FF;
	border-color: #6699FF;
}

#nav li.link4 a:hover {
	background-color: #fff;
	color: #6699FF;
}

#nav li.link5 a {
	background-color: #FDD435;
	border-color: #FDD435;
}

#nav li.link5 a:hover {
	background-color: #fff;
	color: #FDD435;
}

#nav li.link6 a {
	background-color: #9ED351;
	border-color: #9ED351;
}

#nav li.link6 a:hover {
	background-color: #fff;
	color: #9ED351;
}

#nav li.link7 a {
	background-color: #381084;
	border-color: #381084;
}

#nav li.link7 a:hover {
	background-color: #fff;
	color: #381084;
}

/* this stuff keeps the children in line, so to speak */
#nav ul {
	position:absolute;
	display:none;
	top:60px;
	left:5px;
	z-index:100;
}

#nav ul ul{
	top:auto;
}	

#nav li ul ul {
	left:115px;
	margin:0px 0 0 10px;
}


#topNav ul li ul a {
	height: auto;
	margin: 0px;
	padding: 4px;
	border: 1px solid #ffffff;
}

/* --------------------------- Video Declarations ------------------------------ */

#video {
	text-align:center;
}

/* --------------------------- Forms Declarations ------------------------------ */
form {
	border:2px dashed #9ED351;
	padding:10px;
	width:300px;
	background-color:#D4F7A2;
}
form p {
  margin-top: 15px;
	font-weight:bold;
}

td {
	vertical-align:bottom;
}

input, textarea, select {
	border: 1px solid #222;
	background-color: #DDF;
	padding: 2px;	
}

.lineUp {
	position: absolute;
	left: 200px;
}

.button {
	background-color:#9ED351;
	color:#000;
	font-size:14px;
	float:right;
}

.red {
  background-color: #FFD287;
  padding: 15px;
  color: #900;
  border: 1px solid #FFAD01;
	margin-bottom:10px;
}

.green {
  background-color: #D4F7A2;
  padding: 15px;
  color: #000;
  border: 1px solid #9ED351;
	margin-bottom:10px;
}


.right {
	text-align:right;
}

/* --------------------------- Footer Declarations ---------------------------- */

#footer {
	margin: 20px 0px 10px 0px;
	text-align: center;
}

#footer a {
	color: #FF7800;
	margin: 0px 8px 0px 6px;
}

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

#footer span {
	color: #381084;
}

#socMedia img {
	margin: 10px 10px 0 0px;
}


