/*
	global.css
	friendsofthehospitals.org
*/

html {	
	font-size: 62.5%;
	height: 100%;
}
body {
	margin: 0 0 20px;
	text-align: center;
	min-width: 868px;
	font-family: Arial, Helvetica, sans-serif;
	
	background: #388bb2 url(../_images/bg_page.gif) center top repeat-y;
	color: #484c4e;
}
img {
	border: 0;
}
form {
	margin: 0 0 1em;
}
h1,h2,h3,h4,p,ul {
	font-size: 1em;
	margin: 0 0 1em;
	font-weight: normal;
}
#wrapper {
	margin: 0 auto;
	text-align: left;
	position: relative;
	width: 868px;
}
a { 
	color: #d06850;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}

.ir {
	display: block;
	text-indent: -5000em;
	overflow: hidden;
	background-repeat: no-repeat;
	text-decoration: none;
}
.ir:hover { text-decoration: none !IMPORTANT; }

.noborder {
	border: none !IMPORTANT;
}


/*------------------------------------------------------
	header */

#header {
	height: 102px;
	position: relative;
}

#header h1 { display: inline; }
#header h1 a {
	display: block;
	position: absolute;
	top: 18px;
	left: 20px;
	background-image: url(../_images/logo_sub.gif);
	width: 279px;
	height: 24px;
}

#header #nav {
	position: absolute;
	left: 336px;
	top: 18px;
}
#header #nav ul,#header #nav li {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
}
#header #nav a {
	display: block;
	height: 31px;
	border: 1px solid #ffffff;
	margin-right: 3px;
	float: left;
	background-position: left top;
}
#header #nav a:hover {
	background-position: left bottom;
}

#header #nav #nav_mission { 
	background-image: url(../_images/nav_mission.gif);
	width: 60px;
}
#header #nav #nav_members { 
	background-image: url(../_images/nav_members.gif);
	width: 66px;
}
#header #nav #nav_faqs { 
	background-image: url(../_images/nav_faqs.gif);
	width: 44px;
}
#header #nav #nav_contact { 
	background-image: url(../_images/nav_contact.gif);
	width: 82px;
}

body.mission #header #nav #nav_mission,
body.members #header #nav #nav_members,
body.faqs #header #nav #nav_faqs,
body.contact #header #nav #nav_contact {
	border: 1px solid #388bb2;
	background-position: left bottom;
}

/*------------------------------------------------------
	content */

#content {
	margin-left: 20px;
	width: 572px;
	
	font-size: 1.4em;
	line-height: 1.37em;
}

#content h3 {
	margin: 2em 0 0.3em;
	color: #388bb2;
	font-size: 0.86em;
	line-height: 1.37em;
	font-weight: bold;
	text-transform: uppercase;
}
#content h3.first {
	margin-top: 0;
}

#content p.intro {
	font-size: 1.21em;
	line-height: 1.2em;
}

#content ol li {
	margin: 0 0 0.5em;
}

#cochairs_photo {
	float: left;
	font-size: 0.85em;
	margin: 0 15px 8px 0;
}

body.letter #col1 {
	float: left;
	width: 260px;
}
body.letter #col2 {
	float: left;
	width: 200px;
}

body.members #col1 {
	float: left;
	width: 250px;
	margin: -10px 10px 0 0;
}

body.members #col2 {
	float: left;
	width: 300px;
	margin: -10px 0 0;
}

body.members #col2a,body.members #col2b {
	float: left;
	width: 149px;
	font-size: 0.79em;
	line-height: 1.37em;
}

/*------------------------------------------------------
	join form */

#join {
	position: absolute;
	top: 17px;
	left: 611px;
	width: 257px;
	line-height: 1em;
}

#join .intro {
	background: #b1dda5;
	padding: 4px 9px 8px;
}
#join .intro h2 {
	background-image: url(../_images/h_becomeafriend_sub.gif);
	height: 29px;
	margin: 0;
}
#join .intro p {
	background-image: url(../_images/text_friend_sub.gif);
	height: 42px;
	margin: 0;
}

#join form {
	padding: 26px 0 10px 16px;
}

#join .inputgroup {
	display: block;
	float: left;
	margin-bottom: 8px;
}
#join .inputgroup label {
	display: block;
	font-weight: bold;
	color: #505145;
	text-transform: uppercase;
	margin-bottom: 2px;
}

#join input.t {
	border: 0;
	padding: 2px 3px;
	height: 14px;
	width: 218px;
	background: #fff;
	color: #444;
}
#join input.state {
	width: 40px;
	margin-right: 37px;
}
#join input.zip {
	width: 135px;
}

#join form p {
	clear: both;
	font-size: 1.2em;
	margin: 2px 0;
}
#join #btn_join {
	float: right;
	margin: 12px 30px 0 0;
}

#join .errorMessage {
	display: block;
	font-size: 11px;
	font-weight: bold;
}

/*------------------------------------------------------
	home */

body.home #header {
	height: 237px;
}

body.home #header #nav {
	top: 177px;
	left: 329px;
}

body.home #img1 { 
	position: absolute;
	left: 0;
	top: 0;
}
body.home #img2 { 
	position: absolute;
	left: 306px;
	top: 0;
}

body.home #content {
	margin-left: 32px;
}
body.home #content h1 {
	background-image: url(../_images/logo_home.gif);
	height: 34px;
	margin-bottom: 15px;
}
body.home #content p {
	background-image: url(../_images/text_home.gif);
	height: 250px;
	margin-bottom: 24px;
}
body.home #btn_letter {
	display: block;
	background-image: url(../_images/btn_letter.gif);
	width: 268px;
	height: 31px;
	/* margin-left: 256px; */
}

body.home #join {
	top: 0;
}
body.home #join .intro {
	padding-top: 10px;
}
body.home #join .intro h2 {
	background-image: url(../_images/h_becomeafriend_home.gif);
	height: 51px;
}
body.home #join #txt_1 {
	background-image: url(../_images/text_friend_1.gif);
	height: 41px;
}
body.home #join #txt_2 {
	background-image: url(../_images/text_friend_2.gif);
	height: 172px;
}
body.home #join form {
	padding-top: 14px;
}
body.home #join .inputgroup {
	margin-bottom: 5px;
}