.hidden { display: none; }

html, body {
	color: #666;
	font-family: Arial, sans-serif;
	font-size: 12pt;
	background-color: #e5e5e5;
	background-image: url('../img/tlflower.png');
	background-repeat: no-repeat;
	background-position: top left;
	min-height: 101%;
	margin: 0px 0px; padding: 0px;
	text-align: center;
	}
    

a, a:link, a:visited  {
	color: #666666;
	text-decoration: none;
	font-weight: bold;
	}
a:hover {
	color: #8400ff;
	text-decoration: none;
	font-weight: bold;
	}

h1 {
	font-size: 21px;
	font-weight: normal;
	margin-bottom: 10px;
	line-height: 130%;
	}

h2 {
	font-size: 16px;
	font-weight: bold;
	margin: 0px;
	line-height: 150%;
	}
	
h3 {
	font-size: 19px;
	font-weight: normal;
	margin: 0px;
	}

img { border: 0px; }

img, div { behavior: url(../iepngfix.htc) }


	
.nav {
    z-index: 100;
    position: fixed;
    top: 0px;
	width: 100%;
	height: 34px;
	background-repeat: repeat-x;
	background-image: url('../img/footerbg.png');
	}
	
#bg {
	z-index: 0;
	position: absolute;
	left: 50%;
	top: 30px;
	margin-left: -360;
	}

#body td {
	padding: 10px;
	font-size: 16px;
	font-family: Arial, sans-serif;
	line-height: 150%;
	}

.margin { margin-bottom: 50px; }

table, tr, td {
    vertical-align: top;
	border-collapse: collapse;
	margin: 0px;
	padding: 0px;
	}
	
 /* styles for IE 5 Mac */
 #horizon {
 	z-index: 1;
	background-color: transparent;
	position: relative;
	top: 20px;
	left: 20px;
 }
 
 /* following rules are invisible to IE 5 \*/
 #horizon {
   left: 0px;
   width: 100%;
 }
 /* end IE 5 hack */ 
	  
.wrapper {
    z-index: 1;
	position: relative;
	margin: 0px auto;
	width: 810px;
	}
	
 /* styles for IE 5 Mac */
 #horizon2 {
	background-color: transparent;
	position: absolute;
	top: 20px;
	left: 20px;
 }
 
 /* following rules are invisible to IE 5 \*/
 #horizon2 {
   z-index: 1;
   top: 50%;
   left: 0px;
   width: 100%;
   margin-top: -100px;
   text-align: center;
 }
 /* end IE 5 hack */ 
 .tel {
	background-repeat: no-repeat;
	background-image: url('../img/contact_fade.png');
	width: 355;
	padding: 15px;
	}
 
#copyright { font-size: 12px; text-align: center; }
#copyright a, #copyright a:link, #copyright a:visited { font-weight: normal; }
#copyright a:hover { font-weight: normal; }