/* Tags
---------------------------------------------- */
html, htm, body {height:100%;}
body {
	margin: 0px;
	padding: 0px;
	color: #000;
	font: 12px Arial, Helvetica, sans-serif;
	background:#40304D url(assets/images/bg.jpg) left top repeat-x;
}
h1 {
	margin: 0px;
	padding: 0px;
	color: #017575;
	font:22px/26px Arial, Helvetica, sans-serif;
	text-transform: lowercase;
}
h2 {
	margin: 1 em 0px 0px 0px;
	padding: 0px;
	color: #000;
	font: bold italic 18px/20px Arial, Helvetica, sans-serif;
}	
h3 {
	margin: 1 em 0px 0px 0px;
	padding: 0px;
	color: #000;
	font: bold 16px/18px Arial, Helvetica, sans-serif;
}
h4 {
	margin: 1 em 0px 0px 0px;
	padding: 0px;
	color: #000;
	font: bold 14px/16px Arial, Helvetica, sans-serif;
}
p {
	margin: 1em 0px 0px 0px;
	padding: 0px;
	line-height: 20px;
}
ul, ol, dl {
	line-height: 20px;
}
a {
	color: #333;
	text-decoration: none;
	font-weight: bold;
}
	a:hover {

		text-decoration: underline;
	}
hr {
	color: #000;
	height: 1px;
	background-color: #000;
	border: none;
}

/* 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;
}

/* Special
---------------------------------------------- */
.forms p {
	margin: 0px;
}
.fields {
border:1px solid #D0AC94;
margin:2px 0 2px 0;
background-color:#fff;
font:10px/12px Arial, Helvetica, sans-serif;
}
.submit {
width:81px;
height:23px;
margin:10px 35px 0 0;
padding:0px;
border:none;
color:#fff;
float:right;
background:url(assets/images/form_btn.jpg) left top no-repeat;

}
/* Layout
---------------------------------------------- */
#wrapper {
width:1200px;
height:573px;
left:50%;
top:0px;
margin:0 0 0 -600px;
padding:0px;
position:absolute;
background:url(assets/images/wrapper_bg.jpg) left top no-repeat;
}
	#container {
	width:870px;
		height:auto;
		min-height:100%;
		_height:100%;
	margin:0 auto;
	padding:0px;
	position:relative;
	background:url(assets/images/container_bg.png) top left repeat-y;
_background:none;
_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='http://www.tntdental.com/mcknight/assets/images/container_bg.png',sizingMethod='scale');
	}
		#header {
		width:auto;
		height:340px;
		margin:0px;
		padding:0px;
		background:url(assets/images/header_bg.jpg) left top no-repeat;
		}
			#topInfo {
			width:auto;
			height:37px;
			margin:0px;
			padding:70px 0 0 0;
			text-align:center;
			font:bold 14px Verdana, Arial, Helvetica, sans-serif;
				color: #017575;
			}
			#rightTop {
			width:401px;
			height:auto;
			margin:0px;
			padding:0px;
			float:right;
			}
				#form {
				width:175px;
				height:auto;
				margin:0px;
				padding:10px 0 0 25px; 
				float:right;		
				}
				#topPic {
				width:187px;
				height:205px;
				margin:0px;
				padding:0px;				
				}
			
			#leftTop {
			width:435px;
			height:auto;
			margin:0px;
			padding:0px;
			}
				#logo {
				width:302px;
				height:103px;
				margin:0 auto;
				padding:0px;
				}			
				#nav {
				width:auto;
				height:auto;
				margin:0px;
				padding:20px;
				text-align:center;
				}
				#nav li {
				list-style:none;
				display:inline;
				}
				#nav li a {
				padding:0 8px 0 5px;
					color: #017575;
				border-right: 1px solid #017575;
				}
					#nav .last {
					border:none;
					}
				#nav li a:hover {
				color:#390075;
				text-decoration:none;
				}
			
			
		#body {
		width:auto;
			height:auto;
			min-height:233px;
			_height:233px;
		margin:0px;
		padding:0px 40px 195px 40px;
		
		}
	#footer {
	width:1010px;
	height:195px;
	margin:-195px 0 0 -505px;
	padding:0px;
	position:absolute;
	left:50%;
	bottom:0;
	background: url(assets/images/footer_bg.jpg) left top no-repeat;
	}
		#copy {
		width:auto;
		height:auto;
		margin:0px;
		padding:145px 0 0 0;
		text-align:center;
		font:10px Arial, Helvetica, sans-serif;
		color:#fff;
		}
			#copy a {
			color:#FFFF66;
			}
#toplinks {
	margin: 0px;
	text-align: center;
	font-size: 11px;
	height: 11px;
	margin-bottom: -11px;
}
#toplinks a {
	text-decoration: none;
}

