/*=====================HOWS IT WORK PAGE======================*/

#howsItWork {
	margin: 20px auto;
	width: 80%;
	font-size: 80%;
	padding-top: 30px;
}
#home_link {
	position: relative;
	margin: 0 0 10px 0;
	top: 0;
	width: 60px;
	height:13px;
}
#howsItWork h2 {
    font-size: 1.3em; 
    color: #C1272D;
    
}
#howsItWork ol li {
    list-style-type: decimal;
    margin-left: 20px;
}
#howsItWork ul {
    margin-left: 15px;
}
#howsItWork ul li {
    list-style-type:disc;
}
#howsItWork .nested_ul li {
    list-style-type: none;
    text-indent: 20px;
}
#howItWorkSignUpButton {
    width: 200px;
    float:right;
}
#signup_button_box {
    position: relative;
    float: left;
    width: 150px;
    height: 70px;
    background: url('../../../images/sign_up_now.png') left top no-repeat;
}
#signup_button_box a {
    display: block;
    width: 150px;
    height: 70px;
    text-indent: -1000em;
}
#signup_button_box:hover {
    background: url('../../../images/sign_up_now.png') right top no-repeat;
    width: 150px;
    height: 70px;
}