@charset "utf-8";
/* CSS Document */
/*  
	' Client: Entrust/ID Tection 
	' Author: Image-Genesis.com  in partnership with Insignia Design
	'		questions  about this file can can directed to Greg Corwin greg.corwin@image-genesis.com
	' Purpose: Stylesheet Layout
	' Modification History:
	' 2009-04-09 - gwc , created
*/

/*	
	Site Primary colors :
	#CC0033 Red
	#999999 Grey (40%)
	#000000 Black
*/

A:link { color: #BB0039; text-decoration: none; font-weight: normal; }
A:visited { color: #808080; text-decoration: none; font-weight: normal; }
A:active { color: #808080; text-decoration: none; font-weight: normal; }
A:hover { color: #990000; text-decoration: underline; font-weight: normal; }

A.privacy:link { color: #999999; text-decoration: none; font-weight: normal; }
A.privacy:visited { color: #999999; text-decoration: none; font-weight: normal; }
A.privacy:active { color: #999999; text-decoration: none; font-weight: normal; }
A.privacy:hover { color: #999999; text-decoration: underline; font-weight: normal; }
	
/* normal declarations*/
.debug {
	border: 1px solid black;
	}

BODY { 
	font-family: Arial, Helvetica, San-serif;
	font-size: small;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	background-color: #ffffff;
	color: #000000;
	} 
	
P { 
	font-family: Arial, Helvetica, San-serif;
	font-size: 11px;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	color: #000000;
	} 

DIV {
	margin: 10px;
	padding:inherit;
	border:none;
	}


H1 {
	font-family: Arial, Helvetica, San-serif;
	font-weight: normal;
	text-decoration: none;
	color: #000000;
	margin:10px;
	padding:inherit;
	border:none;
	}

	
H2 { 
	font-family: Arial, Helvetica, San-serif;
	font-weight: normal;
	font-style: normal;
	color: #000000;
	margin:10px;
	padding:inherit;
	border:none;
	} 	
	

H3 { 
	font-family: Tahoma, Arial, Helvetica, San-serif;
	font-weight: normal;
	font-style: normal;
	color: #000000;
	margin: auto;
	padding:inherit;
	border:none;
	} 
	

.LI { 
	font-family: Tahoma, Arial, Helvetica, San-serif;
	font-size: x-small;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	color: #000000;
	} 

IMG {
	border:none;
	}
	
SUP.PageDescriptor {
	font-size:12px;
	}
	
	
	
/* HOMEPAGE DIV 's for specific regions   */
#MemberLoginForm {
	color:#990000;
	width: 800px;
	margin:auto;
	padding:60px 10px 10px 10px;
	border:none;
/*	border: 1px solid black; */
	text-align:center;
	}

#FlashIntro {
	width: 800px;
	margin:auto;
	padding: 0px 10px 0px 10px;
	border:none;
/*	border: 1px solid black;*/
	text-align:center;
}	

#FlashMenu_Home {
	width: 800px;
	height:160px;
	margin:auto;
	padding: 0px 10px  0px 10px;
	border:none;
/*	border: 1px solid black;*/
	text-align:center;
	background-color: transparent;
	background-image:url(../art/logo_home_top.png);
	background-repeat:no-repeat;
}	


#PrivacyMenu_Home {
	width: 800px;
	margin:auto;
	padding: 10px 10px  100px 10px;
	border:none;
/*	border: 1px solid black;*/
	color: #999999;
	font:Arial, Helvetica, sans-serif;
	font-size:10px;
	text-align:center;
	vertical-align:bottom;
	background-color: transparent;
	background-image:url(../art/logo_home_bottom.png);
	background-repeat:no-repeat;
}	

/*  DIVs for INSIDE PAGE(S) */

#FlashMenu_Inside {
	width: 820px;
	margin:auto;
	padding: 0px 10px  0px 10px;
	border:none;
/*	border: 1px solid black; */
	text-align:center;
}	

#PageTitleBanner {
	width: 820px;
	margin:auto;
	padding: 0px 10px  0px 10px;
	border:none;
/*	border: 1px solid black; */
	text-align:left;
}	

#PageTitleText{
	width: 800px;
	margin:auto;
	padding: 0px 10px  0px 0px;
	border:none;
/*	border: 1px solid black; */
	text-align:left;
}	

#PageDescriptorTitle{
	width: 820px;
	margin:auto;
	padding: 0px 10px  0px 0px;
	border:none;
/*	border: 1px solid black; */
}	

P.PageDescriptor{
	margin: 0px 20px 0px 50px;
	text-align:left;
	color:#999999;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-style:italic;
	font-weight:900;
	}

SPAN.PageDescriptorTitleEmphasis {
	color:#666666;
	font-size:18px;
	}

/* Primary Content  Styles*/
#Content {
	width: 800px;
	margin:auto;
	padding: 0px ;
	border:none;
/*	border: 1px solid black; */
	text-align:left;
	}

#ContentWrapperLeft {
	margin: 20px  0px  0px  30px ;
	padding: inherit;
	border: none;
	width: 500px;
	float: left;
	/*background-color:#F4F4F4;*/
	}

#ContentWrapperRight{
	margin:  auto ;
	padding: 20px 20px  0px  0px ;
	border: none;
	width:220px;
	float: right;
	text-align:left;
	/*background-color:#E9E9E9;*/
	}

H2.Content {
	margin:auto;
	margin-left:10px;
	padding:inherit;
	text-align:left;
	color:#CC0033;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:900;
	}
	
H3.Content {
	margin: 10px ;
	text-align:left;
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:900;
	}
	
H3.ContentPhases {
	margin: 10px 10px 0px 10px ;
	text-align:left;
	color:#CC0033;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:900;
	}
	
UL{
	margin: inherit;
	padding:inherit;
	list-style:outside;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	}
	
OL{
	margin: inherit;
	padding:inherit;
	list-style:outside;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	}
	
UL.Minor{
	margin: auto;
	margin-left: 10px;
	padding:15px;
	list-style:outside;
	list-style-image:url(../art/li-red.png);
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	}
	
LI.Minor{
	color:#000000;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	}

	
OL.MajorOrdered {
	margin: 28px; 
	padding: inherit;
	color: #CC0033;
	text-align:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	font-weight: bold;
	list-style-type:decimal;
	}
	
LI.Ordered{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	vertical-align: top;
	}

P.Content	{
	margin:10px 10px 10px 10px ;
	padding:inherit;
	border:none;
	font-size:11px;
	}

HR.Content {
	margin: 10px;
	width: 500px;
	color:#CDCDCD;
	clear:both;
	float:left;
	}

HR.Full {
	margin: 15px 10px 15px 50px;
	width: 700px;
	color:#CDCDCD;
	clear:both;
	}

HR.Footer{
	margin: 10px;
	width: 800px;
	color:#CC0033;
	clear:both;
	}
	
IMG.CheckboxBullet {
	margin: 0px 10px 10px 0px;
	float:left;
	}

IMG.CheckboxBulletRedFlagCompliance {
	position:relative;
	top:-5px ; left: 0px;
	margin: 0px 10px 0px 0px;
	float:left;
	}
#PrivacyMenu_Inside {
	width: 800px;
	margin:auto;
	padding:10px 10px 10px 10px;
	border:none;
/*	border: 1px solid black;*/
	color: #999999;
	font:Arial, Helvetica, sans-serif;
	font-size:10px;
	text-align:center;
	vertical-align:bottom;
	clear:both;
}	


/*In the News */

A.NewsItemHighlighted:link { color: #BB0039; text-decoration: none; font-weight: bold; }
A.NewsItemHighlighted:visited { color: #808080; text-decoration: none; font-weight: bold; }
A.NewsItemHighlighted:active { color: #808080; text-decoration: none; font-weight: bold; }
A.NewsItemHighlighted:hover { color: #990000; text-decoration: underline; font-weight: bold; }

A.NewsItem:link { color: #000000; text-decoration: none; font-weight: bold; }
A.NewsItem:visited { color: #808080; text-decoration: none; font-weight: bold; }
A.NewsItem:active { color: #808080; text-decoration: none; font-weight: bold; }
A.NewsItem:hover { color: #990000; text-decoration: underline; font-weight: bold; }

A.NewsItemMinor:link { color: #000000; text-decoration: none; font-weight: normal; }
A.NewsItemMinor:visited { color: #808080; text-decoration: none; font-weight: normal; }
A.NewsItemMinor:active { color: #808080; text-decoration: none; font-weight: normal; }
A.NewsItemMinor:hover { color: #990000; text-decoration: underline; font-weight: normal; }

#ContentWrapperLeftNews {
	margin: 20px  0px  0px  20px ;
	padding: inherit;
	padding-right: 10px;
	border: none;
	width: 480px;
	float: left;
	border:0px;
/*	background-color:#F4F4F4;*/
	}

#ContentWrapperRightNews {
	margin: 30px  0px  0px  0px ;
	padding: inherit;
	border: none;
	width: 280px;
	float: left;
	border-left: solid 1px #CC0033;
	border-bottom:0px;
	border-right: 0px;
	border-top: 0px;
	/*background-color:#E9E9E9;*/
	}
	
#ContentWrapperFullNews {
	margin: 20px  0px  0px  40px ;
	font-size:11px;
	padding: inherit;
	padding-right: 10px;
	border: none;
	float: left;
	border:0px;
/*	background-color:#F4F4F4;*/
	}
	
H2.NewsTitle {
	padding:inherit;
	text-align:left;
	color:#CC0033;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;	
	font-weight:900;
	}
	
SPAN.NewsDate {
	color:#999999;
	}
	
	
/*  EZPZ Form hints*/
INPUT.login_hint {
	font-family: Rockwell, Georgia, "Times New Roman", Times, serif;
	color: #999999;
	font-size:10pt;
	border: 0px;
	text-align:center;
	}
	
INPUT.member_login_hint {
	margin:auto;
	padding:inherit;
	font-family: Rockwell, Georgia, "Times New Roman", Times, serif;
	color: #999999;
	font-size:10pt;
	}
	
#LoginFormError {
	color: #CC0033;
	font-weight: bold;}
