 body { font: 14px Arial, Helvetica, sans-serif;
	margin: 0px;
	color: #fff;
	background: #380607 url(assets/images/background.jpg) repeat-x center top fixed;
}

p {
	margin: 1em 0px 0px 0px;
	padding: 0px;
	font: 12px/20px Arial, Helvetica, sans-serif;
}

h1 {
	margin: 0px;
	padding: 55px 0px 0px 0px;
	width: auto;
	height: auto;
	font: bold 22px/24px Verdana, Arial, Helvetica, sans-serif;
	border-bottom: 1px #CF9613 solid;
	
}

h2 { 


font:bold 14px/16px Verdana, Arial, Helvetica, sans-serif;
color:#DDA939;

}

h3 { font:bold 14px/16px Verdana, Arial, Helvetica, sans-serif;
color:#fff;}

h4 { font-size: 16px;}

a { text-decoration: none;
font:bold 12px/20px Verdana, Arial, Helvetica, sans-serif;
color:#999;}

a:hover { text-decoration: underline;

color:#DDA939;
}

li { font-size: 12px;
	line-height: 20px;
}

hr { color: #000;
	background: #000;
	height: 1px;
	border: 0;}

/* Classes */

.imgborder { border: 1px solid #000;}

.smalltext { font-size: 10px;
	line-height: 14px;}

.nomargin { margin:0;}
			  
/* End Classes */
			  
/* Custom Forms -- Just change the colors */

.fields { font-size: 12px;
	color: #000;
	border: 1px solid #000;
	background-color: #CCC !important;}

input.submit, input.submit:hover { border: 1px solid #000;
	padding: 0.25px;
	font-size: 12px;}
	
input.submit { background-color: #CCC;
	color: #000;}

input.submit:hover { background-color: #000;
	color: #CCC;}
input { background-color:#FFFFFF !important;}


/* End Custom Forms*/

/* Template Structure */
#shadowTop {
	margin: 0 auto;
	padding: 59px 0px 0px 35px;
	width: 755px;
	height: 36px;
	color: #CF9710;
	font: 24px/36px Georgia, "Times New Roman", Times, serif;
}
html>body #shadowTop, /* FOR FIREFOX */
*+html #shadowTop { /* FOR IE7 */
	background: transparent url(assets/images/shadowTop_bg.png) repeat-x left top;
}
*html #shadowTop { /* FOR IE6- */
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.tntdental.com/lindahl/assets/images/shadowTop_bg.png',sizingMethod='scale');	
}
#shadowMiddle {
	margin: 0 auto;
	padding: 0px;
	width: 806px;
	height: auto;
	font: 24px/36px Georgia, "Times New Roman", Times, serif;
}
html>body #shadowMiddle, /* FOR FIREFOX */
*+html #shadowMiddle { /* FOR IE7 */
	background: transparent url(assets/images/shadowMiddle_bg.png) repeat-y left top;
}
*html #shadowMiddle { /* FOR IE6- */
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.tntdental.com/lindahl/assets/images/shadowMiddle_bg.png',sizingMethod='scale');	
}
	#wrapper {
		margin: 0 auto;
		padding: 0px;
		width: 762px;
		height: auto;
		background: transparent url(assets/images/wrapper_bg.jpg) repeat-y left top;
		border: 3px #fff solid;
	}
		#container {
			margin: 0px;
			padding: 0px;
			width: auto;
			height: auto;
			background: transparent url(assets/images/container_bg.jpg) no-repeat left top;
		}
			#header {
				margin: 0px;
				padding: 0px;
				width: auto;
				height: 180px;
			}
				#logo {
					position: absolute;
					margin: 0px;
					padding: 0px;
					width: auto;
					height: auto;
				}
				#navBox {
					position: absolute;
					margin: 60px 0px 0px 475px;
					padding: 0px;
					width: 295px;
					height: auto;
				}
					#navBox .nav {
						float: left;
						margin: 0px;
						padding: 0px;
						width: auto;
						height: auto;
					}
						#navBox .nav li, #navBox .nav2 li {
							margin: 0px;
							padding: 0px;
							width: auto;
							height: auto;
							list-style: none outside none;
						}
							#navBox .nav a, #navBox .nav2 a {
								display: block;
								margin: 0px;
								padding: 0px 0px 0px 30px;
								width: 115px; /* Desired: 135px */
								height: auto;
								color: #2A1A0B;
								font: bold 10px/16px Verdana, Arial, Helvetica, sans-serif;
								text-transform: uppercase;
							}
							
							#navBox .nav a:hover, #navBox .nav2 a:hover {
							background: transparent url(assets/images/nav_over.gif) no-repeat left top;
						
							}
							
							
					#navBox .nav2 {
						float: right;
						margin: 0px;
						padding: 0px;
						width: auto;
						height: auto;
					}
				#tagline {
					margin: 0px;
					padding: 0px;
					width: auto;
					height: auto;
					text-align: right;
				}
			#leftCol {
				float: left;
				margin: 0px;
				padding: 0px;
				width: 270px;
				height: auto;
			}
				#sidebar {
					margin: 0px;
					padding: 0px 10px 20px 10px;
					width: auto;
					height: auto;
					color: #CF9613;
				}
			#rightCol {
				margin: 0px 0px 0px 285px;
				padding: 0px 0px 40px 0px;
				width: 445px;
				height: auto;
			}
				#titleImg {
					position: absolute;
					margin: 8px 0px 0px -30px;
					padding: 0px;
					width: auto;
					height: auto;
				}
			#addressBox {
				clear: both;
				margin: 0px;
				padding: 0px;
				width: auto;
				height: 26px;
				color: #000;
				font: bold 11px/26px Arial, Helvetica, sans-serif;
				text-transform: uppercase;
				text-align: center;
				letter-spacing: .75em;
				background-color: #B77912;
			}
#shadowBottom {
	margin: 0 auto;
	padding: 0px 0px 0px 0px;
	width: 780px;
	height: 32px;
	color: #CF9710;
}
html>body #shadowBottom, /* FOR FIREFOX */
*+html #shadowBottom { /* FOR IE7 */
	background: transparent url(assets/images/shadowBottom_bg.png) repeat-x left top;
}
*html #shadowBottom { /* FOR IE6- */
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.tntdental.com/lindahl/assets/images/shadowBottom_bg.png',sizingMethod='scale');	
}
#bottomLinks {
	margin: 0 auto;
	padding: 0px 0px 10px 0px;
	width: 760px;
	height: auto;
	color: #CF9710;
	text-align: center;
}
	#bottomLinks a {
		color: #CF9710;
	}
	#bottomLinks p {
		font-size: 10px;
	}
	#bottomLinks .nav, #bottomLinks .nav2 {
		margin: 0px;
		padding: 0px;
		width: auto;
		height: auto;
	}
	#bottomLinks .nav li, #bottomLinks .nav2 li {
		display: inline;
		margin: 0px;
		padding: 0px 8px 0px 8px;
		width: auto;
		height: auto;
		font-size: 10px;
		border-right: 1px #CF9710 solid;
	}
	#bottomLinks .nav li.last, #bottomLinks .nav2 li.last {
		border-right: 0px;
	}
/* End Template Structure */


#toplinks {
	text-align: center;
	font-size: 11px;
}
#toplinks a {
	text-decoration: none;
	color: white;
}
@charset "utf-8";
/* CSS Document */

form#askdoctor,
form#appointments,
form#survey,
form#contact {
	width: 420px;
	height: auto;
	margin: 20px auto;
	padding: 8px;
}
form#contact {
	width: 200px;
}
	table#questionForm,
	table#appointmentsForm,
	table#surveyForm,
	table#contactForm {
		width: 100%;
		height:auto;
		margin: 0;
		padding: 0;
	}
		#questionForm input,
		#questionForm textarea,
		#appointmentsForm input,
		#appointmentsForm select,
		#surveyForm textarea,
		#surveyForm input,
		#surveyForm select,
		#contactForm input,
		#contactForm textarea {
			width: auto;
			height: auto;
			margin: 0;
			padding: 0;
			display: block;
			font: 12px/16px Arial, Helvetica, sans-serif;
			border: 0;
		}
			#questionForm input:focus,
			#questionForm textarea:focus,
			#surveyForm input:focus,
			#surveyForm textarea:focus,
			#appointmentsForm input:focus,
			#appointmentsForm select:focus,
			#contactForm input:focus,
			#contactForm textarea:focus {
				background-color: #FFFFDF;
				border: 1px dashed #333;
			}
			.required {
					background-color: #FDF4F4;
				}
					.required:focus {
						border: 1px solid #DB3E3E !important;
						background-color: #FDF4F4 !important;
					}
		#questionForm .name,
		#questionForm .email,
		#questionForm .security_code,
		#appointmentsForm .name,
		#appointmentsForm .email,
		#appointmentsForm .phone,
		#appointmentsForm .discover,
		#appointmentsForm .security_code,
		#surveyForm input,
		#contactForm .name,
		#contactForm .email,
		#contactForm .security_code {
			width: 180px;
			height: 16px;
			margin: 3px 0px;
			padding: 5px 9px;
			font-size: 12px;
		}
		#appointmentsForm .discover {
			width: 200px;
			height: 40px;
		}
		#questionForm .question,
		#contactForm .question {
			width: 180px;
			height:70px;
			margin: 3px 0px;
			padding: 11px 9px;
		}
		#surveyForm .comments {
			width: 390px;
			height: 56px;
			margin: 3px 5px;
			padding: 11px 9px;
		}
		#captchaIMG {
			width: 198px;
			height:30px;
			margin: 3px 0px;
			padding: 0;
			display: block;
		}
		#questionForm #Submit,
		#questionForm #Reset,
		#appointmentsForm #Submit,
		#survey #Reset,
		#survey #Submit,
		#contactForm #Submit {
			width: 200px;
			height: 28px;
			margin: 3px 0px;
			padding: 0;
			font-size: 12px;
			cursor: pointer;
		}
		#appointmentsForm p {
			width: 200px;
			margin: 0px 5px;
			padding: 0;
			font: 12px/13px Arial, Helvetica, sans-serif;
		}
			.questionText {
				font: 12px/13px Arial, Helvetica, sans-serif;
			}	
			p#monBox,
			p#tueBox,
			p#wedBox,
			p#thuBox,
			p#friBox,
			p#amBox,
			p#pmBox {
				float: left;
				width: 72px;
				height: 35px;
				margin: 3px 5px;
				padding: 5px 0 0 0;
				font-size: 12px;
				text-align: center;
				cursor: pointer;
			}		
				p#monBox input,
				p#tueBox input,
				p#wedBox input,
				p#thuBox input,
				p#friBox input,
				p#amBox input,
				p#pmBox input {
					display: inline;
				}
				#surveyForm p input {
					width: auto;
					display: inline;
					border: none;
				}
			#surveyForm p.selected,
			#surveyForm p.deselected {
				float: left;
				width: auto;
				height: 35px;
				margin: 3px 4px;
				padding: 5px 11px 0 11px;
				font-size: 12px;
				text-align: center;
				cursor: pointer;
			}
			#appointmentsForm p.selected,
			#surveyForm p.selected,
			#appointmentsForm p.deselected,
			#surveyForm p.deselected {
				font: 12px/13px Arial, Helvetica, sans-serif;
			}
.height40 {
	height: 40px;
}
.justified {
	text-align: justify;
}

/* ---------------------- Typical Edits Begin HERE ---------------------- */

/* Form background color */
form#askdoctor,
form#appointments,
form#survey,
form#contact {
	background-color: #B77912; 
}

/* Change floats and margins depending on where form is placed on Contact page */
#contactH3 {
	margin: 10px 0px 11px 26px;
	font-size:16px;
	font-style:italic;
}
form#contact {
	float: none;
	clear: none;
	margin: 0px auto 20px auto;
}

/* Form text color */
#questionForm input,
#questionForm textarea,
#appointmentsForm input,
#appointmentsForm select,
#surveyForm textarea,
#surveyForm input,
#surveyForm select,
#contactForm input,
#contactForm textarea,
#appointmentsForm p,
#surveyForm p {
	color: #7A310E; 
}

/* Border color around form elements */
#captchaIMG,
#questionForm .name,
#questionForm .email,
#questionForm .security_code,
#appointmentsForm .name,
#appointmentsForm .email,
#appointmentsForm .phone,
#appointmentsForm .discover,
#appointmentsForm .security_code,
#surveyForm input,
#contactForm .name,
#contactForm .email,
#contactForm .security_code,
#questionForm .question,
#contactForm .question,
#surveyForm .comments,
#questionForm #Submit,
#questionForm #Reset,
#appointmentsForm #Submit,
#survey #Reset,
#survey #Submit,
#contactForm #Submit {
	border: 1px solid #320001;
}

/* Selected box styling (b.g. color, border, text color) */
#appointmentsForm p.selected,
#surveyForm p.selected {
	color: #888;
	border: 1px solid #ccc;
	background-color: #fafafa;
}

/* Deselected box styling (b.g. color, dashed border, text color) */
#appointmentsForm p.deselected,
#surveyForm p.deselected {
	color: #aaa;
	border: 1px dashed #ccc;
	background-color: #f0f0f0;
}

/* Submit/Reset button background color */
#questionForm #Submit,
#questionForm #Reset,
#appointmentsForm #Submit,
#survey #Reset,
#survey #Submit,
#contactForm #Submit {
	background-color: #F0F0F0;
}

/* Hovered Submit/Reset button background color */
#questionForm #Submit:hover,
#questionForm #Reset:hover,
#surveyForm #Submit:hover,
#surveyForm #Reset:hover,
#appointmentsForm #Submit:hover,
#contactForm #Submit:hover {
	background-color: #fafafa;
}
