@charset "UTF-8";
.agents a {
	height: 46px;
	width: 142px;
	background-image: url(../../images/agents/agents.png);
	background-repeat: no-repeat;
	display: block;
	margin-top: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
}
.agents a:hover {
	background-image: url(../../images/agents/agents_hover.png);
	background-repeat: no-repeat;
}
#left_col {
	width: 290px;
	position: absolute;
	top: -250px;
	border: 2px solid #FFFFFF;
	background-image: url(../../images/home/col_left_background.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
#left_col ul {
	list-style-type: disc;
	padding-left: 33px;
	margin-top: 10px;
	font-size: 16px;
	color: #00365D;
}
.clinically_proven   {
	text-align: center;
	padding-top: 10px;
}
.order_now a {
	background-image: url(../../images/home/order_now_b.png);
	background-repeat: no-repeat;
	display: block;
	height: 46px;
	margin-left: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
	width: 142px;
}
.order_now a:hover {
	background-image: url(../../images/home/order_now_over.png);
	background-repeat: no-repeat;
}
#left_col p {
	font-size: 16px;
	padding-left: 20px;
	color: #00365D;
}
#left_col p.small_txt {
	font-size: 12px;
}
#left_col p.small_txt_bottom {
	font-size: 12px;
	padding-bottom: 20px;
}
#left_col p.bottom {
	margin-bottom: 20px;
}
#right_col {
	position: absolute;
	width: 660px;
	top: -250px;
	left: 316px;
	border: 2px solid #FFFFFF;
	background-image: url(../../images/about_us/about_us_background.jpg);
	background-repeat: no-repeat;
	padding-top: 20px;
	padding-bottom: 20px;
	height: 430px;
}
#right_col p {
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 10px;
	color: #00365D;
	padding-right: 20px;
	padding-left: 20px;
}
#right_col h1 {
	font-size: 24px;
	font-weight: normal;
	padding-left: 20px;
	padding-bottom: 20px;
	color: #00365D;
}
#right_col p a {
	color: #0062A7;
	text-decoration: none;
}
#right_col p a:hover {
	color: #00365D;
	text-decoration: none;
}
#left_col p a {
	color: #0062A7;
	text-decoration: none;
}
#left_col p a:hover {
	color: #00365D;
	text-decoration: none;
}
