/* -- Layout -- */
	
body {
	color: #303B1F;
	margin: 0 auto 15px 0;
	font: 85% "trebuchet ms", trebuchet, verdana, arial, sans-serif;
}

img {
	border: 0;
	display: block;
	}
	
		
/* Interior Page */

.maintable {
	background: transparent url(assets/images/content_bg.jpg) top left repeat-y;
	width: 751px;
	}

td.mast {
	background: transparent url(assets/images/mast.jpg) top left no-repeat;
	}
	
td.mast p {
	text-align: right;
	padding-right: 70px;
	margin: 86px 0 0 0;
	color: #334D42;
	font-weight: bold;
	font-size: 13px;
	line-height: 0;
	font-family: "trebuchet ms", trebuchet, verdana, arial, sans-serif;
	}
	
td.sidebar {
	background: transparent url(assets/images/sidebar_top.jpg) top left no-repeat;
	}
	
.content {
	background: transparent url(assets/images/main_top.jpg) top center no-repeat;
	padding: 50px 20px 15px 15px;
}

td.navigation {
	background: transparent url(assets/images/nav_bar.jpg) top left no-repeat;
	}
	
table.navtable {
	background: transparent url(assets/images/nav_top.gif) top left no-repeat;
	}

img.title {
	margin-top: 86px;
	margin-left: 1px;
	display: block;
	clear: right;
	}

img.officephoto {
	margin-top: 255px;
	margin-left: 11px;
	}
	
.navigation ul {
	font-size: 14px;
	color: #334D42;
	font-weight: bold;
	padding: 0;	
	margin-top: 8px;
	margin-left: 40px;
	list-style-image: url(assets/images/bullet.gif);
	text-align: center;
	}
	
.navigation ul li {
	padding-right: 25px;
	text-align: center;
	}
	
.navigation ul li, .navigation ul li a, .navigation ul li a:visited {	
	margin-bottom: 0;
	display: block;
	float: left;
	font-size: 14px;
	margin-left: 0;
	color: #334D42;
	}
	
.navigation ul li a:hover {
	color: #000;
	text-decoration: none;
	}
	

/* -- Typography -- */

p { 
    font-size: 12px;
	line-height: 18px;
}


h1 { 
    font-size: 20px;
}

h2 { 
    font-size: 18px;
	 font-weight: bold;
}

h3 { 
    font-size: 14px;
	 font-weight: bold;
}

h4 { 
    font-size: 12px; 
	 font-weight: bold;
}
	
li { 
    font-size: 12px;
    line-height: 14px;
    padding-bottom: 5px;
	margin-left:-15px;
}


/* -- Bottom Navigation -- */

p.smallnav {
	text-align: center;
	font-size: .7em;
	padding-bottom: 0;
}

p.smallnav a:link, p.smallnav a:visited, td.copyright a:link, td.copyright a:visited {
	color: #000;
}	

p.smallnav a:hover, td.copyright a:hover {
	text-decoration: none;
	}

/* -- Links -- */	

a, a:visited { 
	font-weight: bold;
	text-decoration: none;
	color: #334D42;
	}

a:hover { 
	text-decoration: none;
	color: #000;
	}
	
.backtotop{font-size:11px;}
	
/* -- TNT Dental -- */


.imgborder { BORDER: #303B1F 1px solid;}

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

.borderleft { border-left-width: 1px;
			  border-left-style: solid;
			  border-left-color: #000000;}

hr {color:#303B1F;
	background:#303B1F;
	height:1px;
	border:0;}
	
/* Custom Forms -- Just change the colors */

.fields {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	border: #000000 1px solid;
	background-color:#AD6738;
}
 input.submit
{
	border: 1px solid #000000;
	border-top-color: #000000;
	border-left-color: #000000;
	padding: 0.25em;
	background-color: #AD6738;
	color: #000000;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}
input.submit:hover
{
	border: 1px solid #000000;
	border-top-color: #000000;
	border-left-color: #000000;
	padding: 0.25em;
	background-color:#784727;
	color: #FFFFFF;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}

/* Custom Forms End */
	