@charset "utf-8";
/* CSS Document */
body{
	background-color:#d5dbcc;
}
* {
	margin:0;
	padding:0;
	font-family:Arial, Helvetica, sans-serif;
}
ul{
	padding-left:35px;
}
.check_list{
	list-style-image:url(../images/medright_images/orange_check.png);
	padding-top:6px;
}
h1{
	font-size:1.3em;
	font-weight:normal;
	color:#e39300;
	padding-bottom:8px;
}
.index_header{
	background-image:url(../images/title3.jpg);
	width:812px;
	height:105px;
	margin-left: auto;
	margin-right: auto;
	border-left:1px solid #003300;
	border-right:1px solid #003300;
}

.home_link{
	width:475px;
	height:100px;
}

.contact_info{
	float:right;
	font-size:12px;
	padding-right:10px;
	padding-top:5px;
	text-align:right;
}
.contact_info a:link, .contact_info a:visited, .contact_info a:active{
	color:#000;
}

.login_link{
	width:85px;
	height:35px;
	position:relative;
	top:-25px;
	left:727px;
	background-image:url(../images/login.png);
	background-repeat:no-repeat;
}

.main_div{
	background-color:#ffffff;
	width:802px;
	padding:0 5px;
	margin-left: auto;
	margin-right: auto;
	border-left:1px solid #003300;
	border-right:1px solid #003300;
	min-height:450px;
}
.page_text{
	padding:20px 15px;
	color:#182406;
}
.index_footer{
	clear:both;
	background:url(../images/bottom.png);
 	width:812px;
	height:41px;
	color:#3A5118;
	text-align:center;
	font-size:.8em;
	padding-top:10px;
	margin-left: auto;
	margin-right: auto;
	border-left:1px solid #003300;
	border-right:1px solid #003300;
}
.inner_splash{
	margin-top:8px;
	width:802px;
	height:90px;
}
.splash_left_edge{
	float:left;
	width:14px;
	height:90px;
	background:url(../images/medright_images/inner_splash_left.png);
}
.splash_left_content{
	float:left;
	width:487px;
	height:90px;
	background:url(../images/medright_images/splash_left.jpg);
	text-align:center;
}

.splash_left_content img{
	border:1px solid #003300;
}

.splash_right_content{
	float:left;
	width:299px;
	height:90px;
	background:url(../images/medright_images/inner_splash_right_center.png);
	color:#ffffff;
}
.splash_header{
	width:100%;
	text-align:center;
	padding:15px 0; 
}
.splash_right_edge{
	float:left;
	width:14px;
	height:90px;
	background:url(../images/medright_images/inner_splash_right.png);
}
.medright_menu{
	height:52px;
}
.menu_item{
	float:left;
}

.med_nav_home{
	float:left;
	width:128px;
	height:51px;
	background:url(../images/medright_images/med_nav_home.png);
	background-position:top;
}
.med_nav_home:hover{
	background-position:bottom;
}
.med_nav_features{
	float:left;
	width:129px;
	height:51px;
	background:url(../images/medright_images/med_nav_features.png);
	background-position:top;
}
.med_nav_features:hover{
	background-position:bottom;
}
.med_nav_support{
	float:left;
	width:129px;
	height:51px;
	background:url(../images/medright_images/med_nav_support.png);
	background-position:top;
}
.med_nav_support:hover{
	background-position:bottom;
}
.med_nav_demo{
	float:left;
	width:129px;
	height:51px;
	background:url(../images/medright_images/med_nav_demo.png);
	background-position:top;
}
.med_nav_demo:hover{
	background-position:bottom;
}
.med_nav_faq{
	float:left;
	width:129px;
	height:51px;
	background:url(../images/medright_images/med_nav_faq.png);
	background-position:top;
}
.med_nav_faq:hover{
	background-position:bottom;
}
.menu_end{
	background:url(../images/medright_images/nav_med_side.png);
	width:158px;
	height:51px;
	float:left;
}


.side_panel{
	float:left;
	margin-bottom:10px;
	margin-right:15px;
	margin-top:15px;
}
.side_panel_title{
	width:100%;
	text-align:center;
	padding-top:10px;
}
.side_panel_text{
	padding:10px;
	font-size:.85em;
	color:#da7b00;
}
.side_top{
	width:222px;
	height:136px;
	background:url(../images/medright_images/side_panel_top.png);
}
.side_panel a{
	text-decoration:none;
}
.side_row{
	width:202px;
	height:21px;
	background:url(../images/medright_images/side_panel_row.png);
	background-position:top;
	color:#da7b00;
	font-weight:bold;
	padding:4px 10px;
}

.side_row:hover{
	/*background:url(../images/medright_images/side_panel_row_hover.png);*/
	background-position:bottom;
	cursor:pointer;
}

.side_bottom_row{
	width:202px;
	height:24px;
	background:url(../images/medright_images/side_panel_bottom.png);
	background-position:top;
	color:#da7b00;
	font-weight:bold;
	padding:4px 10px;
}

.side_bottom_row:hover{
	background-position:bottom;
}

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


