/* Must Not Sleep / Must Warn Others

-----------------------------------------------
"I've Never Had A Dream In My Life Because A
Dream Is What You Want To Do But Still Have
Not Pursued. I Knew What I Wanted And Did It
Until It Was Done, So I've Been The Dream I
Wanted To Be Since Day One." ~ A. Rock
----------------------------------------------- */


/* General
----------------------------------------------- */

body {
	margin: 0px;
	background: white;
    color: #666666;
	font-family: Lucida Grande,Verdana,Arial,Serif;
	font-size: 10px;
	line-height: 18px;
	border-top: 3px solid #7DBE36;
}



/* Links
----------------------------------------------- */

a, a:link {
    color: #7DBE36;
	text-decoration:underline;
  	
}

a:visited {
    color: #7DBE36;
	text-decoration:underline;
	}

a:hover {	
    color: #fff;
	text-decoration:underline;
	background-color: #7DBE36;
	}


/* Headers
----------------------------------------------- */

h1 {
	padding: 5px 0px 0px 0px;
	margin: 0;
	font:"Lucida Grande",Verdana,Arial,Serif;
  	text-transform:uppercase;
	font-size: 14px;
	line-height: 18px;
	color: ##7DBE36;
	font-weight: normal;

}

h2 {
	padding: 0px 0px 10px 0px;
	margin: 0;
	font:"Lucida Grande",Verdana,Arial,Serif;
  	text-transform:uppercase;
	font-size: 14px;
	line-height: 18px;
	color: #7DBE36;
	font-weight: normal;

}


h3 {
	padding: 0px;
	margin: 0px;
	font:"Lucida Grande",Verdana,Arial,Serif;
	text-transform:uppercase;
	font-size: 14px;
	line-height: 18px;
	color: #7DBE36;
	font-weight: normal;
	float: left;

}

.title {
	padding: 0px 0px 0px 0px;
	margin: 0;
	font:"Lucida Grande",Verdana,Arial,Serif;
	text-transform:uppercase;
	font-size: 14px;
	line-height: 18px;
	color: #7DBE36;
	font-weight: normal;
	

}
.titleJump {
	padding: 0px 0px 0px 0px;
	margin: 0;
	font-family:"Lucida Grande",Verdana,Arial,Serif;
	font-size: 22px;
	line-height: 18px;
	color: #797A1C;
	font-weight: normal;
	float: left;

}

.team {
	padding: 0px 0px 0px 0px;
	margin: 0;
	font:"Lucida Grande",Verdana,Arial,Serif;
	font-size: 16px;
	line-height: 18px;
	color: #7DBE36;
	font-weight: normal;

}

/* Lists
----------------------------------------------- */

ul, li {
	list-style: none;
	margin: 0;
	padding: 0px;
}


/* Extras
----------------------------------------------- */

.byline {
	clear: both;
	border-bottom: solid #ccc 1px;
	margin:5px 0px 10px 0px}

.bylineClear {
	clear: both;
	margin-bottom: 0px;
	border-bottom: solid #fff 1px;
}


.image-frame {
	/*background-color: #E5E5D2;*/
	width: 600px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #FFFFFF;
	border-bottom-style: none;
	margin: 0px;
	padding: 0px;
}

.img_float {
	border: solid #ccc 1px;
	margin: 0px;
	margin-left: 0px;
	margin: 0px;
	margin-right: 10px;
	margin-bottom: 10px;
	float: left;
}

.quote {
	padding: 0px 0px 5px 0px;
	margin: 0;
	font:"Lucida Grande",Verdana,Arial,Serif;
  	font-size: 14px;
	line-height: 16px;
	color: #666666;
	font-weight: normal;

}

.jumpmenu {
	padding: 0px;
	margin: 0px 0px 10px 0px;
	float: right;

}

img{
text-decoration:none;
border: none;
}