/* This rule resets a core set of elements so that they will appear consistent across browsers. Without this rule, content styled with an h1 tag, for example, would appear in different places in Firefox and Internet Explorer because each browser has a different top margin default value. By resetting these values to 0, the elements will initially be rendered in an identical fashion and their properties can be easily defined by the designer in any subsequent rule. */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
}
/* The body is the outermost layout component and contains the visible page content. Setting properties for the body element will help to create consistent styling of the page content and more manageable CSS. Besides using the body element to set global properties, it is common to use the body element to set the background color of the page and create a centered container for the page content to display. */
body {
  background-color:;
  color: #000;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11px;
  line-height: 14px;
  margin: 0 0 0 0; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
  padding: 0 0 0 0; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
  text-align: center; /* Centers the page content container in IE 5 browsers. */
  background-image:url(../../images/pgbg.gif); background-repeat:repeat; background-attachment:fixed;
}
/* Commonly used to style page titles. */
h1 {
  color: #000;
  font-size: 14px;
  font-weight: bold;
  line-height: 14px;
}
/* Commonly used to style section titles. */
h2 {
  color: #000;
  font-size: 12px;
  font-weight: bold;
  line-height: 14px;
}
/* Sets the style for unvisited links. */
a,  a:link {
  color: #000;
  font-weight: bold;
  text-decoration: none;
}
/* Sets the style for visited links. */
a:visited {
  color: #000;
  font-weight: bold;
  text-decoration: none;
}
/* Sets the style for links on mouseover. */
a:hover {
  color: #000;
  text-decoration: underline;
}
/* Sets the style for a link that has focus. */
a:focus {
  color: #000;
}
/* Sets the style for a link that is being activated/clicked. */
a:active {
  color: #000;
}
/* This is a container for the page content. It is common to use the container to constrain the width of the page content and allow for browser chrome to avoid the need for horizontal scrolling. For fixed layouts you may specify a container width and use auto for the left and right margin to center the container on the page. IE 5 browser require the use of text-align: center defined by the body element to center the container. For liquid layouts you may simply set the left and right margins to center the container on the page. */
#outerWrapper {
  background-color:; background-image:url(../../images/copybg.png); background-repeat:repeat-y;
  margin: 0 auto 0 auto; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
  text-align: left; /* Redefines the text alignment defined by the body element. */
  width: 960px;
}
#outerWrapper #header {
  background-color:;
  border-bottom: solid 0px #666; /* Sets the bottom border properties for an element using shorthand notation */
  font-size: 18px;
  font-weight: bold;
  line-height: 15px;
  padding: 0px 0px 0px 0px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
}
/* Contains the main page content. When using a mutliple column layout the margins will be set to account for the floated columns' width, margins, and padding. */
#outerWrapper #header #logobase{
  background-color:; background-image:url(../../images/logobase.png); background-repeat:no-repeat;
  border-bottom: solid 0px #666; /* Sets the bottom border properties for an element using shorthand notation */
  padding: 0px 0px 0px 0px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
  height:243px; width:960px;
}

#outerWrapper #header #logobase #alerttext{
  background-color:; 
  border-bottom: solid 0px #666; /* Sets the bottom border properties for an element using shorthand notation */
  padding: 0px 0px 0px 0px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
  margin: 30px 0px 0px 116px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */  
  height:60px; width:330px; position:absolute;
}

#outerWrapper #header #logobase #jumplink{
  background-color:; 
  border-bottom: solid 0px #666; /* Sets the bottom border properties for an element using shorthand notation */
  padding: 0px 0px 0px 0px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
  margin: 20px 0px 0px 500px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */  
  height:80px; width:400px; position:absolute; float:right;
}

#outerWrapper #header #logobase #logobsme{
  background-color:; 
  border-bottom: solid 0px #666; /* Sets the bottom border properties for an element using shorthand notation */
  padding: 0px 0px 0px 0px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
  margin: 134px 0px 0px 66px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */  
  height:100px; width:832px; position:absolute;
}
#outerWrapper #header #headpic{
  background-color:; background-image: url(../../images/headerpic.jpg); background-repeat:repeat;
  border-bottom: solid 0px #666; /* Sets the bottom border properties for an element using shorthand notation */
  padding: 0px 0px 0px 0px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
  margin: 0px 0px 0px 22px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
  height:434px; width:916px;
}
#outerWrapper #header #headpic #millhl{
  background-color:; background-image: url(../../images/millionaire-base.png); background-repeat: repeat;
  border-bottom: solid 0px #666; /* Sets the bottom border properties for an element using shorthand notation */
  padding: 10px 0px 0px 0px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
  margin: 60px 0px 0px 0px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
  height:40px; width:600px; position:absolute;
}
#outerWrapper #header #headlinebox{
  background-color:; background-image: url(../../images/hlbg.jpg); background-repeat:repeat;
  border-bottom: solid 0px #666; /* Sets the bottom border properties for an element using shorthand notation */
  padding: 15px 0px 10px 0px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
  margin: 0px 0px 0px 22px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
  height:; width:916px;
}
#outerWrapper #contentWrapper #content {
  margin: 0 0 0 0; /* Sets the margin properties for an element using shorthand notation (top, right, bottom, left) */
  padding: 0px 0px 0px 0px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
}

#outerWrapper #contentWrapper #content #pgtext {
  margin: 0px 0px 0px 72px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
  padding: 0px 0px 0px 0px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
  width:816px; background-color:; height:;
  
}


#outerWrapper #contentWrapper #content #pgtext #videobox {
  margin: 0px 0px 0px 0px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
  padding: 0px 0px 0px 0px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
  width:425px; background-color:; height:379px;
  
}

#outerWrapper #contentWrapper #content #pgtext #videotext {
  margin: -379px 0px 0px 0px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
  padding: 0px 0px 0px 0px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
  width:370px; background-color: ; height:379px; float:right;
  
}

#outerWrapper #contentWrapper #content #pgtext #proofbox {
  margin: 0px 0px 0px 50px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
  padding: 20px 20px 20px 20px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
  width:680px; background-color:#eeeeee; height:; border-color:#999; border-bottom:1px solid; border-top:1px solid; border-right:1px solid; border-left:1px solid;
  
}


#outerWrapper #contentWrapper #content #pgtext #casestudy1 {
  margin: 0px 0px 0px 0px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
  padding: 0px 0px 0px 0px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
  width:680px; background-color:; height:;
 
}

#outerWrapper #contentWrapper #content #pgtext #casestudy1 #csTop1 {
  margin: 0px 0px 0px 0px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
  padding: 0px 0px 0px 0px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
  width:600px; background-color:; height:180px; 
 
}

#outerWrapper #contentWrapper #content #pgtext #casestudy1 #csMid1 {
  margin: -12px 0px 0px 0px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
  padding: 0px 0px 0px 0px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
  width:680px; background-color:; height:;  background-image:url(../../images/case-mid.png); background-repeat:repeat-y;
 
}

#outerWrapper #contentWrapper #content #pgtext #casestudy1 #csMid1 #csMid1Text {
  margin: 0px 0px 0px 50px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
  padding: 0px 0px 0px 0px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
  width:500px; background-color:; height:; 
 
}

#outerWrapper #contentWrapper #content #pgtext #casestudy1 #csBtm1 {
  margin: -14px 0px 0px 0px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
  padding: 0px 0px 0px 0px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
  width:600px; background-color:; height:52px; 
 
}



#outerWrapper #contentWrapper #content #pgtext #casestudy2 {
  margin: 0px 0px 0px 0px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
  padding: 0px 0px 0px 0px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
  width:680px; background-color:; height:;
 
}

#outerWrapper #contentWrapper #content #pgtext #casestudy2 #csTop2 {
  margin: 0px 0px 0px 0px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
  padding: 0px 0px 0px 0px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
  width:600px; background-color:; height:180px; 
 
}

#outerWrapper #contentWrapper #content #pgtext #casestudy2 #csMid2 {
  margin: -12px 0px 0px 0px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
  padding: 0px 0px 0px 0px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
  width:680px; background-color:; height:;  background-image:url(../../images/case-mid.png); background-repeat:repeat-y;
 
}

#outerWrapper #contentWrapper #content #pgtext #casestudy2 #csMid2 #csMid2Text {
  margin: 0px 0px 0px 50px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
  padding: 0px 0px 0px 0px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
  width:500px; background-color:; height:; 
 
}

#outerWrapper #contentWrapper #content #pgtext #casestudy2 #csBtm2 {
  margin: -14px 0px 0px 0px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
  padding: 0px 0px 0px 0px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
  width:600px; background-color:; height:52px; 
 
}





#outerWrapper #contentWrapper #content #pgtext #casestudy3 {
  margin: 0px 0px 0px 0px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
  padding: 0px 0px 0px 0px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
  width:680px; background-color:; height:;
 
}

#outerWrapper #contentWrapper #content #pgtext #casestudy3 #csTop3 {
  margin: 0px 0px 0px 0px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
  padding: 0px 0px 0px 0px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
  width:600px; background-color:; height:180px; 
 
}

#outerWrapper #contentWrapper #content #pgtext #casestudy3 #csMid3 {
  margin: -12px 0px 0px 0px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
  padding: 0px 0px 0px 0px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
  width:680px; background-color:; height:;  background-image:url(../../images/case-mid.png); background-repeat:repeat-y;
 
}

#outerWrapper #contentWrapper #content #pgtext #casestudy3 #csMid3 #csMid3Text {
  margin: 0px 0px 0px 50px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
  padding: 0px 0px 0px 0px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
  width:500px; background-color:; height:; 
 
}

#outerWrapper #contentWrapper #content #pgtext #casestudy3 #csBtm3 {
  margin: -14px 0px 0px 0px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
  padding: 0px 0px 0px 0px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
  width:600px; background-color:; height:52px; 
 
}



#outerWrapper #contentWrapper #content #pgtext #signupbox {
  margin: 0px 0px 0px 100px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
  padding: 0px 0px 0px 0px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
  width:608px; background-color:; height:458px; background-image:url(../../images/sneak-peak-form-bg2.jpg); background-repeat:no-repeat; 
 
}

#outerWrapper #contentWrapper #content #pgtext #signFormHl {
  margin: 40px 0px 0px 60px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
  padding: 20px 0px 0px 0px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
  width:350px; background-color:; height:120px; position:absolute; 
 
}


#outerWrapper #contentWrapper #content #pgtext #signupbox #signForm {
  margin: 200px 0px 0px 60px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
  padding: 10px 0px 0px 0px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
  width:480px; background-color:; height:200px; position:absolute; 
 
}




#outerWrapper #contentWrapper #content #pgtext #guaranteeBox {
  margin: 0px 0px 0px 30px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
  padding: 0px 0px 0px 0px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
  width:725px; background-color:; height:;
 
}

#outerWrapper #contentWrapper #content #pgtext #guaranteeBox #gbTop {
  margin: 0px 0px 0px 0px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
  padding: 0px 0px 0px 0px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
  width:725px; background-color:; height:121px; 
 
}

#outerWrapper #contentWrapper #content #pgtext #guaranteeBox #gbMid {
  margin: -20px 0px 0px 0px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
  padding: 0px 0px 0px 0px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
  width:725px; background-color:; height:720px;  background-image: url(../../images/cert-mid.jpg); background-repeat:repeat-y;
 
}

#outerWrapper #contentWrapper #content #pgtext #guaranteeBox #gbMid #gbMidText {
  margin: 0px 0px 0px 124px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
  padding: 0px 0px 0px 0px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
  width:480px; background-color:; height:; 
 
}

#outerWrapper #contentWrapper #content #pgtext #guaranteeBox #gbBtm {
  margin: -7px 0px 0px 0px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
  padding: 0px 0px 0px 0px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
  width:725px; background-color:; height:120px; 
 
}



#outerWrapper #contentWrapper #content #pgtext #NDbox {
  margin: 0px 0px 0px 100px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
  padding: 20px 20px 20px 20px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
  width:600px; background-color: #FFC; height:; border-color:#000; border-bottom: 4px dashed; border-top: 4px dashed; border-left: 4px dashed; border-right: 4px dashed;
 
}



#outerWrapper #footer {
  background-color: ;
  border-top: solid 0px #666; /* Sets the top border properties for an element using shorthand notation */
  padding: 0px 0px 0px 0px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
  height:126px;
}

#outerWrapper #footer #ftrimage {
  background-color:;
	background-image:url(../../images/footerbg.png);
	background-repeat:repeat;
	border-top: solid 0px #666; /* Sets the top border properties for an element using shorthand notation */
	padding: 0px 0px 0px 0px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
	height:111px;
	width:960px;
	text-align: center;
}

#outerWrapper #footer #ftrimage #ftrtext {
  background-color:;
	border-top: solid 0px #666; /* Sets the top border properties for an element using shorthand notation */
	padding: 0px 0px 0px 0px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */
  margin: 30px 0px 0px 80px; /* Sets the padding properties for an element using shorthand notation (top, right, bottom, left) */	
	height:50px;
	width:800px;
	position:absolute;
}
