html, body, div, span, p, br, h1, h2, h3, h4, h5, h6, table, tr, td, img, iframe, ul, li {
	margin: 0;
	padding: 0;
}

body {

	background-image: url(images/bg-top-tile.gif);
	background-repeat: repeat-x;
	background-position: left top;
	background-color: #e6e6e6;

	font-family: Arial, Helvetica, sans-serif;
	font-size: .80em;
	
}

h1 { font-size: 2.00em; }
h2 { font-size: 1.75em; }
h3 { font-size: 1.50em; }
h4 { font-size: 1.00em; }
h5 { font-size: 0.80em; }
h6 { font-size: 0.60em; }

h1, h2, h3, h4, h5, h6 {
	margin: 0 0 15px 0;
}

p {
	margin: 0 0 15px 0;
}

div.clr {
	width: 0;
	height: 0;
	clear: both;
}

#head-wrapper {
	background-image: url(images/pg-top-bg.jpg);
	background-position: center top;
	background-repeat: no-repeat;
	height: 425px;
}

body.onecol #head-wrapper {
	background-image: url(images/pg-top-bg-1col.jpg);
}

#header {
	width: 770px;
	height: 425px;
	margin: 0 auto;
	position: relative;
}

#nav {
	position: absolute;
	top: 50px;
	left: 300px;
	width: 450px;
}

#nav ul {
	float: right;
	margin: 0 auto;
}

#nav ul li {
	list-style-type: none;
	float: left;
	padding: 2px 6px;
}

#nav a {
	text-decoration: none;
	font-weight: bold;
	font-size: 0.80em;
	color: #000000;
}

#nav a:hover {
	color: #000099;
}


ul.level2 li a {
	display: block;
	width: 150px;
	height: auto;
	padding: 5px 3px;
	text-indent: 0px;
	background-position: center center;
	background-image: none;
	background-color: #ffffff;
	text-decoration: none;
	font-size: .80em;
	font-weight: bold;
	color: #000066;
	border: solid 1px #000066;
	z-index: 99999;
}

ul.level2 li a:hover {
	background-position: center center;
	background-color: #000066;
	color: #ffffff;
}

#opener {
	position: absolute;
	top: 215px;
	left: 35px;
	width: 375px;
	height: 110px;
	color: #ffffff;
	overflow: hidden;
}

#content-wrapper {
	background-image: url(images/content-bg-tile.gif);
	background-repeat: repeat-y;
	background-position: center top;
	height: auto;
}

body.onecol #content-wrapper {
	background-image: url(images/content-bg-tile-1col.gif);
}

#content {
	width: 770px;
	margin: 0 auto;
	min-height: 300px;
}

#content #leftcol {
	float: left;
	width: 234px;
	padding: 15px;
	margin: -50px 0 0 0;
}

#content #rightcol {
	float: right;
	width: 456px;
	margin: -50px 0 0 0;
	padding: 15px;
}

#content #singlecolumn {
	float: left;
	width: 740px;
	margin: -50px 0 0 0;
	padding: 15px;
}

#footer-wrapper {
	background-image: url(images/footer-bg.gif);
	background-repeat: no-repeat;
	background-position: center top;
	height: 200px;
}

body.onecol #footer-wrapper {
	background-image: url(images/footer-bg-1col.gif);
}

#footer {
	width: 740px;
	margin: 0 auto;
	padding: 35px 15px 15px 15px;
}

table#patientInfo {

}
table#patientInfo tr td {
	width: 215px;
	text-align: center;
	vertical-align: middle;
	height: 125px;
	background: #e0e0e0;
	border: solid 1px #c1c1c1;
}
table#patientInfo h2 {
	margin: 0px;
	padding: 0px;
	font-size: 1.50em;
}
table#patientInfo h2 a {
	color: #000066;
	text-decoration: none;
}
table#patientInfo  h2 a:hover {
	color: #0000CC;
}
#slideshow {
	position: absolute;
	height: 275px;
	width: 347px;
	top: 75px;
	left: 423px;
}
