/* HR Contrarian - Lukesh Consulting */

body                      {
                           background-color:#FFFFFF;
						   }						   
						   
						   
#container                {
                           width:750px;
						   margin:auto;
						   }
						   
#HRC-top                  {
                           background:url(../images/HRC-top.jpg) bottom;
						   background-repeat:no-repeat;
						   width:750px;
						   height:26px;
						   padding:0;
						   }
						   
#HRC-mid                  {
                           background:url(../images/HRC-mid.jpg) ;
						   background-repeat:repeat-y;
						   width:750px;						   
						   padding:0;
						   }
						   
#HRC-footer               {
                           background:url(../images/HRC-footer.jpg) top;
						   background-repeat:no-repeat;
						   width:750px;
						   height:29px;
						   padding:0;
						   }
						   
#division                 {
                           background:url(../images/division.jpg);
						   background-repeat:no-repeat;
						   width:750px;
						   height:4px;
						   padding:0;
						   }
						   
#maintable-header          {
                           width:725px;
						   margin:auto;
						   }
						   
#header-sidebar           {
                           width:250px;
						   
						   }
						   
#header-mid               {
                           width:210px;
						   
						   }
						   
#header-rightcol          {
                           width:265px;
						   vertical-align:top;
						   }
						   
#maintable                {
                           width:725px;
						   margin:auto;
						   
						   }
						   
#header                   {
                           width:725px;
						   margin:auto;
						   background-color:#FFFFFF;
						   }
						   
#sidebar                  {
                           width:225px;
						   padding-top:10px;
						   vertical-align:top;
						   }
				
#sidebar ul li            {
                           font-family:Verdana, Arial, Helvetica, sans-serif;
						   font-size: 12px;
						   list-style:square;
						   list-style-position:outside;
						   padding:0;
						   margin:0;
						   }
						   
#sidebar a                {
                           color:#0000FF;
						   text-decoration:none;
						   border:none;
						   }
						   
#sidebar a:hover          {
                           text-decoration:underline;
						   border:none;
						   }
						   
#rightcol                 {
                           width:500px;
						   vertical-align:top;
						   }
						   
#content                  {
                           width:475px;
						   margin:auto;
						   }
						   
#salespage-content        {
                           width:685px;
						   margin:auto;
						   }
						   
#getstartednow            {
                           width:725px;
						   margin:auto;
						   padding-bottom:5px;
						   text-align:right;
						   color:#999999;
						   font-family:Verdana, Arial, Helvetica, sans-serif;
						   font-size:12px;
						   font-weight:normal;
						   }
						   
#getstartednow a          {
                           color:#0000ff;
						   text-decoration:none;
						   }
						   
#getstartednow a:hover    {
                           color:#000066;
                           text-decoration:underline;
						   }
						  
						   
#footer                   {
                           width:720px;
						   margin:auto;
						   font-family:Verdana, Arial, Helvetica, sans-serif;
						   font-size:10px;
						   line-height:16px;
						   color:#333333;
						   text-align:center;
						   }
						   
#footer a                 {
                           color:#333333;
						   text-decoration:none;
						   }
						   
#footer a:hover           {
                           text-decoration:underline;
						   }
						   
/* ============= Remove Borders from any image link ============= */
img {
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;	
}
						   

						   
h1                        {
	font-family: Tahoma;
	font-size: 14pt;
	color: #CC0000;
	letter-spacing: -0.08em;
						   }
						   
h2                        {
                           font-family:Verdana, Arial, Helvetica, sans-serif;
						   font-size: 14pt;
						   }
						   
h6							{
							font-family:Arial, Helvetica, sans-serif;
							font-size:14px;
							font-style:italic;
							color:#0000FF;
							text-align:center;
							}
						   
p, #solution-contact                        {
                           font-family:Verdana, Arial, Helvetica, sans-serif;
						   font-size: 12px;
						   line-height:14px;
						   text-align:justify;
						   }
						   
#detailed-indent-box      {
                           font-family:Verdana, Arial, Helvetica, sans-serif;
						   font-size: 12px;
						   line-height:14px;
						   text-align:justify;
						   }
						   
ul                        {
                           font-family:Verdana, Arial, Helvetica, sans-serif;
						   font-size: 12px;
						   line-height:14px;
						   list-style-position:outside;
						   }
						   
ol                        {
                           font-family:Verdana, Arial, Helvetica, sans-serif;
						   font-size: 12px;
						   line-height:14px;
						   list-style-position:outside;
						   }
						   
a                         {
                           text-decoration:underline;
						   }
						   
a:hover                   {
                           text-decoration:none;
						   }     
						   
.bold                     {
                           font-weight:bold;
						   }
						   
.bold-italic              {
                           font-weight:bold;
						   font-style:italic;
						   }
						   
.bold-underline           {
                           font-weight:bold;
						   text-decoration: underline;
						   }
						   
.bold-underline-italic    {
                           font-weight:bold;
						   text-decoration: underline;
						   font-style:italic;
						   }
						   
.highlight                {
                           background-color:#FFFF00;
						   }
						   
.highlight-underline      {
                           background-color:#FFFF00;
						   text-decoration: underline;
						   } 
						   
.highlight-bold           {
                           background-color:#FFFF00;
						   font-weight:bold;
						   }
						   
.highlight-bold-italic    {
                           background-color:#FFFF00;
						   font-weight:bold;
						   font-style:italic;
						   }
						   
.highlight-bold-underline {
                           background-color:#FFFF00;
						   font-weight:bold;
						   text-decoration: underline;
						   }
						   
.highlight-bold-underline-italic {
                           background-color:#FFFF00;
						   font-weight:bold;
						   text-decoration: underline;
						   font-style:italic;
						   }
						   
.italic                   {
                           font-style:italic;
						   }
						   
.italic-underline         {
                           font-style:italic;
						   text-decoration: underline;
						   }
			
.underline                {
                           text-decoration: underline;
						   }
						   
.red                      {
                           color:#cc0000;
						   }
						   
.red-bold                  {
                           color:#cc0000;
						   font-weight:bold;
						   }
						   
.red-bold-underline        {
                           color:#cc0000;
						   font-weight:bold;
						   text-decoration: underline;
						   }
						   
.blue                     {
                           color:#0000FF;
						   }
						   
.blue-bold                 {
                           color:#0000FF;
						   font-weight:bold;
						   }
						   
.bodytext                 {
                           font-family:Verdana, Arial, Helvetica, sans-serif;
						   font-size: 10pt;
						   line-height:16px;
						   }
						   
.title                    {
                           font-family:Arial, Helvetica, sans-serif;
						   font-size:16pt;
						   font-weight:bold;
						   }
						   
/*optin*/

form                      {
                           padding:0;
						   margin:0;
						   }

#optin-container          {
                           width:263px;
						   margin:auto;
						   }
						   
#optin-top                {
						   width:263px;
						   height:43px;
						   padding:0;
						   }
						   
#optin-mid                {
						   width:263px;
						   padding:0;
						   }
						   
#optin-footer               {
						   width:263px;
						   height:12px;
						   padding:0;
						   }
						   
INPUT {BACKGROUND-COLOR: #fff; COLOR: #004444; FONT-FAMILY: Arial, sans-serif; FONT-SIZE: 10px; border: 1px #cccccc; border-bottom-style: outset; border-left-style: outset; border-right-style: outset; border-top-style: outset; clear : both;}
						   
.black13reg {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

/*Testimonials*/

#testimonial-container    {
                           width:80%;
						   margin:auto;
						   padding-top:10px;
						   padding-bottom:10px;
						   }
						   
#testimonial-box          {
                          width:100%;
						  margin:auto;
						  background-color:#FFFFCC;
						  border-right:1px #333333 solid;
						  border-bottom:1px #333333 solid;
						  }
						  
#testimonial-content      {
                           width:91%;
						   margin:auto;
						   padding-top:10px;
						   padding-bottom:10px;
						   }
						   
						   
#testimonial-content p    {
                          font-family:Arial, Helvetica, sans-serif;
						  font-size:12px;
						  line-height:14px;
						  }
						  
/*Guarantee*/  


#guarantee-container    {
                           width:600px;
						   margin:auto;
						   padding-top:10px;
						   padding-bottom:10px;
						   }
						   
#guarantee-box          {
                          width:600px;
						  margin:auto;
						  background-color:#FFFFFF;
						  border:2px #CC0000 dashed;
						  }
						  
#guarantee-content      {
                           width:560px;
						   margin:auto;
						   padding-top:10px;
						   padding-bottom:10px;
						   }
						   
						   
#guarantee-content p    {
                          font-family:Arial, Helvetica, sans-serif;
						  font-size:14px;
						  line-height:16px;
						  }
						  
/*Manual Callout*/  


#manualcallout-container    {
                           width:95%;
						   margin:auto;
						   padding-top:10px;
						   padding-bottom:10px;
						   }
						   
#manualcallout-box          {
                          width:100%;
						  margin:auto;
						  background-color:#FFFFFF;
						  border:1px #000000 solid;
						  }
						  
#manualcallout-content      {
                           width:96%;
						   margin:auto;
						   padding-top:3px;
						   padding-bottom:3px;
						   }
						   
						   
#manualcallout-content p    {
                          font-family:Verdana, Arial, Helvetica, sans-serif;
						  font-size:12px;
						  line-height:14px;
						  margin-top:3px;
						  margin-bottom:3px;
						  }
						 			   
						   
/*Benefits Table*/

#benefits-table 		{
						width:600px;
						font-family:Arial, Helvetica, sans-serif;
						font-size: 12pt;
						line-height:16pt;
						}
						

/*Background*/

#pix1                     {
                          background:url(../images/image01.jpg);
						  background-repeat: no-repeat;
						  width:675px;
						  height:63px;
						  padding:0;
						  text-indent:-9999px;
						  margin:auto;
						  }
						  
#pix2                     {
                          background:url(../images/image02.jpg);
						  background-repeat: no-repeat;
						  width:675px;
						  height:125px;
						  padding:0;
						  text-indent:-9999px;
						  margin:auto;
						  }
						  
#pix3                     {
                          background:url(../images/image03.jpg);
						  background-repeat: no-repeat;
						  width:438px;
						  height:126px;
						  padding:0;
						  text-indent:-9999px;
						  margin:auto;
						  }
						  
#pix4                     {
                          background:url(../images/image04.jpg);
						  background-repeat: no-repeat;
						  width:288px;
						  height:69px;
						  padding:0;
						  text-indent:-9999px;
						  margin:auto;
						  }
						  
#pix5                     {
                          background:url(../images/image05.jpg);
						  background-repeat: no-repeat;
						  width:611px;
						  height:382px;
						  padding:0;
						  text-indent:-9999px;
						  margin:auto;
						  }
						  
#pix6                     {
                          background:url(../images/image06.jpg);
						  background-repeat: no-repeat;
						  width:546px;
						  height:128px;
						  padding:0;
						  text-indent:-9999px;
						  margin:auto;
						  }
						  
#pix7                    {
                          background:url(../images/image07.jpg);
						  background-repeat: no-repeat;
						  width:518px;
						  height:75px;
						  padding:0;
						  text-indent:-9999px;
						  margin:auto;
						  }
						  
#pix8                    {
                          background:url(../images/image08.jpg);
						  background-repeat: no-repeat;
						  width:535px;
						  height:47px;
						  padding:0;
						  text-indent:-9999px;
						  margin:auto;
						  }
						  
#pix9                    {
                          background:url(../images/image09.jpg);
						  background-repeat: no-repeat;
						  width:468px;
						  height:92px;
						  padding:0;
						  text-indent:-9999px;
						  margin:auto;
						  }
.black {
	color: #000000;
}

/*Policy Windows on Sales Letters*/

#policywindow              {
                           width:475px;
						   margin:auto;
						   }

#policywindow p				{
						font-family:Arial, Helvetica, sans-serif;
						   font-size:12px;
							}
							
#policywindow ul		{
						font-family:Arial, Helvetica, sans-serif;
						   font-size:12px;
						   list-style:none;
						   list-style-type:circle;
						   }
						   
#policywindowfooter                   {
                           width:475px;
						   margin:auto;
						   font-family:Verdana, Arial, Helvetica, sans-serif;
						   font-size:10px;
						   line-height:16px;
						   color:#333333;
						   text-align:center;
						   }
						   
#policywindowfooter p		{
						   font-family:Verdana, Arial, Helvetica, sans-serif;
						   font-size:10px;
						   }
						   
						   
#policywindowfooter a                 {
                           color:#333333;
						   text-decoration:none;
						   }
						   
#policywindowfooter a:hover           {
                           text-decoration:underline;
						   }
						   
#policywindowclose         {
                           width:475px;
						   margin:auto;
						   font-family:Verdana, Arial, Helvetica, sans-serif;
						   font-size:12px;
						   }
.formlabel {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.optinprivacy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-align:center;
	line-height:11px;
}
.email-the-graphic {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #0000FF;
	text-decoration: underline;
}

.optin-labels {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
}
.optin-privacy {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height:13px;
}