@import url(/css/nav.css);
/*---------------------------------------------------------------------------------------------------------------------------
Author: Luke Lee
Website: YoakumCountyHospital.com
Last Modified: 12/19/06
Contact: llee@ctsinet.com
---------------------------------------------------------------------------------------------------------------------------*/

body {
	padding: 0px;
	margin: 0px;
	background-color: #CCCCCC;
	color: #000000;
	font-size: 10pt;
	font-family: Arial, Verdana, sans-serif;
	font-weight: normal;
	font-style: normal;
	line-height: 1.6;
}

body#calendar #wrapper {
	width: 900px;
	margin: 10px auto;
	text-align: center; /* IE 5 and below */
}

#wrapper {
	width: 760px;
	margin: 10px auto;
	text-align: center; /* IE 5 and below */
	position: relative;
}

/* ----------------------------------------- HEADER --------------------------------------------------------*/
#header {
	background-color: #000066;
	color: #FFFFFF;
	padding: 3px 0px 6px 0px;
	margin: 0px;
}

#header ul {
	list-style-type: none;
	margin: 0px auto 0px auto;
	height: 15px;
}

#header li {
	display: inline;
	color: #FFFFFF;
	font-size: 10pt;
	background: #000066 url(/img/nav/seperator.jpg) top right no-repeat;
	padding: 0px 20px 0px 20px;
}

#header li.none {
	background: #000066;
	padding-right: 55px;
}

#header img, #header a img {
	margin: 0px;
}

#header li a img {
	margin: 0px;
}

#header hr {
	height: 2px;
	color: #FFFFFF;
	background: #FFFFFF;
	border: 0px;
	clear: both;
	margin: 0px 0px 3px 0px;
}

#logo {
	float: right;
	margin: 0px 15px 0px 0px;
}
/* ----------------------------------------- END HEADER --------------------------------------------------------*/

#content {
	background: #CCCCCC url(/img/bkg.jpg) repeat-y top left;
	padding: 2px 25px 45px 25px;
	text-align: left;
	margin: 10px 0px 0px 0px;
	min-height: 300px;
}

body#calendar #content {
	background: #CCCCCC url(/img/bkg2.jpg) repeat-y top left;
	padding: 2px 25px 45px 25px;
	text-align: left;
	margin: 10px 0px 0px 0px;
	min-height: 300px;
}

#content div#left { 
	margin: 10px;
	padding-right: 10px;
	text-align: justify;

}

#calendar div#content div#left { 
	width: 100%;
	margin-right: 10px;
}

#calendar ul#rightNav { /*don't show right nav on calendar page*/
	display: none;
}

#collage {
	margin: 0px 0px 15px -10px;
}

#thumbnails {
	margin: 0px 10px 10px -10px;
	display: block;
	width: 520px;
	clear: left;
	float: left;
}

#diamonds {
	clear: right;
}

#diamonds img {
	margin: 10px;
}

ul.peoplelist {
	list-style-type: none;
}
	
#staff ul.peoplelist {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#adminboard ul.peoplelist li img {
	margin: 10px 25px;
}

#staff ul.peoplelist li img {
	margin: 10px 5px;
}

ul.peoplelist li{
	clear: left;
	font-size: 10pt;
	font-weight: bold;
	color: #000066;
}	

ul.formlist{
	list-style-type: none;
}

ul.formlist li {
	background: url(/img/icons/docpdf.gif) top left no-repeat;
	padding-left: 25px;
}

#footer {
	background-color: #990000;
	font-size: 8pt;
	clear: both;
	margin: 10px 0px 10px 0px;
	padding-bottom: 3px;
}

#footer img {
	margin: 5px auto;
	display: block;
}

#map {
	width: 450px; 
	height: 300px; 
	border: 1px solid #000000;
}

#accomplishments {
	float: left;
	width: 412px;
	margin: 0px 0px 15px 40px;
}

.textbox{
	margin: 10px 0px 0px 120px;
}

#dialysispic {
	float: right;
	padding-left: 15px;
}

/* ----------------------------------------- UPCOMING EVENTS -----------------------------------------------------*/

#upcoming {
	border: 2px solid #000000;
	padding: 15px 10px 20px 10px;
	margin: -125px 10px -35px 0px;
	width: 136px;
	float: right;
	background-color: #5A79CB;
	font-size: 8pt;
}

	#upcoming h3 {
		margin: -10px 0px 5px 0px;
		font-size: 14pt;
		color: #FFFFFF;
		text-align: center;
		line-height: 20px;
	}

	#upcoming h5 {
		font-size: 10pt;
		font-weight: normal;
		line-height: 17px;
		color: #FFFFFF;
		width: 100%;
		margin: 10px 0px 10px 0px;
	}

		#upcoming ul li{
			display: inline;
			font-weight: bold;
		}

		#upcoming ul {
			line-height: 5px;
			padding-bottom: 5px;
			margin-left: -30px;
		}

		#upcoming hr {
			color: #FFFFFF;
			border-style: dashed;
			margin: 0px 0px 0px 0px;
		}



#shuffle h3 {
	margin: 10px 0px 5px 0px;
}

		#shuffle ul {
			line-height: 12px;
			padding-bottom: 5px;
			margin-left: -30px;
		}

/* ----------------------------------------- HTML OVERRIDES --------------------------------------------------------*/

#footer address {
	padding-top: 51px; /* height of the replacement image */
    height: 0px;
    overflow: hidden;
    background: #990000 url(/img/footer/address.jpg) no-repeat top center;
}

abbr {
	border-bottom: 1px dotted #FFFFFF;
}

ul {
	margin: 10px 10px 0px 0px;	
}


ul.accomplishments {
	margin: 20px 5px;
}

ul.accomplishments li{
	font-weight: bold;
}

#foundation ul.accomplishments li{
	font-weight: normal;
}

a, a:link, a:active {
	text-decoration: underline;
	color: #990000;
}

a:visited {
	text-decoration: underline;
	color: #FFFF77;
}

a img {
	border: 0px;
}	

/* ----------------------------------------- END HTML OVERRIDES --------------------------------------------------------*/
/* ----------------------------------------- HEADERS --------------------------------------------------------*/
#home h1 {
	margin: 15px 0px 0px 0px;
	padding-top: 25px; /* height of the replacement image */
    height: 0px;
    overflow: hidden;
    background-image: url(/img/headings/welcome.jpg);
    background-repeat: no-repeat;
}

#admin h1 {
	margin: 15px 0px 0px 0px;
	padding-top: 27px; /* height of the replacement image */
    height: 0px;
    overflow: hidden;
    background-image: url(/img/headings/admin.jpg);
    background-repeat: no-repeat;
}
#about h1 {
	margin: 15px 0px 0px 0px;
	padding-top: 21px; /* height of the replacement image */
    height: 0px;
    overflow: hidden;
    background-image: url(/img/headings/about.jpg);
    background-repeat: no-repeat;
}

#services h1 {
	margin: 15px 0px 0px 0px;
	padding-top: 23px; /* height of the replacement image */
    height: 0px;
    overflow: hidden;
    background-image: url(/img/headings/services.jpg);
    background-repeat: no-repeat;
}

#staff h1 {
	margin: 15px 0px 0px 0px;
	padding-top: 36px; /* height of the replacement image */
    height: 0px;
    overflow: hidden;
    background-image: url(/img/headings/staff.jpg);
    background-repeat: no-repeat;
}

#contact h1 {
	margin: 15px 0px 0px 0px;
	padding-top: 21px; /* height of the replacement image */
    height: 0px;
    overflow: hidden;
    background-image: url(/img/headings/contact.jpg);
    background-repeat: no-repeat;
}	

#wtmclinic h1 {
	margin: 15px 0px 0px 0px;
	padding-top: 26px; /* height of the replacement image */
    height: 0px;
    overflow: hidden;
    background-image: url(/img/headings/wtmclinic.jpg);
    background-repeat: no-repeat;
}

#plainsclinic h1 {
	margin: 15px 0px 0px 0px;
	padding-top: 26px; /* height of the replacement image */
    height: 0px;
    overflow: hidden;
    background-image: url(/img/headings/plainsclinic.jpg);
    background-repeat: no-repeat;
}

#dialysis h1 {
	margin: 15px 0px 0px 0px;
	padding-top: 30px; /* height of the replacement image */
    height: 0px;
    overflow: hidden;
    background-image: url(/img/headings/dialysis.jpg);
    background-repeat: no-repeat;
}

#rehab h1 {
	margin: 15px 0px 0px 0px;
	padding-top: 29px; /* height of the replacement image */
    height: 0px;
    overflow: hidden;
    background-image: url(/img/headings/rehab.jpg);
    background-repeat: no-repeat;
}

#health h1 {
	margin: 15px 0px 0px 0px;
	padding-top: 36px; /* height of the replacement image */
    height: 0px;
    overflow: hidden;
    background-image: url(/img/headings/health.jpg);
    background-repeat: no-repeat;
}

#hr h1 {
	margin: 15px 0px 0px 0px;
	padding-top: 36px; /* height of the replacement image */
    height: 0px;
    overflow: hidden;
    background-image: url(/img/headings/hr.jpg);
    background-repeat: no-repeat;
}

#forms h1 {
	margin: 15px 0px 0px 0px;
	padding-top: 25px; /* height of the replacement image */
    height: 0px;
    overflow: hidden;
    background-image: url(/img/headings/forms.jpg);
    background-repeat: no-repeat;
}

#adminboard h1 {
	margin: 15px 0px 0px 0px;
	padding-top: 36px; /* height of the replacement image */
    height: 0px;
    overflow: hidden;
    background-image: url(/img/headings/administration.jpg);
    background-repeat: no-repeat;
}

#calendar h1 {
	margin: 15px 0px 0px 0px;
	padding-top: 26px; /* height of the replacement image */
    height: 0px;
    overflow: hidden;
    background-image: url(/img/headings/calendar.jpg);
    background-repeat: no-repeat;
}

#visit h1 {
	margin: 15px 0px 0px 0px;
	padding-top: 36px; /* height of the replacement image */
    height: 0px;
    overflow: hidden;
    background-image: url(/img/headings/visit.jpg);
    background-repeat: no-repeat;
}

#foundation h1 {
	margin: 15px 0px 0px 0px;
	padding-top: 36px; /* height of the replacement image */
    height: 0px;
    overflow: hidden;
    background-image: url(/img/headings/foundation.jpg);
    background-repeat: no-repeat;
}

#adminboard h3 {
	clear: left;
	padding-top: 36px; /* height of the replacement image */
    height: 0px;
    overflow: hidden;
    background-image: url(/img/headings/board.jpg);
    background-repeat: no-repeat;
}

#adminboard h1 {
	display: none; /* Remove when adding members to Administration */
}

#history h1 {
	margin: 15px 0px 0px 0px;
	padding-top: 25px; /* height of the replacement image */
    height: 0px;
    overflow: hidden;
    background-image: url(/img/headings/history.jpg);
    background-repeat: no-repeat;
}

#newborns h1 {
	margin: 15px 0px 0px 0px;
	padding-top: 25px; /* height of the replacement image */
    height: 0px;
    overflow: hidden;
    background-image: url(/img/headings/newborns.jpg);
    background-repeat: no-repeat;
}


h2 {
	font-size: 13pt;
	font-weight: normal;
	color: #FFFFFF;
	border-bottom: 1px solid #000000;
	width: 30%;
}

h3{
	font-size: 11pt;
	font-weight: normal;
	color: #FFFFFF;
}
	
h4 {
	font-size: 11pt;
	font-weight: normal;
	color: #FFFFFF;
	border-bottom: 1px solid #000000;
	width: 50%;
}
/* ----------------------------------------- END HEADERS -----------------------------------------------------------------*/
/* ----------------------------------------- MISC CLASSES ----------------------------------------------------------------*/
.secondarycontent {
	float: left;
	margin: 0px 0px 20px 40px;
	list-style-type: none;
}

ul.secondarycontent {
	margin-left: 0px;
}

.right {
	float: right;
}	

.none {
	display:none;
}

.left {
	float: left;
}

.instructions {
	font-size: 8pt;
}

.nobullet {
	list-style-type: none;
}

.clearleft {
	clear: left;
}	

.clearright {
	clear: right;
}

.clearboth {
	clear: both;
}

.nobullet {
	list-style-type: none;
}

.heading { /* used as h tag when h is not allowed by doctype */
	font-size: 12pt;
	border-bottom: 1px solid #000000;
	color: #FFFFFF;
	margin: 0px 0px 10px 0px;
	display: block;
}

.largeTxt {
	font-size: 11pt;
}

.important {
	font-size: 11pt;
	font-weight: bold;
}

.fineTxt {
	font-size: 8pt;
}

.phrase {
	font-style: italic;
	font-size: 9pt;
	text-align: center;
	font-weight: bold;
}

.fullwidth {
	width: 100%;
	clear: both;
}

#fulltext {
	margin: 0px 10px 0px 10px;
}

ul.moz {
	margin-left: -25px;
}	
/* ----------------------------------------- END MISC CLASSES --------------------------------------------------------*/
/* ----------------------------------------- TABLE STYLES ----------------------------------------------------------------*/
body#rehab table {
	margin: 10px 0px 10px 0px;
}

table caption {
	font-size: 11pt;
	color: #FFFFFF;
	border-bottom: 1px solid #000000;
	text-align: left;
	width: 30%;
}

body#rehab td {
	padding: 5px;
}

tr.border td {
	border-bottom: 1px solid #000000;
}

#winner{
	margin: 0px 0px 0px 0px;
	width: 525px;
}

	#winner td {
	padding: 3px 20px 3px 3px;
	font-size: 10pt;
	text-align: left;
	}
	
	#winner th {
		text-align: center;
		font-size: 11pt;
		color: #FFFFFF;
	}
	
	#winner td.center {
		text-align: center;
	}

#events {
	width: 505px;
}

#events td{
	padding: 3px 20px 3px 3px;
	font-size: 9pt;
	text-align: left;
}

#events th {
	text-align: center;
	font-size: 10pt;
	color: #FFFFFF;
}

table#calendardisplay {
	width: 100%;
	position: relative;
}

table#calendardisplay th {
	text-align: center;
	font-size: 10pt;
	color: #000000;
}

table#calendardisplay .day {
	position: relative;
	top: 0px;
	left: 0px;
	font-size: 7pt;
	display: block;
	margin-bottom: 5px;
}

table#calendardisplay td {
	width: 120px;
	height: 110px;
	border: 1px solid #000000;
	font-size: 7pt;
	text-align: left;
	overflow: auto;
}

table#calendardisplay caption {
	background-color: #DDDDDD;
	border: 1px solid #000000;
	padding: 3px;
	width: 100%;
	text-align: center;
	color: #000000;
}

table#calendardisplay td.hide {
	border: 0px solid #FFFFFF;
}

/* ----------------------------------------- END TABLE STYLES --------------------------------------------------------*/