body {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #313131;
	background-color: #FFFFFF; 
	padding: 0px;
	margin: 0px;
}

th, td, div, span, form, a, input, textarea, select, legend, fieldset, option, button, label {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 11px;
	line-height: 18px;
	color: #313131;
}

.clearALL{
	clear:both;
}
/*
li {
	font-size: 11px;
	line-height: 18px;
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-position: outside;
}

ul {
	font-size: 11px;
	line-height: 18px;
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style-position: outside;
}
*/

h2{
margin-top:-5px;
}
img { 
	border: 0; 
}

.hphHead {
	font-weight: bold;
	font-size: 13px;
	color: #04477E
}

.hphSubhead {
	font-weight: bold;
	font-size: 11px;
	color: #04477E
}


/* Bone & Joint Center in upper right */
.header
{
	font-family: Georgia, Times, Times New Roman, serif;
	font-weight: bold;
	font-size: 12px;
	letter-spacing: 1px;
	line-height: 12px;
	vertical-align: bottom;
	text-transform: uppercase;
}
.straubHeader{
	color: #028C5C;
}
.wilcoxHeader{
	color: #C64A41;
}
.kapiolaniHeader{
	color: #003D8E;
}


/* Text over white tabs */
.pageTab
{
	font-family: Georgia, Times, Times New Roman, serif;
	font-weight: bold;
	font-size: 11px;
	letter-spacing: 1px;
	background-repeat: no-repeat;
	line-height: 25px;
	padding-left:10px;
}

.straubPageTab{
	background-image: url(../images/tab_page.gif);
}
.wilcoxPageTab{
	background-image: url(../images/tab_page_hph.gif);
}
.kapiolaniPageTab{
	background-image: url(../images/tab_page_hph.gif);
}

 .straubPageTabText{
	color: #028C5C;
}
.wilcoxPageTabText{
	color: #C64A41;
}
.kapiolaniPageTabText{
	color: #003D8E;
}

.intro {
	font-family: Georgia, Times, Times New Roman, serif;
	font-size: 17px;
	line-height: 24px;
	margin-top:10px;
}
.straubIntro {
	color: #028C5C;
}
.wilcoxIntro {
	color: #C64A41;
}
.kapiolaniIntro {
	color: #003D8E;
}

.introContent{
	margin-top:10px;
}

/* Text over green tabs */
.navTab {
	font-family: Georgia, Times, Times New Roman, serif;
	font-weight: bold;
	font-size: 12px;
	background-repeat: no-repeat;
	line-height: 25px;
	margin-bottom:10px;
	cursor:pointer;
	color: #FFFFFF;
	clear:both;
	text-indent: 10px;
}
.straubNavTab{
	background-image: url(../images/tab_nav.gif);
}
.wilcoxNavTab{
	background-image: url(../images/tab_nav_wilcox.gif);
}
.kapiolaniNavTab{
	background-image: url(../images/tab_nav_kapiolani.gif);
}

/* Straub Nav link states. Gary -- please look carefully at how my line-height spacing looks on the printout. What I want is multi-line procedures to have more space above and below them than within them. You may have to add an extra space after each procedure and make the line-height attribute less... */
.raquo {
	font-family: Georgia, Times, Times New Roman, serif;
	font-size: 11px;
	float:left;
	margin-right:5px;
	color: #313131;
	line-height: 16px;
}
.straubRaquo{
	color: #028C5C;
}
.wilcoxRaquo{
	color: #C64A41;
}
.kapiolaniRaquo{
	color: #003D8E;
}

.navContainer{
	margin: 0 0 20px 0;
}

/* These link states really only apply to the HPH spalsh page, not Straub */
/* Gary -- since my HPH link states (below) are used less often than the Straub link states (bottom), you may want to make them the default. 
*/

/* ALL NAVS (BLACK AND GRAY) */

a.nav {
	font-family: Georgia, Times, Times New Roman, serif;
	font-size: 11px;
	line-height: 16px;
	color: #313131;
	text-decoration: none;
}
a.nav:link {
	color: #313131;
	text-decoration: none;
}
a.nav:active {
	color: #313131;
	text-decoration: none;
}

a.nav:hover {
	color: #313131;
	text-decoration: underline;
}

a.nav:visited {
	color: #6F6F6F;
}





/* This is the current page the viewer is on */
.straubNavCurrent {
	font-family: Georgia, Times, Times New Roman, serif;
	font-size: 11px;
	line-height: 16px;
	color: #028C5C;
}
.wilcoxNavCurrent {
	font-family: Georgia, Times, Times New Roman, serif;
	font-size: 11px;
	line-height: 16px;
	color: #C64A41;
}
.kapiolaniNavCurrent {
	font-family: Georgia, Times, Times New Roman, serif;
	font-size: 11px;
	line-height: 16px;
	color: #003D8E;
}

/* Straub Nav Functionality

- Initial/Default state is to "Intro," with section open and ÒÈ IntroÓ Current color (green)
- Clicking a tab opens that section (accordian style nav)
- Rolling over procedure names turns them green and underlined
- Clicking them collapses current Tab (if different) and makes selection green
- "Other Centers" tab may always be open, consult with RR for final decision 
-header {width:100%;background-image:url(http://www.hawaiipacifichealth.org/images/bk_header.jpg);}
*/


.pageContent{
	margin: 0;
	padding-top: 30px;
	padding-left: 30px;
	background-repeat: repeat-x;
}
.hphPageContent{
	margin: 0;
	padding-top: 30px;
	padding-left: 30px;
	background-repeat: repeat-x;
	background-image: url(../images/background_hph.jpg);
	background-color:#E8F2FB;
}
.straubPageContent{
	background-color:#fff;
}

.wilcoxPageContent{
	background-color:#fff;
}
.kapiolaniPageContent{
	background-color:#fff;
}

iframe.tabContent {
	z-index: 5;
  
}



/*
table {

	border-spacing:0;

	border-collapse:separate;

	border:0;

	margin:0;

	padding:0}

tr, td {

	vertical-align:top;

	padding:0}

*/





