/* ----------------- redefines the tag selectors ----------------- */

body {
	padding: 0px;
	text-align: center;
	font-family: arial, helvetica, sans-serif;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #C8C8C8;
	margin-top: 0px;
}

body#webaudio {
	padding: 0px;
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #000000;
}

/* this sets a default font for all of our tag selectors. we set the text align back to left so it won't center (based on the body tag to compensate for ie.) */

p, h1, h2, h3, h4, h5, a, ul, li, ol, td {
	text-align: left; /* not necessary if not using text-align center in body tag for older ie browsers. */
	text-decoration: none;
}

/* redefines the p tag */
p {
	font-size: 12px;
	color: #333333;
	text-transform: none;
	font-weight: normal;
	font-family: arial, helvetica, sans-serif;
	text-align: left;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
	line-height: 20px;
}

h1 {
	color: #333333;
	font-size: 24px;
	margin-top: 20px;
	margin-right: 0px;
	margin-left: auto;
	font-family: verdana, arial, helvetica, sans-serif;
	font-weight: normal;
	font-style: normal;
	text-align: left;
	text-transform: none;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	padding-top: 0px;
	padding-bottom: 5px;
	margin-bottom: 15px;
	padding-right: 0px;
	padding-left: 0px;
}

h2 {
	color: #003366;
	font-size: 18px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	font-family: verdana, arial, helvetica, sans-serif;
	font-style: normal;
	text-align: left;
	font-weight: bold;
}


address {
	font-style: normal;
	margin: 0px;
	padding: 0px;
}

address a:link, address a:visited {
	color: #ffffff;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}
address a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}

/* creates the general link style for the site. this is not the main navigation.  */
a:link, a:visited {
	color: #051d34;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
}

/* ----------------- page layout elements ----------------- */

/* creates div container for header. setting the left and right margins to auto will center div. */
div#header {
	width: 800px;
	height: 100px;
	background-image: url(images/theblinddoctor-header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin: 0px;
	position: relative;
	background-color: #B39C6A;
}
div#headslogan {
	font-size: 24px;
	text-align: right;
	float: right;
	height: 30px;
	width: 400px;
	margin-top: 30px;
	margin-right: 20px;
	font-weight: bolder;
	color: #1A456F;
	
}

/* creates the div container for the site. */
div#container {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
	height: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	background-color: #F7F7E6;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 20px;
	padding-left: 0px;
}

/* creates the div for the content */
div#content {
	width: 570px;
	float: left;
	margin: 0px;
	padding: 0px;
}
#content ul {
	font-size: 12px;
	padding-left: 25px;
	padding-bottom: 15px;
	margin: 0px;
}
#content li {
	padding-bottom: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333333;
	list-style-image: url(images/bullet.gif);
	list-style-type: none;
	line-height: 20px;
}
/* creates the div for the address */
div#address {
	text-align: left;
	color: #A38C62;
	font-family: arial, helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	padding-left: 10px;
}
div#address a:link, div#address a:visited {
	color: #9C8A5C;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
}
div#address a:hover {
	text-decoration: underline;
	color: #FFFFFF;
}
/* creates the div for the sidebar */
div#sidebar{
	margin-top: 2px;
	margin-bottom: 0px;
	margin-left: 10px;
	float: left;
	width: 170px;
	padding: 0px;
	margin-right: 20px;
	height: auto;
	background-image: url(images/theblinddoctor-address-bg.jpg);
	background-repeat: no-repeat;
	background-color: #330100;
}

/* creates the div container for the footer. */
div#footer {
	clear: both;
	width: 800px;
	color: #330100;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-size: 10px;
	text-align: center;
	height: 20px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-color: #D8CDB1;
	border-top-width: 5px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #330100;
	border-bottom-color: #330100;
}

div#footer a:link, div#footer a:visited {
	color: #330100;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 10px;
	padding-right: 10px;
	padding-left: 10px;
}

div#footer a:hover {
	text-decoration: underline;
}

/* styles the copyright div */
div#copyright {
	text-align: center;
	color: #330100;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	font-family: arial, helvetica, sans-serif;
	font-size: 11px;
	padding: 0px;
	height: 70px;
	width: 800px;
	background-color: #EFEBDA;
}

div#copyright a {
	font-size: 11px;
	color: #330100;
	font-weight: bold;
	text-align: center;
}

/* navigation */
div#nav {
	padding: 0px;
	clear: both;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
	
ul#mainnav {
	padding: 0px;
	margin-top: 100px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}


ul#mainnav li {
	display: inline;
	list-style: none;
}


ul#mainnav li a:link, ul#mainnav li a:visited, ul#mainnav li a:active {
	color: #C8B690;
	text-decoration: none;
	display: block;
	padding-top: 8px;
	padding-right: 0px;
	padding-bottom: 8px;
	margin: 0px;
	padding-left: 15px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #9A8975;
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
}

ul#mainnav li a:hover {
	color: #F7F7E6;
	background-color: #764F41;
}

ul#mainnav li a.current:link, ul#mainnav a.current:visited {
	color: #F7F7E6;
	background-color: #764F41;
}
/* end navigation */

div#map {
	padding: 4px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	border: 1px solid #cccccc;
	float: left;
}

div#flash {
	height: 250px;
	width: 800px;
	margin: 0px;
	padding: 0px;
	position: relative;
	background-image: url(images/theblinddoctor-flash-banner.jpg);
	background-color: #EAE5D2;
}

div#netopia {
	margin-left: -20px;
	margin-top: 0px;
	margin-right: auto;
	text-align: center;
	margin-bottom: 25px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
}

div#signin {
	width: 150px;
	text-align: center;
	padding: 0px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	background-color: #D8CDB1;
	border: 1px dotted #330100;
}

div#audio {
	position: absolute;
	top: 373px;
	height: 15px;
	width: 111px;
	margin: 0px;
	right: 20px;
	left: 659px;
	bottom: 0px;
	text-align: right;
	background-color: #330100;
	padding-top: 0px;
	padding-right: 1px;
	padding-bottom: 1px;
	padding-left: 1px;
}

.clear {
	clear: both;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.important {
	color: #000000;
	text-transform: none;
	font-weight: bold;
}

.rightimg {
	float: right;
	padding: 4px;
	border: 1px solid #660000;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 10px;
	background-color: #ffffff;
	margin-bottom: 0px;
	clear: right;
}

.leftimg {
	float: left;
	padding: 4px;
	border: 1px solid #cccccc;
	clear: both;
	margin-top: 0px;
	margin-right: 18px;
	margin-left: 0px;
	background-color: #ffffff;
}

.textcenter {
	text-align: center;
}
/* web audio applet */

