/*
Design by Nathan Barr
*/

body {
	margin: 20px;
	padding: 0;
	background: #CCFF66 url(images/background_fade.gif) repeat-x left bottom;
	font: normal small Arial, Helvetica, sans-serif;
	color: #6F4503;
}

h1, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	/*text-transform: uppercase;*/
	color: #9E6813;
}

h1, h2, h3 {
}

h4, h5, h6 {
}

p, ul, ol, blockquote {
	margin-top: 0;
}

a {
	color: #6F4503;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

img {
	border: none;
}

/* Header */

#logo {
	width: 780px;
	height: 75px;
	margin: 0 auto;
	padding: 0;
	background: #5CA3D7 url(images/top.jpg) no-repeat; /*url(images/bigbgblue2.gif) repeat-x;*/
	border: 5px solid #FFFFFF;
	border-bottom: none;
}

#logo h1 {
	text-align: center;
	font-size: 4em;
	font-weight:bolder;
	line-height: 50%;
	color: #AC1717;/*#921D16#D9381C; #C5352E*/;
}


#logo h1 .motion {
	color: #D5604A;
}

#logo .title-by {
	font-size:14px;
	text-align:left;
	
}

#logo h2 {
	text-align: center;
	font-size: 1.4em;
	color:#3971AE;
	font-weight:lighter;
}

#logo a {
	text-decoration: none;
	color: #9E6813;
}

/* Menu */

#menu {
	width: 780px;
	height: 36px;
	margin: 0 auto;
	padding: 0;
	/*background: #055CBC; sky*/
	/*background: #D5604A; pink pastel*/
	/*background: #4E4E4E; charcoal*/
	/*background: #E36F20; autumn*/
	background: #6BA501; /*evergreen*/
	border: 5px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;
	border-bottom: 1px solid #FFFFFF;;
}

#menu h2 {
	display: none;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	width: 98px;
	height: 26px;
	padding-top: 10px;
	text-align: center;
	text-decoration: none;
	color: #CCCCCC;
}

#menu a:hover, #menu .active a {
	/*background: #012987; sky*/
	/*background: #AC1717; pink pastel*/
	/*background: #000000; charcoal*/
	/*background: #DB3315; autumn*/
	background: #4A8101; /*evergreen*/
	color: #FFFFFF;
}

/* Splash */

#image {
	width: 780px;
	margin: 0 auto;
	background: #FFFFFF url(images/blue_fade.gif) repeat-x;
	border-left: 5px solid #FFFFFF;
	border-right: 5px solid #FFFFFF;
	padding-top: 0 auto;
}

/* Content */

#body {
	width: 780px;
	margin: 0 auto;
	background: #FFFFFF;
	border: 5px solid #FFFFFF;
}

#body .title {
	padding: 10px 20px;
	background: #FBEE55 url(images/smallbgyellow.gif) repeat-x left bottom;
	font-size: 1em;
}

#body .comments {
	padding: 10px 20px;
	font-size: 1em;
	color: #FA5712;
}

#body .locations {
	padding: 10px 0px;
	font-size: 1em;
	color: #FA5712;
}

#body .contacts {
	font-weight:bold;
	font-size: 1em;
	color: #FA5712;
}

#body .story {
	padding: 20px;
	border: 2px solid #FBEE55;
}

#body font {
	font-weight:bold;
}

#body .class-length {
	color:#000000;
	font-style:italic;
}

#body .highlighted-words {
	font-weight:bold;
	font-style:italic;
}

#body .facts {
	font-weight:bold;
}

#body .sources {
	font-style:italic;
}

/* bot*/

#bot {
	width: 760px;
	margin: 0 auto;
	padding: 10px 10px;
	/*background: #055CBC; sky*/
	/*background: #D5604A; pink pastel*/
	/*background: #4E4E4E; charcoal*/
	/*background: #E36F20; autumn*/
	background: #6BA501; /*evergreen*/
	border: 5px solid #FFFFFF;
	border-top: none;
}

#bot p {
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 12px;
	color: #CCCCCC;
}

#bot a {
	color: #CCCCCC;
}