/* -- Layout -- */
	
body {
	background-color: #000058;
	color: #000;
	font-family:Papyrus, "Times New Roman", Georgia;
}

img {
	border: 0;
	display: block;
	}
	
/* Splash */

table.splashtable{
	margin: 10px;
	background: transparent url(assets/splash/slice_bg.jpg) top center no-repeat;
	}

p.splashtelephone {
	color: #3A1C14;
	font-size: 1em;
	text-align: left;
	font-weight: bold;
	padding-left: 10px;
	margin: 0 0 7px 0;
	}

p.splashaddress {
	color: #3A1C14;
	font-size: .7em;
	text-align: left;
	font-weight: bold;
	padding-left: 10px;
	margin: 0 0 7px 0;
	}
	
p.enter, p.enter a, p.enter a:visited {
	color: #3A1C14;
	text-align: right;
	padding-right: 10px;
	text-transform: uppercase;
	font-weight: bold;
	margin: 0 0 7px 0;
	}

p.enter a:hover {
	text-decoration: underline;
	color: #000;
	}
	
/* Interior Page */

td.mast {
	background: transparent url(assets/images/mast.jpg) top left no-repeat;
	}

td.leftphoto {
	background: transparent url(assets/images/left_photo.jpg) bottom left no-repeat;
	}
	
td.navdecoration {
	background: transparent url(assets/images/left_top.jpg) top left no-repeat;
	}
	
td.content {
	background: transparent url(assets/images/content_bg.jpg) 3px 0px no-repeat;
	padding: 10px;
	}
	
ul.navigation {
	font-size: 12px;
	color: #FFF;
	margin: 0 0 0 5px;
	padding: 0;
	position: relative;	
	margin-top: 40px;
	}
	
ul.navigation li, ul.navigation li a, ul.navigation li a:visited {
	list-style: none;
	margin-bottom: 1.5em;
	margin-left: -8px;
	padding-left: 15px;
	color: #FFF;
	}
	
ul.navigation li a:hover {
	background: transparent url(assets/images/bullet.jpg) top left no-repeat;
	margin-bottom: 1.5em;
	margin-left: -8px;
	padding-left: 15px;
	color: #FFF;
	}

p.telephone {
	text-align: right;
	color: #FFF;
	font-size: 1.2em;
	padding-right: 10px;
	margin: 5px 0 0 0 ;
	}
	
p.address {
	text-align: right;
	padding-right: 20px;
	margin: 7px 0 0 0;
	color: #FFF;
	font-size: 12px;
	}
	

/* -- Typography -- */

p { 
    font-size: 14px;
	line-height: 17px;
}

td.content p {
	font-family: "papyrus";
	}

td.navigation p {
	text-align: right;
	margin-bottom: 10px;
	font-size: 12px;
	color: #5F5451;
	font-weight: bold;
	}

h1 { 
    font-size: 20px;
}

h2 { 
    font-size: 18px;
	 font-weight: bold;
}

h3 { 
    font-size: 16px;
	 font-weight: bold;
}

h4 { 
    font-size: 12px; 
	 font-weight: bold;
}
	
li { 
    font-size: 13px;
    line-height: 17px;
    padding-bottom: 5px;
}

hr {color:#151669;
	background:#151669;
	height:1px;
	border:0;
	}
/* -- Copyright -- */

.copyright {
	text-align: center;
	font-size: 11px;
	color: #FFF;
}

.right {
	text-align: right;
	}

/* -- Bottom Navigation -- */

p.smallnav {
	text-align: center;
	font-size:12px;
	padding-bottom: 0;
	color: #FFF;
}

p.smallnav a:link, p.smallnav a:visited, td.copyright a:link, td.copyright a:visited {
	color:#FFFFFF;
}	

p.smallnav a:hover, td.copyright a:hover {
	text-decoration: underline;
	}

/* -- Links -- */	

a { font-weight:bold;
	text-decoration:none;
	color:#59321E;
	}

a:hover { 
	text-decoration: none;
	color: #FFFFFF;
	}
	
/* -- TNT Dental -- */


.imgborder { BORDER: #000000 1px solid;}

.smalltext { font-size: 12px;
	         line-height: 16px;}

.borderleft { border-left-width: 1px;
			  border-left-style: solid;
			  border-left-color: #000000;}
			  
	
.light {
	color: #DFD6BF;
}
.padding {
	padding-right: 15px;
	padding-left: 15px;
}

.backtotop {font-size:10px;}
