/* CSS Document */

body {
	background: #E1E4EB url(assets/images/bg.jpg) top left repeat-x;
	color: #000;
	margin: 0 auto;
	padding: 0;
	font: 85% georgia, "times new roman", times, serif;
	}
	
img {
	border: 0;
	display: block;
	margin-top: -17px;
	}
	
/* Splash */

td.splashcontent {
	background: transparent url(assets/splash/right.jpg) top left no-repeat;
	width: 382px;
	height: 484px;
	}
	
td.splashcontent p {
	padding: 0 15px;
	line-height: 1.5em;
	color: #FFF;
	font-size: 13px;
	font-family: "trebuchet ms", trebuchet, verdana, sans-serif;
	}
	
td.splashcontent a:link, td.splashcontent a:hover, td.splashcontent a:visited {
	color: #FFF;
	font-weight: bold;
	text-decoration: none;
	}
	
td.splashcontent a:hover {
	text-decoration: underline;
	}
	
td.splashcontent .text {
	margin: 300px 0 15px 0;
	padding: 0 15px;
	}

p.right {
	text-align: right;
	}
	
p.splashaddress {
	font-size: 10px;
	color: #373F53;
	text-align: center;
	font-family: "trebuchet ms", trebuchet, verdana, sans-serif;
	font-weight: bold;
	}
	
/* Interior Page */

td.address {
	background: transparent url(assets/images/address2.jpg) top left no-repeat;
	height: 88px;
	width: 551px
	}
	
td.address p {
	font-size: 11px;
	line-height: 1.5;
	color: #687491;
	}
	
p.address1 {
	position: relative;
	margin-top: 20px;
	margin-left: 13px;
	float: left;
	}
	
p.address2 {
	position: relative;
	top: 20px;
	left: 20px;
	text-align: right;
	margin-top: 0px;
	margin-right: 150px;
	}

table.maincontent {
	background: transparent url(assets/images/content_bg.jpg) top left repeat-y;
	margin-top: -17px;
}
	
td.content {
	background: transparent url(assets/images/content_top.jpg) top left no-repeat;
	padding: 0 35px;
	margin-top: -17px;
}

img.tagline {
	margin-bottom: 10px;
	}

/* Navigation */

td.navigation {
	background: transparent url(assets/images/nav_bg.jpg) 12px 0 repeat-y;
	}
	
img.special {
	margin-left: 12px;
	}
	
td.navigation ul {
	font-size: 10px;
	color: #334D42;
	font-weight: bold;
	padding: 0;	
	margin-top: 8px;
	list-style: none;
	text-align: center;	
	margin-left: 8px
	}
	
.navigation ul li {
	text-align: left;
	background: transparent url(assets/images/nav_underline.jpg) 4px bottom  no-repeat;
	padding-left: 20px;
	padding-bottom: 12px;
	margin-top: -7px;
	height: 12px;
	display: block;
	line-height: 1em;
	}
	
.navigation ul li.top {
	background: transparent url(assets/images/nav_hover.jpg) bottom left no-repeat;
}

.navigation ul li.bottom {
	background-image: none;
}
	
.navigation ul li, .navigation ul li a, .navigation ul li a:visited {	
	margin-bottom: 1em;
	display: block;
	font-size: 11px;
	margin-left: 0;
	color: #5C6781;
	text-decoration: none;
	}
	
.navigation ul li a:hover {
	color: #000;
	text-decoration: none;	
	}
	

/* Typography */

p {
	font-size: .9em;
	line-height: 1.5em;
	margin-bottom: 1em;
}


h1 { 
    font-size: 20px;
	color:#7985AB;
}

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

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

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

hr {color:#6699CC;
	background:#6699CC;
	height:1px;
	border:0;
	}

/* -- Bottom Navigation -- */

p.smallnav {
	font-size: 10px;
	color: #373F53;
	text-align: center;
	font-family: "trebuchet ms", trebuchet, verdana, sans-serif;
	font-weight: bold;
}

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: underline;
	}

/* -- Links -- */	

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

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


.imgborder { BORDER:#6699CC 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: #000000;
	border: #6699CC 1px solid;
	background-color: #E8E9ED;
}
 input.submit
{
	border: 1px solid #6699CC;
	border-top-color: #000000;
	border-left-color: #000000;
	padding: 0.25em;
	background-color: #CCCCCC;
	color: #000000;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}
input.submit:hover
{
	border: 1px solid #6699CC;
	border-top-color: #000000;
	border-left-color: #000000;
	padding: 0.25em;
	background-color:#8491BB;
	color: #E8E9ED;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}

/* Custom Forms End */

#left-side-bar {
	position:absolute;
	margin:40px 0px 0px -200px; 
}
}

