/*
 * default/public/info/info.css
 * (c) 2008-2009 McLean Media, all rights reserved.
 * @version 2009-06-08
 */

@import "root.css";

.fragment {
	display: block;
	margin: 0px;
	padding 0px;
	height: 0px;
	line-height: 0px;
}

a.gotoTop {
	display: block;
	margin: 0px; /*  margin: 6px 0px 20px 0px; */
	padding-left: 28px;
	width: 60px;
	height: 30px;
	background-image: url('leftUpArrow.gif');
	background-repeat: no-repeat;
	background-position: top left;
	text-align: left;
	border: none;
	font-size: 12px;
	line-height: 20px;
}

a.gotoTop:hover {
	color: #000066;
	background-color: transparent;
}


/* --- aboutPage --- */
#aboutPage #header {
	height: 20px;
	padding-left: 20px;
}

#aboutPage h4 {
	margin-bottom: 2px;
	color: #333333;
	font-weight: bold;
	background-color: #FFFFFF;
}

#aboutPage p.p2 {
	margin: 20px 0px 0px 86px; /* <<-- moved over for NSF LOGO  */
	font-size: 10px;
}

#aboutPage #nsfLink {
	display: block;
	float: left;
	margin: 10px 0px 0px 20px;
	width: 48px;
	height: 48px;
	background-image: url('nsfLogo.jpg');
	background-repeat: no-repeat;
}

#aboutPage .addressBox {
	margin-left: 10px;
}

#aboutPage .addressBox em {
	font-weight: bold;
}


/* --- faqPage --- */
#faqPage #header {
	height: 20px;
}


#faqPage ol {
	list-style: inside square;
	margin: 20px 0px 20px 0px;
	padding: 0px 0px 0px 10px;
}

#faqPage h4 {
	margin: 4px 0px 0px 50px;
	color: #CC0000;
	font-size: 14px;
}

#faqPage h3 {
	margin: 4px 0px 0px 20px;
	color: #993300;
	background-color: transparent;
}

#faqPage p {
	margin: 0px 0px 16px 46px;
}

#faqPage li {
	list-style-type: decimal;
	padding-bottom: 6px;
}

#faqPage #faq1 {
	margin: 0px 0px 10px 0px;
}

#faqPage #faq1 li {
	margin-left: 40px;
	list-style-type: none;
	font-size: 12px;
}


/* --- flashVersionPage --- */
#flashVersionPage p {
	margin: 0px 0px 6px 0px;
}

#flashVersionPage h2 {
	font: normal 18px Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
	background-color: transparent;
	text-align: center;
	text-decoration: none;
	margin-bottom: 2px;
}


/* --- privacyPolicyPage --- */
#policiesPage #header {
	height: 20px;
	margin-top: 10px;
	padding-left: 20px;
}

#policiesPage h2 {
	margin: 10px 0px 0px 0px;
}

#policiesPage p {
	margin: 0px 0px 6px 0px;
}

