@charset "utf-8";
* {
	margin: 0;
	padding: 0;
}

html, body {
	width: 100%;
	height: 100%;
	font: 12px Arial, Helvetica, sans-serif;
	color: #333;
	background: #F0F0F0 url('../images/bg.jpg') repeat-x;
}

a, a:visited {
	color: #333;
	text-decoration: underline;
	width:100%;
}

a:hover {
	color: #075DA8;
}

ul.menu a, ul.menu a:visited, ul.menu a:hover { display: block; }

a[href$='.pdf'] {
	background: transparent url(../images/filetypes.png) 0 0 no-repeat;
	padding-left: 18px;
}

a[href$='.doc'], a[href$='.docx'] {
	background: transparent url(../images/filetypes.png) 0 -16px no-repeat;
	padding-left: 18px;
}

a[href$='.xls'] {
	background: transparent url(../images/filetypes.png) 0 -32px no-repeat;
	padding-left: 18px;
}

a[href$='.jpg'] {
	background: transparent url(../images/filetypes.png) 0 -48px no-repeat;
	padding-left: 18px;
}

a[href$='.mp3'], a[href$='.wav'] {
	background: transparent url(../images/filetypes.png) 0 -64px no-repeat;
	padding-left: 18px;
}

a[href$='.mov'], a[href$='.mp4'], a[href$='.avi'], a[href$='.wmv'] {
	background: transparent url(../images/filetypes.png) 0 -80px no-repeat;
	padding-left: 18px;
}

hr {
	border: 1px solid #FFFFFF;
	float: left;
	margin: 4px 0;
	width: 100%;
}

h4 {
	margin: 15px 0 5px; 
	float: left; 
	width: 100%;
}

form {
	background: #FFF;
	border: 2px solid #999;
	float: left;
	margin: 5%;
	padding: 1%;
	width: 37%;
}

#service_noodle {
  line-height: 24px;
  text-align: center;
	background: #F0F0F0;
	border: 2px solid #999;
	margin: 5%;
	padding: 3%;
}

form fieldset {
	border: none;
	padding: 15px;
}

form fieldset legend {
	font-size: 150%;
	color: #666;
}

form fieldset div {
	float: left;
	margin: 5px 0;
	width: 100%;
}

form fieldset div label {
	float: left;
	width: 100%;
	color: #666;
	margin-top: 10px;
}

form fieldset div input[type="text"], form fieldset div input[type="password"] {
	font-size: 150%;
	padding: 5px;
	width: 97%;
	border: solid 2px #AAA;
	background: #F0F0F0;
	color: #666;
}

form fieldset div select {
	font-size: 150%;
	padding: 5px;
	width: 99%;
	border: solid 2px #AAA;
	background: #F0F0F0;
	color: #666;
}

form fieldset div textarea {
	height: 300px;
	font-size: 125%;
	padding: 5px;
	width: 97%;
	border: solid 2px #AAA;
	background: #F0F0F0;
	color: #666;
}

form fieldset div input[type="submit"], form fieldset div input[type="button"] {
	margin-top: 10px;
	padding: 0 20px;
	float: left;
}

/* GENERAL CLASSES */
.section_head {
	background: transparent url(../images/item_bullet.png) 0 2px no-repeat;
	padding-left: 30px;
	line-height: 25px;
}

ul.menu {
	list-style: none;
	float: right;
}

ul.menu li {
	float: left;
	text-align: center;
	width: 137px;
	height: 36px;
	background: transparent url('../images/item_menu.png') no-repeat;
	border-bottom: 5px solid #4F2682;
	height: 25px;
	padding-top: 11px;
}

ul.menu li:hover {
	cursor: pointer;
	background: transparent url('../images/item_menu_over.png') no-repeat;
	border-bottom: 5px solid #B2005E;
}

ul.menu li a, ul.menu li a:visited, ul.menu li a:hover {
	font: 14px Arial, Helvetica, sans-serif;
	color: #333;
	text-decoration: none;
}

/* MAIN ELEMENTS */
#main { 
	width: 978px;
	float: none;
	margin: 0 auto;
}

#header {
	position: relative;
	top: 50px;
}

#header p {
	font: 18px Helvetica, sans-serif;
	color: #333;
	width: 290px;
	text-align: center;
	float: left;
	padding-top: 7px;
	height: 25px;
}

#pictures {
	float: left;
	position: relative;
	top: 50px;
	width: 100%;
	border-right: solid 1px #4F2682;
}

#content {
	float: left;
	position: relative;
	top: 100px;
	width: 948px;
	padding: 0 15px;
}

#content ul.categories {
	list-style: none;
	margin: 10px 0;
	float: left;
	width: 100%;
}

#content ul.categories li {
	width: 23%;
	float: left;
	margin: 5px;
}

#content ul.categories li a, #content ul.categories li a:visited {
	text-decoration: none;
}

#content ul.categories li a:hover {
	
}

#content ul.files, #content ul.articles {
	list-style: none;
	margin: 10px 0;
	float: left;
	width: 100%;
}

#content ul.files li, #content ul.articles li {
	margin: 0 5px 20px;
}

#content ul.files li p, #content ul.articles li p {
	margin: 3px 0;
}

#content table h3 {
	color: #075DA8;
}

#footer {
	position: relative;
	top: 100px;
	width: 100%;
	float: left;
	padding: 5px 0;
	border-top: solid 2px White;
}

#footer p {
	width: 487px;
	float: left;
	color: #666;
}

#footer p a, #footer p a:visited, #footer p a:hover {
	color: #666;
	text-decoration: none;	
}

/* HOME PAGE */
#latest {
	position: relative;
	top: 75px;
}

#latest div {
	margin: 0 18px;
	width: 289px;
	float: left;
	background-color: #FFF;
	background-repeat: no-repeat;
	background-position: top center;
	position: relative;
	height: 215px;
}

#latest div#news {
	background-image: url('../images/home_bg_news.png');
}

#latest div#articles {
	background-image: url('../images/home_bg_articles.png');
}

#latest div#files {
	background-image: url('../images/home_bg_files.png');
}

#latest div h3 {
	font-size: 20px;
	margin: 0 auto;
	text-align: center;
	width: 75%;
	padding: 15px 0;
	border-bottom: solid 1px #FFF;
}

#latest div div {
	position: absolute;
	bottom: 0;
	margin: 0;
	height: 0px;
	background: none;
}

#latest div p {
	width: 75%;
	margin: 10px auto;
}

#latest div ul {
	list-style: none;
	margin: 10px auto;
	width: 75%;
}

#latest div ul li {
	margin: 5px 0;
}

#home_nurses {
	float: left;
	width: 64%;
	border-right: solid 1px #FFF;
}

#home_nurses ul {
	list-style: none;
	margin-left: 30px;
}

#home_nurses ul li {
	float: left;
	margin: 15px 0;
	width: 95%;
}

#home_nurses ul li img {
	float: left;
	margin-right: 15px;
}

#home_nurses ul li p {
	margin: 3px 0;
}

#home_nurses ul li p.nurse_name {
	color: #0D61B7;
}

#home_community {
	float: left;
	margin-left: 8px;
	width: 35%;
}

#home_community p {
	margin-left: 30px;
	margin-top: 15px;
	text-align: center;
	width: 80%;
}

#home_videos {
	float: left;
	width: 100%;
}

#home_videos ul {
	list-style: none;
	margin-left: 30px;
	margin-top: 15px;
}

#home_videos ul li {
	width: 33%;
	float: left;
}

#home_videos ul li p {
	margin: 5px 0;
}

#home_videos ul li p.title {
	color: #0D61B7;
}
