@charset "utf-8";
/* CSS Document */

#header-hero{
	background: url(../images/about-header.jpg) top left no-repeat;
}

.about-pace #snav-about-pace a,
.how-pace-works #snav-how-pace-works a,
.board #snav-board a,
.faq #snav-faq a,
.contact #snav-contact a,
.sitemap #snav-sitemap a
{
	background-color:#fff;
}

/* Default Page */

.about-pace .primary-col ol {
	margin-left:25px;
	list-style:decimal;
}

.about-pace .primary-col ol li{
	padding-bottom:10px;
}

/*

/* Board page */
.board dl {
	padding-left:25px;
	margin:20px 0;
	height:1%;
	padding-bottom:10px;
}


dl#scana {
	
}

dl#progress {
	
}

dl#duke {
	
}
dl#ors{
	
}
dl#sceo {
	
}
/* End Board page */


/* FAQ Page */
#faq{
	margin-bottom:150px;
}
/* End FAQ Page */

/* Contact */
.contact dl {
	padding-left:20px;


}
.contact dt{
	margin-top:15px;
}

.contact #page-content h5
{
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color:#206aa5;
	margin-top:20px;
	margin-bottom:5px;
	font-size:15px;
	font-weight:normal;
}
/* End Contact Page */


.sitemap .primary-col ul,
.two-col-no-left-nav .secondary-col ul
{
	list-style:none;
	padding-left:0px;
}

.sitemap .treeview li {
	padding:0px 0 7px 16px;
}

.sitemap .treeview a.selected{
	background-color:none;
}

.sitemap .treeview .hitarea{
	margin-right:3px;
	background-position:-64px -23px;
}
.sitemap .treeview .expandable-hitarea{
	background-position:-80px -1px;
}

.two-col-no-left-nav .secondary-col li#nav-home{
	margin-top:20px;
}