/* CSS Document */
/*nee pareviewonline, PAreview.css and elkhoury.css and bope.css*/
/*changes -- 03/21/08*/
/*added loginBar for login logout -- tc*/
/*added contentFull to eliminate the sidebar -- tc*/
/*end changes -- 03/21/08*/
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; /*bcbcbc*/
	border-left: 2px solid #bcbcbc;
	margin: 0px auto 0px auto;
}
/***** header *****/
#header {
	margin-top: 0px;
	width: 696px;
	height: 80px;
}
#banner {
	float: left;
	width: 696px; /*495px*/
	background-color: #f2f2f2; /*6589AB*/
	height: 80px; /*60px*/
}
/***** end header *****/
/***login -- logout***/
#loginBar {
	height: 22px;
	background-color: #373737; 
}
#loginBar p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .6em;
	float: right;
	margin: 5px 5px 0px 5px;
	padding: 3px 3px 2px 3px;
	background-color: #ff7e00; /*ff2e29-d2232a-red*/ /*#abdaee;light blue - secure*/
}
#loginBar a {
	color: #fff;
	text-decoration: underline;
}
#loginBar a:hover {
	color: #d2232a;
	background-color: #fcfcfc;
	border-color: #ff2e29; /*d2232a-red*/
}
/***end login -- logout***/

#navigation {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .6em; /*.55ems;*/
	background-color: #312f73;	/*dark blue*/
	/*width: 696px;*/
}
#navigation ul {
	margin: 0px 0px 0px 50px;
	/*margin-left: 50px;*/ /*re-centers the tabs - from login bar */
	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 #d2232a; /*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: #d2232a;
	background-color: #fcfcfc;
	border-color: #d2232a; /*red*/
}
#navigation .current a:link {
	color: #d2232a; /*red*/
	background-color: #fff;
	border-color: #d2232a; /*red*/
	border-bottom: 1px solid #fff;
}
#navigation .current a { 
	color: #d2232a; /*f6141d-red*/
	background-color: #fff;
	border-color: #d2232a; /*red*/
	border-bottom: 1px solid #fff;
}
/*.current {
	color: #f6141d; 
	background-color: #fff;
	border-color: #f6141d;
	border-bottom: 1px solid #fff;
}*/
 /*spacer graphic for coming soon page*/
/*#navbarComingSoon {
	background-color: #fff;
}
* html #navbarComingSoon { 
	background-color: #fff;
	margin-bottom: -2px;
}*/
/*end spacer graphic for coming soon page*/
#navigation .secure a { 
	color: #fff; 
	background-color: #d2232a; /*red*/
	border-color: #941a1f;
}
#navigation .secure a:hover { 
	color: #d2232a; 
	background-color: #fff; 
	border-color: #e8e8e8; 
	border-bottom: 1px solid #fff; 
}
/***** end navigation *****/
#contentWrapper {
	float: left;
	width: 696px; /*width: 100%;*/
	overflow: hidden; /*hides the sidebar bottom padding*/
	/*background-color: #f4f4f4;*/ /*sidebar color - this eliminates the 1 pixel edge in i.e.*/
	background: url(graphics/bkg696.gif) repeat-y;
}
#content {
	float: left;
	padding: 20px 0px 20px 0px; /*20px 25px 20px 25px;*/
	width: 494px; /*444 */
	background-color: #fff;
}
#content h1 {   /*Welcome - toc*/
	font-size: 1em;  /*.95em*/
	font-weight: bold;
	color: #ff7e00; /*2f2d76*/
	text-align: left;
	margin-top: 10px;
	margin-bottom: 12px;
	margin-left: 25px; /*10*/
}
#content h3 {   /*Welcome - toc*/
	font-size: 1em;  /*.95em*/
	font-weight: bold;
	color: #ff7e00; /*2f2d76*/
	text-align: left;
	margin-top: 10px;
	margin-bottom: 12px;
	margin-left: 25px; 
}
#content h4 {   /*Welcome - toc*/
	font-size: 1em;  /*.95em*/
	font-weight: bold;
	color: #1a319b; /*2f2d76*/
	text-align: left;
	margin-top: 10px;
	margin-bottom: 12px;
	margin-left: 25px; 
}
#content p {
	line-height: 1.166;
	font-size: .8em;
	padding: 3px 0px 3px 0px;
	color: #2d2d2d; 
	text-align: left;
	margin-left: 25px;
	margin-right: 20px;
}
#content p.small {
	font-size: .7em;
}
.protectedContent {
	color: #fff; 
	background-color: #ff2e29; 
}
#content a {
	color: #000;  /*ff7e00*/
	/*background-color: #ff7e00;*/ 
	background-color: #ffff00; 
	text-decoration: underline;
	font-weight: bold;
	padding: 2px 2px 2px 3px;
	margin-left: -5px;
}
#content a:hover {
	color: #F6151D; /*2F2D76 - F6151D*/
}
#content ul { /*index page*/
	font-size: .9em;
	line-height: 1.15em;
	color: #999;
	margin-left: 30px;
	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*/
}
/***/
/***contentFull ***/
#contentFull { /*eliminates the sidebar*/
	float: left;
	padding: 20px 0px 20px 0px; /*20px 25px 20px 25px;*/
	width: 696px; /*494 */
	background-color: #fff;
}
#contentFull h1 {   /*Welcome - toc*/
	font-size: 1em;  /*.95em*/
	font-weight: bold;
	color: #1a319b; /*2f2d76*/
	text-align: left;
	margin-top: 10px;
	margin-bottom: 12px;
	margin-left: 25px; /*10*/
}
#contentFull h3 {   /*Welcome - toc*/
	font-size: 1em;  /*.95em*/
	font-weight: bold;
	color: #1a319b; /*2f2d76*/
	text-align: left;
	margin-top: 10px;
	margin-bottom: 12px;
	margin-left: 25px; 
}
#contentFull h4 {   /*Welcome - toc*/
	font-size: 1em;  /*.95em*/
	font-weight: bold;
	color: #1a319b; /*2f2d76*/
	text-align: left;
	margin-top: 10px;
	margin-bottom: 12px;
	margin-left: 25px; 
}
#contentFull p {
	line-height: 1.166;
	font-size: .8em;
	padding: 3px 0px 3px 0px;
	color: #2d2d2d; 
	text-align: left;
	margin-left: 25px;
	margin-right: 20px;
}
#contentFull p.small {
	font-size: .7em;
}
#contentFull ul { /*index page*/
	font-size: .9em;
	line-height: 1.15em;
	color: #999;
	margin-left: 30px; /*-18*/
	margin-right: 20px;
}
* html #contentFull ul {
	margin-left: 45px; /*30*/
	margin-right: 20px;
}
#contentFull ul li {
	font-size: .8em;
	color: #232021;
	text-align: left;
	margin-bottom:.5em; /*easyread*/
}
#contentFull a {
	color: #ff7e00;  /*ff2e29*/
	text-decoration: underline;
	font-weight: bold;
	padding: 2px 2px 2px 3px;
	margin-left: -5px;
}
#contentFull a:hover {
	color: #364eae; /*2F2D76 - F6151D*/
}
/***/
/********************/
#sidebar {
	float: left;
	width: 202px; /*173*/
	padding: 30px 0px 700px 0px; /*30px 0px 700px 9px 30px 14px 700px 15px;*/
	margin-bottom: -700px;
	/*background-color: #f4f4f4;*/ /* the sidebar color is now the contentWrapper bkg color*/
}
* html #sidebar {
	width: 199px;
}
#login {
	margin-top: 5px;
	margin-left: 6px;
	text-align: left;
}
.small {
	font-size: 9px;
	color: #484848; /*d2232a*/
}
.secureRed {
	color: #fff;
	background-color: #df0c0c;
	padding: 1px 0px; /*1px 2px*/
}
.buy {
	margin-left: 20px;
}
#sidebar a {
	font-size: 10px;
	/*font-size: .665ems;*/
	color: #000;  /*ff2e29 d2232a*/
	background-color: #ffff00;
	text-decoration: underline;
	font-weight: bold;
	padding: 2px 0px 2px 0px; /*2 3 2 3*/
}
#sidebar a:hover {
	color: #d2232a; /*f6141d#2F2D76-dk blue*/
	background-color: #ffff00;
}
/***** 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 {
	font-weight: bold;
	text-decoration: none;
	color: #909090; 
	padding: 2px 3px 2px 3px;
}
#footer a:hover {
	color: #d2232a; 
}
.footnote {
	font-size: .985em;
	text-align: center;
	line-height: 1.995;
}
/***** end footer *****/
.left {
	margin-right: 200px;
}
.message { /*your email - your password*/
	color: #ff0000; /*red*/
}
.devNote {
	color: #686868;
}
/***** end *****/