@charset "utf-8";
body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	font-size: 12px;
}
a {
	font-size: 12px;
	font-weight: bold;
	color: #3366FF;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.floatleft {
	float: left;
	margin-right: 6px;
}
.coloredtext1 {
	color: #FF6633;
	line-height: 150%;
	font-size: 14px;
}
.coloredtext2 {
	color: #339999;
	line-height: normal;
	font-family: "Times New Roman", Times, serif;
	font-size: 24px;
}
#welcome {
	height: 110px;
	width: 780px;
	position: relative;
	display: block;
}
#welcome #image {
	height: 86px;
	width: 86px;
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 50px;
}
#welcome #text {
	display: block;
	width: 620px;
	float: right;
	margin-top: 0px;
}

#spiltter800px {
	background-image: url(images/hr_800px.jpg);
	background-repeat: no-repeat;
	height: 8px;
	width: 780px;
	margin-top: 5px;
}
#home_content {
	width: 780px;
	margin-top: 10px;
	display: block;
}
#home_content p {
	margin-top: 0px;
}

#home_content #left {
	float: left;
	width: 420px;
	display: block;
	margin-left: 15px;
	margin-right: 0px;
}

#home_content #left #emergencyroom {
	width: 100%;
	background-image: url(images/grey_gradient.jpg);
	background-repeat: repeat-y;
	-moz-border-radius: 10px;
	padding-left: 5px;
	min-height: 75px;
	padding-bottom: 10px;
	padding-top: 5px;
	padding-right: 10px;
}
#home_content #left #emergencyroom p {
	margin: 0px;
}

#home_content #left #articles {
	width: 100%;
	background-image: url(images/grey_gradient.jpg);
	background-repeat: repeat-y;
	-moz-border-radius: 10px;
	padding-left: 5px;
	min-height: 75px;
	margin-top: 15px;
	padding-right: 10px;
	padding-bottom: 10px;
}
#home_content #left #special {
	width: 100%;
	background-image: url(images/grey_gradient.jpg);
	background-repeat: repeat-y;
	-moz-border-radius: 10px;
	padding-left: 5px;
	min-height: 75px;
	padding-bottom: 10px;
	padding-top: 8px;
	padding-right: 10px;
	margin-top: 10px;
}
#home_content #right {
	float: right;
	display: block;
	width: 315px;
	margin-right: 0px;
}
#home_content #right #nurse {
	background-image: url(images/grey_gradient.jpg);
	background-repeat: repeat-y;
	padding: 5px;
	width: 295px;
	margin-bottom: 10px;
}
#subpages_nav {
	height: 15px;
	width: 780px;
	padding-top: 8px;
	padding-bottom: 8px;
}


#footer {
	background-color: #FF6633;
	height: 30px;
	width: 780px;
	margin-top: 20px;
	padding-top: 6px;
}
#articles_content {
	width: 780px;
	margin-top: 10px;
	display: block;
}
#articles_content p {
	margin-top: 0px;
	margin-bottom: 0px;
}
#articles_content #left {
	float: left;
	width: 500px;
	display: block;
	margin-left: 15px;
	margin-right: 0px;
	padding-right: 10px;
}
#articles_content #left #article {
	width: 100%;
	background-image: url(images/grey_gradient.jpg);
	background-repeat: repeat-y;
	-moz-border-radius: 10px;
	padding-left: 5px;
	min-height: 350px;
	padding-bottom: 10px;
	padding-top: 5px;
	padding-right: 0px;
}
#articles_content #right {
	float: right;
	display: block;
	width: 160px; 
	margin-right: 0px;
}
#articles_content #right #nurse {
	background-image: url(images/grey_gradient.jpg);
	background-repeat: repeat-y;
	padding: 5px;
	margin-bottom: 10px;
}
p {
	margin-top: 0px;
}
