@charset "UTF-8";
}
/* Layout Small Screens */


/* Menu Styles */
 
#callscreen a.call:hover {
	display: block;
	float: left;
	width: 100%;
	height: 30px;
	background-color: #FFFFFF;
}
#callscreen a.call {
	background-position: left center;
	display: block;
	float: left;
	width: 100%;
	background-image: url('../images/telephone.png');
	background-repeat: no-repeat;
	margin-bottom: 10px;
	height: 30px;
	border-top-style: dashed;
	border-bottom-style: dashed;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-color: #000000;
	border-bottom-color: #000000;
	background-color: #D5B475;
	color: #000000;
}
#callscreen a.email {
	border-width: thin;
	border-color: #000000;
	background-position: left;
	display: block;
	float: left;
	width: 100%;
	background-image: url('../images/order.png');
	background-repeat: no-repeat;
	margin-bottom: 15px;
	height: 30px;
	border-top-style: dashed;
	border-bottom-style: dashed;
	background-color: #FFFFFF;
}
#callscreen a.email:hover {
	display: block;
	float: left;
	width: 100%;
	height: 30px;
	background-color: #C0C0C0;
}
#callscreen {
	border-style: none;
	margin: 0px;
	display: block;
	width: 100%;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-color: #000000;
	border-bottom-color: #000000;
	height: auto;
	clear: ;
	position: relative;
	top: 0px;
}
#articlepic {
	background-size: auto auto;
	width: 100%;
	height: auto;
	background-image: url('../images/artpic.jpg');
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center bottom;
	margin: 0px 0px 22px 0px;
	padding: 0px 0px 25px 0px;
	position: static;
	display: block;
	float: none;
}
#nextarticle {
	background-size: auto auto;
	width: 100%;
	height: auto;
	background-image: none;
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center bottom;
	margin: 0px 0px 22px 0px;
	padding: 0px 40px 25px 0px;
	position: static;
	display: block;
	float: ;
}
#nextarticle h1 {
	margin: 0px 3em 1em 1em;
	padding: 0px;
	display: ;
	color: #000000;
	font-size: 1.2em;
	font-weight: bold;
}
#nextarticle h2 {
	margin: 1em 3em 1em 1em;
	padding: 0px;
	display: ;
	color: #000000;
	font-size: 1.1em;
	font-weight: bold;
}
#nextarticle p {
	margin: 1em;
	display: ;
	color: #000000;
	font-size: .9em;
	font-weight: bold;
}
.tophead .text2 {
	font-size: 1em;
	line-height: 20px;
	vertical-align: middle;
	text-align: right;
	color: #FFFFFF;
	position: absolute;
	display: block;
	float: left;
	font-weight: bold;
	top: 72px;
	right: 4%;
}
.tophead a.toplogo {
	height: 69px;
	background-image: url('../images/NEW-MED-LOGO.png');
	background-repeat: no-repeat;
	width: 150px;
	position: inherit;
	z-index: 99;
	float: left;
	display: block;
	left: 5px;
	visibility: visible;
	margin-top: 12px;
}
.top-level-menu > li {
	position: relative;
	float: left;
	list-style: none;
	width: 33.3%;
	text-align: center;
	background-color: #F9BC06;
	height: 40px;
}
.top-level-menu a {
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #000000;
	text-decoration: none;
	padding: 0;
/* Make the link cover the entire list item-container */display: block;
	line-height: 40px;
	vertical-align: central;
	height: 40px;
}
.top-level-menu a:hover {
	font: bold 14px Arial, Helvetica, sans-serif;
	color: #FF0000;
	text-decoration: none;
	padding: 0;
/* Make the link cover the entire list item-container */display: block;
	line-height: 30px;
	vertical-align: central;
	height: 40px;
	background-color: #F9BC06;
	border-bottom-style: dashed;
	border-bottom-width: medium;
	border-bottom-color: #FF0000;
}
