@charset "UTF-8";
/* DO NOT DELETE LINES 4-17 */

html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}
body{line-height:1}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}
nav ul{list-style:none}
blockquote,q{quotes:none}
blockquote:before,blockquote:after,q:before,q:after{content:none}
a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}
ins{background-color:#ff9;color:#000;text-decoration:none}
mark{background-color:#ff9;color:#000;font-style:italic;font-weight:bold}
del{text-decoration:line-through}
abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}
table{border-collapse:collapse;border-spacing:0}
hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}
input,select{vertical-align:middle}



/*EDIT YOUR SITE BELOW THIS COMMENT*/
body {
	background-image: url(_images/paper.png);
	background-repeat: repeat;/*background: -webkit-linear-gradient(top,#F2F5F7,#fff);
background: -moz-linear-gradient(top,#F2F5F7,#fff);
background: -ms-linear-gradient(top,#F2F5F7,#fff);
background: -o-linear-gradient(top,#F2F5F7,#fff);
background-repeat: no-repeat;
background-attachment: fixed;*/
}

#wrapper {
	width: 1024px;
	margin: 0 auto;
	margin-bottom: 40px;
}
#banner {
	float: right;
	height: 95px;
	width: 765px;
}

#banner ul li {
	display: inline-block;
	float: left;
	list-style-type: none;
	padding-right: 10px;
}

#banner ul li.bannerLast {
	padding-right: 0px;
}

#mainHeader {
	width:1024px;
	height:211px;
	background-color:rgba(255,255,255,0.8);
	background-image: url(_images/cms-logo.png);
	background-repeat: no-repeat;
	background-position:20px 20px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}

footer p {
	color: #666;
	text-align: center;
}

header h1 {
	font-family: 'Lato', Arial, sans-serif;
	font-weight:300;
	color: #000000;
	font-size: 52px;
	padding: 20px 0px 20px 257px;
	}

#navbox {
	padding:10px 0;
	width:1024px;
	height:200px;
/*	background-color:rgba(180,191,23,0.75); */

}

nav {
	width:300px;
	height:100px;
/*	border: 5px solid;
	border-color:#0c124a; 
	background-color: #8BE0D1; */
	margin: 0 auto;
	
}

nav h1 {
	display: block;
	width:280px;
	margin-top:10px;
	margin-left:10px;
	font-family: Arial;
	font-size:35px;
	color: #0c124a;
	text-align: center;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #03997E;
}

nav h2 {
	display: block;
	width:280px;
	margin-left:10px;
	font-family: Arial;
	font-size:44px;
	color: #0c124a;
	text-align: center;
}
h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #03997E;
	display: block;
	margin-bottom: 10px;
}
a {
	text-decoration: none;
	color: #03997E;
}

a:hover {
	text-decoration: underline;
}
a:active {
	text-decoration: underline;
}
a:visited {
	text-decoration: none;
	color: #03997E;
}

hr {
display: block;
-webkit-margin-before: 0.5em;
-webkit-margin-after: 0.5em;
-webkit-margin-start: auto;
-webkit-margin-end: auto;
}

body hr {
border: none;
border-top: 2px solid #363636;
}

section#mainContent {
	width: 1024px; 
	padding-bottom: 40px;
	background-color:white;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

section#customers {
	width: 211px;
	float: left;
	background-color:white;
	margin-top: 0;
	margin-right: 15px;
	margin-bottom: 0;
	margin-left: 15px;
	padding-top: 20px;
}

article#medicalServices {
	width: 510px;
	float: left;
	background-color:#8BE0D1;
	border: 2px solid;
	border-color:#03997E;
	margin-top: 20px;
	padding-top: 20px;
	padding-right: 14px;
	padding-bottom: 10px;
	padding-left: 14px;
}
#medicalServices h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-style: italic;
	text-transform: uppercase;
	color: #0c124a;
	text-align: center;
}

#medicalServices h2 {
	padding-top: 20px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	text-transform: uppercase;
	color: #03997E;
}
p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #0c124a;
	line-height: 16px;
	margin-bottom: 25px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #03997E;
}

#medicalServices p {
	padding-top: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #0c124a;
	text-align: justify;
	line-height: 18px;
}

#medicalServices #supplies #left {
	float: left;
	width: 255px;
}

#medicalServices #supplies #right {
	float: right;
	width: 255px;
}

#medicalServices #supplies #left li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #0c124a;
	list-style-type: none;
	list-style-position: inside;
	display: list-item;
	line-height: 22px;
	text-align: center;
	font-weight: 600;
}
#medicalServices #supplies #right li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #0c124a;
	list-style-type: none;
	list-style-position: inside;
	display: list-item;
	line-height: 22px;
	text-align: center;
	font-weight: 600;
}

section#contactUs {
	width: 211px;
	float: right;
	background-color:white;
	margin-top: 0;
	margin-right: 15px;
	margin-bottom: 0;
	margin-left: 15px;
	padding-top: 20px;
}

footer {
	clear:both;
	width: 974px; 
	height: 40px;
	padding: 25px 25px;
	background-color: rgba(180,191,23,0.75);
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #03997E;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;

}

.clearfix:before,
.clearfix:after {
	content: "";
	display: table;
}

.clearfix:after {
		clear: both;
}

 [if it IE 8]>
/*For IE < 8 (trigger hasLayout)*/

.clearfix {
    *zoom:1;
}
<![endif]


@media screen and (max-width: 768px) {

}

@media screen and (max-width: 650px) {

/*
body {
	background-color: #fff;
	
}

#wrapper {
	width: 470px; 
	padding:0;
}
	
#mainHeader {
	width:470px; 
	height:191px; 
	background-color:none;
	background-image: url(_images/cms-logo.png);
	background-position:center;
	background-repeat: no-repeat;
}

#navbox {
	margin-top:60px;
	padding:0px;
	width:470px;
	height:200px;
}

nav {
	width:460px;
	height:190px;
	border: 5px solid;
	border-color:#0c124a;
	background-color: #8BE0D1;
}

header h1 {
	font-family: 'Lato', Arial, sans-serif;
	font-weight:400;
	color: #000000;
	font-size: 36px;
	padding: 200px 0px 0px 0px;
	text-align: center;
}

nav h1 {
	display: block;
	width:440px;
	margin-top:25px;
	margin-left:10px;
	font-family: Arial;
	font-size:55px;
	color: #000000;
	text-align: center;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #03997E;
}

nav h2 {
	display: block;
	width:440px;
	margin-top:10px;
	margin-left:10px;
	font-family: Arial;
	font-size:70px;
	color: #000000;
	text-align: center;
}

section#mainContent {
	width: 470px; 
	margin-top: 25px;
	padding-bottom: 40px;
	background-color:white;
}

section#customers {
	width: 470px; 
	margin: 0;
	float: left;
	background-color:white;
}

article#medicalServices {
	width: 466px; 
	float: left;
	margin: 10px 0;
	background-color:#8BE0D1;
	border: 2px solid;
	border-color:#03997E;
}

section#contactUs {
	width: 470px; 
	margin: 0;
	float: left;
	background-color:white;
}

footer {
	clear:both;
	width: 425px;
	background-color: rgba(180,191,23,0.75);
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #03997E;
	height: 40px;
	padding-top: 0;
	padding-right: 25px;
	padding-bottom: 0;
	padding-left: 25px;
}
}
*/
.clearfix:before,
.clearfix:after {
	content: "";
	display: table;
}

.clearfix:after {
		clear: both;
}

 [if it IE 8]>
/*For IE < 8 (trigger hasLayout)*/

.clearfix {
    *zoom:1;
}
<![endif]
