@charset "UTF-8";
/* CSS Document */

* {
	margin: 0;
	padding: 0;
}

div#page {
	width: 933px;
	margin: 0 auto;
	padding: 24px;
	background-color: #FFFFFF;
	position: relative;
}

div#header {
	height: 68px;
	position: relative;
	background-image: url(../images/header_background.gif);
	background-repeat: no-repeat;
}

div#header div#logo {
	position: absolute;
	left: 21px;
	top: 21px;
}

div#header p#tagline {
	position: absolute;
	left: 136px;
	top: 30px;
	font-size: 14px;
	color: #FFFFFF;
}

div#header form#search {
	position: absolute;
	left: 760px;
	top: 31px;
}

form#search input#query {
	width: 136px;
	height: 16px;
	margin-right: 6px;
	color: #666666;
}

form#search input#go {
	vertical-align: top;
	position: relative;
	top: 2px;
}

div#top-nav {
	margin-right: -3px;
}

div#top-nav a {
	display:block;
	float: left;
}

div#flash {
	clear: both;
	margin-bottom: 24px;
}

div#main-body {
}

div#main-body div#right-bar {
	float: right;
	width: 194px;
	padding-left: 20px;
	/*border-left: 1px solid #D7D7D7;*/
}

div#right-bar h3 {
	color: #3b64a2;
	font-weight: normal;
	font-size: 11px;
	background-image: url(../images/feature_background.gif);
	background-repeat: no-repeat;
	padding-left: 10px;
	line-height: 18px;
}

div#right-bar p {
	margin: 6px 10px 10px 10px;
	font-size: 10px;
	line-height: 1.5em;
}

div#right-bar p.wrapper {
	margin-left: 0;
	margin-right: 0;
}

div#content {
	/*border-right: 1px solid #D7D7D7;*/
	background-image: url(../images/dotted-vertical.gif);
	background-repeat: repeat-y;
	background-position: right top;
	margin-right: 214px;
	padding-right: 22px;
}

div#content h1 {
	font-size: 16px;
	line-height: 1.6em;
	font-weight: normal;
	margin-bottom: 10px;
	margin-left: 24px;
}

div#content div#left-col {
	float: left;
	background-repeat: no-repeat;
	padding-top: 17px;
	padding-right: 0;
	/*border: red 1px solid;*/
	width: 230px;
}



div#content div#right-col {
	float: right;
	background-image: url(../images/hosp_background.jpg);
	background-repeat: no-repeat;
	padding-top: 17px;
	width: 230px;
	/*border: red 1px solid;*/
}

div#content div#center-col {
	background-image: url(../images/hosp_background.jpg);
	background-repeat: no-repeat;
	padding-top: 17px;
	width: 229px;
	margin: 0 auto;
	/*border: green 1px solid;*/
}

div#left-col div.col-content {
	/*border-right: 1px solid #D7D7D7;*/
	background-image: url(../images/dotted-vertical.gif);
	background-repeat: repeat-y;
	background-position: right top;
	padding-left: 27px;
	padding-top: 10px;
	height: 270px;
}


div#center-col div.col-content {
	/*border-right: 1px solid #D7D7D7;*/
	background-image: url(../images/dotted-vertical.gif);
	background-repeat: repeat-y;
	background-position: right top;
	padding-left: 27px;
	padding-top: 10px;
	height: 270px;
}

div#right-col div.col-content {
	padding-left: 27px;
	padding-top: 10px;
	height: 270px;
}

div.col-content h3 {
	font-size: 14px;
	font-weight: normal;
	margin-top: 6px;
}

div.col-content {
	font-size: 10px;
}

/*div.col-content h3 a {
	background-image: url(../images/blue_arrow.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 16px;
}*/

div.col-content h3.bucket-arrow span.arrow {
	background-image: url(../images/blue_arrow.gif);
	background-repeat: no-repeat;
	background-position: right center;
	padding-right: 16px;
}

div.col-content h3.bucket-arrow span.small {
	font-size: 10px;
}

div.col-content p.col-text {
	margin-top: 24px;
	margin-right: 24px;
}

div#footer {
	margin-top: 105px;
	margin-left: 24px;
	font-size: 10px;
	color: #aaaaaa;
}

div#footer p#copyright a {
	color: #878889;
	margin: 0 3px;
}

div#footer p#credit {
	float: right;
	color: #aaaaaa;
}

div#footer p#credit a {
	color: #878889;
}

ul.col-list {
	list-style: none;
	margin-top: 35px;
	line-height: 1.7em;
}

ul.col-list a {
	color: #5F6062;
	padding-left: 11px;
	background-image: url(../images/small-blue-arrow.gif);
	background-repeat: no-repeat;
	background-position: left center; 
}
ul.col-list a:hover {
	color: #3b64a2;
}



p.logo2 {
	margin: -6px 20px 0 -5px;
	padding-bottom: 42px;
	background-image: url(../images/dotted-horizontal.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}

div.col-content ul.nav {
	list-style-type: none;
	margin: 0 20px 0 -6px;
	padding: 0;
}

div.col-content ul.nav li {
	padding: 0 0 2px 0;
	background-image: url(../images/dotted-horizontal.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
}
