/* CSS for America's Edge */
/* Written by Miles Grover */
/* www.portentinteractive.com */

/* Housecleaning */

html, body, form, h1, h2, h3, h4, h5, h6, p, ul, ol, blockquote {
	margin: 0;
	padding: 0;
}

a img {
	border: 0;
}

/* General Rules */
body {
	font-family: Arial, sans-serif;
	font-size: 13px;
	line-height: 18px;
	background-color: #999;
	text-align: center;
	padding: 60px 0;
	color: #fff;
}

a {
	color: #fff;
	font-weight: bold;
	text-decoration: underline;
}

a:hover {
	color: #ed1c24;
}

h1 {
	font-size: 22px;
	line-height: 24px;
	padding-bottom: 15px;
	color: #fff;
}

h2 {
	font-size: 18px;
	line-height: 22px;
	padding-bottom: 10px;
	color: #fff;
}

p {
	padding-bottom: 15px;
}

/* Structural Rules */
#wrap {
	width: 807px;
	background-image: url(img/bg-shadow.gif);
	background-repeat: repeat-y;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	padding: 0 4px;
	position: relative;
}

div.clear {
	clear: both;
}

/* Interior Logo */
#logo-inner {
	display: block;
	position: absolute;
	top: 0;
	left: 10px;
}


/* Nav Rules */
ul.nav {
	background-color: #000;
	list-style: none;
	height: 40px;
	text-align: right;
	padding: 0;
}

ul.nav li {
	display: inline;
	line-height: 40px;
	padding-right: 50px;
}

ul.nav a {
	font-weight: normal;
	text-decoration: none;
}

/* Main Content Rules */
#home #main {
	background-image: url(img/bg-hero.gif);
	background-repeat: repeat-y;
	background-color: #505050;
	height: 1%;
}

#main {
	background-color: #505050;
}

#main #hero {
	float: left;
	width: 357px;
}

#home #main #content {
	float: left;
	width: 390px;
	padding: 29px 22px 23px 38px;
}

#main #content {
	padding: 29px 22px;
}

#sign-wall {
	background-color: #c1bbb4;
	position: absolute;
	top: 252px;
	width: 450px;
	left: 361px;
	height: 65px;
}

#our-sign {
	background-color: #c1bbb4;
	width: 100%;
	height: 67px;
}

#sign-wall input, #sign-wall label, #our-sign input, #our-sign label {
	display: block;
	float: left;
	position: relative;
	z-index: 10;
}

#sign-wall label, #our-sign label {
	padding: 24px 3px 0 30px;
}

#sign-wall .wall-fname, #our-sign .wall-fname {
	border: 0;
	height: 16px;
	font-size: 12px;
	padding: 3px 3px 0 3px;
	margin-top: 24px;
	width: 75px;
	margin-right: 4px;
}

#sign-wall .wall-lname, #our-sign .wall-lname {
	border: 0;
	height: 16px;
	font-size: 12px;
	padding: 3px 3px 0 3px;
	margin-top: 24px;
	width: 115px;
	margin-right: 4px;
}

#sign-wall .wall-btn, #our-sign .wall-btn {
	padding-top: 6px;
}



#home-video {
	padding-top: 120px;
	padding-bottom: 21px;
	border-bottom: 1px solid #999;
	position: relative;
	margin-bottom: 17px;	
}

#video-spot {
	width: 350px;
	margin-right: auto;
	margin-left: auto;	
}

#home-video p {
	padding-bottom: 0;
	padding-top: 15px;	
}

ul, ol {
	padding-left: 35px;
	padding-bottom: 15px;
}

ol li {
	padding-bottom: 10px;
	padding-right: 10px;
}

#blackboard-names {
	background-color: #292929;
	border: 3px solid #000;
	padding: 10px 15px;
	margin-top: 20px;
}

#videotitle {
	display: block;	
}

p.gallery-links {
	width: 440px;
}

.gallery-thumb {
	padding-bottom: 10px;
	display: block;
	float: left;
	padding-right: 10px;
}