/*
 * default/public/info/info.css
 * Copyright (c) 2005-2008 McLean Media. All rights reserved.
 * @version 2008-03-14
 */

@import "../public.css";

/* --- aboutPage --- */

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

#aboutPage p {
	margin-top: 6px;
	margin-bottom: 8px;
}
#aboutPage p em {
	font-weight: bold;
	font-style: normal;
}

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

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

#aboutPage #MHF_screen {
	display: block;
	float: right;
	margin: 0px 20px 4px 10px;
	width: 132px;
	height: 106px;
	background-image: url('MHF_screen.jpg');
	background-repeat: no-repeat;
}

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

#aboutPage #nsdlLink {
	display: block;
	position:relative;
	width: 114px;
	height: 28px;
	background-image: url('../../nsdlLogo.jpg');
	background-repeat: no-repeat;
}

/* --- privacyPolicyPage --- */

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

#privacyPolicyPage h2 {
	font: normal 14px Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
    background-color: transparent;
	text-align: left;
	text-decoration: none;
	margin-bottom: 4px;
}

/* --- termsPage --- */

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

#termsPage h2 {
	font: normal 14px Verdana, Arial, Helvetica, sans-serif;
	color: #666666;
    background-color: transparent;
	text-align: left;
	text-decoration: none;
	margin-bottom: 4px;
}

/* --- whySignUpPage --- */

#whySignUpPage h3 {
	width: 140px;
	margin: 0px;
	color: #184F66;
	background-color: inherit;
	font: normal 18px "Comic Sans MS", Verdana, Arial, Helvetica, sans-serif;
}

#whySignUpPage #content p {
	margin: 0px;
	color: #666666;
	background-color: inherit;
	font: normal 14px Verdana, Arial, Helvetica, sans-serif;
}

#whySignUpPage ul {
	color: #666666;
	background-color: inherit;
	list-style-position: outside;
}

#whySignUpPage #intro {
	margin: 0px 0px 26px 0px;
	width: 500px;
	border-bottom-width: 4px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
}

#whySignUpPage #search {
	margin: 26px 0px 26px 0px;
	width: 500px;
	height: 325px;
	background-image: url('searchScreen.jpg');
	background-repeat: no-repeat;
	background-position: top right;
	border-bottom-width: 4px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
}

#whySignUpPage #searchTxtBox {
	text-align: left;
	padding-top: 60px;
}

#whySignUpPage #createScreen {
	margin: 20px 0px 26px 0px;
	width: 500px;
	height: 400px;
	background-image: url('createScreen.jpg');
	background-repeat: no-repeat;
	background-position: top left;
	text-align: right;
	border-bottom-width: 4px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
}

#whySignUpPage #createTxtBox {
	float: right;
	text-align: left;
	width: 160px;
	padding-top: 10px;
}


#whySignUpPage #assignScreen {
	margin: 20px 0px 26px 0px;
	width: 500px;
	height: 400px;
	background-image: url('assignScreen.jpg');
	background-repeat: no-repeat;
	background-position: top right;
}

#whySignUpPage #assignTxtBox {
	text-align: left;
	width: 160px;
	padding-top: 60px;
}