/* CSS Document */
*{margin: 0px; padding: 0px;}

body {
	background-color: #FFCC99;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	}
div.mainWrapper {
	text-align: center;
	padding-top: 15px;
	align="center"
	}
table.main {
	width: 776px;
	border: 0px solid #990000;
	}
.main td {
	padding: 0px;
	}
	
	
	
/*---------- header ----------*/
.header img {
	border-bottom: 4px solid #990000;
	}

div.headAddress {
	font-weight: bold;
	font-size: 11px;
	font-family: Arial, Helvectica, sans-serif;
	background-color: #FFE0C7;
	padding: 7px 5px 5px 5px;
	margin-top: -4px;
	text-align: center;
	}


/*---------- Nav ----------*/
td.nav  {
	verticle-align: top;
	padding: 5px; 
	width:20%;
	border: 0px dotted #ff0000;
	}
td.nav img {
	vertical-align: top;
	border: none;
	display: block;
	}



/*---------- content ----------*/
td.content {
	vertical-align: top;
	padding: 20px 10px 10px 10px;
	}
 a {
	color: #990000;
	text-decoration: none;
	text-transform: uppercasse;
	}
 a:hover {
	color: #ffffff;
	text-decoration: underline;
	}

	/*-- subject box --*/
	table.sub_box {
		margin: 20px 0px 5px 15px;
		width: 95%;
		}
	
	.tl {
		background-image: url(../images/subjectbox/sub_box_01.gif); background-repeat: no-repeat; width: 13px; height: 15px;
		}
	.tm {
		background-image: url(../images/subjectbox/sub_box_02.gif); background-repeat: repeat-x;
		}
	.tr {
		background-image: url(../images/subjectbox/sub_box_03.gif); background-repeat: no-repeat; width: 26px; height: 15px;
		}
	
	
	.ml {
		background-image: url(../images/subjectbox/sub_box_05.gif); background-repeat: repeat-y; width: 13px;
		}
	.mm {
		background-color: #FFE0C7;
		}
	.mr {
		background-image: url(../images/subjectbox/sub_box_07.gif); background-repeat: repeat-y; width: 26px;
		}
		
	.bl {
		background-image: url(../images/subjectbox/sub_box_08.gif); background-repeat: no-repeat; width: 13px; height: 30px;
		}
	.bm {
		background-image: url(../images/subjectbox/sub_box_09.gif); background-repeat: repeat-x;
		}
	.br {
		background-image: url(../images/subjectbox/sub_box_10.gif); background-repeat: no-repeat; width: 26px; height: 30px;
		}
	/*-- End subject box --*/

h1{
	font-family: "Times New Roman", Times, serif;
	color: #1F196C;
	text-transform: capitalize;
	margin-left: 20px;
	margin-bottom: 8px;
	font-size: 28px;
	letter-spacing: -1px;
	text-align:left;
	}

h2{
	font-family: "Times New Roman", Times, serif;
	color: #990000;
	text-transform: capitalize;
	margin-bottom: 8px;
	font-size: 24px;
	letter-spacing: -1px;
	}

ul.homelist {
	margin-left: 30px;
	list-style-image: url(../images/bullet_red.gif);
	color: #1F196C;
	font-wieght: bold;
	font-family: "Times New Roman", Times, serif;
	font-size: 16px;
	text-transform: capitalize;
	font-weight: bolder;
	font-style: italic;
	}
	ol.homelist1 {
	margin-left: 30px;
	color: #1F196C;
	font-wieght: bold;
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	text-transform: capitalize;
	font-weight: bolder;
	}
.homelist li {
	padding: 0px 5px 10px 10px;
	}

.homeBio {
	font-size: 12px;
	color: #990000;
	font-weight: bold;
	text-align: left;
	line-height: 18px;
	margin: 3px;
	}
.homeBio span{
	font-size: 16px;
	font-weight: bolder;
	color: #1F196C;
	font-family: "Times New Roman", Times, serif;
	}

table.staff {
	width: 100%;
	font-size: 12px;
	color:#804040;
	font-weight: bold;
	font-size: 12px;
	}
.staff td {
	padding: 15px;
	vertical-align: top;
	text-align: justify;
	border-bottom: 1px solid #1F196C;
	line-height: 18px;
	}
.staff img {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	width: 100px;
	}
.staff b {
	font-size: 14px;
	color: #990000;
	}
.staff th {
	padding: 15px 5px 5px 5px;
	vertical-align: top;
	text-align: left;
	line-height: 18px;
	font-size: 16px;
	color: #004080;
	}

.chiro th {
	padding: 5px 5px 5px 5px;
	vertical-align: top;
	text-align: left;
	line-height: 20px;
	font-size: 18px;
	color: #004080;
	width: 165px;
	border-right: 1px solid #004080;
	font-family: "Times New Roman", Times, serif;
	}
.chiro td {
	padding: 5px 5px 5px 10px;
	vertical-align: top;
	color:#804040;
	font-weight: bold;
	font-size: 14px;
	line-height: 18px;
	}
.chiro td b {
	color: #004080;
	}
	
	
table.request {
	width: 100%;
	font-size: 12px;
	color: #004080;
	border-top: 1px solid #004080;
	border-bottom: 1px solid #004080;
	}
.request th {
	text-align: right;
	font-weight: bold;
	padding: 10px 10px 5px 5px;
	vertical-align: top;
	}
.request td {
	text-align: left;
	font-weight: normal;
	padding: 10px 5px 5px 5px;
	vertical-align: top;
	}
.request input {
	border: 1px solid #004080;
	font-size: 13px;
	color: #004080;
	}
.request textarea {
	border: 1px solid #004080;
	font-size: 13px;
	color: #004080;
	}
.request select {
	border: 1px solid #004080;
	font-size: 13px;
	color: #004080;
	}
	
	
	
/*---------- Footer ----------*/
td.footer {
	padding: 20px 5px 5px 5px;
	color: #FFE0C7;
	}
.footer a {
	font-size: 10px;
	color: #990000;
	padding-left: 2px;
	padding-right: 2px;
	text-decoration: none;
	}
.footer a:hover {
	color: #ffffff;
	text-decoration: underline;
	}
.registration_header {
	font-family: "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;
	color: #804040;
}
