/* DO NOT EDIT
---------------------------------------------- */
div {
	margin: 0px;
	padding: 0px;
	width: auto;
	height: auto;
}

/* Tags
---------------------------------------------- */
body {
	margin: 0px;
	padding: 0px;
	color: #666;
	font: 12px Arial, Helvetica, sans-serif;
	background: #9AB8D0 url(assets/images/background.jpg) repeat-x left top;
}
h1 {
	margin: 0px;
	padding: 0px;
	color: #45637F;
	font: italic 28px/30px Georgia, "Times New Roman", Times, serif;
	text-transform: lowercase;
	background: transparent url(assets/images/h1_bg.jpg) no-repeat left bottom;
	text-transform:capitalize;
}
h2 {
	margin: 1em 0px 0px 0px;
	padding: 0px;
	color: #999;
	font: bold 16px/20px Arial, Helvetica, sans-serif;
}
h3 {
	margin: 1em 0px 0px 0px;
	padding: 0px;
	color: #857252;
	font: bold italic 18px/18px "Times New Roman", Times, serif;
}
h4 {
	margin: 1em 0px 0px 0px;
	padding: 0px;
	color: #666;
	font: bold 14px/16px Arial, Helvetica, sans-serif;
}
p {
	margin: 1em 0px 0px 0px;
	padding: 0px;
	line-height: 20px;
}
a {
	color: #45637F;
	font-weight: bold;
	text-decoration: none;
}
	a:hover {
		color: #333;
		text-decoration: underline;
	}
hr {
	color: #000;
	height: 1px;
	background-color: #000;
	border: none;
}
ul, ol, dl {
	line-height: 20px;
}
/* Classes
---------------------------------------------- */
.imgborder {
	border: 1px solid #000;
}
.smalltext {
	font-size: 11px;
	line-height: 16px;
}
.nomargin {
	margin: 0px;
}
.margin {
	margin: 10px;
}
.center {
	text-align: center;
}
.clear {
	clear: both;
}
.sideBox {
	padding: 20px;
	margin: 0;
	border: 5px solid #f1eee9;
}
	.sideBox p {
		font-size: 11px;
		text-align: justify;	
	}
	.sideBox h3 {
		margin: 0;
		padding: 0; 
	}


/* Special
---------------------------------------------- */
.forms p {
	margin: 0px;
}

/* Layout
---------------------------------------------- */
#wrapper {
	margin: 0px auto;
	width: 987px;
	background: transparent url(assets/images/wrapper_bg.jpg) repeat-y left top;
	}
	#container {
		background: transparent url(assets/images/container_bg.jpg) no-repeat left top;
		}
		#container2 {
			position: relative;
				min-height: 754px;
				_height: 754px;
			background: transparent url(assets/images/container2_bg.jpg) no-repeat left bottom;
			}
			#navBox {
				position: absolute;
				margin: 39px 0px 0px 62px;
					width: 169px;
					height: 304px;
				z-index: 99;
				}
				#nav {
					margin: 0px;
					padding: 30px 0px 0px 19px;
					width: 168px;
					height: 274px;
					background: transparent url(assets/images/nav_bg.png) no-repeat left top;
					_background: none;
					_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.tntdental.com/eick/assets/images/nav_bg.png',sizingMethod='scale');
					}
					#nav li {
						margin: 0px;
						padding: 0px;
						width: auto;
						height: auto;
						list-style: none outside none;
						}
						#nav a {
							position: relative;
							display: block;
							margin: 0px;
							padding: 6px 12px 6px 0px;
							width: 138px;
							height: auto;
							color: #fff;
							font: 10px/12px Georgia, "Times New Roman", Times, serif;
							text-transform: uppercase;
							text-align: right;
							}
						#nav a:hover {
							color: #45647F;
							text-decoration: none;
							background-color: #fff;
							}
			#docName {
				position: absolute;
				margin: 60px 0px 0px 275px;
				width: 478px;
				height: 81px;
				background: transparent url(assets/images/docName.png) no-repeat left top;
				_background: none;
				_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.tntdental.com/eick/assets/images/docName.png',sizingMethod='scale');
				}
			#addressPhone {
				padding: 154px 75px 13px 0px;
				color: #857252;
				font: small-caps 13px/13px Georgia, "Times New Roman", Times, serif;
				text-align: right;
				letter-spacing: 1px;
				}
				#addressPhone span {
					display: block;
					padding: 6px 5px 0px 0px;
					font: 24px/24px Georgia, "Times New Roman", Times, serif;
					}
			#sideBar {
				float: left;
				width: 275px;
				height: auto;
				padding: 140px 0px 20px 74px;
				margin: 0px; 
			}
			#rightCol {
				float: right;
				padding: 7px 70px 0px 0px;
				width: 520px;
				}
			#clear {
				clear: both;
				height: 60px;
				}
			#leftPic {
				position: absolute;
				bottom: 17px;
				left: 56px;
				z-index: 1;
				}
#credits, #bottomNav {
	margin: 0px auto;
	padding: 10px 0px 10px 0px;
	width: 987px;
	color: #45637F;
	font: 10px/12px Arial, Helvetica, sans-serif;
	text-align: center;
	}
	#bottomNav li {
		display: inline;
		margin: 0px;
		padding: 0px;
		width: auto;
		height: auto;
		list-style: none outside none;
		}
		#bottomNav a {
			padding: 0px 10px;
			color: #45637F;
			font: 10px/12px Arial, Helvetica, sans-serif;
			border-right: 1px #45637F solid;
			}
		#bottomNav li.last a {
			border-right: 0px;
			}

#toplinks {
	text-align: center;
	font-size: 11px;
	color: white;
}
#toplinks a {
	text-decoration: none;
	color: white;
}

