/*GENERAL*/

article, aside, figure, footer, header, nav, section {
	display: block;
	margin: 0;
	padding: 0;
}
#container_main {
	height: 100%;
	width: 100%;
	background-position: bottom;
	background-image: url(images/background-gradation-2.png);
	background-repeat: repeat-x;
	overflow: hidden;
}
#body {
	padding: 0px;
	height: 100%;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
#spacer {
	margin: 0px;
	padding: 0px;
	clear: both;
	height: 1px;
	width: 960px;
}
body {
	background: white;
}
body,td,th {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
}

h1 {
	color: #3899D1;
	font-size: 22px;
	line-height: 26px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-family: "Trebuchet MS", Helvetica, sans-serif;
}
h6 a:link {
	color: #3899D1;
	text-decoration: none;
}
h6 a:visited {
	color: #3899D1;
	text-decoration: none;
}
h6 a:active {
	color: #3899D1;
	text-decoration: none;
}
h6 a:hover {
	color: #333;
	text-decoration: none;
}
h3 a:link {
	color: #3899D1;
	text-decoration: none;
	font-weight: normal;
}
h3 a:visited {
	color: #3899D1;
	text-decoration: none;
	font-weight: normal;
}
h3 a:active {
	color: #3899D1;
	text-decoration: none;
	font-weight: normal;
}
h3 a:hover {
	color: #333;
	text-decoration: none;
	font-weight: normal;
}
h1 {
	color: #1C7BC0;
	font-size: 22px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-weight: normal;
	text-align: left;
}
h6 {
	font-size: small;
	color: #333;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	line-height: 16px;
	letter-spacing: 20%;
	list-style-type: none;
	text-align: left;
}
.h7 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #333;
	padding: 0px;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	clip: rect(0px,0px,0px,0px);
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 1px;
	margin-left: 0px;
}
.h8 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	color: #333;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 5px;
}
.h9 {
	font-size: 13px;
	font-weight: normal;
	color: #229FD9;
	margin: 0px;
	padding: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
h6 {
	font-size: small;
	color: #333;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	line-height: 16px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
h5 {
	font-size: x-small;
	color: #999;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
a:link {
	color: #999;
	font-weight: bolder;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: none;
}
h5 {
	font-size: x-small;
	color: #999;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
}
h2 {
	font-size: small;
	color: #1C7BC0;
	line-height: 16px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
	text-transform: uppercase;
}
h3 {
	font-size: 18px;
	color: #000;
	margin: 0px;
	padding: 0px;
}
h4 {
	font-size: 12px;
	color: #000;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
.odd {
	background-color: #CCC;
}

.h10 {
	font-size: 10px;
	color: #333;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
fieldset { 
	border:0px;
}
input {  
  background-color: #fff; 
  width: 150px;
  padding-left: 3px;
  line-height: 20px;
  -webkit-border-radius: 3px; 
  -moz-border-radius: 3px; 
  border-radius: 3px; 
  border-style: solid;
  border-width: 1px;
  border-color: #CCC
}  



/*HEADER AREA*/


#logo {
	padding: 0px;
	height: 59px;
	width: 222px;
	float: left;
	margin: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
#nav {
	height: 23px;
	float: left;
	padding-top: 36px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	width: 700px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 38px;
}



/*HOME PAGE MAIN AREA*/

#center_top {
	height: 20px;
	width: 960px;
	margin-top: 30px;
	float: left;
	background-image: url(images/center_top.png);
	background-repeat: no-repeat;
}
#center_middle {
	height: 230px;
	width: 940px;
	background-image: url(images/center_middle_new.png);
	background-repeat: no-repeat;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 0px;
}
#center_middle_content {
	float: left;
	width: 640px;
	height: 210px;
	padding-top: 20px;
	padding-right: 35px;
	padding-bottom: 0px;
	padding-left: 35px;
	z-index: 100;
	border-shadow: 0 0 5px #246593;
	list-style-position: inside;
}
#center_middle p {
	color: white;
	font-size: 28px;
	line-height: 8px;
	letter-spacing: 1px;
	text-align:center;
	text-shadow: 0 0 5px #246593;
	margin-top: 0;
}
.big  {
	color: white;
	font-size: 34px;
	line-height: 28px;
	padding-bottom: 20px;
	border-bottom: solid 1px white;
}
.yellow {
	color: #f5f59a;
}

td#bullets ul, td#bullets_bottom ul {
	color: white;
	font-size: 19px;
	line-height: 15px;
	list-style-type: none;
	padding: 0;
	margin: 0px;
	text-shadow: 0 0 5px #246593;
	letter-spacing: 1px;
	text-align: center;
}
td#bullets li, td#bullets_bottom ul {
	display:inline-block;
	line-height: 30px;
	background-image: url(images/bullet.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 0;
	padding-bottom: 0;
	padding-left: 28px;
	margin: 0;
	text-shadow: 0 0 5px #246593;
	letter-spacing: 1px;
	text-align: center;
}
td#bullets_bottom ul {
	text-align: center;
	margin: 0;
}
#button_get_started {
	height: 53px;
	width: 172px;
	float: left;
	margin-top: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#promo {
	height: 230px;
	width: 230px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	float: right;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
#promo_left_panel {
	float: none;
	height: 186px;
	width: 250px;
	margin-bottom: 12px;
	background-color: #FFF;
	padding: 0px;
}
#center_bottom {
	background-image: url(images/center_bottom.png);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 20px;
	width: 960px;
	float: left;
}
#sub_panel_left {
	float: left;
	width: 690px;
	margin-top: 25px;
	background: white;
	background: -moz-linear-gradient(top, #fff, #ececec);
	background: -webkit-gradient(linear, left top, left bottom,from(#fff), to(#ececec));
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;
	-moz-box-shadow: rgba(0,0,0,0.3) 1px 1px 3px;
	-webkit-box-shadow: rgba(0,0,0,0.3) 1px 1px 3px;
	box-shadow: rgba(0,0,0,0.3) 1px 1px 3px;
}
#sub_panel_right {
    	background: white;
	float: left;
	height: 100%;
	width: 250px;
	margin-top: 24px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;
}
#mc-embedded-subscribe-form p {
	margin: 0;
	padding: 0;
}
.submit_button_formatting {
	margin-top: 2px;
}
#sub_panel_top {
	height: 10px;
	width: 690px;
	margin-top: 0px;
	background-image: url(images/sub_panel_left_top.png);
	background-repeat: no-repeat;
}


/*SOCIAL NETWORKING MODULE*/

#social {
	height: 50px;
	width: 235px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background: white;
	background: -moz-linear-gradient(top, #fff, #ececec);
	background: -webkit-gradient(linear, left top, left bottom,from(#fff), to(#ececec));
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;
	-moz-box-shadow: rgba(0,0,0,0.3) 1px 1px 3px;
	-webkit-box-shadow: rgba(0,0,0,0.3) 1px 1px 3px;
	box-shadow: rgba(0,0,0,0.3) 1px 1px 3px;
	text-align: left;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 15px;
	padding-left: 10px;
	float: right;
}
#social_contents {
	padding: 0px;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-size: 14px;
}
.social_small {
	float: left;
	margin-top: 6px;
	padding-top: 6px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #666;
	width: 555px;
}
#social_contents ul{
	text-align: left;
	display: inline;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
}
#social_contents li{
	text-align: left;
	display: inline;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	float: left;
}




#sub_panel_middle {
	width: 690px;
	overflow: hidden;
}
#sub_panel_bottom {
	background-image: url(images/sub_panel_left_bottom.png);
	height: 10px;
	width: 690px;
}
#sub_panel_content_left {
	float: left;
	width: 305px;
	margin-left: 20px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
}
#sub_panel_content_right {
	float: right;
	width: 319px;
	margin-right: 25px;
	margin-left: 20px;
	margin-bottom: 0px;
}


/*INTERIOR PAGE STYLING*/

#nav_left_minimenu {
	padding: 0px;
	height: 100%;
	width: 250px;
	margin-top: 0px;
	margin-bottom: 10px;
}
#nav_left_minimenu_top {
	background-image: url(images/minimenu_top.png);
	margin: 0px;
	padding: 0px;
	height: 29px;
	width: 251px;
}
#nav_left_minimenu_content {
	margin: 0px;
	height: 100%;
	width: 228px;
	padding-top: 10px;
	padding-right: 10px;
	padding-left: 10px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #1F7BBF;
	border-left-color: #1F7BBF;
	background-color: #FFF;
}
#nav_left_minimenu_bottom {
	background-image: url(images/minimenu_bottom.png);
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	height: 15px;
	width: 251px;
}
#left_content {
	float: left;
	height: 100%;
	width: 250px;
	margin-top: 30px;
}


/*FOOTER*/

#footer {
	margin-top: 20px;
	min-height: 100px;
	width: 100%;
	float: left;
	background-color: #2C2C2C;
	background: -moz-linear-gradient(top, #464646, ##2C2C2C);
	background: -webkit-gradient(linear, left top, left bottom,from(#464646), to(#2C2C2C));
}
#footer_content {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	margin-top: 12px;
}
#footer_content_email {
	margin: 0px;
	padding: 0px;
	float: left;
	width: 555px;
}
#footer_content_legal {
	padding: 0px;
	float: left;
	height: 28px;
	width: 480px;
	margin-top: 4px;
}
#footer ul {
	text-decoration: none;
	text-align: right;
	display: inline;
	margin: 0px;
	padding: 0px;
}
#footer li {
	text-decoration: none;
	text-align: right;
	display: inline;
}
.copyright_formatting {
	text-align: right;
	font-size: 11px;
	font-weight: lighter;
	color: #666;
	line-height: 16px;
}
.text_field_flush_right {
	float: right;
}
#request_phone_top {
	background: white;
	background-repeat: no-repeat;
	float: left;
	height: 110px;
	width: 230px;
	background-image: url(images/request_phone_top_new.png);
	padding-top: 50px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	margin: 0px;
	text-align: center;
}
.blue {
	font-size: 17px;
	color: #3899D1;
	line-height: 17px;
	margin-top: 0px;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
.black {
	font-size: 12px;
	color: #333;
	line-height: 12px;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: -5px;
	margin-left: 5px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #CCC;
}
.green {
	font-size: 19px;
	color: #9aca3c;
	margin: 0px;
	padding: 0px;
}


/*REQUEST PHONE MODULE*/

#request_phone_content {
	margin: 0px;
	width: 250px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background: white;
	background: -moz-linear-gradient(top, #fff, #ececec);
	background: -webkit-gradient(linear, left top, left bottom,from(#fff), to(#ececec));
	-moz-border-radius: 10px 10px 10px 10px;
	-webkit-border-radius: 10px 10px 10px 10px;
	border-radius: 10px 10px 10px 10px;
	-moz-box-shadow: rgba(0,0,0,0.3) 1px 1px 3px;
	-webkit-box-shadow: rgba(0,0,0,0.3) 1px 1px 3px;
	box-shadow: rgba(0,0,0,0.3) 1px 1px 3px;
}
#request_phone_bottom {
	margin: 0px;
	padding: 0px;
	height: 10px;
	width: 250px;
	background-image: url(images/request_phone_bottom.png);
}
.bullets_bold {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: 22px;
	font-weight: bold;
	color: #333;
	font-size: 15px;
	margin-left: 0px;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
}
#sub_panel_left_phone {
	float: left;
	height: 310px;
	width: 250px;
	margin-top: 15px;
	clear: both;
}
#main_content {
	padding: 0px;
	float: left;
	min-height: 700px;
	width: 600px;
	margin-top: 30px;
	margin-right: 0px;
	margin-left: 35px;
	text-align: left;
}
#main_content_centered {
	padding: 0px;
	width: 960px;
	margin-top: 30px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	float: left;
}
.centered_text {
	text-align: center;
}
.minimenu {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #1F7BBF;
	line-height: 20px;
}
.list1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #333;
	padding: 0px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 20px;
	font-size: small;
	line-height: 20px;
}
.list2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: small;
	font-weight: bold;
	color: #333;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	list-style-type: square;
	list-style-position: outside;
	padding: 0px;
}
.link_founder a:link {
	color: #000;
	text-decoration: none;
}
.link_founder a:hover {
	color: #000;
	text-decoration: underline;
}
.link_founder a:visited {
	color: #000;
}
.link_footer a:link {
	font-size: 14px;
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
}

.link_footer a{
	font-size: 14px;
	font-weight: normal;
	color: #FFF;
	text-decoration: none;
}

.link_footer a:hover {
	font-weight: normal;
	color: #FFF;
	text-decoration: underline;
}
.link_legal a:link {
	color: #666;
	font-weight: lighter;
	text-decoration: none;
}
#option1_top {
	padding: 0px;
	height: 10px;
	width: 560px;
	background-image: url(images/howitworks_top.gif);
	background-repeat: no-repeat;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#option1_bottom {
	background-image: url(images/howitworks_bottom.gif);
	background-repeat: no-repeat;
	padding: 0px;
	height: 10px;
	width: 560px;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
#option2_top {
	background-image: url(images/howitworks_top.gif);
	background-repeat: no-repeat;
	padding: 0px;
	float: left;
	height: 10px;
	width: 560px;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#option2_bottom {
	background-image: url(images/howitworks_bottom.gif);
	background-repeat: no-repeat;
	padding: 0px;
	height: 10px;
	width: 560px;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
.recommended {
	color: #F30;
}
#box1 {
	float: left;
	height: 300px;
	width: 165px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #999;
	border-left-color: #999;
	background-color: #FFF;
}
#box2 {
	float: left;
	height: 300px;
	width: 165px;
	padding-right: 10px;
	padding-left: 10px;
	background-color: #FFF;
}
#box3 {
	margin: 0px;
	float: left;
	height: 300px;
	width: 165px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #999;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #999;
	background-color: #FFF;
}
#box4 {
	background-color: #FFF;
	float: left;
	height: 300px;
	width: 165px;
	padding-right: 10px;
	padding-left: 10px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #999;
	border-left-color: #999;
	margin: 0px;
	padding-top: 0px;
}
#box5 {
	background-color: #FFF;
	margin: 0px;
	float: left;
	height: 300px;
	width: 165px;
	padding-top: 0px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	border-left-width: 1px;
}
#box6 {
	background-color: #FFF;
	margin: 0px;
	float: left;
	height: 300px;
	width: 165px;
	padding-top: 0px;
	padding-right: 10px;
	padding-left: 10px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #999;
	border-left-color: #999;
}
.link_legal a:hover {
	color: #666;
	text-decoration: underline;
	font-weight: lighter;
}
.link_legal a:visited {
	color: #666;
	font-weight: lighter;
}

#client_link_container {
	float: right;
	height: 15px;
	width: 75px;
	margin-top: 4px;
	margin-right: 55px;
}
.client_login {
	font-size: 12px;
	color: #FFF;
}
.client_login a:link {
	text-decoration: none;
	font-size: 12px;
	color: #FFF;
}
.client_login a:hover {
	text-decoration: underline;
	font-size: 12px;
	color: #FFF;
}
.minimenu a:link {
	color: #1F7BBF;
}
.minimenu a:hover {
	color: #1F7BBF;
	text-decoration: underline;
}
.minimenu a:visited {
	color: #1F7BBF;
}
#table_cost {
	background-color: #FFF;
	height: 100%;
	width: 600px;
	border: 1px solid #999;
	margin: 0px;
	padding: 0px;
}
.white_column_headers {
	color: #FFF;
}
#table_header {
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	background-color: #FFF;
	background-image: url(images/column_header.png);
	background-repeat: no-repeat;
}
#optional {
	padding: 0px;
	width: 493px;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.white_text {
	color: #FFF;
}
.bullets_bold_homepage {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	line-height: 20px;
	color: #333;
	font-size: 15px;
	font-weight: normal;
	list-style-position: outside;
	margin-left: 0px;
	text-indent: 0px;
	padding-left: 0px;
	list-style-image: url(images/tick.blue.png);
 }
.bullets_bold ul li  {
	margin-left: -20px;
	padding; 0px;
	list-style-image: url(images/tick.blue.png);
	padding-bottom: 2px;
}
.top_right {
	padding: 0px;
	float: right;
	height: 37px;
	width: 46px;
	margin-top: 12px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#quote {
	height: 75px;
	width: 670px;
	margin-top: 16px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	float: left;
	padding-left: 20px;
	background-color: #fff;
}
.quote_credit {
	color: #1B77B9;
}
.quote {
	color: #666;
	font-size: 15px;
	line-height: 20px;
	margin-top: 10px;
}
.phone {
	color: #3899D1;
	text-align: right;
	padding-top: 6px;
	font-weight: bolder;
	font-size: 18px;
	word-spacing: 0px;
	letter-spacing: -1px;
	background-image: url(images/client_login_bknd.png);
	background-repeat: no-repeat;
}
.call {
	letter-spacing: 0px;
	color: #666;
	font-weight: normal;
	font-size: 15px;
	margin-top: 0px;
	margin-right: 0px;
	padding: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#mc-embedded-subscribe-form {
	color: #3899D1;
	padding-top: 20px;
	font-size: 15px;
	line-height: 22px;
	padding-bottom: 10px;
}

#quickbooks {
	padding-top: 15px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #CCC;
	margin-top: 0px;
	margin-right: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
	overflow: hidden;
	font-size: 14px;
	line-height: 16px;
}
.img_left {
	float: left;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
	vertical-align: top;
}
.hand { 
	cursor: pointer; 
	cursor: hand; 
	padding: 0px;
	margin: 0px;
}
#main_content ul {
	color: #333;
	list-style-image: url(images/tick.blue.png);
	list-style-position: outside;
	padding-left: -5px;
}
#main_content li {
	color: #333;
	list-style-image: url(images/tick.blue.png);
	list-style-position: outside;
	padding-left: -10px;
	padding-bottom: 8px;
}
#main_content ol {
	color: #333;
	list-style-image: none;
	padding-bottom: 8px;
}
#main_content ol li {
	color: #333;
	list-style-image: none;
	padding-bottom: 8px;
	padding-left: -10px;
	margin-left: 15px;
}
ol p {
	text-size:
	font-size: small;
}
.img_border {
	float: left;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	-moz-box-shadow: rgba(0,0,0,0.3) 1px 1px 3px;
	-webkit-box-shadow: rgba(0,0,0,0.3) 1px 1px 3px;
	box-shadow: rgba(0,0,0,0.3) 1px 1px 3px;
	padding: 7px;
	background-color: #FFF;
	height: 127px;
	width: 105px;
}
.text_bottom {
	vertical-align: bottom;
	float: left;
	margin: 0px;
	padding-top: 30px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}


/*EXPANDING TAB*/


#login h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 20px;
	text-transform: capitalize;
	font-weight: normal;
	color: white;
	margin: 0;
	padding: 0;
}
td#profitably {
	border-right: solid 1px #666;
}
td#upload {
	
}
td#payroll {
	background: #666;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
#top_holder {
	width: 100%;
	background: red;
}

