/***** Print CSS File ***************/
/**********************************
======  Yahoo!  CSS Reset
**********************************/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

/**********************************
======  Common Elements
**********************************/
body 
{
   color: #000;
   font-family: Myraid Pro, Tahoma, Verdana, Arial;
   font-size: 12px;
}
a 
{
   color: #000;
   text-decoration: none;
}

.left 
{
   float: left;
}

.right 
{
   float: right;
}

.centered 
{
   text-align: center;
   margin: 0 auto;
}
	
#container 
{
  margin: 0;
  padding: 0;
}

#logo h1 a
{
	display: list-item;            
	list-style-image: url('images/logo.gif');
	list-style-position: inside;
	font-size: 0pt;   
	color: #ffffff;
        float: right;
        content: "";
}

.nav 
{
   display: none;
}

.desc {
        clear: both;
	text-align: left;
	}
	.desc h2 {
		font-size: 20px;
		padding: 14px 0 10px;
		}
	.desc p {
		font-size: 13px;
		margin: 0 auto;
		}
	.desc strong {
		background: #f7ffec;
		padding: 0 3px;
		font-weight: normal;
		border-bottom: 2px solid #d8e9c2;
		}
	.desc span {
		background: #ecf9ff;
		padding: 0 3px;
		border-bottom: 2px solid #c3d9e5;
		}
		
#content_wrap 
{
   display: block;
   clear: both;
}

#content 
{
   display: block;
   clear: both;
}

#content h2 
{
   font-size: 22px;
   margin-bottom: 15px;
}

.green 
{
   color: #3a9e00;
}

.page p 
{
   line-height: 18px;
   margin-bottom: 10px;
}

.steps 
{
   margin: 0 auto;
}

.steps ol
{
   display: inline;
}

.steps li 
{
   text-align: left;
}

.steps li a 
{
   color: #000;
}

.steps li a:hover 
{
   color: #c00000;
}

.steps img 
{
   display: block;
   padding: 4px;
}

.steps strong 
{
   font-size: 14px;
}

.steps .last 
{
   margin-right: 0;
}

.buttons 
{
   display: none;
}

.testimonial 
{
   border-top: 1px solid black;
}
	#content .testimonial p {
		font-size: 18px;
		margin: 20px 0 5px;
		line-height: 24px;
		}
	.testimonial em {
		width: 100%;
		text-align: left;
		font-size: 14px;
		font-weight: bold;
		}
		
/**********************************
======  Result Top
**********************************/
.result-top 
{
   display: block;
   padding-top: 1em;
   padding-bottom: 1em;
}
.result-top h2 
{
   font-size: 16px;
   padding-bottom: 22px;
   border-bottom: 1px solid black;
   margin-bottom: 5px;
}

.result-top p 
{
   display: none;
}
		
/**********************************
======  Questions & Responses
**********************************/
.question 
{
}

.question em, .question h3 
{
}

.question em 
{
   font-style: normal;
}

.question h3 
{
   margin-bottom: 10px;
}

.question ol 
{
   margin-left: 50px;
   list-style-type: decimal;
}

html>body .question ol 
{
   margin-left: 50px!important;
}

.question ol li 
{
   margin-bottom: 5px;
}

.question img 
{
   border: 1px solid black;
   margin-bottom: 15px;
}

.answers 
{
   display: none;
}

.responses 
{
   page-break-before: avoid;
   padding-top: 10px;
}

.responses ul:first-child
{
   clear: both;
}
.responses ul
{

}
.responses li:before
{
}

.responses li 
{
   border-top: 1px dotted black;	
   padding: 10px;
}

.responses p 
{
   margin-bottom: 10px;
}

.responses li ol 
{
   list-style-type: decimal;
   margin-left: 20px;
}

.responses li ol li 
{
   border: none;
   margin: 0;
   padding: 0;
   margin-bottom: 10px;
   background: none;
}

.responses .alt 
{
}	
		
/**********************************
======  Page Top
**********************************/
.page-top {
	padding: 0;
}
	.page-top h2 {
		font-size: 16px;
                padding-top:   15px;
                margin-top:    20px;
		margin-bottom: 20px;
		}
	.page-top p {
                clear: both;
                border-top: 1px solid black;
		font-size: 14px;
		line-height: 18px;
                margin-top: 5px;
                margin-bottom: 20px;
		}
	
#footer 
{
   display: none;
}

.subscribe_button 
{
   display: none;
}
