/* -------------------------------------------------------------------------------------------- */
/* ABOUT PAGES  - global */
body#about #content a {
	color: #727576;
	text-decoration: underline;
}
body#about #footer a {
	text-decoration: none;
	color: #6d6d6d;
}
body#about #footer a:before {
	content: "\2192 \0020";
}
body#about #footer a:hover {
	color: #ccc;
}
body#about .about-contact a:hover, 
body#about .about-faq a:hover {
	color: #505252;
}
body#about .about-contact {
	background: #e5ebed url(../_img/about-contact-bg.jpg) no-repeat 0px 10px;
	min-height: 723px;
}
body#about .about-faq {
	background: #e5ebed url(../_img/about-faq-bg.jpg) no-repeat -1px 50px;
}
body#about .about-techinfo {
	background: #e5ebed url(../_img/about-techinfo-bg.jpg) no-repeat 0px 50px;
}
body#about .about-directions {
	background: #e5ebed url(../_img/about-directions-bg.jpg) no-repeat center bottom;
}
body#about .about-history {
	background: #e5ebed url(../_img/about-history-bg.jpg) no-repeat 524px 50px;
}
body#about .about-faq a {
	text-decoration: none; 
}
body#about #content {
	padding-top: 10px;
}
body#about #subnav {
	background: url(../_img/about-subnav-bg.png) no-repeat top center;
	padding: 0px 10px 0px 10px;
}
body#about #subnav ul {
	width: 440px;
	height: 30px;
	margin-left: auto;
	margin-right: auto;
}
body#about #subnav ul li {
	float: left;
	margin-right: 35px;
	padding-top: 14px;
}
body#about #subnav ul li:last-child {
	margin-right: 0px;
}
body#about #subnav ul li.active {
	background: url(../_img/about-subnav-active.png) no-repeat top center;
}
body#about #subnav ul li a {
	text-indent: -9999px;
	display: block;
	height: 11px;
	background-repeat: no-repeat;
}
body#about #subnav ul li a:hover {
	opacity: .7;
}
body#about #subnav ul li.active a:hover {
	opacity: 1;
}
body#about #subnav ul li.contact a {
		background-image: url(../_img/subnav_contact.png);
		width: 60px;
	}
body#about #subnav ul li.faq a {
		background-image: url(../_img/subnav_faq.png);
		width: 25px;
	}
body#about #subnav ul li.tech-info a {
		background-image: url(../_img/subnav_tech-info.png);
		width: 65px;
	}
body#about #subnav ul li.directions a {
		background-image: url(../_img/subnav_directions.png);
		width: 74px;
	}
body#about #subnav ul li.history a {
		background-image: url(../_img/subnav_history.png);
		width: 52px;
	}

/* ---------------------------------------------------------------------------------------------------- */
/* ABOUT */
body#about .cards {
	margin-left: 384px;
	margin-top: 20px;
}
body#about dl {
	width: 460px;
	border: 1px solid #727576;
	margin-bottom: 10px;
	font-size: 13px;
	line-height: 1.5em;
}

body#about dt {
	height: 38px;
	text-indent: -9999px;
	background: #929698 url(../_img/contact-sprite-headers.png) no-repeat 10px 0px;
}
body#about dt.eight-off-eighth {
	background-position: 10px -38px;
}
body#about dt.private-parties {
	background-position: 10px -76px;
}
body#about dt.other {
	background-position: 10px -114px;
}
body#about dd {
	padding: 10px 15px 15px 15px;
}
body#about dd address {
	font-style: normal;
	display: block;
	float: left;
	width: 250px;
	margin-bottom: 10px;
}
body#about dd ul li {
	margin-bottom: 5px;
}
body#about dd ul li a, body#about dd a.email {
	background: url(../_img/contact-email-icon.png) no-repeat;
	padding: 2px 0px 2px 26px;
}
body#about dd a.facebook {
	background: url(../_img/contact-facebook.png) no-repeat top right;
	padding: 2px 45px 2px 0px;
}
body#about dl.other ul {
	float: left;
	width: 200px;
	margin-right: 10px;
}
/* ---------------------------------------------------------------------------------------------------- */
/* FAQ */
body#about .faq-block {
	margin-left: 320px;
	margin-top: 30px;
}
body#about .techinfo-block {
	margin-left: 350px;
	margin-top: 30px;
}
body#about .faq-block ol {
	margin-left: 15px;
	margin-top: 10px;
	margin-bottom: 50px;
	list-style-position: outside;
	list-style-type:decimal;
	padding-right: 20px;
}
body#about .faq-block ol li {
	margin-bottom: 5px;
}
body#about .faq-block ol a {

}
body#about .faq-block ol .answer {
	color: #9aa2a5;
	margin-bottom: 20px;
	display: none;
}
body#about h2.sifr {
	font-family: "Rockwell","Courier New", mono;
	font-weight: bold;
	font-size: 36px;
	margin-right: 10px;
	background-color: #e6ebee;
	margin-bottom: 10px;
	color: #000;
	line-height: 1em;
}
/* ---------------------------------------------------------------------------------------------------- */
/* TECH INFO */
body#about h3.sifr {
	font-family: "Rockwell","Courier New", mono;
	font-weight: normal;
	font-size: 24px;
	margin-right: 10px;
	background-color: #e6ebee;
	color: #000;
	line-height: 1em;
}
body#about .techinfo-block .section {
	margin-top: 10px;
	margin-bottom: 25px;
}
body#about .techinfo-block p {
	margin-bottom: 12px;
	margin-right: 40px;
}
/* ---------------------------------------------------------------------------------------------------- */
/* DIRECTIONS */
body#about .directions-block {
	margin: 20px;
}
body#about .directions-block .gmap {
	width: 540px;
	height: 450px;
	border: 1px solid #8a8e8f;
	float: left;
}
body#about .directions-block h2.sifr {
	width: 220px;
}
body#about .directions-block .copy {
	margin-left: 30px;
	width: 240px;
	float: left;
}
body#about .directions-block .copy p {
	margin-bottom: 10px;
}
/* ---------------------------------------------------------------------------------------------------- */
/* HISTORY */
body#about .history-block  {
	margin-left: 30px;
	width: 450px;
	line-height: 1.5em;
	font-size: 13px;
}
body#about .history-block p {
	margin-bottom: 20px;
	padding-left: 2px;
}

/* ---------------------------------------------------------------------------------------------------- */
/* GEAR */
body#about .promo-block {
	float: right;
	width: 220px;
	font-size: 9px;
	text-transform: uppercase;
	line-height: 1.3em;
	font-weight: bold;
	padding: 15px 5px 15px 15px;
}
body#about .promo-block a img {
	border: none;
	padding-bottom: 12px;
}
body#about .promo-block a {
	text-decoration: none;	
}
body#about .promo-block p {
	padding-left: 25px;	
}