/* CSS Document */


/*From Index */

.style3 {font-size: 1.75em}
.style4 {
	color: #FFFFFF;
	font-weight: bold;
	text-align: right;
	font-size: 24pt;
}
.style5 {
	font-size: 3em;
	font-weight: bold;
}

.style6 {
	color: #FFFFFF;
	font-weight: bold;
	text-align: center;
	font-size: 24pt;
}
.style10 {font-size: 16pt}
.style12 {font-size: 18pt;
			text-align:right;}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: none;
}


/* ---------- General Styles ---------- */
html {
	margin: 0;
	padding: 0;
}

body {
	min-width: 564px; /*   This was at 564   */
	margin: 0;
	padding: 0;
	font-family: Arial, sans-serif;
	font-size: 0.75em;
	background: #FFFFFF, repeat-y center;
}

h1 {
	margin: 0 0 10px 0;
	font-size: 2em;
	font-weight: normal;
	color: #ffc700;
}

h2 {
	font-size: 1.5em;
	font-weight: bold;
}

h3 {
	font-size: 1.25em;
	margin: 0;
}

#content p {
	margin: 0 10px 10px 0;
	line-height: 1.6em;
}

#content ul {
	padding: 0 10px 10px 30px;
	list-style: circle;
}

#content ul li {
	padding: 5px 0;
	line-height: 1.2em;
}

a {
	font-weight: bold;
	color: #FFFFFF;
}

#staff {
	text-align: center;
	clear: both;
	margin: 60px 0 10px;
	color: #FFFFFF;
}

/* ---------- Header Styles ---------- */
#header {
	width: 900px; /* this was at 762 */
	height: 115px;
	margin: 0 auto;
	padding: 0;
	text-indent: -10000px;
	background: url(../images/UrgentCareLogo.jpg) no-repeat;
}

/* ---------- Footer Styles ---------- */
#footer {
	text-align: center;
	clear: both;
	margin: 30px 0 10px;
	color: #FFFFFF;
}



/* ---------- Main Container Styles ---------- */
#bodyBox {
	position: relative;
	width: 900px; /*  This was set at 762 It is the length of the red line */
	/* height: 950px;   was 700  */
	margin: 0 auto;
	padding: 0;
	color: #FFFFFF;
	background: url(../../images/bodyBoxBackground.gif) no-repeat;
}







/* ---------- Left Column Styles ---------- */
#nav {
	position: absolute;
	top: 20px;
	left: 0;
	width: 182px;
	margin: 0;
	padding: 0;
	font-weight: bold;
	z-index: 90; /*was 90/99 */
}

#nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
	z-index: 91; /* was 91 */
}

/* This controls the placement of the dropdown box  */
#nav ul li ul {
	position: absolute;
	left: 100px;  /*width of menu space */
	top: 0;
	display: none;
	border-bottom: 1px solid #fff;
	z-index: 93; /* was 93/90  */
}

#nav a {
	display: block;
	width: 110px;
	color: #FFFFFF;
	text-decoration: none;
}

#nav li ul li a {
	width: 175px;
	padding: 3px 0;
	z-index: 95; /* was 95 */
}

#nav li {
	position: relative;
	width: 100px;
	margin: 0 0 5px 0;
	padding: 3px 0 3px 10px;
	z-index: 92; /* was at 92 */
}


/* This is the Drop-Down Menu*/
#nav li ul li {
	width: 125px;  /* actual width of drop-down box */
	margin: 0;
	padding: 10;  /*  was set to 0  */
	border: 1px solid #fff;
	border-bottom: 0;
	text-indent: 0px; /* was set to 10  */
	background: #7390DB;
	z-index: 94; /* was at 94 */
}




/*  This is the Hover Background color   */
#nav li:hover {
	background: #0000FF url(../images/navButtonEdge.gif) no-repeat right top;
	color: #FFFF00;
	
}

#nav li ul li:hover {
	background: #0000FF;
}

#nav li:hover ul,#nav li.over ul {
	display: block;
}

#navActiveLocation {
	width: 100px;
	height: 14px;
	margin: 5px 0;
	padding: 3px 0 3px 10px;
	background: #0000FF url(../images/navButtonEdge.gif) no-repeat right top;
}

/* Fix IE. Hide from IE Mac \*/
* html #nav li {
	float: left;
}

* html #nav li a {
	height: 1%;
}








/* End */ /* ---------- Main Content Styles ---------- */
#content {
	width: 600px; /* This was set to 377  */
	padding: 20px 0 0;
	margin: 0 180px 0 140px;  /* This was set to 200, but I lowered it so that it would center better  */
	z-index: 1;
	/*height: 950px;    was set to 700  */
}

/* ---------- Right Column Styles ---------- */

#info {
	position: absolute;
	top: 20px;
	right: 0;
	width: 160px;  /*  This was set to 190  */
	margin: 0;
	padding: 0;
	text-align: left;
}


.rightHandColumnTitle {
	margin: 1em 0 0 0.75em;
	font-size: 1.50em;
	font-weight: bold;
	color: #FFFFFF;
}

.rightHandColumnText {
	margin-left: 1.0em;
	margin-top: 0.7em;
	text-decoration: none;
}

.specialMessage {
	text-align: center;
	margin: 0 0.5em 0.5em;
	color: #3F3F3F;
	font-size: 1.5em;
	font-weight: normal;
}



.contentBox{display:block}



/*This is the top thin line     ---------------------RED----------------- */
.contentBox *{
  display:block;
  height:1px;
  overflow:hidden;
  font-size:.01em;
  background:#FF0000}
  
  
  
  /* Not sure what this box is*/
.contentBox1{
  margin-left:3px;
  margin-right:3px;
  padding-left:1px;
  padding-right:1px;
  border-left:1px solid #c2cfef;
  border-right:1px solid #c2cfef;
  background:#027AB9}
  
  
  /*Not sure what this box is*/
.contentBox2{
  margin-left:1px;
  margin-right:1px;
  padding-right:1px;
  padding-left:1px;
  border-left:1px solid #f1f3fb;
  border-right:1px solid #f1f3fb;
  background:#00ff00}
  
  
  
  
  
.contentBox3{
  margin-left:1px;
  margin-right:1px;
  border-left:1px solid #8da5e1;
  border-right:1px solid #8da5e1;}
  
  
  
  
  
.contentBox4{
  border-left:1px solid #c2cfef;
  border-right:1px solid #c2cfef}
  
  
  
  
  
.contentBox5{
  border-left:1px solid #0000FF;
  border-right:1px solid #0000FF}
  
  
  
  
  /* This is the main body color for the webpage*/
.contentBoxfg{
  background:#027AB9}
