html body {
	margin: 0;
	padding: 0;
	background-color: #ffffff;
}

.page_container {
	background-color: #ffffff;
	width: 900px;
	margin-top: 40px;
	margin-left: auto;
	margin-right: auto;
}

.logo {
	clear: left;
	float: left;
	width: 380px;
	height: 60px;
	background: #ffffff url(../images/logo.jpg) no-repeat 0 0;
}

.top_links {
	clear: right;
	float: right;
	text-align: right;
	width: 300px;
	height: 60px;
	padding-top: 22px;
	font-family: verdana;
	font-size: 10pt;
	color: #8195dd;
}

.top_links a {
	font-family: verdana;
	font-size: 10pt;
	color: #8195dd;
	text-transform: uppercase;
	text-decoration: none;
}


.link_text {
	display: block;
	margin: 0 auto;
	color: #8a96a3;	
	font-family: arial;
	font-size: 12pt;
	padding-top: 7px;
}

.navtop {
	clear: left;
	float: left;
	width: 900px;
}

.navbar {
	float: left;
	height: 36px;
	width: 900px;
	margin: 10px 0 10px 0;
	text-align: center;
}

.nav_btn1 {
	float: left;
	width: 175px;
	height: 36px;
	background: #000000 url(../images/nav_btn.jpg) no-repeat;
	background-position: 0 -36px;
}

.nav_btn1:hover {
	background-position: 0 0;
	color: #ffffff;
}

.nav_btn1.active {
	background-position: 0 0;
	color: #ffffff;
}

.nav_btn2 {
	float: left;
	width: 175px;
	height: 36px;
	margin-left: 6px;
	background: #000000 url(../images/nav_btn.jpg) no-repeat;
	background-position: 0 -36px;
	
}

.nav_btn2:hover {
	background-position: 0 0;
	color: #ffffff;
}
		
.nav_btn2.active {
	background-position: 0 0;
	color: #ffffff;
}

.nav_btn3 {
	float: left;
	width: 175px;
	height: 36px;
	margin-left: 6px;
	background: #000000 url(../images/nav_btn.jpg) no-repeat;
	background-position: 0 -36px;
}

.nav_btn3 a {
	text-decoration: none;
	color: #ffffff;
}

.nav_btn3:hover {
	background-position: 0 0;
	color: #ffffff;
}
		
.nav_btn3.active {
	background-position: 0 0;
	color: #ffffff;
}

.nav_btn4 {
	float: left;
	width: 175px;
	height: 36px;
	margin-left: 6px;
	background: #000000 url(../images/nav_btn.jpg) no-repeat;
	background-position: 0 -36px;

}

.nav_btn4:hover {
	background-position: 0 0;
	color: #ffffff;
}
		
.nav_btn4.active {
	background-position: 0 0;
	color: #ffffff;
}

.nav_btn5 {
	float: left;
	width: 175px;
	height: 36px;
	margin-left: 6px;
	background: #000000 url(../images/nav_btn.jpg) no-repeat;
	background-position: 0 -36px;

}

.nav_btn5:hover {
	background-position: 0 0;
	color: #ffffff;
}
		
.nav_btn5.active {
	background-position: 0 0;
	color: #ffffff;
}

.center {
	clear: left;
	float: left;
	margin-top: 2px;
	width: 900px;
	min-height: 125px;
}

.center_pic {
	clear: left;
	float: left;
	height: 125px;
	width: 900px;
	background: url(../images/workathome_hdr.jpg) top left no-repeat;
}

.left_col {
	clear: left;
	float: left;
	width: 265px;
}

.right_col {
	float: left;
	width: 635px;
}

.temp_1 {
	clear: right;
	float: right;
	width: 635px;
	height: 217px;
	background: #ffffff url(../images/testimonials.jpg) no-repeat 0 0;
}

.temp_2 {
	clear: right;
	float: right;
	margin: 40px 0 25px 0;
	width: 635px;
	min-height: 450px;
	background: #ffffff url(../images/faqs.jpg) no-repeat 0 0;
}


.body_text {
	float: left;
	width: 575px;
	padding: 25px 0 15px 0;
	float: left;
	font-family: verdana;
	font-size: 9pt;
	line-height: 12pt;
	/* color: #8195dd; */
	color: #3333cc;
}

.body_h2 {
	font-family: verdana;
	font-size: 14pt;
	color: #42920b;
	padding: 12px 0 5px 0;
	margin: 0;
	line-height: 16pt;
}

.bottom_nav {
	display: block;
	clear: left;
	margin-left: auto;
	margin-right: auto;
	width: 600px;
	height: 50px;
	margin-top: 25px;
	font-family: verdana;
	font-size: 7pt;
	color: #8195dd;
}

.bottom_nav a {
	font-family: verdana;
	font-size: 7pt;
	color: #8195dd;
	text-decoration: none;
}

.facebook {
	margin-right: 8px; 
	width: 32px; 
	height: 32px; 
	clear: right; 
	float: right; 
	background-image: url(../images/facebook.png);
}

.linkedin {
	width: 32px; 
	height: 32px; 
	float: right; 
	background-image: url(../images/linkedin.png);
}