body{
	background: #FFF;
	font-family: Verdana,Arial,sans-serif;
	margin: 0;
	color: #636363;
}

@font-face {
	  font-family: CenturyGothic;
	  src: url(/fonts/CenturyGothic.eot);
}
@font-face {
	  font-family: CenturyGothic;
	  src: url(/fonts/GOTHIC.TTF);
}

#outerHolder {
	margin: 0 auto;
	padding-top: 100px;
	width: 960px;
}
#holder {
	margin: 0 auto;
	position: relative;
}

h1 {
	color: #85000C;
	font-family: CenturyGothic;
	font-size: 3.5em;
	margin: 40px 0 5px;
}
h2, h3 {
	font-family: CenturyGothic;
	font-size: 2em;
	line-height: 31px;
	margin: 5px 0;
}
h2 {
	color: #85000C;
}
h2 a,
h2 a:link,
h2 a:visited,
h2 a:active {
	color: #85000C;
}
a,
a:link,
a:visited,
a:active {
	color: #636363;
}


/* @group Header */

/* @group Nav */

#navOuterHolder {
	position: absolute;
	left: 0;
	right: 0;
	background: #911202;
	width: 100%;
	height:72px;
	z-index:100;
}
body > #navOuterHolder {
	position: fixed;
}
#navHolder {
	margin: 0 auto;
	width: 960px;
}

#navHolder nav ul {
	padding: 0;
	list-style: none;
}
#navHolder nav ul li {
	display: inline;
}
#navHolder nav ul li a,
#navHolder nav ul li a:link,
#navHolder nav ul li a:visited,
#navHolder nav ul li a:active {
	display: inline-block;
	font-family: CenturyGothic;
	color: #FFF;
	font-size: 1.8em;
	text-decoration: none;
	padding: 23px 0;
	margin: 0 60px 0 0;
}
#navHolder nav ul li ul.about {
	padding-left: 100px;
}
#navHolder nav ul li ul.resources {
	padding-left: 425px;
}
#navHolder nav ul li a:hover {
	text-decoration: underline;
	color: #FFF;
}
#navHolder nav ul li ul {
	position: absolute;
	display: none;
	width: 150px;
}
#navHolder nav ul li ul li {
	display: block;
	width: 150px;
}
#navHolder nav ul li ul li a,
#navHolder nav ul li ul li a:link,
#navHolder nav ul li ul li a:visited,
#navHolder nav ul li ul li a:active {
	display: block;
	background-color: #AFAFAF;
	width: 130px;
	margin: 0;
	padding: 10px;
	font-size: 1em;
}
#navHolder nav ul li ul li a:hover {
	background-color: #960807;
	color: #FFF;
}

/* @end */

/* @group Logo */

header .logo {
	margin-top: 9px;
}
header aside {
	display: block;
	width: 150px;
	float: right;
	font-size: 0.9em;
	padding-bottom: 5px;
	border-bottom: 1px solid #000;
	padding: 0 0 12px 435px;
}

/* @end */

/* @end */

/* @group Body */

#body {
	
}
#body .group {
	float: right;
}
#body article {
	display: block;
	float: left;
	width: 500px;
	font-size: 1.1em;
}

/* @group Promos */

#body section.bottom {
	display: block;
	border-top: 1px solid #AFAFAF;
	margin-top: 30px;
	padding-top: 30px;
}
#body section.bottom .promos {
	float: left;
	padding-right: 20px;
}
#body section.bottom .right {
	padding: 0;
}
#body section.bottom .right img {
	margin-right: 3px;
}
#body section.bottom .right aside a {
	display: block;
	float: right;
	margin-top: 10px;
	font-size: 1.2em;
	color: #85000C;
}

/* @end */

#content {
	float: left;
	width: 650px;
}
#content h3 {
	font-size: 1.8em;
}

/* @group Sidebar */

aside.sidebar {
	display: block;
	float: right;
	width: 200px;
	border-left: 1px solid #AFAFAF;
	padding: 0 0 20px 30px;
}
aside.sidebar section img {
	margin-bottom: 5px;
}

/* @end */

/* @group Pages */

.sortCat {
	float: right;
	margin: 5px 0;
}

/* @group Content List */

.contentList {
	border-bottom: 1px solid #e7e7e7;
	margin-bottom: 15px;
	padding-bottom: 15px;
}
.contentList h2 {
	font-size: 1.6em;
	margin-bottom: 0px;
}
.contentList .image {
	float: left;
	margin-right: 20px;
}
.contentList p {
	margin: 5px 0;
}

/* @end */

/* @end */

/* @end */

/* @group Footer */

footer {
	display: block;
	border-top: 1px solid #000;
	margin: 30px 0;
	padding-top: 30px;
	color: #AFAFAF;
	font-size: 0.9em;
}
footer a,
footer a:link,
footer a:visited,
footer a:active {
	color: #AFAFAF;
	text-decoration: none;
}
footer a:hover {
	text-decoration: underline;
}
footer details {
	display: block;
	margin-top: 10px;
}
footer aside.right {
	/* Crane West Logo */
	display: block;
	float: right;
}

/* @end */

/* @group Form */

form.style label {
	float: left;
	clear: left;
	width: 140px;
	margin: 5px 10px 10px 0;
	text-align: right;
}
form.style input.text {
	float: left;
	margin-top: 5px;
	width: 200px;
	border: 1px solid #AFAFAF;
}
form.style input.checkbox {
	float: left;
	margin-top: 5px;
}
form.style select {
	float: left;
	margin-top: 5px;
	width: 200px;
}
form.style textarea {
	width: 300px;
	height: 200px;
	margin-top: 5px;
	border: 1px solid #AFAFAF;
}
form.style .submit {
	width: 70px;
	height: 30px;
}
form.style .send {
	width: 120px;
}
form.style .captcha {
	margin: 0 0 10px 145px;
}

form.labelSmall label {
	width: 80px;
}
form.labelSmall .captcha {
	margin-left:  85px;
}
form.style .captcha label,
form.labelSmall .captcha label {
	float:none;
	width: auto;
	text-align:left;
}
form.style .captcha input,
form.labelSmall .captcha input {
	float:none;
	width: auto;
	text-align:left;
}

#worksheet {
	margin-top: 20px;
}

#endorsements label {
	clear: none;
	width: auto;
}
#endorsements input {
	width: auto;
	margin: 7px 8px 5px;
	clear: left;
}

/* @end */

/* @group Staff */

.staff {
	float: left;
	width: 320px;
	height: 185px;
	margin: 5px 0;
}
.staff img {
	float: left;
	margin-right: 10px;
}

/* @end */

/* @group Classes */

.clear {
	clear: both;
	height: 0px;
	overflow: hidden;
}
.required {
	color: #ad0a0a;
}
.hidden {
	display: none;
}
.right {
	float: right;
}

/* @end */


#intro ul{
  padding-left: 12px;
}
#intro ul li{
  margin: 0 0 6px 0;
}




