@charset "UTF-8";
/* CSS Document */

body {
background: #28a0be;
background-image:url(../imgs/background.jpg);
background-position:top;
background-repeat:repeat-x;
position:relative;
color:#004a70;
font-family:arial, sans-serif;
font-weight: normal;


}

textarea {
width:100%; 
height:300px;
}

* {
margin:0;
padding:0;
}

h1 {
color:#004A70;
}

a, a:visited {color:#004A70; cursor:pointer;}
a:hover{color:#888888; cursor:pointer;}

a img, a img:visited, a img:hover{
border:none;
}

button{cursor:pointer;}

h2 {
color:#004A70;
font-family: georgia, serif;
padding: 4px;
font-weight: normal;
padding-left: 10px;
margin-bottom:10px;
text-transform:capitalize;
}

p {
font-size: 14px;
color:#333333;
line-height:1.5em;
}

#wrapper {
	position:relative;
	width:974px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}

#top {
background-image:url(../imgs/header.png);
height: 135px;
padding:10px;
}

#nav {
background-color: #ffffff;
padding:10px;
border: #f5f5f5 2px;
text-align: center;
border: 1px solid #f5f5f5;
padding: 3px;
}

#slider {
border: 3px #ffffff solid;
z-index: 10;
height: 350px;
}


#slider1 {
background-image: url(../imgs/hospital-out.jpg);
border: 3px #ffffff solid;
z-index: 10;
height: 350px;
}

#slider2 {
background-image: url(../imgs/hospital-out.jpg);
border: 3px #ffffff solid;
z-index: 10;
height: 350px;
}

#slidernav {
width: 974px;
position:absolute;
height:89px;
z-index: 20;
background-image: url(../imgs/home-nav.png);
margin-top: 261px;
margin-left: -3px;
}

#slidernav img, #slidernav a {
border:0 none;
clear:both;
margin:0;
padding:0;
}

#nav li {
	color:#004a70;
	display: inline;
	list-style: none;
	font-size:15px;
	text-align: center;
}

#nav li a {
	color:#004a70;
	text-decoration: none;
}

#nav li a:hover {
	color:#59B8DB;
	text-decoration: none;
}

#main {
background-color: #ffffff;
padding:3px;
min-height:670px;
}

#column {
float:left;
margin:0 10px 10px;
width:300px;
display: block;
}

#column img {
border: 0px;
margin-bottom:5px;
}

#footer {
background-color: #ffffff;
padding:10px;
color: #666666;
text-transform: uppercase;
text-align: center;
font-size: 12px;

}

#footer a {
color:#666666;
text-decoration: none;
}

#footer a:visited{
color:#666666;
text-decoration: none;
}

#footer a:hover {
color:#999999;
}

.article-readmore a, .article-readmore a:visited {
text-decoration:none;
color:#A80000;
}

.article-readmore a:hover { text-decoration: underline;}

.fronthead {
	background-image: url(../imgs/frontheadback.jpg);
	background-repeat: no-repeat;
	height: 42px;
	padding:10px;
}

/* rotator in-page placement */
    div#rotator {
	position:relative;
	
	/*margin-left: 15px;
	z-index: 10;
	*/
	border: 3px #ffffff solid;
	height: 350px;
}
/* rotator css */
	div#rotator ul li {
	float:left;
	position:absolute;
	list-style: none;
}
/* rotator image style */	
	div#rotator ul li img {
	/*border:1px solid #ccc;
	padding: 4px;
	background: #FFF;*/
	width: 967px;
	height:350px;
}
    div#rotator ul li.show {
	z-index:10;
}

#cartfix {
color: #333333;
font-size: 14px;
}
#cartfix ul li {
margin: 0px;
list-style: none;
}