/* CSS Document 
   Created: 9-20-04, By: Jonathan Schellack
   Last Modified: 9-23-04, By: Jonathan Schellack
   Copyright, Vascular Clinic
   */

body {
	font: 78%/1.5 arial, helvetica, serif;
	background: #999933 url("images/mastbar2.gif"); /*Sliver that makes up the horizontal red/blue & gold shadow at top of page*/
	text-align: center;
	padding: 0;
	background-repeat: repeat-x; /*Makes background image repeat only horizontally (on the x axis)*/
}

/***************************************
BEGIN STYLES
***************************************/

	H1 {
	color : #990000;
	font-family : Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size : 200%;
	margin-left: 1.5em;
	margin-right: 1.5em;
	}
	
	H2 {
	color : #990000;
	font-family : Garamond, Georgia, "Book Antiqua", "Times New Roman";
	font-size : 150%;
	margin-left: 2em;
	margin-right: 2em;
	}
	
	H3 {
	color : #990000;
	font-family : Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size : 140%;
	margin-left : 2.25em;
	margin-right: 2.25em;
	}
	
	H4 {
	color : #990000;
	font-family : Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size : 115%;
	margin-right: 2.75em;
	margin-left: 2.75em;
	}
	
	H5 {
	color : #990000;
	font-family : Verdana, Tahoma, Arial, Helvetica, sans-serif;
	font-size : 100%;
	font-weight : 900;
	margin-left: 3.2em;
	margin-right: 3.2em;
	}
	
	H6 {
		color : #003366;
		font-family : Arial, Helvetica, sans-serif;
		font-size : 100%;
		font-style : italic;
		font-weight : 800;
		margin: 1em 3em 1em 3em;
	}
	
	CAPTION {
		font-family : Verdana, Tahoma, Arial, Helvetica, sans-serif;
		font-weight : 800;
	}	
	
	HR {
    margin: 0px 50px 0px 50px;
   }

/***************************************
END STYLES
****************************************
BEGIN LAYOUT
***************************************/

p {
	margin: 1em 3em;
}

/*Top_Bar div is the page header; contains VasClin logo, Drs. Names, & Contact Info Image*/
#Top_Bar {
	height: 149px;
	top: 0px;
	position: absolute;
	left: 50%;
	width: 793px;
	margin-left: -396px;
	z-index: 1;
	
}

#container {
	width: 793px;
	text-align: left;
	margin: 0 auto;
}

#nav{
	float:left;
	list-style: none;
	line-height: 1;
	font-weight: bold;
	background-position: top;
	top: 118px;
	position: absolute;
	z-index: 1;
	margin: 0 0 1em -370px;
	left: 50%;
	width: 750px;
}
#nav ul {
	text-align:left;
	position: absolute;
	left: -999em;
	height: auto;
	width: 6em;
	w\idth: 6em;
	font-weight: normal;
	border-width: 0.25em;
	margin: 0;
	background-color: #660000;
	border: solid white 1px;
	list-style: none;
}

#nav a {
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	padding: 0.25em 1em;
}

#nav a.daddy {
	background:  url("images/rightarrow.gif") center right no-repeat;
	cursor: default;
}

#nav li {
	float: left;
	padding: 0;
	width: 8em;
}

#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 10em;
	w\idth: 10em;
	font-weight: normal;
	border-width: 0.25em;
	margin: 0;
}

#nav li li {
	padding-right: 1em;
	width: 8em
}

#nav li ul a {
	width: 8em;
	w\idth: 8em;
}

#nav li ul ul {
	margin: -1.75em 0 0 8em;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
	/*makes dropdown navbar work in Opera*/
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}

#nav li:hover, #nav li.sfhover {
	background-color: #CC0000;
}

#content {
	clear: left;
	top: 9.5em;
	position: absolute;
	width: 793px;
	background:  url("images/bottom2.gif") repeat-y;
	background-color: #FFFFCC;
	margin-left: -1px;
}

#content a {
	color: #004D99;
	background-color: #FFFFFF;
}

#content a:hover {
	text-decoration: underline;
	color: #660000;
}

#contentFooter{
	background-image:  url("images/contentbottom.gif");
	background-repeat: no-repeat;
	background-position: top center;
	position: relative;
	width: 794px;
	height: 50px;
	top: 0px;
}

/*Bottom Bar (footer) with Copyright info, Disclaimer, & Site Map links*/
#Bottom{
	position: absolute;
	background-color: #0A246A;
	clear: both;
	z-index: 1;
	bottom: -1px;
	left: 1px;
	height: 2em;
	text-align: center;
	vertical-align: text-bottom;
	width: 100%;
	}
.BottomCopyright{
	font-size: x-small;
	color: #999933;
	font-weight: lighter;
	font-variant: small-caps;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
	#Bottom a:link, #Bottom a:visited{
		color: #fff;
		text-decoration: none;
		background-color: #0A246A;
		}
	#Bottom a:hover{
		color: #fff;
		background-color: #004D99;
		text-decoration: blink;
		}
.highlighted {
	background-color: #FFFFFF;
}
