/* CSS Document */



/* ============================================================================
         UNIVERSAL 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;
	}
	
/* Undo Resets____________________________*/
em {
	font-style: italic;
}


/* ============================================================================
         BODY and MAIN WRAPPER	
=============================================================================== */

/* Layout____________________________*/
body {
	background: #d36f16 url(../images/body_bg.gif) top left;
	text-align: center;
	position: relative;
}

body.definition {
	background: none;
	text-align: justify;
	background: #ffffff url(../images/form_bg.gif) repeat-x top left;
}

#main_wrapper {
	width: 822px;
	text-align: left;
	margin: 0 auto;
	background: transparent url(../images/wrapper_bg.png) repeat-y top left;
	/*background: transparent url(../images/wrapper_bg.gif) repeat-y top left;*/
}

/* Typography____________________________*/
body {
	font-size: 12px;
	line-height: 1.2;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #333333;
}

a:link {
	color: #5171b0;
}

a:visited {
	color: #666666;
}

a:hover, a:active {
	color: #274174;
}

hr {
	display: none;
}

body.definition p{
	margin: 15px;
}

body.definition strong{
	font-weight: bold;
}

p.center-phone {
	text-align: center;
	font-size: 1.3em;
	font-weight: bold;
}

/* ============================================================================
         HEADER
=============================================================================== */

/* Layout____________________________*/
#header {
	width: 800px;
	left: 11px;
	position: relative;
	height: 157px;
	background: #f7ebd3 url(../images/header_bg.gif) repeat-x top left;
}



/* Typography____________________________*/
#header h1{
	font-size: 200%;
	height: 140px;
	background: transparent url(../images/banner_image.jpg) no-repeat top left;
	text-indent: -5000px;
}

.whitepaper #header h1{
	font-size: 200%;
	height: 140px;
	background: transparent url(../images/banner_image10steps.jpg) no-repeat top left;
	text-indent: -5000px;
}


/* ============================================================================
         CONTENT
=============================================================================== */


/* Content Wrapper*************************
*******************************************/
/* Layout________________________________*/
#content_wrapper {
	position: relative;
	left:11px;
	width: 778px !important;
	width: 770px;
	background: #ffffff;
	border-left: 11px #ecebeb solid;
	border-right: 11px #ecebeb solid;
	padding-top: 15px;
}

/* Typography____________________________*/




/* Main Content*************************
*******************************************/
/* Layout________________________________*/
#main_content {
	width: 100%;
}


/* Typography____________________________*/
#main_content h1,h2,h3,h4,h5,p,dl,dt,dd,ul{
	margin: 0 15px 0 15px;
}

#main_content h2 {
	font-size: 1.9em;
	margin-bottom: 15px;
	color: #dc4c13;
	font-weight: bold;
}

#main_content h3 {
	font-size: 1.5em;
	font-weight: bold;
	color: #000000;
	margin-bottom: 13px;
}

#main_content h4 {
	font-size: 1.2em;
	font-weight: bold;
	color: #dc4c13;
	margin-bottom: 13px;
}

#main_content p {
	margin-bottom: 1.2em;
}

#main_content blockquote {
	margin: 1.2em 100px 1.2em 100px;
	font-size: 1.3em;
	font-style:italic;
	float: none;
}

#main_content blockquote.review {
	float: right;
	padding: 0px 15px 15px 25px;
	margin: 0;
	color: #999999;
	font-size: 1.2em;
	font-style:italic;
	width: 200px;
	font-weight: bold;
}

#main_content cite {
	color: #333333;
	display: block;
	font-size: 0.75em;
	font-weight: bold;
}

#main_content img {
	float: right;
}

#main_content ul {
	margin-bottom: 1.2em;
}

#main_content ul li{
	list-style: none;
	margin-left: 30px;
background: transparent url(../images/bullet.gif) no-repeat top left;
padding-left: 16px;
margin-bottom: 1em;
}

/* Images____________________________*/
#main_content img {
float: none;
padding-left: 20px;
}

/* ============================================================================
         SUB CONTENT
=============================================================================== */

/* Sidebar Wrapper*************************
*******************************************/
/* Layout________________________________*/
#content_sub {
	width: 778px;
text-align: center;
	margin-bottom: 15px;
border-top: 11px #ecebeb solid;
clear:both;
}

/* Typography____________________________*/
#content_sub p {
	margin: 0;
}

#content_sub object{
margin-top: 25px;
border: 1px #ecebeb solid;
}

#content_sub object {
	margin-bottom: 15px;
}


p.center {
	text-align: center;
	font-size: 1.3em;
	font-weight: bold;
	line-height: 5em;
}

.phone-standout {
	color: #DF7A1C;
}

/* ============================================================================
         FOOTER
=============================================================================== */
/* Layout________________________________*/
#site_info {
	clear: both;
	background: transparent url(../images/crowd.gif) no-repeat top right;
	padding: 85px 0 30px 0;
	margin: 0 25px 0 25px;
	position: relative;
}

/* Typography____________________________*/
#site_info p{
	text-align: center;
	color: #999999;
}


/* ============================================================================
         OTHER
=============================================================================== */
.clearer {
	clear: both;
}