@charset "UTF-8";
/* PALETTE
#369 - Blue (web)
#427bb0 - Blue (custom)
#7aabd4 - Light Blue (sub-head graphic background in artwork)
#c99 - Khaki (sub-head graphic background in artwork)
#e7c5c5 - Pink
#f7dcdc - Pale pink
#7b2b46 - Purple 
#F33 - Red 
#333 - Grey */

/***********************************************
                 LAYOUT STYLES
***********************************************/

body {
	background-image: url(../images/bg_top.gif);
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	font: 100% Arial, Helvetica, sans-serif;
}
#container {
	width: 980px;
	margin: 0 auto; /* center the content */
	text-align: left;
	background: #FFF;
}
#navigation {
	height: 30px;
	background: #FFF;
}
#flashHead {
	height: 220px;
	background: #427bb0;
	border: 1px solid #427bb0; /* prevent margin collapse */
	text-align: center;
}
#mainContent {
	background: #e7c5c5;
	padding: 10px 20px 0px;
	margin: 0 10px;
}
#contentArea {
	float: left;
	width: 600px;
}
#infoSidebar {
	float: right;
	width: 275px;
}
#textNav {
	background: #FFF;
	margin-top: 10px;
}
#textNav p {
	margin: 0; /* prevent margin collapse */
	text-align: center;
	font-size: 0.8em;
	font-weight: bold;
}
#footer {
	background: #FFF;
	margin-top: 5px;
}
#footer p {
	margin: 0; /* prevent margin collapse */
	text-align: center;
	font-size: 0.8em;
	color: #7b2b46;
}
#comment {
	float: right;
	background: #f7dcdc url(../images/quoteTop.gif) no-repeat top;
	width: 300px;
	margin-left: 15px;
}
#comment p {
	color: #7b2b46;
	font: italic bold 1em "Times New Roman", Times, serif;
	padding: 15px 38px;
	background: url(../images/quoteBottom.gif) no-repeat bottom;
	margin: 0px;
}

/***********************************************
              PRESENTATION STYLES
***********************************************/

h1 {
	color: #7b2b46;
	font: 1.6em "Times New Roman", Times, serif;
}
h2 {
	color: #7b2b46;
	font: 1.2em "Times New Roman", Times, serif;
}
h3 {
	font: 1.2em "Times New Roman", Times, serif;
	font-size: 1em;
	font-style: italic;
	color: #7b2b46;
}
h4 {
	font-size: 1.1em;
	font-style: italic;
	color: #7b2b46;
}
h5 {
	font-size: 0.95em;
	font-style: italic;
	color: #333;
}
p {
	font-size: 0.85em;
	color: #333;
	line-height: 1.2em;
	text-align: justify;
}
ol {
	font-size: 0.85em;
	color: #333;
}
ul {
	font-size: 0.85em;
	color: #333;
	line-height: 1.2em;
	text-align: justify;
}
blockquote {
	background: #f7dcdc url(../images/quoteTop.gif) no-repeat;
	width: 300px;
	float: right;
	margin: 0px 0px 10px 20px;
}
blockquote p {
	color: #7B2B46;
	font: italic bold 1em "Times New Roman", Times, serif;
	padding: 10px 20px 0px 35px;
	margin-bottom: 0px;
}
blockquote span {
	background: url(../images/quoteBottom.gif) no-repeat right bottom;
	height: 30px;
	display: block;
	font-weight: normal;
	color: #333;
	width: 260px;
	text-indent: 20px;
	line-height: 1.6em;
	font-size: 0.9em;
}

/***** CLASSES *****/

.quote { /* Used primarily for Dr. West quotes in sidebars */
	font: bold 1em "Times New Roman", Times, serif;
	color: #7b2b46;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.quoteCentered { /* Used primarily for Dr. West quotes in sidebars */
	font: italic bold 1em "Times New Roman", Times, serif;
	color: #7b2b46;
	margin-bottom: 0px;
	padding-bottom: 0px;
	text-align: center;
}
.attribution { /* Used primarily for Dr. West quotes in sidebars */
	font: italic 0.85em "Times New Roman", Times, serif;
	margin-top: 0px;
	color: #000;
}
.attributionCentered { /* Used primarily for Dr. West quotes in sidebars */
	font: italic 0.85em "Times New Roman", Times, serif;
	margin-top: 0px;
	color: #000;
	text-align: center;
}
.centered {
	text-align: center;
}
.picRight {
	float: right;
	margin-bottom: 10px;
	margin-left: 15px;
}
.roundedCorner /* for blockquote. Not supported by IE */
{
    -webkit-border-radius: 10px;    /* for Safari */
    -moz-border-radius: 10px;       /* for Firefox */
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

/***********************************************
               NAVIGATION STYLES
***********************************************/
a:link {
	text-decoration: none;
	color: #7b2b46;
}
a:visited {
	text-decoration: none;
	color: #7b2b46;
}
a:hover {
	color: #369;
	text-decoration: underline;
}
a:active {
	text-decoration: none;
	color: #369;
}

/***** NAVIGATION ROLLOVERS *****/
/* Graphics use "Pixy" technique, repositioning for rollover states. Use current class on respective pages to display graphic indicating current page active with default mouse */
#navHome a {
	background: url(../images/navHome.gif) no-repeat;
	height: 30px;
	display: block;
}
#navHome a:hover {
	background-position: -56px 0px;
}
#navHome a.current {
	background-position: -56px 0px;
	cursor:default;  
}
#navHys a {
	background: url(../images/navHys.gif) no-repeat;
	height: 30px;
	display: block;
}
#navHys a:hover {
	background-position: -108px 0px;
}
#navHys a.current {
	background-position: -108px 0px;
	cursor:default;  
}
#navMyo a {
	background-image: url(../images/navMyo.gif);
	height: 30px;
	display: block;
}
#navMyo a:hover {
	background-position: -104px 0px;
}
#navMyo a.current {
	background-position: -104px 0px;
	cursor:default;  
}
#navFibroids a {
	background-image: url(../images/navFibroids.gif);
	height: 30px;
	display: block;
}
#navFibroids a:hover {
	background-position: -70px 0px;
}
#navFibroids a.current {
	background-position: -70px 0px;
	cursor:default;  
}
#navEndo a {
	background-image: url(../images/navEndo.gif);
	height: 30px;
	display: block;
}
#navEndo a:hover {
	background-position: -109px 0px;
}
#navEndo a.current {
	background-position: -109px 0px;
	cursor:default;  
}
#navKnow a {
	background-image: url(../images/navKnow.gif);
	height: 30px;
	display: block;
}
#navKnow a:hover {
	background-position: -128px 0px;
}
#navKnow a.current {
	background-position: -128px 0px;
	cursor:default;  
}
#navWhat a {
	background-image: url(../images/navWhat.gif);
	height: 30px;
	display: block;
}
#navWhat a:hover {
	background-position: -173px 0px;
}
#navWhat a.current {
	background-position: -173px 0px;
	cursor:default;  
}
#navContact a {
	background-image: url(../images/navContact.gif);
	height: 30px;
	display: block;
}
#navContact a:hover {
	background-position: -131px 0px;
}
#navContact a.current {
	background-position: -131px 0px;
	cursor:default;  
}
#navTest a {
	background-image: url(../images/navTest.gif);
	height: 30px;
	display: block;
}
#navTest a:hover {
	background-position: -101px 0px;
}
#navTest a.current {
	background-position: -101px 0px;
	cursor:default;  
}
#navHome,#navHys,#navMyo,#navFibroids,#navEndo,#navKnow,#navWhat,#navContact,#navTest {
	text-indent: -9999px; /* move text links off-screen */ 
}
