/* -- Layout -- */
	
body {
	background: transparent url(assets/images/bg.jpg);
	color: #303B1F;
	margin: 15px auto;
	font: 85% georgia, palatino, times, serif;
}

img {
	border: 0;
	display: block;
	}
	
hr {color:#303B1F;
	background:#303B1F;
	height:1px;
	border:0;}
	
/* Splash */

p.splashaddress {
	color: #3A1C14;
	font-size: .7em;
	text-align: center;
	font-weight: bold;
	margin: 7px 0;
	font-family: "trebuchet ms", trebuchet, verdana, arial, sans-serif;
	}

p.splashaddress a {
	color: #000000;
	text-align: center;
	font-weight: bold;
	margin: 7px 0;
	font-family: "trebuchet ms", trebuchet, verdana, arial, sans-serif;
	}
	
p.splashaddress a:hover {
	color: #3A1C14;
	text-align: center;
	font-weight: bold;
	margin: 7px 0;
	font-family: "trebuchet ms", trebuchet, verdana, arial, sans-serif;
	}
	
.enter {color:#303B1F;}
.enter:hover {color:#FFFFFF;}
		
/* Interior Page */

td.mast {
	background: transparent url(assets/images/mast.gif) top left no-repeat;
	}

table.maintable {
	background: transparent url(assets/images/bottom_bg.gif) bottom left no-repeat;
	padding-bottom: 50px;
	}
	
table.navtable {
	background: transparent url(assets/images/nav_top.gif) top left no-repeat;
	}
	
td.content {
	background: transparent url(assets/images/center_top.gif) top left no-repeat;
	padding: 10px 10px 50px 10px;
	}
	
td.rightcol {
	
	}

img.title {
	margin-top: 10px;
	}
	
img.chopper {
	margin: 15px 0 50px 27px;
}

img.rightimage {
	margin: 400px 0 auto 28px;
}
.rightflash {
	margin: 0px 0 auto 11px;
}
	
ul.navigation {
	font-size: 12px;
	color: #FFF;
	margin: 0 0 0 45px;
	padding: 0;	
	margin-top: 25px;
	list-style-image: url(assets/images/bullet.gif);
	}
	
ul.navigation li, ul.navigation li a, ul.navigation li {	
	margin-bottom: 1em;
	margin-left: 0;
	color: #5D6D58;
	}
	
ul.navigation li a:hover {
	color: #000;
	}
	
p.address {
	text-align: right;
	padding-right: 20px;
	margin: 90px 0 0 0;
	color: #5D6D58;
	font-size: 12px;
	line-height: 1.8em;
	font-family: "trebuchet ms", trebuchet, verdana, arial, sans-serif;
	}
	

/* -- 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: 18px;
    padding-bottom: 5px;
}


/* -- Bottom Navigation -- */

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

p.smallnav a, p.smallnav, td.copyright a, td.copyright {
	color: #FFF;
}	

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

/* -- Links -- */	

a { 
	font-weight: bold;
	text-decoration: none;
	color: #5D6D58;
	}

a:hover { 
	text-decoration: none;
	color: #000;
	}
	
/* -- TNT Dental -- */


.imgborder { BORDER: #000000 1px solid;}

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

.borderleft { border-left-width: 1px;
			  border-left-style: solid;
			  border-left-color: #000000;}
			  
/* Custom Forms -- Just change the colors */

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

/* Custom Forms End */
			  
	
