/* Cascading Style Sheet - Sleep Center */
/* $Id: basic.css,v 1.1 2006/12/26 23:57:16 pete Exp $ */

/* ******************************************************************************* */
/* body style for the page */

body {
	margin: 0;
	padding: 0;
	color: #333;
	font-family: "Lucida Grande", Geneva, Lucida, Arial, Verdana, Helvetica, "Trebuchet", "Trebuchet MS", sans-serif;
	background-image: url("/images/bgndtan.jpg");
	background-repeat: repeat-x;
}


/* ******************************************************************************* */
/* heads */

h1, h2, h3, h4, h5, h6 {
	font-family: "Lucida Grande", Geneva, Lucida, Arial, Verdana, Helvetica, "Trebuchet", "Trebuchet MS", sans-serif;
	font-weight: bold;
	font-size: 18pt;
	margin: 0 0 30px 0;
	padding: 0;
	color: #603;
}

h3 {
	font-size: 16px;
	margin: 16px 0 2px 0;
}


#sidebars h2 {
	font-size: 10pt;
	font-weight: bold;
	line-height: 115%;
	margin: 0 2px 0 12px;
	color: #036;
}

#sidebars p {
	font-size: 10pt;
	font-weight: bold;
	line-height: 115%;
	margin: 6px 2px 0 12px;
	color: #333;
}

#sidebarinfo p {
	font-size: 9pt;
}


/* ******************************************************************************* */
/* text blocks */

p, div, blockquote, ul, ol, dt, dd, dl, th, td {
	font-family: "Lucida Grande", Geneva, Lucida, Arial, Verdana, Helvetica, "Trebuchet", "Trebuchet MS", sans-serif;
	font-size: 11pt;
	line-height: 130%;
	color: #000;
	margin: 0 0 10px 0;
	padding: 0;
}

#content p {
	line-height: 150%;
}

#content p.facility {
	margin-bottom: 30px;
}

#content ul {
	margin: 2px 0 20px 30px;
	line-height: 150%;
}

#content ul.nonlist {
	list-style-type: none;
	margin: 0 0 20px 0;
	padding: 0;
}

#content li {
	margin-bottom: 2px;
}

div  {
	margin: 0;
}

div.formerror {
	width: 85%;
	padding: 20px 16px 8px 16px;
	border: 1px #f33 solid;
	background-color: #fee;
}

.totalresult {
	padding: 2px 2px 2px 6px;
	background-color: #f99;
}

.footer {
	font-size: 7pt;
	color: #333;
	margin: 2px 0 0 0;
	padding: 0;
}


/* ******************************************************************************* */
/* text blocks */

table.selftest {
	margin: 20px 0;
	border-top: 1px #999 solid;
	border-left: 1px #999 solid;
}


table.selftest th {
	margin: 0;
	padding: 3px 6px; 
	font-weight: bold;
	border-right: 1px #999 solid;
	border-bottom: 1px #999 solid;
	background-color: #ccc;
}

table.selftest td {
	margin: 0;
	padding: 3px 6px; 
	border-right: 1px #999 solid;
	border-bottom: 1px #999 solid;
}

table.selftest td.underline {
	text-align: center;
	border-bottom: 2px #333 solid;
}

table.selftest td.total {
	font-weight: bold;
	background-color: #ddd;
}


/* ******************************************************************************* */
/* fixed-width stuff */

pre, tt, code {
	font-family: Courier, "Courier New", monospace;
}


/* ******************************************************************************* */
/* other stuff */

img {
        margin: 0;
	padding: 0;
        border-width: 0;
}

hr {
	border: none 0; 
	border-top: 0px dashed #ccc;
	border-bottom: 1px dashed #ccc;
	height: 1px;
	margin: 15px 0;
}


/* ******************************************************************************* */
/* links */

a:link {
	color: #603;
	text-decoration: none;
}

a:visited {
	color: #603;
	text-decoration: none;
}

a:hover {
	color: #8b104d;
	text-decoration: underline;
}

a:active {
	color: #603;
	text-decoration: underline;
}


/* footer nav */

#footer ul {
	width: 800px;
	list-style-type: none;
	font-size: 7pt;
	line-height: 100%;
	margin: 6px 0 0 0;
	padding: 0;
}

#footer p {
	width: 800px;
}

#footer li {
	font-size: 7pt;
	display: inline;
	margin: 0;
	padding: 0 6px 0 3px;
	border-right: 1px #333 solid;
}

#footer ul li a:link {
	color: #000;
	text-decoration: none;
}

#footer ul li a:visited {
	color: #333;
	text-decoration: none;
}

#footer ul li a:active {
	color: #603;
	text-decoration: none;
}

#footer ul li a:hover {
	color: #603;
	text-decoration: none;
}


/* ******************************************************************************* */
/* site */

.fir {
	display: none;
}

.navbttn {
	margin: 0 8px;
}


/* ******************************************************************************* */
/* form */

label {
	font-weight: normal;
	color: #333;
}

.formtxt {
	color: #000;
	background-color: #dfd1d7;
	padding: 1px;
}

.formbttn {
	color: #000;
	background-color: #dfd1d7;
	padding: 3px;
	border: 1px #000 solid;
}

.formtest {
	text-align: center;
	border: 1px #000 solid;
	border-left-width: 0;
	border-top-width: 0;
	border-right-width: 0;
}
