@charset "UTF-8";
/* CSS Document */
body {
	background-color:#f8f8f8;
	background-image:url(../images/home_main_grey_panel_back.jpg);	
	background-position:top;
	background-repeat:repeat-y;
	font-family:Arial, Helvetica, sans-serif;
	padding-bottom:35px;
}
#background {
	background:url(../images/main_top_back.jpg) top center no-repeat;
	height:410px;
	left:50%;
	right:50%;
}
.main_header {
	height:103px;
}
.main_header li {
	margin-left:0;
}
.main_header #mrCube_logo {	
	height:62px;
	margin-top:23px;
}

.main_header #empi_logo {	
	height:42px;
	margin-top:33px;
}
.main_header #mrCube_logo h1,
.main_header #mrCube_logo h3 {
	display:none;
}
.main_header #main_nav {
	float:left;
	margin-top:37px;
	width:710px;
}
#home_green_panel_top {
	background-image:url(../images/home_green_panel_top.png);
	height:39px;
	margin-top:5px;
}
#home_white_panel_top {
	background-image:url(../images/home_white_panel_top.png);
	height:39px;
	margin-top:5px;
}
#sub_green_panel_top {
	background-image:url(../images/sub_green_panel_top.png);
	height:39px;
	margin-top:5px;
}
#home_main_panel {
	background-image:url(../images/home_main_panel_back.jpg);
	background-repeat:no-repeat;
	height:393px;
}
#home_main_green_panel {
	background-image:url(../images/home_main_green_panel_back.jpg);
	background-repeat:no-repeat;
	height:393px;
}
#sub_main_green_panel {
	background-image:url(../images/sub_main_green_panel_back.jpg);
	background-repeat:no-repeat;
}
#home_main_panel_copy {
	line-height:normal;
	padding-left:10px;
	*padding-left:20px;
	_padding-left:10px;
}
#sub_main_panel_copy {
	line-height:normal;
	padding-left:10px;
	*padding-left:20px;
	_padding-left:10px;
	height:110px;
}
#home_main_panel_copy h2 {
	color:#333;
	font-size:22px;
	margin-bottom:10px;
}
#sub_main_panel_copy h2 {
	color:#333;
	font-size:20px;
}
#home_main_panel_copy p {
	color:#FFFFFF;
	font-size:14px;
	font-weight:normal;
	line-height:24px;
}
#sub_main_panel_copy p {
	color:#FFFFFF;
	font-size:14px;
	font-weight:normal;
	line-height:18px;
}
#home_main_green_panel .section_bucket {
	margin-top:22px;
	padding:26px 10px 0 15px;
	width:200px;
}
#home_main_green_panel .section_bucket h3 {
	color:#333333;
	font-size:16px;
	text-transform:capitalize;
}
#home_main_green_panel .section_bucket p {
	color:#333333;
	font-size:12px;
	line-height:18px;
	margin-top:4px;
}
#home_main_green_panel .section_bucket a {
	background-image:url(../images/learn_more_arrow.gif);
	background-position:right;
	background-repeat:no-repeat;
	color:#4ca40d;
	font-size:12px;
	line-height:30px;	
	padding-right:18px;
	text-decoration:none;
}
#home_main_green_panel .view_btn {
	padding-top:148px;
}
#sub_main_green_panel .program_bucket {
	margin:15px 0;
	padding:0 20px 0 30px;
	width:315px;
}
#sub_main_green_panel .program_bucket h3, #sub_main_green_panel .half_bucket h3 {
	color:#555555;
	font-size:13px;
	text-transform:uppercase;
}
#sub_main_green_panel .program_bucket p {
	color:#777777;
	font-size:12px;
	line-height:18px;
	margin-top:10px;
}
#sub_main_green_panel .thumb {
	margin:10px 0;
}
#sub_main_green_panel .half_bucket {
	margin:15px 0;
	padding:0 0 0 35px;
	width:420px;
}
#sub_main_green_panel .third_bucket {
	float:left;
	margin:15px 10px;
	width:280px;
	_width:270px;
}
#sub_main_green_panel .third_bucket p {
	color:#666666;
	font-size:12px;
	padding:10px 0 0 0;
	width:240px;
	text-align:justify;
	line-height:15px;
}
#sub_main_green_panel .half_bucket a, #sub_main_green_panel .generic_bucket a {
	color:#4ca40d;
	text-decoration:none;
}
#sub_main_green_panel .half_bucket a:hover, #sub_main_green_panel .generic_bucket a:hover {
	text-decoration:underline;
}
#sub_main_green_panel .half_bucket p, #sub_main_green_panel .generic_bucket p {
	color:#555555;
	font-size:12px;
	line-height:18px;
	margin-top:10px;
	text-align:justify;
}
#sub_main_green_panel .generic_bucket {
	margin:15px 0;
	padding:0 0 0 35px;
}	
#main_panel {
	background-image:url(../images/main_panel_repeat.png);
	background-repeat:repeat-y;
}
#sub_panel_back {
	background:url(../images/sub_panel_grey_repeat.jpg) center repeat-y;
}
#sub_panel_bottom {
	background:url(../images/sub_panel_grey_bottom.jpg) bottom center no-repeat;
	height:4px;
}
#home_bottom_bucket {
	background-image:url(../images/home_bottom_bucket_bg.png);
	height:505px;
}
.spacer {
	height:20px;
}
#footer {
	padding:20px 0 0 5px;
}
#footer li {
	display:inline;
	margin:0 10px;
	font-size:12px;
	color:#666666;
}
#footer li a {
	color:#666666;
	text-decoration:none;
}
#footer li a:hover {
	color:#99cc66;
	text-decoration:underline;
}
#footer .djo_logo {
	padding-left:40px;
}
.f_right {
	float:right;
}