/*
CSS for Private Eyes
*/

* {
	padding:0px;
	margin:0px;
}

img {
	border:none;
}

a {
	border:none;
	color:#00CCFF;
	text-decoration:none;
}
a:hover {
	border:none;
	color:#FF9900;
	text-decoration:none;
}

Body.homepage a {
	/* color: #333333; */
}


h1 {
	font-size: 18pt;
	font-weight: bold;
	margin-bottom:18px;
}

p {
	padding-bottom: 10px;
	margin-bottom: 0px;
}

body {
	/* background-image: url('/images/main_bg_grad.jpg'); */
	background-repeat: repeat-x;
	background-color:#fffcf2;
	font-family:Arial, Helvetica, sans-serif;
	color:#5a5a5a;
	font-size: 10pt;
}

img.border {
	border:none;
	margin-left: 10px;
}

ol {
	margin-left: 40px;
	margin-right: 20px;
}

ol li {
	margin-bottom: 10px;
}

#wrapper {
	margin-left:auto;
	margin-right:auto;
	width:958px;
	margin-top:15px;
	background-image:url(../images/white-grey-middle.jpg);
	background-repeat:repeat-y;
}

#wrapper2 {
	width: 958px;
}

#outerTop {
	width:948px;
	padding-left:5px;
	padding-right:5px;
	background-image:url(../images/white-grey-top.jpg);
	background-repeat:no-repeat;
	background-position:left top;
	margin-left: -7px;
}

#outerMiddle {
	width:958px;
	background-image:url(../images/white-grey-middle.jpg);
	background-repeat:repeat-y;
}

div.outerBottom {
	clear:both;
	width:958px;
	height: 12px;
	background-image:url(../images/bottom_shadow.jpg);
	background-repeat:no-repeat;
	background-position: top;
	background-color: #FFFFFF;
}

span.redText {
	color:#78a22f;
	font-weight:bold;
}

span.boldText {
	font-weight:bold;
}

/* Banner and navigation - top of page */
#bannerNav {
	width:958px;
	background-image:url(../images/white-grey-top-2.jpg);
	/* background-image:url(../images/white-grey-top.jpg); */
	background-repeat:no-repeat;
	background-position:top;
}

#headerBG {
	
}

#bannerNavBanner {
	width:500px;
	margin-top:20px;
	margin-left:40px;
	float:left;
	display:inline;
}

#bannerNavBanner h1 {
	margin: 0px;
}

#bannerNavSignIn {
	width:320px;
	margin-top:15px;
	margin-right:30px;
	float:right;
	font-weight:bold;
	display:inline;
}

#customerSignInLabel {
	width: 125px;
	float: left;
	text-align: center;
	padding-top: 10px;
}

#customerSignInLabel h2 {
	font-weight: bold;
	font-size: 10pt;
	margin: 0px;
	padding: 0px;
}

#customerSignInLabel a {
	font-size: 8pt;
	font-weight: normal;
}

#customerSignInForm {
	width: 120px;
	float: right;
	padding-right: 30px;
}

.loginSubmit {
	background-color: #78a22f;
	color: #FFFFFF;
	border: 1px solid #000000;
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 3px;
	padding-bottom: 3px;
	font-weight: bold;
	font-size: 8pt;
	margin-top: 5px;
	margin-left: 90px;
}

#bannerNavSignIn input {
	border:#000000;
	border-style:solid;
	border-width:1px;
	margin-bottom: 5px;
}

#bannerNavTopNav {
	margin-left:40px;
	margin-right: 40px;
	padding: 10px;
	clear:both;
	font-size: 9pt;
	text-transform: uppercase;
	background-color: #FFFFFF;
	background-image: url(../images/bannerNavTopNav-bkg.jpg);
	background-repeat: no-repeat;
	height: 30px;
	width: 872px;
}

#bannerNavTopNav img {
	padding-top:1px;
	margin-left:-5px;
}

/*
#bannerNavTopNav ul {
	display:inline;
	list-style-type:none;
	font-weight:bold;
}

#bannerNavTopNav li {
	display:inline;
	margin-left:10px;
}
*/


/* Dropdown Nav Stuff */

#dropDownNav, #dropDownNav ul {
	float: left;
	list-style: none;
	line-height: 1;
	padding: 0;
	z-index: 1000;
	font-weight:bold;
	margin-right: auto;
	margin-left: auto;
	
}

#dropDownNav a {
	display: block;
	color: #00CCFF;
	text-decoration: none;
	/* padding: 0.25em 2em; */
}

#dropDownNav a.daddy {

}

#dropDownNav li {
	float: left;
	padding: 0;
	margin-left: 15px;
	margin-right: 10px;
}

#dropDownNav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 15.4em;
	w\idth: 15.4em;
	font-weight: normal;
	border-width: 0.25em;
	margin: 0;
	background-color: #FFFFFF;
	border: 1px solid #78a22f;
}

#dropDownNav li li {
	padding: 5px;
	width: 15em;
	border-bottom: 1px #CCCCCC dashed;
	margin-left: 0px;
}

#dropDownNav li ul a {
	width: 13em;
	w\idth: 13em;
}

#dropDownNav li ul ul {
	/* margin: -1.75em 0 0 14em; */
	margin: -18px 0 0 180px;
}

#dropDownNav li:hover ul ul, #dropDownNav li:hover ul ul ul, #dropDownNav li.sfhover ul ul, #dropDownNav li.sfhover ul ul ul {
	left: -999em;
	color: #FF9900;
}

#dropDownNav li:hover ul, #dropDownNav li li:hover ul, #dropDownNav li li li:hover ul, #dropDownNav li.sfhover ul, #dropDownNav li li.sfhover ul, #dropDownNav li li li.sfhover ul {
	left: auto;
	color: #FF9900;
}

#dropDownNav li:hover, #dropDownNav li.sfhover {
	color: #FF9900;	/* background: #eda; */
}

a.mainNavLink {
	text-decoration: none;
	font-weight: bold;
}



#bannerNavUnderNav ul {
	padding-top:2px;
	float: right;
	margin-right: 55px;
	display:inline;
	list-style-type:none;
	font-weight:bold;
	color: #78a22f;
	font-size:11px;
}

#bannerNavUnderNav li {
	display:inline;
	margin-left:15px;
}

#bannerNavUnderNav a {
	/* color: #7f7b88; */
	color: #78a22f;
	font-weight: bold;
}

#bannerNavUnderNav a:hover {
	text-decoration: underline;
	color: #FF9900;
}
/* ################ end bannerNav  */

/* ################ contentLeft 
holds two floated divs contentLeft floats to contentRight
inside contentLeft contentLeftLeft floats to contentRightRight
*/

#contentWrapper {
	background-image: url(../images/grad_bottom.jpg);
	background-repeat: no-repeat;
	background-position: bottom left;
	margin-left: 7px;
	padding-bottom: 40px;
		margin-top:10px;
}

#contentLeft {
	width:675px;
	float:left;
	margin-left:33px;
	display:inline;
}

#contentLeftLeft {
	width:370px;
	float:left;
	margin-right:10px;
	display:inline;
}

#contentLeftLeft p {

}

#contentLeftLeft h1 {
	margin-bottom:18px;
}

#contentLeftLeft h2 {
	font-size: 10pt;
}

#contentLeftLeft img {
	margin-right: 10px;
	margin-bottom: 10px;
	border:none;
}

#contentLeftLeft ul {
	margin-left: 20px;
	margin-top: 10px;
}

#contentLeftLeft ul li {
	margin-bottom: 10px;
}

#contentLeftWide {
	width: 857px;
	margin-left:33px;
	display:inline;
	float:left;
}

#contentLeftWide #contentLeftLeft {
	width: 552px;
}

#contentLeftWide #contentLeftRight h1 {
	color: #78a22f;
}


#contentLeftRight {
	width:291px;
/* at the moment, there's a height hrer - can be removed if content will be chahgable */
/*	height:408px; */
	float:right;
	background-color:#dddddd;
	border-color:#78a22f;
	border-width:1px;
	border-style:solid;
	display:inline;
}

div.homeIndustryItem {
	margin-top:7px;
	padding-bottom:6px;
	margin-left:10px;
	margin-right:10px;
}

#contentLeftRight ul {
	list-style: none;
	margin-left: 20px;
	padding-bottom: 10px;
}

#contentLeftRight h3 {
	display: inline;
	font-weight: bold;
	font-size: 10pt;
}

#contentLeftRight h3 a {
	color: #78a22f;
	font-weight: bold;
	text-decoration: none;
}

#contentLeftRight h3 a:hover {
	text-decoration: underline;
}

#contentLeftRight img {
	border-bottom-color:#78a22f;
	border-bottom-width:1px;
	border-bottom-style:solid;
}

#contentLeftRight h1 {
	padding-top:4px;
	padding-left:10px;
	font-size:11px;
	margin-bottom: 10px;
}

#contentLeftRight p {
	margin-left: 10px;
	margin-right: 10px;
}

#contentRight {
	width:182px;
	float:right;
	margin-left:5px;
	margin-right:45px;
	font-size: 10pt;
	display:inline;
}

#contentRight h1 {
	text-align: center;
	margin-bottom:10px;
	color:#7f7b88;
	font-size:12pt;
}

#barRight {
	padding-top:5px;
	padding-left:10px;
	padding-bottom:20px;
	border-left:#CCCCCC;
	border-left-style:solid;
	border-left-width:1px;
	text-align: center;
}

#barRight p {
	text-align: left;
}

#barRight h2 {
	font-size: 10pt;
	margin-bottom: 20px;
}

#barRight img {
	border: 1px solid #78a22f;
}

#barRight ul {
	list-style: none;
	text-align: center;
}

#barRight ul li {
	margin-bottom: 10px;
}

#contentRight p {
	margin-bottom:7px;
}

#contentRight p.alignRight {
	text-align:right;
	margin-bottom:0px;
}

#industryTestimonial {
	color: #000000;
	border-top: 1px #666666 dotted;
	padding-top: 10px;
}

.testimonialSource {
	font-style: italic;
	text-align: right;
}


#footer {
	margin-left:auto;
	margin-right:auto;
	width: 948px;
	text-align: center;
}

#footerNavLinks {
	text-align: center;
}

#footerNavLinks ul {
	display:inline;
	list-style-type:none;
	padding-bottom: 10px;
}

#footerNavLinks li {
	display:inline;
	margin-left:10px;
}



div.ToClear {
	clear:both;
}

div.getStarted {
	background-color: #78a22f;
	background-image: url('/images/get_started_bg.jpg');
	background-repeat: repeat-x;
	background-position: bottom left;
	color: #FFFFFF;
	font-size: 14pt;
	font-weight: bold;
	text-align: center;
	padding: 10px;
}

div.getStarted a {
	color: #FFFFFF;
	line-height: 1.5em;
}

.testimonial {
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px #666666 dotted;
}

.homeTestimonial {
	border-top: 1px #78a22f solid;
	padding-top: 10px;
}

.clear-both {
	clear: both;
}

/* ############### end contentLeft */

/* Forms */
div.formItem {
	margin-bottom: 10px;
	padding-left: 20px;
}

div.formLabel {
	padding-right: 10px;
	font-weight: bold;
	display: block;
}

div.formItem input select {
	clear: both;
}

.checkboxBlock .formItem {
	float: left;
	width: 45%;
}

.checkboxBlock .formLabel {
	display: inline;
}

.errorCode {
	margin-bottom: 10px;
	font-weight: bold;
	color: #78a22f;
}

#TOSBlock .formItem {

}

#TOSBlock .formLabel {
	display: inline;
}


/* Get Started Form */

#basicCompanyInfo .formItem {
	float: left;
	width: 45%;
}

.cityStateZipBlock .formItem {
	float: left;
}

/* Contact Form */

.contactBlock {
	margin-top: 20px;
}

.contactBlock h2 {
	font-size: 14pt;
}

.contactBlock p {
	margin-left: 20px;
}

.contactBlock .formItem {
	margin-left: 20px;
}

ul.indentedList {
	margin-left: 40px;
}

ul.indentedList li {
	margin-bottom: 10px;
}

/* Captcha */
#captchaBlock {

}

#captchaBlock .formItem {
	width: 25%;
	padding: 15px;
	text-align: center;
	float: left;
}

#captchaBlock img {
	border: 1px #78a22f solid;
}

div.commercialLink {
	padding-bottom: 10px;
	border-bottom: 1px solid #78a22f;
	text-align: center;
}

.newsItem {
	margin-bottom: 10px;
	padding: 10px;
	border-bottom: 1px #666666 solid;
}

.newsDate {
	font-style: italic;
}

#sitemap ul {

}

#sitemap li {
	margin-left: 25px;
}

#associations {
	text-align: center;
}

#associations img {
	border: 0px;
	display: inline;
	padding: 10px;
}

/* Homepage Boxes */
.popBox {
	display: none;
	z-index: 25;
	padding: 5px;
	border: 1px #78a22f solid;
	background-color: #FFFCAC;
	margin-top: -10px;
	margin-left: -6px;
}

div.whyPEI {
	padding-bottom: 10px;
	z-index: 12;
	text-align: left;
}

div.whyPEI h2 {
	display: inline;
	padding-right: 10px;
	text-align: center;
}


div.whyPEI a {
	position:relative; /*this is the key*/
	z-index:24; 
	text-decoration:none
}

div.whyPEI a:hover {
	z-index:25;
}

div.whyPEI a span{
	display: none
}

div.whyPEI a:hover span{ /*the span will display just on :hover state*/
	display:block;
	position:absolute;
	text-align: left;
	top:-7px;
	left:-6px; 
	width: 300px;
	border: 1px #78a22f solid;
	background-color: #FFFFFF;
	background-image: url('/images/why_box_bg_grad.jpg');
	background-repeat: repeat-x;
	text-align: left;
	font-weight: normal;
	padding: 5px;
	color: #5a5a5a;
}

#disclaimer {
	font-size: 7pt;
	text-align: left;
}
#FLASHBILLBOARD {
		font-size: 12pt;
	}
