/* general rules */
body {
	text-align: center;
	margin: 0;
}
#page {
	margin: 0 auto;
	font-size: 0.8em;
	text-align: left;
	width: 722px;
	font-family: Tahoma, Verdana, Arial;
	color: black;
}



/* general tag rules */
img {
	border: 0;
}
table {
	font-size: 1em;
}
a {
	color: black;
}
a:hover {
	text-decoration: none;
}
p, ul {
	padding: 5px;
	margin: 0;
}
h1 {
	height: 49px;
	background-color: #4881ab;
	color: white;
	margin: 0;
}
h2 {
	font-size: 1.3em;
}
h3 {
	font-size: 1.2em;
	margin-top: 0;
	margin-bottom: 0;
	cursor: pointer;
}
h3 a {
	text-decoration: underline;
}
h3 a:hover {
	text-decoration: none;
}


/* HEADER (logo + phone) */
#header {
	padding: 12px 30px 8px 11px;
	text-align: right;
}
#logo {
	float: left;
	/* for Mac IE */
	margin-left: -360px;
	/* else \*/
	margin-left: 0;
	/* end */
}
#phone {
	margin-top: 53px;
}


/* CONTENT */

#content {
	border-style: solid;
	border-color: #dddddd;
	border-width: 11px 30px 11px 0;
	padding: 5px 0;
	float: left;
	position: relative;
	width: 692px;
} * html #content {
	width: 100%;
	w\idth: 692px;
}

/* MENU */
#menu {
	float: left;
	background-color: #67666b;
	padding: 2px 15px 2px 37px;
	margin: 0 5px 5px 0;
	list-style-type: none;
	width: 176px;
}
#menu li {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
	width: 176px;
	height: 28px;
	background: url(images/menu/button_n.gif) left top no-repeat;
}
#menu a {
	display: block;
	width: 176px;
	height: 28px;
	background-position: 28px top;
	background-repeat: no-repeat;
}
#menu a:hover{
	background-position: 38px top;
}
#menu .here a:hover {
	background-position: 28px top;
}
#menu span {
	display: none;
}

	/* separate item styles */
	#home a { background-image: url(images/menu/home_n.gif); }
	#home.here a { background-image: url(images/menu/home_c.gif); }
	#about a { background-image: url(images/menu/about_n.gif); }
	#about.here a { background-image: url(images/menu/about_c.gif); }
	#healthcare a { background-image: url(images/menu/healthcare_n.gif); }
	#healthcare.here a { background-image: url(images/menu/healthcare_c.gif); }
	#education a { background-image: url(images/menu/education_n.gif); }
	#education.here a { background-image: url(images/menu/education_c.gif); }
	#municipal a { background-image: url(images/menu/municipal_n.gif); }
	#municipal.here a { background-image: url(images/menu/municipal_c.gif); }
	#program a { background-image: url(images/menu/program_n.gif); }
	#program.here a { background-image: url(images/menu/program_c.gif); }
	#testimonials a { background-image: url(images/menu/testimonials_n.gif); }
	#testimonials.here a { background-image: url(images/menu/testimonials_c.gif); }
	#contact a { background-image: url(images/menu/contact_n.gif); }
	#contact.here a { background-image: url(images/menu/contact_c.gif); }

/* WELCOME IMAGE */
#welcome {
	position: absolute;
	right: 5px;
	width: 454px;
	height: 228px;
}

/* TEXT AREA */
#text_area{
	clear: both;
	float: left;
	width: 687px;
}


/* FOOTER */
#footer {
	padding-right: 14px;
	height: 81px;
	border-style: solid;
	border-color: #dddddd;
	border-width: 0 30px 0 0;
	font-size: 0.7em;
	clear: left;
} * html #footer {
	margin-top: -1px;
	marg\in-top: 0;
}
	/* footer organizations links */
#ihca, #iahsa, #nfpa {
	float: left;
	margin-top: 6px;
}
#ihca {
	margin-right: 2px;
}
#iahsa {
	margin-right: 7px;
}
#nfpa {
	margin-right: 10px; /* to keep menu away */
}

	/* footer menu an copyrights */
#menu_bottom {
	list-style-type: none;
	padding-top: 17px;
	color: #639abd;
}
#menu_bottom li {
	display: inline;
}
#menu_bottom a {
	color: #639abd;
	text-decoration: none;
	white-space: nowrap;
}
#menu_bottom a:hover {
	text-decoration: underline;
}
#menu_bottom .here a {
	color: black;
}
#menu_bottom .here a:hover {
	text-decoration: none;
}

#copyrights {
	padding-top: 7px;
}

#menu_bottom, #copyrights {
	text-align: right;
	margin: 0;
	cursor: default;
}