/*
Design by Workforce Readiness
http://usability
*/

body {
	margin: 0;
	padding: 0;
	background: #FFFFFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #737373; /* Dark Grey */
}


#banner {
	width: 100%;
	height: 80px;
	margin: 0;
	padding: 0;
	background: #FFFFFF url(../images/p2p_banner.png) repeat-x 0 0;
}

/* Logo */

#bannerContainer {
	width: 960px;
	height: 80px;
	margin: 0 auto;
	padding: 0;
	overflow:hidden;
}

#logo {
	float:left;
	width: 375px;
	margin: 0;
}

#logo h1 {
	float: left;
	margin: 0;
	padding: 6px 15px;
	font-size: 28px;
	line-height:48px;
	color:#FFFFFFF;
	vertical-align:bottom;
}


#logo img {
	float:left;
	border: none;
	padding-right:15px;
}

#logo a {
	text-decoration: none;
	border: none;
}

/* Menu */


#menu {
	float:right;
	width: 390px;
	margin-top: 20px;
	padding: 0;
}

#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#menu li {
	float: left;
}

#menu a {
	margin: 0px;
	padding: 0px 15px 0px 15px;
	text-align:center;
	text-decoration: none;
	font-size: 14px;
	font-weight:bold;
	color: #F4F4F2;
}

#menu  a.current, #menu a:hover{
	height:120px;
	color: #FFFFFF;
	font-weight: bold;
	/* background: url(../images/menuTop_Active.png) no-repeat center bottom; */
}



form {
	width: 100%;
	margin: 0 auto;
}

input, textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000000;
}

h1, h2, h3 {
	font-family: Arial, Helvetica, sans-serif;
}

h1 {
	font-size: 18px;
	color:#FFFFFF;
}

h2 {
	font-size: 18px;
	color: #737373; /* Dark Grey */
	margin-bottom:15px;
	padding-bottom:15px;
}

h3 {
	font-size: 13px;
	font-weight: bold;
	color: #737373; /* Dark Grey */
	margin-top:25px;
	margin-bottom:5px;
}

p {
	margin-bottom: 15px;
	line-height: 200%;
	color: #737373; /* Dark Grey */
}

ul, ol {
	margin-bottom: 15px;
	line-height: 200%;
}

blockquote {
}

a {
	color: #414141;
}

a:hover {
	text-decoration: none;
	color: #CC0000; /* Bright Red */
}

hr {
	height:1px;
	background-color:#EFEFEF;
	margin:15px 0px 5px 0px;
}


/* Page */

#paper {
	width:750px;
	height:550px;
	margin:auto;
	margin-top:30px;
	background: url(../images/p2p_backgrd.png) no-repeat center top;
}

#paperMid {
	width:750px;
	height:700px;
	margin:auto;
	margin-top:0;
	background: url(../images/p2pBackground_Mid.png) no-repeat center top;
}

#paperTall {
	width:750px;
	height:775px;
	margin:auto;
	margin-top:30px;
	background: url(../images/p2pBackground_Tall.png) no-repeat center top;
}

#page {
	width:465px;
	padding-top:35px;
	padding-left:85px;
	padding-right:220px;
}

#page img {
	float: left;
	padding: 0px 10px 10px 0px;
}

.line {
	text-align:left;
	width: 365px;
	color:#CCCCCC;
	margin:10px 0px -10px 0px;
}

.logoff {
	font-size: 13px;
	font-weight: 900;
	color: #CC0000; /* Bright Red */
}

#hideShow {
	float:left;
	font-size: 14px;
	font-weight: 900;
	color:#003399; /* Blue */
	width:400px;
	margin-top:10px;
}

.cancel {
	float:left;
	font-size: 13px;
	font-weight: 900;
	color: #CC0000; /* Bright Red */
	padding:10px 20px;
	margin:20px 0px 0px px;
}

.button {
	float:left;
	padding: 0px;
	margin:20px 0px 0px px;
}

.tip {
	padding:0;
	margin-bottom: 20px;
	color:#FF3333;
	color:#E56717;
	font-size: 10px;
}

#tips img{
	float:left;
	padding: 0px 10px 5px 0px;
	border: none;
}



/* Footer */

#footer {
	clear: both;
	width: 100%;
	height: 50px;
	margin: 20px auto 0 auto;
	padding: 25px 0;
	background: url(../images/footer.png) repeat-x top;
	font-size: 11px;
}

#footer a {
	text-decoration: none;
}

#footer img {
	float:left;
	margin: 0;
	padding-right:10px;
}


#footer p {
	margin: 0;
	text-align: left;
	line-height: normal;
}

#footer .floatLeft {
	float: left;
	margin: 0;
}

#footer .floatRight {
	float: right;
	margin: 0;
	text-align: right;
}

.clear {
clear:both;
}