/* CSS Document */
body {
	background-color: #446E6D;
	background-image: url(images/bg.jpg);
}
#header {
	height: 179px;
	width: 816px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/header.jpg);
	text-indent: -9999px;
}
#content {
	width: 700px;
	background-image: url(images/content.jpg);
	background-repeat: repeat-y;
	margin-right: auto;
	margin-left: auto;
	padding-top: 5px;
	padding-left: 62px;
	padding-right: 54px;
	padding-bottom: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #003300;
}
#footer {
	background-image: url(images/footer.jpg);
	height: 35px;
	width: 816px;
	margin-right: auto;
	margin-left: auto;
}
#navbar {
	background-image: url(images/navbar.jpg);
	width: 816px;
	margin-right: auto;
	margin-left: auto;
	height: 27px;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #FFFFFF;
	padding-top: 10px;
	font-weight: bold;
}
#navbar a {
	color: #FFFFFF;
	text-decoration: none;
	padding: 10px;
}
#navbar ul {
	margin: 0; 
	padding: 0; 
	list-style-type: none; 
	list-style-image: none; 
}
#navbar li {
	display: inline; 
	}
#navbar ul ul {
	display:none;
	text-indent: -9999px;
	margin: 0; 
	padding: 0; 
	list-style-type: none; 
	list-style-image: none; 
	}

#title {
	width: 650px;
	height: 37px;
	background-repeat: no-repeat;
	text-indent: -9999px;
	margin-left:-10px;
	margin-top:15px;
	margin-bottom:10px;
}
#subtitle {
	width: 650px;
	height: 55px;
	background-repeat: no-repeat;
	text-indent: -9999px;
	margin-left:-10px;
	margin-top:15px;
	margin-bottom:10px;
}

/* Footer */
.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #284443;
	text-align: center;
}
.foothead {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	font-variant: small-caps;
}
.credits {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #FFFFFF;
	text-align: center;
}
.credits a {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
/* End Footer and Credits */
h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
}
h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #654A2D;
}
.question {
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: dashed;
	border-bottom-style: dashed;
	border-right-color: #3F6968;
	border-bottom-color: #3F6968;
	padding-right: 5px;
	margin-bottom: 20px;
}
.slide {
	border: 1px solid #7B542B;
	margin-bottom: 10px;
	margin-left: 20px;
}
#subnav {
	float: right;
}
#subnav .menu{
	background-color: #F8F8ED;
	width: 200px;
	margin-right: 5px;
	margin-left: 5px;
	border: 1px solid #BEBB92;
	padding: 5px;
}
#subnav h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #305251;
	background-color: #ECEBCC;
	margin: -5px;
	padding: 5px;
	text-align: right;
}


#subnav ul {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	list-style-type: none;
	margin-left: 0px;
	padding-left: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-right: 0px;
}
#subnav a {
	display:block;
	color: #54391E;
	background-color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	padding: 2px;
	border: 1px solid #EFEFD6;
	width: 16em;
	margin: 1px;
}
#subnav a:hover {
	background-color:#ECEBCC;
}
#subnav a:active {
	color: #FFFFFF;
	background-color: #577FA3;
}
#subnav h2 a{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #305251;
	background-color: #ECEBCC;
	margin: -5px;
	padding-right:5px;
	padding-top: 0px;
	text-align: right;
	display:inline;
}

.procedure {
	background-color: #F8F8ED;
	border: 1px solid #6F5033;
}
.procedure .borderright {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #9FACCE;
}
.procedure .borderleft {
	border-left-color: #9FACCE;
	border-left-style: solid;
	border-left-width: 1px;
	}

.procedure .title {
	background-color: #ECEBCC;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #594533;
	border-bottom-style: solid;
	border-bottom-color: #D2B699;
	border-bottom-width: 1px;
}
.procedure .caption {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #D2B699;
	font-size: 10px;
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #D2B699;
}
h3 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
}



.url {
	font-size: 9px;
}
#subnav h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	margin-bottom: 10px;
	margin-top: 0px;
}
.pdf {
	list-style-image: url(downloads/pdf.gif);
	list-style-type: none;
}
.casehistory {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	border: 1px solid #6B4E30;
}
.casehistory img {
	border: 1px solid #000000;
}
.quote {
	color: #274440;
	padding: 5px;
	float: right;
	width: 250px;
	margin-bottom: 10px;
	margin-left: 10px;
	border: 1px solid #B6B494;
	font-style: italic;
	font-weight: bold;
	background-image: url(images/quote.jpg);
}
.photo {
	margin-right: 5px;
	margin-left: 10px;
	border: 1px solid #563C23;
}
