body {
	background: #b3b6c5;
	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; 
	color: #4c493a;
}
/* You may use pixels or ems for text sizing. li typeface and size must match rest of content. */
p, div#content li {
	font-size: .8em;
	line-height: 1.2ems;
}
h1 {
	font-weight: bold;
	font-size: 18px;
	}
h2 {
	font-weight: bold;
	font-size: 16px;
	}
address {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-size: 10px;
	text-align: left;
	border-left: 10px solid #b3b6c5;
	padding-left: 5px;
    }
a:link {
}
a:visited {
}
/* All links must inclde some type of hover interactivity */
a:hover {
     font-weight: bold;
}
a:active {
}

/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */

div#container {
	width: 990px;
	margin: 0px auto;
	background: #fff;
}

div#audio {
	position: absolute;
	left: 862px;
	top: 26px;
	height: 30px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
}

div#logo {
}

div#header {
	width: 990px;
	margin: 0px auto;
	background-image: url(images/header.gif);
	height: 274px;
	position: relative;
}

div#flash {
	position: absolute;
	width: 762px;
	height: 225px;
	left: 228px;
	top: 50px;
}	

div#content {
	float: right;
	width: 745px;
	margin: 10px 10px 10px 10px;
}

div#sidebar {
	float: right;
	margin-top: 10px;
}

div#footer {
	background-image: url(images/footer-bg.gif);
	background-repeat: no-repeat;
	height: 14px; 
	clear: both;
}

div#owner {
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 990px;
	margin: 10px auto;
}
	div#owner a:link, div#owner a:visited {
	color: #4c493a;
	text-decoration: none;
	}
	div#owner a:hover {
	text-decoration: underline;
	}

div#copyright {
	font-size: 9px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	width: 990px;
	margin: 10px auto;
	}
	div#copyright img {
	border: none;
	}
	div#copyright a:link, div#copyright a:visited {
	color: #4c493a;
	text-decoration: none;
	}
	div#copyright a:hover {
	text-decoration: underline;
	}
	
/* ----------------------------  NAVIGATION (VERTICAL) ----------------------------  */
div#nav{
}
ul#mainnav {
	float: left;
	width: 192px;
	margin: 10px 0px 0px 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: 11px;
	text-decoration: none;
	text-align: left;
	background-image: url(images/button.gif);
	background-repeat: no-repeat;
	display: block;
	width: 170px;
	padding: 13px 0px 13px 25px;
	margin: 2px 10px;
	color: #fff;
	font-weight: bold;
	}
	ul#mainnav li a:hover {
	background-image: url(images/button-hover.gif);
	background-repeat: no-repeat;
	color: #fff;
	font-weight: bold;
	}
	ul#mainnav li a.current:link, ul#mainnav li a.current:visited {
	background-image: url(images/button-current.gif);
	background-repeat: no-repeat;
	color: #fff;
	font-weight: bold;
	}



/* ----------------------------  NAVIGATION (HORIZONTAL) ----------------------------  */
div#utility {
	clear: both;
	width: 990px;
	margin: 10px auto;
	text-align: center;
	font-size: 10px;
	}

div#utility a:link, #utility li a:visited, #utility li a:active, #utility li a.current:link, #utility li a.current:visited { 
	color: #4c493a;
	text-decoration: none;
	}
	#utility li a.hover {
	color: #4c493a;
	text-decoration: underline;
	}


/* ----------------- 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;
}
img.doctors {
	border: 2px solid #BAC5FD;
	clear: none;
	margin-right: 10px;
	margin-bottom: 10px;
	float: left;
}

div#columns {
	width: 185px;
	float: left;
	clear: none;
 }
/* ----------------- FLASH STYLES ----------------- */
div#flashcontainer {
	width: 600px;
	margin: auto;
}
div#skip {
	font-size: 10px;
	width: 580px;
	text-align: right;
	margin: 10px;
	}
div#copy {
	border: 1px solid #4c493a;
	background: #fff;
	padding: 15px;
	margin-top: 10px;
	margin-bottom: 10px;
	}	

div#flashnav {
	width: 800px;
	margin: auto;
	text-align: center;
	font-size: 10px;
	}

div#flashnav a:link, #flashnav li a:visited, #utility li a:active, #flashnav li a.current:link, #flashnav li a.current:visited { 
	color: #4c493a;
	text-decoration: none;
	}
	#flashnav li a.hover {
	color: #4c493a;
	text-decoration: underline;
	}
