/********************************************
* DEFAULT CSS STYLE SHEET
* c. 2008 Technology Management International
*********************************************
* 			-	Colors -
* text:		#000
* Links:	#ab3c3c
* Borders:  #6e7e8b
* Dark Borders (hovers):  #000
********************************************/

/********** CSS Rest to ensure cross-browser compatability ***************/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
option, optgroup, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: inherit;
	font-family: inherit;
/*	vertical-align: middle;*/
	background: transparent;
	font-family: verdana, arial, helvetica, sans-serif;
}
li {
	list-style: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a img {
	border: none;
}

/********** Set the base styles ***************/
html {
	/* IE (Always scroll bars) */
	overflow-y: scroll; 
	/* Moz (Always scroll bars) */
	height: 100%;
	margin-bottom: 0.1em;
	font-size: 62.5%; /* Sets to 1em=10px: */
	background: #fff url('../images/wood.jpg') repeat-x top;
}
body {
	background: transparent url('../images/folder.jpg') repeat-x 0 45px;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
h1, h2, h3 {
	text-align: left;
	display: block;
	font-family: serif;
}
h3 {
	text-align: center;
}
h1 {
	font-size: 2em;
	margin: 35px 0 0 0;
	color: #515151;
}
h2 {
	font-size: 1.7em;
	margin: 0;
	font-weight: normal;
	font-style: italic;
	color: #655F51;
}
h3 {
	font-size: 1.5em;
}
h4 {
	font-size: 1.3em;
}
h5 {
	font-size: 1.1em;
}
p, blockquote, label, input, select, textarea, .list {
	text-align: justify;
}
p, blockquote, label, input, select, .fake_label, .list {
	font-size: 1.2em;
	line-height: 1.5em;
}
.list {
	float: left;
}
.list li {
	list-style: disc;
	margin: 5px;
	position: relative;
	left: 20px;
	padding-right: 20px;
}
.list li ul li {
	list-style-type: circle;
}

p {
	margin: .5em 0 1.8em 0;
	max-width: 650px;
}
a {
	color: #ab3c3c;
	text-decoration: none;
	border-bottom: 1px dotted #ab3c3c;
}
a:hover {
	background: #fcf5e1;
}
blockquote {
	padding: 8px;
	margin: 10px;
	border-top: solid 2px #6e7e8b;
	border-bottom: solid 2px #6e7e8b;
	color: #6e7e8b;
}
blockquote:first-letter  {
	font-size: 1.4em;
	font-weight: bold;	
	padding: 1px;
}
hr { 
	display: block; 
	background: #6e7e8b;
	color: #6e7e8b; 
	height: 2px; 
	border: none;
	margin: 40px 10px;
}

/***************** Basic Elements ******************/
#container {
	width: 900px;
	margin: 5px auto;
	background: transparent url("../images/paper-top.jpg") no-repeat top left;
	padding-top: 32px;
}

#footer {
	background: white url("../images/note-card.jpg") no-repeat top;
	width: 356px;
	height: 195px;
	margin: 20px auto 0px auto;
	padding: 60px 25px 0 25px;
	text-align: center;
	font-family: Comic Sans MS !important;
	position: relative;
}
#footer a, #footer .phone {
	font-family: Comic Sans MS !important;
}
#footer .phone {
	font-size: 10pt;
}
#footer .design {
	padding-top: 50px;
	font-size: 9pt;
}
.left {
	float: left;
}
.right {
	float: right;
}

.outline {
	border: solid 1px red;
}
.offscreen { /* Used for accesibility */
	margin-left: -9999px;
}
.clear {
	clear: both;
}

/***************** NAV ******************/
.nav {
	width: 900px;
	clear: both;
	margin: 25px auto 0 auto;
	height: 33px;
	padding-top: 9px;
}
.nav li{
	float: left;
}
.nav li a{
	display: block;
	letter-spacing: 1px;
	font-weight: bold;
	font-size: 8pt;
	width: 106px;
	height: 30px;
	padding-top: 9px;
	background: transparent url('../images/tabs.jpg') no-repeat top right;
	text-align: center;
	border: none;
}
.nav li a:hover {
	color: #000;
	border: none;
}
#nav-home #home a, 
#nav-practice #practice a, 
#nav-providers #providers a, 
#nav-services #services a, 
#nav-locations #locations a,
#nav-patient #patient a, 
#nav-insurance #insurance a,
#nav-contact #contact a 
{
	color: black;
	border-bottom: none;
	background: transparent url('../images/tabs.jpg') no-repeat top left;
}

#logo {
	margin-top: 15px;
}
#motto {
	font-size: 12pt;
	font-style: italic;
	color: #2D343E;
	padding: 12px 0 0 5px;
	position: relative;
	left: 5px;
}

/***************** FORMS ******************/
input, textarea  {
	padding: 4px 3px 3px 5px;
	background: white url('../images/input_bkgrd.png') no-repeat top left;
}
input[type='checkbox']:hover {
	outline: 1px solid #000; 
}
input[type='hidden'] { 
	display:none; 
}
textarea, input, select { 
	border: 1px solid #6e7e8b;
}
textarea:hover, input[type='text']:hover, input[type='password']:hover, select:hover { 
	border-color: #000; 
}
textarea:focus, input[type='text']:focus, input[type='password']:focus, select:focus { 
	border-color: #000; 
	outline: 2px solid #6e7e8b; 
}
fieldset {
	padding: 8px;
	border: none;
	border-top: solid 1px #6e7e8b;
	clear: both;
}
legend {
	padding: 0 4px;
	font-weight: bold;
	color: #6e7e8b;
}
form ul {
	list-style: none;
}
form ul li {
	clear: both;
	padding: 5px 0;
}
label, .fake_label {
	width: 150px;
	float: left;
	padding: 3px 5px 0 0;
	text-align: right;
}
select {
	background: #fff;
	padding: 0 0 0 2px;
	cursor: pointer;
}
optgroup {
	font-weight: bold;
	font-style: italic;
	color: #6e7e8b;
	margin: .15em 0;
	margin-left: 2px;
}
optgroup option {
	font-weight: normal;
	font-style: normal;
	padding-left: 1.1em;
	color: #000;
}
option {
	padding: 1px 4px;
	margin-left: 2px;
}
.disabled {
	border: solid 1px #6e7e8b;
	background: none;
	color: #6e7e8b;
}
.checkbox_row {
	width: 150px;
	float: left;
	display: block;
	clear: none;
}
.checkbox_row label {
	width: 120px;
	text-align: left;
	padding: 2px 0 0 5px;
	cursor: pointer;
}
.checkbox_row input {
	float: left;
	background: none;
	border: 0;
	cursor: pointer; 
}
.textarea_row input{
	float: none;
	clear: both;
}
.textarea_row label {
	float: none;
	clear: both;
	display: block;
	text-align: left;
}
.button {
	vertical-align: middle;
	background: #beccc6 url('../images/button.gif') repeat-x left;
	border: solid 1px #6e7e8b;
	color: #ab3c3c;
	letter-spacing: 1px;
	padding: .3em;
	cursor: pointer;
	font-size: 1.2em;
	text-align: center;
}
.button:hover {
	border-color: #000; 
}
.required {
	color: #ab3c3c;
}
/****** Paper Clip ***********/
#paperclip {
	width: 95px;
	height: 94px;
	background: transparent url('../images/paperclip.jpg') no-repeat 0 0;
	float: left;
	margin-right: 15px;
}
#paperclip_content {
	background: transparent url('../images/paperclip.jpg') no-repeat 0 0;
	float: left;
	margin: 0 15px 15px 0;
}
/****** Message ***********/
#message .top {
	width: 325px;
	height: 35px;
	padding: 8px 13px 0 0;
	background: transparent url('../images/sticky_top.jpg') no-repeat 0 0;
	
	font-size: 10pt;
	font-weight: bold;
	text-align: center;
	font-style: italic;
}
#message {
	float: right;
	margin-left: 30px;
	width: 338px;
	background: transparent url('../images/sticky_middle.jpg') repeat-y 0 0;
}
.center #message {
	margin: 0 auto;
}
#message .bottom {
	width: 338px;
	height: 115px;
	margin-top: -70px;
	z-index: 0;
	background: transparent url('../images/sticky_bottom.jpg') no-repeat 0 0;
	position: relative;
}
#message .content {
	margin: 0;
	padding: 0 25px 0 10px;
	z-index: 100;
	position: relative;
}
#message li {
	margin: 5px 0 5px 25px;
	list-style: disc;
}
#message hr {
	border: none;
	background: #BAB281;
	width: 300px;
	margin: 5px 0px 5px 12px;
}

/****** contact ***********/
#dc, #md {
	float: left;
	width: 300px;
	text-align: center;
}

#dc p, #md p {
	text-align: center;
}

/****** Error ***********/
.error {
	border-color: red;
}
.error input, .error textarea {
	border: solid 1px red;
}
.button_row {
	text-align: center;
	margin: 0 auto;
}

/****** Locations ***********/
#map1, #map2 {
	float: left;
	width: 425px;
	height: 340px;
	margin-bottom: 25px;
	margin-right: 25px;
	border: solid 1px black;
	clear: left;
}
.address {
	width: 900px;
	max-width: 900px;
	text-align: center;
	padding-top: 25px;
}
table.hours {
	width: 400px;
	padding-top: 3px;
	margin-top: 8px;
}
table.hours th {
	font-weight: bold;
	padding: 5px;
}
table.hours td {
	padding: 5px;
	text-align: center;
}
.mon .appointment, .mon .injection,
.wed .appointment,.wed .injection,
.fri .appointment,.fri .injection {
	background: #E7E7E7;
}
.appointment {
	border-right: solid 1px #D2D0C8;
}

#sub-nav {
	font-size: 11pt;
	text-align: center;
	margin: 20px 0 40px 0;
}

/****** Contact ***********/
#contact-form {
	width: 500px;
	margin: 10px auto;
}
#contact-form .button {
	margin: auto;
}
#contact-form fieldset {
	border: none;
}
#contact-form li input, #contact-form textarea {
	width: 270px;
}
#contact-form #send_email {
	margin-left: 200px;
}
/****** Login ***********/
#dmin-container {
	padding-top: 120px;
	width: 760px;
	margin: 0 auto;
}
#dmin-container h1 {
	float: left;
}
#logout {
	float: right;
	margin-top: 40px;
}
#login {
	width: 350px;
	margin: 0 auto;
}
#login label {
	width: 125px;
}
#login fieldset {
	border: solid 1px #6e7e8b;
}
#callout {
	clear: both;
	padding-top: 30px;
}
#callout label {
	margin-top: 70px;
}
#callout input {
	margin-bottom: 150px;
}
#callout .button {
	display: inline;
}

.pen {
	float: right;
	padding: 35px 0 0 25px;
}
/****** Patient ***********/
.forms li {
	list-style-image: url('../images/pdf.gif') !important;
}