@charset "utf-8";

/* sj_specific.css */
/* Containing colors and items specific to the Surgeon Pages */

body {
	background-image: "";
}
.sidebar1 {
	background-image: "";
}


/* links */
a:link, a:visited {
	color: #F00;
}
a:hover, a:active, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	color: #F00;
}

/* titles */
h2 {
	color: #F00;
}
h3 {
	color: #F00;
}
h4 {
	color: #F00;
}

/* graphics */
.ctr_graphic {
	color: #F00;
	text-align: center;
}

img {border: #F00;
}

hr {
	color: #00F;
}
.ol_pic_left {
	margin-left: 305px;
}


/* menus */
.text_submenu {
	color: #F00;
}

.normal_text {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12pt;
	font-style: normal;
	color: #fff;
	font-weight: normal;
	font-variant: normal;
}

option {
	color: #FFF;
	background-color: #666;
}

#h4 img    {float:left; 
             margin: 5px 5px 5px 1px; 
             border: 1px black solid}

#header     {border-width: 0px;
             margin: 0px;
             padding: 0px;
             background-color: rgb(216,210,178);
             text-align: center}

#header img {width: 740px;
             margin-left: auto;
             margin-right: auto;
             padding: 0px}

h1          {text-align: center}

p.rhs_pic_txt, p.lhs_pic_txt 
            {display: block;
             text-align: center;
             color: white;
             font-style: italic; 
             font-size: 8pt;
             background-color: rgb(127,124,73); 
             border: 0px;
             padding: 1px 1px 9px 1px; 
             margin: 5px}

p.rhs_pic_txt
            {float: right}
 
p.lhs_pic_txt
            {float: left}

p.quote     {color: #000066;
             font-style: italic}

p.end_div  {text-align: center}

p.end_text  {
	color: #000;
	text-align: center;
	font-size: xx-small;
	font-family: Arial, Helvetica, sans-serif;
}

div.ctr     {text-align: center;
             clear: both;
             border: 1px rgb(127,124,73) solid}

#first_pic  {float: left;
             padding: 5px;
             margin: 5px;
             height: 100px}

#first_pic img {border: 1px rgb(127,124,73) solid}


/* Text mark-up CSS */

#content h1 {color: rgb(127,124,73);
             letter-spacing: 2;
             font-weight: bold;
             padding: 0px;
             margin: 0px}


span.ital   {font-style: italic}

p.text      {margin: 10px 3px 0px 3px}

p a         {
	color: #010080
}

hr          {
	color: #A3A352;
	width: auto;
	text-align: center;
}
p.end_text a:visited, p.end_text a:link, p.end_text a:active {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	text-decoration: underline;
}
 {
	font-family: Arial, Helvetica, sans-serif;
}
p.end_text a:hover {
	font-family: Arial, Helvetica, sans-serif;
	color: #990;
	text-decoration: none;
}
.underln {
	text-decoration: underline;
}
.no_underline {
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-decoration: none;
}
