﻿
/*Credits: By Santosh Setty (http://webdesigninfo.wordpress.com) */
/*Posted to: Dynamic Drive CSS Library (http://www.dynamicdrive.com/style/) */

.glossymenu{
	position: relative;
	padding: 0 0 0 0;
	margin: 0 auto 0 auto;
	background: url(media/menur_bg.gif) repeat-x; /*tab background image path*/
	height: 46px;
	list-style: none;
	overflow: hidden;
}

.glossymenu li{
	float:left;
}

.glossymenu li a{
/*	float: left;*/
	display: block;
	color:#000;
	text-decoration: none;
	font: bold 13px sans-serif;
	padding:0 0 0 16px; /*Padding to accomodate left tab image. Do not change*/
	height: 46px;
	line-height: 46px;
	text-align: center;
	cursor: pointer;	
}

.glossymenu li a b{
/*	float: left; */
	display: block;
	padding: 0 16px 0 0px; /*Padding of menu items*/
}

.glossymenu li.current a, .glossymenu li a:hover{
	color: #fff;
	background: url(media/menur_hover_left.gif) no-repeat; /*left tab image path*/
	background-position: left;
}

.glossymenu li.current a b, .glossymenu li a:hover b{
	color: #fff;
	background: url(media/menur_hover_right.gif) no-repeat right top; /*right tab image path*/
}
body { background-color: rgb(254, 223, 179); }
.center { text-align: center; }
.smaller { font-size: smaller; }
.maroon { color: Maroon; }
.white { color: White; }
.x-large { font-size: x-large; }
a.links:link { color: Crimson; }
a.links:hover { color: White; background-color: Crimson; }
hr { height: 6px; color: Crimson; background-color: Crimson; border: 0; clear: both; margin: 0; padding: 0; }

div.title { text-align: center; background-image: url(media/paper2.jpg); }
div.title h1 { color: Crimson; font-variant:small-caps; margin: 0 auto; padding: 20px 0;}
div.title h3 { color: Crimson; font-style: oblique; font-family: Sans-Serif; margin: 0 auto; padding-bottom: 40px; }

span>em { color: maroon; background-color: Ivory; font: oblique bold larger sans-serif; padding: 0 5px;}
strong.crimson { color: Crimson; }
br.clear { display: block; clear: both; }

img.right { margin-left: 20px; float: right; }
img.left { margin-right: 20px; float: left; }
/* index.htm */
span.menuStyle { color: black; background-color: rgb(227, 227, 227); font: bold 13px sans-serif; padding: 0 5px; border-bottom: solid 5px #D4340C; }
a[href="#credits"] { color: Crimson; }

/* About Amarillo.htm */
div.title[class="title sky"] { background-image: url(media/sky5.jpg); }
div.title[class="title sky"] h1 { color: Navy; }
body#aboutAmarillo ul.glossymenu { background-color: #86BAEA; }
body#aboutAmarillo { background-color: #FFD39F }
body#aboutAmarillo hr { background-color: Navy; }
body#aboutAmarillo p, body#aboutAmarillo span, body#aboutAmarillo hr { color: Navy;  }
body#aboutAmarillo a.links:link { color: blue; }
body#aboutAmarillo a.links:visited { color: Navy; }
body#aboutAmarillo a.links:hover { color: white; background-color: Blue; }
img[alt^="Don Harrington"] { margin: 15px; }

/* Job Opportunity.htm */
p.fancyFirstLetter:first-line { color: Maroon; }
p.fancyFirstLetter:first-letter { color: Maroon; font-size: 250%; float: left; vertical-align: middle;
	font-style: italic; padding-right: 8px; line-height: 0.8; }

/* Local sites.htm & Regionalsites.htm */
#sites { font-family: Sans-Serif; text-align: left; position: absolute; top: 220px; left: 0px; }
#sites.localCoverage { width: 466px; height: 424px; background-image: url(media/AmarilloMap.jpg); }
#sites.regionalCoverage { width: 596px; height: 448px; background-image: url(media/RegionalMap.jpg); }
#sites div.location { line-height: 20px; position: absolute; }
#sites a { color: white; width: 20px; height: 20px; 
	overflow: hidden; display: block; text-decoration:none; }
#sites a:hover { width: 150px; overflow: visible; background-color: Maroon; }
#sites div img { border: 0; float: left; background-color: Yellow; }
#sites div.location span.facilityName { text-align: center; 
	background-color: Maroon; float: left; display: block; width: 100%; color: Ivory; }
#sites div.location span.facilityType { background-color: SteelBlue; color: Black; 
	padding-left: 5px; display: block; }
#sites div.location span.coverageType { background-color: Khaki; color: Black; font-style: oblique;
	padding-left: 5px; display: block; }

/* Radiologists.htm */
div#divRadiologists { background-color: Black; }
table#radiologists { margin: 10px; border: outset 10px crimson; border-collapse: collapse; }
table#radiologists caption { color: Lavender; font-size: x-large;}
table#radiologists th { border: solid 1px brown; padding: 5px; color: White; background-color: Maroon; }
table#radiologists td {  border: solid 1px brown; padding: 5px; color: SaddleBrown; background-color: AntiqueWhite;}
table#radiologists td.center { color: Maroon; background-color: rgb(254, 223, 179); font: oblique 1em sans-serif; }
img[alt^="PACS"] { margin-top: 40px; }

/* Credits.htm */
div#divCredits ul { list-style-type: none; color: brown; }
div#divCredits ul>li { margin-top: 1em; }
div#divCredits ul span { font-weight: bold; }
div#divCredits span { color: brown; }