/* CSS Document */
/*nee pareviewonline, PAreview.css and elkhoury.css and bope.css*/
body { /*needed for fixed-width centering - text-align: center - Do NOT change this*/
	margin: 0px;
	text-align: center; /*Do NOT change this*/
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	color: #000; /*default text color - often overwritten in p or h1 or h3 tags*/
	background: #c4c4c4 repeat-y 50% 0; /*grey - this color works as a background for all sites*/
}
#wrapper { /*needed for fixed-width centering -- Do NOT remove*/
	position: relative;
	width: 696px;
	background-color: #fff; /*fff-000*/
	border-right: 2px solid #bcbcbc;
	border-left: 2px solid #bcbcbc;
	margin: 0px auto 0px auto;
}
/***** header *****/
#header {
	margin-top: 0px;
	width: 696px;
	height: 80px;
}
#banner {
	float: left;
	width: 495px; 
	background-color: #F2F2F2; 
	height: 80px;
}
#logo {
	float: right;
	width: 201px; 
	height: 80px;
	background-color: #fff; /*orange FF9900 - 4E4E4E grey 95959b - red f6141d*/
	text-align: center;
}
/***** end header *****/
#navigation {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .6em; /*.55ems;*/
	background-color: #95959b;	/*lt grey person A4A4AA- dk grey person 95959B*/
	width: 696px;
}
#navigation ul {
	margin: 0px;
	padding: 10px 0px 3px 0px; /*3px 10px 3px 10px;*/
	list-style-type: none;
	border-bottom: 1px solid #777788;
}
#navigation li {
	display: inline;
}
#navigation a {
	border: 1px solid #e3e3e3; /*grey*/
	border-bottom: none;
	padding: 3px 10px 3px 10px;
	margin-left: 1px; /*5px 10px*/
	background-color: #e8e8e8;
	text-decoration: none;
	color: #000;
}
#navigation a:link, navigation a:visited, navigation a:active, navigation a:current {
	color: #000; /*f6141d*/
}
#navigation a:hover {
	color: #ff7e00;
	background-color: #fcfcfc;
	border-color: #ff7e00; /*ff7e00-orange -- ff0000-red*/
}
#navigation .current a:link {
	color: #ff7e00; /*f6141d-red*/
	background-color: #fff;
	border-color: #ff7e00; /*ff7e00-orange -- ff0000-red*/
	border-bottom: 1px solid #fff;
}
/*.current {
	color: #f6141d; 
	background-color: #fff;
	border-color: #f6141d;
	border-bottom: 1px solid #fff;
}*/
#navbarComingSoon { /*spacer graphic for coming soon page*/
	background-color: #fff;
}
* html #navbarComingSoon { /*spacer graphic for coming soon page*/
	background-color: #fff;
	margin-bottom: -2px;
}
/***** end navigation *****/
#contentWrapper {
	float: left;
	width: 696px; /*width: 100%;*/
	overflow: hidden; /*hides the sidebar bottom padding*/
}
#content {
	float: left;
	padding: 20px 25px 20px 25px; /*20px 45px 20px 45px;*/
	width: 444px; /*404 406*/
	background-color: #fff;
	text-align:left;
}
#content dl {
	font-size: .9em;
	color: #999;
	margin-left: -30px;
	margin-right: 20px;
}
* html #content dl {
	margin-left: -20px;
}
#content dl dd {
	font-size: .8em;
	color: #232021;
	text-align: left;
	margin-bottom:.5em; /*easyread*/
}
/***/
#fie { /*FIX i.e.*/ /*fixes ul, ol, and dl placement in i.e.7*/ /*without this fix, lists float off the page in i.e.7*/
	position: relative;
	margin-left: 20px;
	margin-right: 20px;
}
/***/
#content ul { /*index page*/
	font-size: .9em;
	line-height: 1.15em;
	color: #999;
	margin-left: -18px;
	margin-right: 20px;
}
* html #content ul {
	margin-left: 30px;
	margin-right: 20px;
}
#content ul li {
	font-size: .8em;
	color: #232021;
	text-align: left;
	margin-bottom:.5em; /*easyread*/
}
#content a {
	/*font-size: .665ems;*/
	color: #fbb108; /*FECB56 FFCC57 -- F6151D - ff0000 red*/
	text-decoration: underline;
	font-weight: bold;
	padding: 2px 3px 2px 3px;
	margin-left: -5px;
}
#content a:hover {
	/*background-color: #F6151D;*/
	color: #F6151D;
}

.PersonForm {
	color: #000000;
}

.PersonForm .row {
	text-align:left;
	margin-bottom: .5em;
}

.Required {
	color: #ff9900;
	font-weight: bold;
}

.label {
	font-size: 9px;
	display: block;
}

.field {
	font-size: .9em; 
}

/********************/
#sidebar {
	float: left;
	width: 173px; /*173*/
	padding: 30px 14px 1500px 15px; /*30px 14px 1000px 15px;*/
	margin-bottom: -1500px;
	background-color: #f4f4f4; /* light gray*/
}

* html #sidebar {
	width:170px;
}

#login {
	margin-top: 5px;
	margin-left: 6px;
	text-align: left;
}
.small {
	font-size: 9px;
	color: #484848; 
}
.buy {
	margin-left: 20px;
}
#sidebar a {
	/*font-size: .665ems;*/
	color: #ff9900; /*fbb108*/
	text-decoration: underline;
	font-weight: bold;
	padding: 2px 3px 2px 3px;
}
#sidebar a:hover {
	/*background-color: #f6141d;*/
	color: #f6141d;
}
/***** end content - sidebar *****/
#footer {
	clear: both;
	font-size: .595em;
	color: #999;
	border-top: 1px solid #D3D3D3;
	background-color: #f4f4f4;
	padding: 10px 10px 30px 10px;
}
#footer a {
	/*background-color: #f4f4f4;*/
	font-weight: bold;
	text-decoration: none;
	color: #909090; /*999*/
	padding: 2px 3px 2px 3px;
}
#footer a:hover {
	/*background-color: #D3D3D3;*/
	color: #f6141d; /*red*/
}
.footnote {
	font-size: .985em;
	text-align: center;
	line-height: 1.995;
}
/***** end footer *****/
p {
	line-height: 1.166;
	font-size: .8em;
	padding: 3px 10px 3px 10px;
	color: #2D2D2D; /*232021*/
	text-align: left;
}
.left {
	margin-right: 200px;
}
.message { /*your email - your password*/
	color: #ff0000; /*red*/
}
.devNote {
	color: #686868;
}
/*h1 {   
	font-size: .905em;  
	font-weight: bold;
	color: #f6141d; 
	text-align: left;
	margin-top: 10px;
	margin-bottom: 12px;
	margin-left: 6px; 
}*/
/** html h1 {   
	font-size: .935em;  
	font-weight: bold;
	color: #f6141d; 
	text-align: left;
	margin-top: 30px;
	margin-bottom: 12px;
	margin-left: 6px; 
}*/
h3 {   /*Welcome - toc*/
	font-size: .9em;  /*.8*/
	font-weight: bold;
	color: #ff7e00; /*f6141d*/
	text-align: left;
	margin-top: 10px;
	margin-bottom: 12px;
	margin-left: 10px; /*10*/
}

/***** end *****/
