body {
	background: #fff url(images/page-bg.gif) repeat-x;
	margin: 0px;
	padding: 0px; 
	text-align: center; /* Used for centering pages in IE */
}
p, h1, h2, h3, h4, h5, h6, a, ul, li, dt, dd, lo, address, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left; 
}
/* You may use pixels or ems for text sizing. li typeface and size must match rest of content. */
p, div#content li {
	font-size: 11px;
	line-height: 1.2em;
	color: #333333;
}
 td {
	font-size: 11px;
	line-height: 1.2em;
	color: #333333;
	}
h1 {
	font-size: 18px;
	font-weight: bold;
	color: #333333;
	border-left: 10px solid #AD2114;
	padding-left: 5px;
	}
h2 {
	font-size: 16px;
	font-weight: bold;
	color: #333333;
	}
address {
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
 	color: #333333;
   }
	address a:link, address a:visited, address a:hover {
	}
a:link {
	color: #bd6ed0;
}
a:visited {
	color: #bd6ed0;
}
/* All links must inclde some type of hover interactivity */
a:hover {
	color: #ad2114;
}
a:active {
	color: #ad2114;
}

/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */

div#container {
	width: 990px;
	margin: 0px auto;
}

div#header {
	position: relative;
	background: url(images/header-logo-only.gif) no-repeat;
	height: 238px;
	}

div#audiolink {
	position: absolute;
	top: 202px;
	right: 0px;
	width: 127px;
}

div#flash {
}	

div#content {
	clear: both;
	width: 730px;
	float: left;
	padding: 10px;
}

div#sidebar {
	float: right;
	width: 210px;
	padding: 10px;
	background: url(images/sidebar-bkg.gif) repeat-x;
}

div#footer {
	clear: both;
}

div#copyright {
	width: 990px;
	margin: auto;
	clear: both;
	position: relative;
	text-align: left;
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #699f1b;
	padding-top: 15px;
	}
	div#copyright img {
	border: none;
	}
	div#copyright a:link, div#copyright a:visited {
	color: #699f1b;
	font-size: 9px;
	text-decoration: none;
	}
	div#copyright a:hover {
	text-decoration: underline;
	}
div#owner {
	font-size: 9px;
	position: absolute;
	right: 20px;
	top: 30px;
}


/* ----------------------------  NAVIGATION (VERTICAL) ----------------------------  */
div#nav{
	width: 855px;
	position: absolute;
	left: 0px;
	top: 202px;
	background: url(images/nav-bg.gif) repeat-x;
}
ul#mainnav {
	float: left;
	width: 100%;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	}
	ul#mainnav li {
	display: inline;
	float: left;
	margin: 0px auto;
	padding: 0px;
	}
	ul#mainnav li a:link, ul#mainnav li a:visited, ul#mainnav li a:active {
	font-size: 10px;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	color: #fff;
	display: block;
	width: auto;
	padding: 12px 20px;
	margin: 0px;
	border-right: 1px solid #fff;
	background: url(images/nav-bg.gif) repeat-x;
	}
	ul#mainnav li a:hover {
	background: url(images/nav-hover-bg.gif) repeat-x;
	}
	ul#mainnav li a.current:link, ul#mainnav li a.current:visited {
	background: url(images/nav-current-bg.gif) repeat-x;
	}



/* ----------------------------  NAVIGATION (HORIZONTAL) ----------------------------  */
div#utility {
	width: 990px;
	clear: both;
	background:  url(images/nav-bg.gif) repeat-x;
	height: 36px;
	}
	ul#utilitynav {
	float: left;
	width: 100%;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	}
	ul#utilitynav li {
	display: inline;
	float: left;
	margin: 0px auto;
	padding: 0px;
	}
	ul#utilitynav li a:link, ul#utilitynav li a:visited, ul#utilitynav li a:active {
	font-size: 10px;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	color: #fff;
	display: block;
	width: auto;
	padding: 12px 20px;
	margin: 0px;
	border-right: 1px solid #fff;
	background: url(images/nav-bg.gif) repeat-x;
	}
	ul#utilitynav li a:hover, ul#utilitynav li a.current:visited {
	background: url(images/nav-hover-bg.gif) repeat-x;
	}



/* ----------------- CUSTOM CLASSES ----------------- */

/* Images should include some type of border. We tend to favor this one. */
img.left {
	float: left;
	padding: 5px;
	background: white;
	margin: 0px 15px 10px 0px;
	border: solid 1px #ccc;
}
img.right {
	float: right;
	padding: 5px;
	background: white;
	margin: 0px 0px 10px 15px;
	border: solid 1px #ccc;
}
div.column {
}
div#audiobkg {
	width: 200px;
	height: 177px;
	margin: auto;
	float: left;
	background-image: url(images/audio-popup-background.gif);
	background-repeat:no-repeat;
	position: relative;
	text-align: center;
	font-size: 12px;
	background-color: #757778;
	}
div#audio {
	width: 115px;
	margin: 0;
	padding: 0;
	position: absolute;
	left: 9px;
	top: 140px;
}
div#doctors {
	width: 150px;
	float: right;
	}
div#clinic {
	width: 500px;
	float: left;
	}
p.clearboth {
	clear: both;
	}
.red {
	color: #AD2114;
}