/* a fix for IE6 only - see Star Hack in Stylin' with CSS to see how the comments and * html hide this hack from other browsers \*/
* html * {
	zoom:100%; 
/* triggers IE6 "haslayout" - google 'IE6 haslayout' for details*/
	}
/* without the above hack, IE6 does not draw the header until the page is resized */
/* the problem is triggered by the universal * selector below that resets the margins, but I need to do that, hence the hack */
* {
	margin:0;
	padding:0;
	}
body {
	font: 1em Verdana, Arial, sans-serif; /* 1em = 16pts */
}
.float_left {float:left; margin: 0 .3em .3em 0;}      /* apply this class to any image or element with width - text will wrap it to the right */
.float_right {float:right;  margin: 0 0 .3em .3em;} /* apply this class to any image or element with width  - text will wrap it to the left */


h1, h2, h3, h4, h5, h6, ul, ol, dl {
	font-family: Verdana, arial, sans-serif;
	} 
/* TEXT COLORS */
h1 {
	color:#FFF;
	}
h2, h3, h4, h5 {
	color:#808073;
	}
h6 {
	color:#000000;
	}
p {
	color:#000;
	}
ul, ol, dl, blockquote, cite {
	color:#808073;
	}
#nav ul, #nav a {
	color:#FFF;
	}
table, form {
	color: #BFBFAC;
	}
a {
	color:#808073;
	}
a:hover, #nav a:hover {
	color:#000;
	}	
#footer p {
	margin:0;
	}

/* CLASS:tnt TAG STYLES - font sizes, margins, padding, etc. */
/* NOTE: text colors follow below */

body.tnt {}
.tnt #main_wrapper {background-image:url(/assets/bg-page.jpg); border-width:1px; border-style:solid;}
.tnt #header {background-image:url(/assets/header-image.jpg);}
.tnt #sub-header {background-color:#FFFFFF; }
.tnt #nav {}
.tnt #content {}
.tnt #content_display {}
.tnt #image_display {}
.tnt #content_right_box {}
.tnt #inner_right_box {}
.tnt #content_continue {}
.tnt #slide_show_box{}
.tnt #slide_show_right_box{}
.tnt #slide_show_inner_right_box{}
.tnt #promo {background-color:#CCCC8F;}
.tnt #footer {background-image:url(/assets/bg-footer.jpg);}
/*end tnt Colors*/
h1, h2, h3, h4, h5, h6, ul, ol, dl{
	font-family: Georgia, Palatino, serif;
	} 
/* CLASS:tnt TEXT COLORS */
.tnt h1 {
	color:#000000;
	}
.tnt h2, .tnt h3, .tnt h4, .tnt h5 {
	color:#000000;
	}
.tnt h6 {
	color:#000000;
	}
.tnt #larger_header h1{
	font-family: Georgia, Palatino, serif;
	font-size: 1.8em;
	padding-left:10px;
}
.tnt p {
	color:#666;
	}
.tnt #header_inner p{
	font-family: Georgia, Palatino, serif;
	display:inline;
	}
	
.tnt #header_box {
	float:right;
	width:300px;
	color:#cccccc;
	font-family: "Times New Roman", Palatino, serif;
	font-weight:bold;
	font-size:.75em;
	text-align:right;
	}
.tnt ul, .tnt ol, .tnt dl, .tnt blockquote, .tnt cite {
	color:#666;
	}
.tnt #nav a {
	color:#cccccc;
	font-family: Georgia, Palatino, serif;
	text-decoration:none;
	line-height:40px;
	}
.tnt #nav a:hover {
	color:#000000;
	font-family: Georgia, Palatino, serif;
	line-height:40px;
	text-decoration:none;
	}
.tnt table, .tnt form {
	color: #666;
	}
.tnt a {
	color:#666666; 
	}
.tnt a:hover {
	color:#000000;
	}
.tnt #content_display {
	padding:0,10px;
	}
.tnt #content_display a {
	color:#666666;
	text-decoration:underline;
	}
.tnt #content_display a:hover{
	color:#000000;
	text-decoration:none;
	}
.tnt #content_display p{
	text-align:center;
	}
.tnt #image_display {
	text-align:left;
	padding:0,2px;
	}
.tnt #image_display a {
	color:#666666;
	
	}
.tnt #image_display a:hover{
	color:#000000;
	text-decoration:none;
	}	
.tnt #image_display p{
	color:#000000;
	text-align:left;
	}
.tnt #image_display ul{
	color:#000000;
	text-align:left;
	font-size:.8em;
	}
.tnt #home_content1 {
	margin-top:0px;
	margin-left:0px;
	margin-right:55px;
	}
.tnt #about_content3{
	float:left;
	margin-top:0px;
	margin-left:0px;
	margin-right:55px;
	}
.tnt #about_content3 p{
	font-size: 1em;
	line-height: 1.2em;
	font-family: Georgia, Palatino, serif;
	}
.tnt #about_inner_right_box a{
	font-size: 1em;
	line-height: 1.2em;
	font-family: Georgia, Palatino, serif;
	color:#666666;
	}
.tnt #about_inner_right_box a:hover{
	font-size: 1em;
	line-height: 1.2em;
	font-family: Georgia, Palatino, serif;
	color:#000000;
	}
.tnt #about_content3 ul{
	font-size: 1em;
	line-height: 1.3em;
	font-family: Georgia, Palatino, serif;
	}
.tnt #about_content5 p{
	font-size: 1em;
	line-height: 1.2em;
	font-family: Georgia, Palatino, serif;
	}
.tnt #home_content1 h1{
	font-size:1.25em;
	margin-top:0px;
	margin-left:0px;
	margin-right:55px;
	}		
.tnt #home_content2 {
	float:left;
	}	
.tnt #home_content3 {
	float:left;
	margin-top:0px;
	margin-left:0px;
	margin-right:0px;
	}
.tnt #home_content3 p{
	font-family: Georgia, Palatino, serif;
	font-size: .9em;
	line-height:1.25em;
	}
.tnt #home_content3 ul{
	font-family: Georgia, Palatino, serif;
	font-size: 1em;
	line-height:1.5em;
	}	
.tnt #home_content4 {
	float:left;
	}	
.tnt #home_content5 {
	float:left;
	}
.tnt #home_content5 a {
	color:#666666;
	font-style: bold;
	font-size:.75em;
	text-decoration:underline;
	text-align:left;
	}
.tnt #home_content5 a {
	color:#000000;
	font-style: bold;
	font-size:.75em;
	text-decoration:underline;
	text-align:left;
	}
.tnt #content_right_box p {
	font-size:.75em;
	font-style: bold;
	color:#666666;
	text-align:left;
	}
.tnt #content_right_box a {
	color:#666666;
	font-style: bold;
	font-size:.75em;
	text-decoration:underline;
	text-align:left;
	}
#slide_show_box {
	float:left;
	}
#care_content p{
	font-family: Georgia, Palatino, serif;
	font-size: .9em;
	line-height:1.2em;
	}
.tnt #contact_content p{
	font-family: Georgia, Palatino, serif;
	font-style: bold;
	color:#666666;
	font-size:1.15em;
	}
.tnt #contact_content ul{
	font-family: Georgia, Palatino, serif;
	font-style: bold;
	color:#666666;
	font-size:1.15em;
	}
.tnt #contact_content a{
	font-family: Georgia, Palatino, serif;
	font-style: bold;
	color:#666666;
	font-size:1em;
	}	
.tnt #contact_content a:hover{
	font-family: Georgia, Palatino, serif;
	font-style: bold;
	color:#000000;
	font-size:1em;
	}		
.tnt #inner_right_box ul {
	font-size:.1em;
	color:#000000;
	text-align:left;
	}
.tnt #content_right_box a:hover{
	font-style: bold;
	color:#000000;
	font-size:.75em;
	text-decoration:none;
	text-align:left;
	}	
.tnt #inner_right_box p {
	font-size:.75em;
	color:#666666;
	text-align:left;
	}
.tnt #inner_right_box ul {
	font-size:.9em;
	color:#000000;
	text-align:left;
	}
.tnt #inner_right_box ul a {
	font-size:.9em;
	color:#000000;
	text-align:left;
	}
.tnt #inner_right_box ul a:hover {
	font-size:.9em;
	color:#000000;
	text-align:left;
	}

.tnt #inner_right_box img{
	
	}
.tnt #inner_right_box a {
	color:#666666;
	text-decoration:underline;
	text-align:left;
	}
.tnt #inner_right_box a:hover{
	color:#000000;
	text-decoration:none;
	text-align:left;
	}
#slide_show_right_box {
	float:right;
	width:20%;
	top:0px;
	text-align:left;
	color:#666666;
	}
#slide_show_inner_right_box {
	width:100%;
	margin-left:0;
	margin-right:10%;
	padding:5 0em;
	
	}
#slide_show_inner_right_box h1{
	width:90%;
	margin-left:0;
	margin-right:10%;
	padding:5 0em;
	font-family: Georgia, Palatino, serif;
	color:#666666;
	}
#slide_show_inner_right_box a{
	width:90%;
	margin-left:0;
	margin-right:10%;
	padding:5 0em;	font-family: Georgia, Palatino, serif;
	color:#666666;
	}
#slide_show_inner_right_box a:hover{
	width:90%;
	margin-left:0;
	margin-right:10%;
	padding:5 0em;	font-family: Georgia, Palatino, serif;
	color:#000000;
	}				
.tnt #footer_inner p {
	text-align:right;
	margin-top:7px;
	color:#cccccc;
	}
.tnt #footer a {
	font-family: Georgia, Palatino, serif;
	color:#cccccc;
	text-align:right;
	text-decoration:none;
	}
.tnt #footer a:hover{
	font-family: Georgia, Palatino, serif;
	color:#000000;
	text-align:right;
	text-decoration:none;
	}	
	
	


/* FONT SIZES */
h1 {font-size:1em; /* 16pt */
	}
h2 {font-size:1.375em; /* 22pt */
	line-height:1.25;
	padding:.5em 0 0 0;	
	}
h3 {font-size:1.125em; /* 18pt */
	line-height:1.25;
	}
h4 {font-size:1.125em; /* 18pt */
	}
h5 {font-size:1em; /* 16pt */
	}
h6 {font-size:.875em; /* 14pt */
	}
p  {
	font-size:.8em; /* 12pt */
	line-height:1.25; /* on 15pt */
	margin-bottom:.75em; /* 12pts of space */
 	}
a {text-decoration:none; line-height:1.5em;
	
	}
a:hover {
	text-decoration:none;
	}
/* basic list styling - more-styled lists in list.css */
ul, dl, ol {
		margin:0 1em .75em 1em; /* lists without specific classes */
		font-size:.8em;
		line-height:1.5;}
li, dd {
		padding:0em 0; /* lists without specific classes */
		margin-left:2em;
		}
#nav ul, #nav dl, #nav ol {
		margin:.5em 1em .75em 1em; /* lists without specific classes */
		}
#nav li {
	list-style-type:none;
	margin-left:0
	}
#promo ul, #promo dl, #promo ol {
		margin:.5em 1em .75em 1em; /* lists without specific classes */
		}
#promo li {
	list-style-type:none;
	margin-left:0
	}		
dt {font-weight:bold;}

code {font-size:1.25em;}
* html code {font-size:1.1em;} /* default size is smaller in IE */
	
cite {
	font-size:.85em;
	font-style:italic;
	}
blockquote {
	border-top:2px solid;
	border-bottom:2px solid;
	width:50%;
	margin:1em 0 1em 20%;
	padding:.3em 1em;
	}
blockquote p {
	margin-bottom:.1em;
	}
blockquote p:before { /* IDWIMIE 6 and 7 */
	content: open-quote;
	color:#cccc8f;
}
blockquote p:after {  /* IDWIMIE 6 and 7 */
	content: close-quote;
	color:#366;
}
blockquote cite {
	font-size:.85em;
	}
abbr, acronym {
	border-bottom:1px dashed #000;
	cursor:default;
	}
address {
	margin:0 1em .75em 1em;
	}
img {
	border:0;
	}

/* basic table styling  - more-styled tables in tables.css */
table caption {
	font-weight:bold;
	font-size:1em;
	margin-top:.6em;
	}
table {
	margin: .3em 1em 1em 1em;
	border-top:1px solid #069;
	border-collapse:collapse;
	font-size:.8em;
	}
table th	{
	padding: .3em .5em .3em .5em;
	border-bottom:2px solid #069;
	}
table td	{
	padding: .3em .5em .3em .5em;
	border-bottom:1px solid #069;
	}
/* THE ALSETT CLEARING METHOD */
	.clearfix:after {
 content: “.”;
 display: block; 
 height: 0;
 clear: both;
 visibility: hidden;
}
.clearfix {display: inline-table;}
/* backslash hack hides from IE mac \*/ LEAVE THIS COMMENT RIGHT HERE! 
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* end backslash hack */ 

