@charset "utf-8";
/* CSS Document */

* {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	border: 0;
	font: 12px Arial, Verdana, Helvetica, sans-serif;
}
body {
	background: url(images/bottom_bg.gif);
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}
a {
	color: #3a130a;
}
a:hover {
	color: #513216;
}
hr {
	background: #F0D6AA;
	height: 1px;
	margin: 13px 0px 13px;
}
h1 {
	font-size: 32px;
	color: #513216;
	font-weight: normal;
	font-family: "Times New Roman", Times, serif;
}
h2 {
	font-size: 17px;
	color: #BF7F1E;
	font-weight: bold;
	margin: 10px 0px 0px;
}
p {
	padding: 10px 0px 0px;
}
.imgRight {
	float: right;
	clear: both;
	margin: 0px 0px 0px 30px;
}
.imgLeft {
	margin: 10px;
	float: left;
}
.bold {
	font-weight: bold;
	color: #039106;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
clear:both;
height:20px;
font-size: 1px;
line-height: 0px;
}
#container  {
	margin: 0;
	text-align: left; /* this overrides the text-align: center on the body element. */
	min-width: 900px;
	width: 100%;
}
#homeTop  {
	padding: 0;
	line-height: 0;
	background-color: #513216;
}
#homeDivide  {
	padding: 0;
	height: 9px;
	background-color: #513216;
	background-image: url(images/tmj_site2_r5_c3.gif);
	background-repeat: repeat-x;
}
#homeHeader  {
	width: 900px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding: 0;
}
#header  {
	width: 900px;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding: 0;
	height: 111px;
}
#homeMiddle  {
	margin: 0px;
	height: inherit;
	background: url(images/middle_bg.jpg) repeat-x;
	clear: both;
	width: 100%;
	overflow: auto;
}
#middle  {
	margin: 0px;
	height: inherit;
	background: url(images/middle_bg.jpg) repeat-x;
	clear: both;
	width: 100%;
	overflow: auto;
}
#content  {
	width: 850px;
	margin: 0 auto;
	height: inherit;
	background: #FFFFFF;
	padding: 25px;
	color: #333333;
}
#homeContent   {
	width: 900px;
	margin: 0 auto;
	height: inherit;
	background: url(images/middle_bg.jpg);
	color: #FFFFFF;
}
#homeContent #div1 {
	background: url(images/cause.jpg) no-repeat;
	height: 95px;
	width: 182px;
	float: left;
	padding: 60px 10px 0px 108px;
}
#homeContent #div2 {
	background: url(images/signs.jpg);
	height: 95px;
	width: 185px;
	float: left;
	padding: 60px 10px 0px 105px;
}
#homeContent #div3 {
	background: url(images/treatment.jpg);
	height: 95px;
	width: 174px;
	float: left;
	padding: 60px 20px 0px 106px;
}


#homeFooter  {
	margin: 0px;
	height: auto;
	text-align: center;
	padding: 10px;
	clear: both;
	color: #FFFFFF;
}

input{
	background: #F9F0DD;
	border: 1px solid #513118;
	width: 250px;
	font-family: Arial, Helvetica, sans-serif;
	color: #513216;
	height: 20px;
	padding: 3px;
	vertical-align: middle;
}

#message {
	background: #F9F0DD;
	border: 1px solid #513216;
	width: 250px;
	font-family: Arial, Helvetica, sans-serif;
	color: #513216;
	padding: 3px;
}

#submit, #reset {
	background: #513216;
	color: #FFFFFF;
	font-weight: bold;
	width: auto;
	margin: 5px;
	height: auto;
}
ul {
	list-style: outside;
	padding: 0px 0 0 15px;
}
li {
	margin: 10px;
	list-style: url(images/bullet.gif);
}
#spacer  {
	height: 12px;
	clear: both;
} 
#topLogo {
	float: left;
	width: 465px;
}
#nav {
	float: left;
	line-height: normal;
	margin: 55px 0px 0px;
	padding: 5px 0px;
	font-size: 17px;
	color: #F0D6AA;
	border-top: 1px solid #A86E0D;
	border-bottom: 1px solid #A86E0D;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #A86E0D;
	border-left-color: #A86E0D;
	width: 435px;
}
#nav a {
	font-size: 15px;
	color: #F0D6AA;
	text-decoration: none;
}
#nav a:hover {
	color: #FFFFFF;
}
#contactInfo {
	padding: 0px 0px 0px 15px;
}

