/*////////////////////////////////////////////////////////

CSS CREATED BY MICHAEL MOORE
CSS CREATED FOR CHALMERS HOSPITAL
CSS CREATED APRIL 2008

////////////////////////////////////////////////////////*/

body {
	margin: 0 0 20px 0;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.5em;
	text-align: center;
	background: url(../imgs/body_bg.gif) repeat-x;
}

#wrapper {
	width: 980px;
	margin: 0 auto;
	text-align: left;
}
#wrapper .w_inner {
	background: url(../imgs/hospital_backdrop.jpg) no-repeat 342px 38px;
}
.clear {
	clear: both;
	height: 1%;
	font-size: 1%;
}
img {
	border: 0px;
}
img.left {
	float: left;
	margin: 0 20px 20px 0;
}
img.right {
	float: right;
	margin: 0 0 20px 20px;
}
a {
	color: #006699;
	text-decoration: none;
}
a:hover {
	color: #003366;
	text-decoration: underline;
}
a.doc {
	display: block;
	line-height: 1.7em;
	padding-left: 10px;
	background: url(../imgs/link_doc.gif) no-repeat center left;
}
:focus {
	-moz-outline: none; /* fx 1.07*/ 
	outline: none; /* fx 1.05, Safari, Mac IE*/
}
h1 {
	margin: 0 0 .5em 0;
	font-family: Arial, sans-serif;
	font-weight: normal;
	font-size: 20px;
	color: #993300;
	line-height: 1.2em;
}
h2 {
	margin: 3em 0 0 0;
	font-size: 10px;
	font-weight: bold;
	color: #000;
}
h3 {
	margin: 0;
	padding: 0;
	font-family: Verdana, sans-serif;
	font-weight: bold;
	font-size: 10px;
	color: #993300;
	line-height: 1.2em;
}
h4 {
	margin: .5em 0 1em 0;
	border-top: 1px solid #EEE;
	padding-top: 1em;
	font-family: Verdana, sans-serif;
	font-weight: bold;
	font-size: 10px;
	color: #993300;
	line-height: 1.2em;
}
blockquote {
	padding: 10px 70px;
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 1.3em;
	font-style: italic;
	color: #4d7b8c;
}
blockquote .credit {
	font-family: Arial, sans-serif;
	font-style: normal;
	font-size: 10px;
	line-height: 1em;
	color: #666;
}
.photos_left {
	float: left;
	width: 145px;
	margin-right: 30px;
}
.photos_left img {
	margin-bottom: 20px;
}
.col2 .col {
	float: left;
	width: 330px;
	padding-right: 20px;
}
/*////////////////////////////////////////////////////////

NAVIGATION ELEMENTS

////////////////////////////////////////////////////////*/
#nav {
	height: 38px;
	line-height: 35px;
}
#nav ul {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#nav ul li {
	display: block;
	float: left;
	padding: 0px;
	margin: 0px;
}
#nav ul li a {
	display: block;
	padding: 0 20px 0 12px;
	font-size: 12px;
	color: #FFF;
	font-weight: bold;
	background: url(../imgs/nav_bullet_white.gif) no-repeat center right;
}
#nav ul li a:hover,
#nav ul li:hover a,
#nav ul li.sfHover a {
	color: #853206;
	text-decoration: none;
}
#nav ul li.end a {
	background: none;
}
#nav ul.dropdown {
	float: none;
	position: absolute;
	top: -999em;
	width: 160px;
	margin-top: 6px;
	border: 3px solid #FFF;
	padding: 2px 10px;
	background: #FFF url(../imgs/dropdown_bg.gif) repeat-x;
}
#nav ul.dropdown li {
	float: none;
	line-height: 1.3em;
}
#nav ul.dropdown li a {
	display: block;
	height: auto;
	line-height: 1.3em;
	padding: 4px 0 4px 10px;
	color: #0099cc;
	font-size: 10px;
	font-weight: normal;
	background: url(../imgs/dropdown_bullet.gif) no-repeat 0 9px;
}
#nav ul.dropdown li a:hover {
	color: #003366;
}
#nav li:hover ul,
#nav li.sfHover ul {
  top: 25px;
}
/*////////////////////////////////////////////////////////

HEADER ELEMENTS

////////////////////////////////////////////////////////*/
#header {
	
}
#header .btn_donate {
	float: right;
	width: 137px;
	height: 42px;
	margin-top: 10px;
}
#header .btn_donate a {
	display: block;
	height: 42px;
	width: 137px;
	background: url(../imgs/btn_donate.gif) no-repeat;
}
#header .btn_donate a:hover {
	background: url(../imgs/btn_donate.gif) no-repeat top right;
}
#header .btn_donate a span {
	display: none;
}
#header .logo {
	float: left;
	width: 302px;
	height: 96px;
	margin-top: 18px;
}
#header .logo a {
	display: block;
	height: 96px;
	width: 302px;
	background: url(../imgs/logo.gif) no-repeat;
}
#header .logo a span {
	display: none;
}
/*////////////////////////////////////////////////////////

SIDENAV ELEMENTS

////////////////////////////////////////////////////////*/
#sidenav {
	float: right;
	width: 173px;
	padding: 10px 16px 100px 16px;
	background: url(../imgs/sidenav_bg.gif) no-repeat;
}
#sidenav a {
	display: block;
	padding: 8px 0px 8px 10px;
	border-bottom: 1px solid #e4eac7;
	color: #006699;
	background: url(../imgs/sidenav_bullet.gif) no-repeat 0px 13px;
}
#sidenav a:hover {
	color: #003366;
	text-decoration: none;
}
/*////////////////////////////////////////////////////////

CONTENT ELEMENTS

////////////////////////////////////////////////////////*/
#inside,
#insidefull {
	margin-top: 20px;
}
#content {
	float: left;
	width: 700px;
	padding: 25px 30px;
	background: url(../imgs/content_bg.gif) no-repeat;
}
#insidefull #content {
	width: 918px;
	background: url(../imgs/content_full.gif) no-repeat;
}
.board_member,
.officers,
.staff_member {
	float: left;
	display: block;
	height: 77px;
	width: 50%;
	margin-bottom: 10px;
}
.board_member .photo,
.officers .photo,
.staff_member .photo {
	display: block;
	float: left;
	width: 72px;
	height: 71px;
	padding: 6px 0 0 6px;
	margin-right: 10px;
	background: url(../imgs/photo_bg.gif) no-repeat;
}
.board_member .photo img,
.officers .photo img,
.staff_member .photo img {
	width: 66px;
	height: 65px;
}
.board_member .txt,
.officers .txt,
.staff_member .txt {
	display: block;
	float: left;
	padding-top: 25px;
}
.officers .txt {
	padding-top: 30px;
}
.staff_member .txt {
	padding-top: 10px;
}

/*////////////////////////////////////////////////////////

HOMEPAGE ELEMENTS

////////////////////////////////////////////////////////*/
#rightcol {
	float: right;
	width: 236px;
	background: url(../imgs/home_rightcol_bg.gif) repeat-y;
}
#rightcol .con {
	padding: 20px 20px 0 20px;
	background: url(../imgs/home_rightcol_top.gif) no-repeat;
}
#rightcol .bottom {
	height: 10px;
	font-size: 1%;
	background: url(../imgs/home_rightcol_bottom.gif) no-repeat;
}
#rightcol h1,
#rightcol strong {
	font-weight: normal;
	color: #eb9c22;
}
#rightcol a {
	color: #006699;
	text-decoration: none;
}
#rightcol a:hover {
	color: #003366;
	text-decoration: underline;
}
#home_content {
	margin-top: 10px;
	padding: 25px 30px;
	background: url(../imgs/home_content_bg.gif) no-repeat;
}
#home_content h1 {
	color: #1e7ea1;
}
/*////////////////////////////////////////////////////////

FOOTER ELEMENTS

////////////////////////////////////////////////////////*/
#footer {
	padding-top: 20px;
	text-align: center;
}
#footer .links {
	padding: 4px 0;
}
#footer .links a {
	padding: 0 5px;
}
/*////////////////////////////////////////////////////////

FORM ELEMENTS

////////////////////////////////////////////////////////*/