/* GENERAL */

body {
	background: #f3f1e6 url(images/bg01-5.jpg) repeat-x;
	margin: 0px;
	font-family: Times New Roman, Times, serif;
	font-size: 11px;
	color: #000;
}

table { 
	border-collapse: collapse; 
	border-spacing: 0px; 
}

td, th { 
	padding: 0px; 
	vertical-align: top;
}

:link, :visited {
	color: #069;
	text-decoration: underline;
}

:link:hover, :visited:hover {
	color: #1a83b8;
	text-decoration: none;
}

h1 {
	font-family: Times New Roman, Times, serif;
	font-size: 30px;
	color: #234157;
	font-weight: normal;
	padding-top: 2px;
}

h2 {
	font-family: Times New Roman, Times, serif;
	font-size: 22px;
	color: #5f3423;
	font-weight: bold;
	margin-bottom: 4px;
}

h3 {
	font-family: Times New Roman, Times, serif;
	font-size: 18px;
	color: #23445c;
	font-weight: bold;
	margin-bottom: 2px;
}
h4 {
	font-family: Times New Roman, Times, serif;
	font-size: 15px;
	color: #23445c;
	font-weight: bold;
	margin-bottom: 2px;
	font-style:italic;
}

ul {
	margin-top: 0px;
}


/* SUBNAVS
-----------------------------------------*/
#ortho {
	position:absolute;
	left:200px;
	top:313px;
	z-index:1;
	visibility: hidden;
}

#braces {
	position:absolute;
	left:200px;
	top:338px;
	z-index:2;
	visibility: hidden;
}

#contact {
	position:absolute;
	left:200px;
	top:413px;
	z-index:3;
	visibility: hidden;
}

.navcontainer { width: 200px; }

.navcontainer ul
{
margin-left: 0;
padding-left: 0;
list-style-type: none;
font-family: Tahoma, Arial, Helvetica, sans-serif;
font-size: 11px;
line-height: 14px;
}

.navcontainer a
{
display: block;
padding: 6px;
width: 110px;
background-color: #5f3423;
}

.navcontainer a:link, .navlist a:visited
{
color: #cc9966;
text-decoration: none;
}

.navcontainer a:hover
{
background-color: #492719;
color: #fff;
}


/* HOMEPAGE 
-----------------------------------------*/
#contact_info {
	background: #f3f1e6;
	font-family: Times New Roman, Times, serif;
	font-size: 11px;
	color: #4b2617;
	line-height: 18px;
	padding: 20px 0 30px 10px;
}
#contact_info a:link {

	font-family: Times New Roman, Times, serif;
	font-size: 11px;
	color: #4b2617;


}

.ortho_title {
	font-size: 16px;
	font-weight: bold;
}

#main_home {
	background: #fff url(images/bg_main_home.gif) repeat-x;
	font-family: Times New Roman, Times, serif;
	font-size: 14px;
	color: #333;
	line-height: 20px;
	padding: 20px;
}

#main {
	height: 300px;
	background: #fff url(images/bg_main.gif) no-repeat;
	font-family: Times New Roman, Times, serif;
	font-size: 14px;
	color: #333;
	line-height: 20px;
	padding: 20px;
}

.img {
	float: right;
	margin: 0 0 20px 20px;
	clear: both;
	border: 1px solid #425563;
}
.imgcase {border: 1px solid #425563;}

#site_map {
	font-weight: bold;
}

#site_map_sub {
	font-weight: normal;
}


/* FOOTER
-----------------------------------------*/
#footer {
	height: 130px;
	background: #f3f1e6 url(images/bg_footer.gif) no-repeat;
	color: #b1c1cd;
	font-size: 11px;
	font-family: Tahoma, verdana, sans-serif;
	text-align: center;
	padding-top: 25px;
	line-height: 20px;
	clear: both;
	padding-bottom: 30px;
}

#footer :link, #footer :visited {
	color: #b1c1cd;
	text-decoration: underline;
}

#footer :link:hover, #footer :visited:hover {
	color: #dff1ff;
	text-decoration: none;
}

#sesame {
	color: #8da8bb;
	font-size: 10px;
}

#sesame :link, #sesame :visited {
	color: #8da8bb;
	text-decoration: underline;
}

#sesame :link:hover, #sesame :visited:hover {
	color: #dff1ff;
	text-decoration: none;
}


/* FORMS
-----------------------------------------*/
#form {
	line-height: 14px;
	font-size: 11px;
	font-family: Times New Roman, Times, serif;
}

td#form {
	padding: 0px 0px 6px 0px;
}

input, select {
	color: #000;
	font-size: 10px;
	font-family: Times New Roman, Times, serif;
	background-color: #fff;
}

input#button {
	background-color: #eee;
	font-weight: bold;
	font-size: 11px;
}

textarea {
	color: #000;
	font-size: 10px;
	font-family: Times New Roman, Times, serif;
	width: 300px;
	background-color: #fff;
}