html, body, h1, h2, h3, h4, h5, h6, p, ol, ul, li, pre, code, address, variable, form, fieldset, blockquote {
 padding: 0;
 margin: 0;
 font-size: 100%;
 font-weight: normal;
}

table { border-collapse: collapse; border-spacing: 0; }

td, th, caption { font-weight: normal; text-align: left; }
img, fieldset { border: 0; }

ol { padding-left: 1.4em; list-style: decimal; }

ul { padding-left: 1.4em; list-style:square; }

q:before, q:after { content:''; }
html {
	background-color: black;
	font-family: Calibri;
	background-image:url(../images1/gradientfill.png);
	background-repeat: repeat-x;
	background-color: #FFF;	
}
body {
	margin: 0px auto;
	padding: 0px;
	width: 950px;
	background-color: #303030;
	color: white;
}
.banner {
	width: 950px;
	height: 80px;
	background-image: url(../images1/TFMLogoBanner.gif);
	background-repeat: no-repeat;
	background-position: 30px 15px;
	background-color: #dc0221;
	position: relative;
}
.phoneEmail {
	width: 200px;
	height: 35px;
	position: absolute;
	top: 15px;
	right: 70px;
	padding: 5px;
	padding-left: 22px;
	background-image: url(../images1/email.gif);
	background-repeat: no-repeat;
	background-position: 2px 33px;		
}
.phoneEmail p {
	font-weight: bold;
	font-size: 1.1em;
	color: #303030;
	margin: 0;
	padding: 0;
}
.phoneEmail a {
	color: #303030;
	text-decoration: none;
} 
.phoneEmail a:hover {
	color: #303030;
	text-decoration: underline;
}
.nav a {
	
color: silver;
	text-decoration: none;
	
	display: block;

	padding: 7px 5px;
		
	
	font-weight: bold;

	font-size: 18px;	
	background-color: #181818;
	
	border: 1px solid silver;
	  
	margin: 0;

}	
.nav {
	
	margin: 10px;
	
	padding: 10px 0 0 34px;

	position: relative;
	z-index: 5;	
}


/* all list items */

.nav  li {

	width: 172px;
	text-align: center;
	margin:0 !important;
	
	padding:0 !important;
	
	list-style: none; 	
	float: left;  
	position: relative;

}
.nav a:hover{
	
	background-color: #202020;
	
	color: red;	
}



/* pop-up subnav */

.nav ul {
	
	margin: 0;
	
	padding: 0;
	
	position: absolute;
  
	left: 0;
  top: 2.3em; 
	/* change when you change height of links */
	
	display: none;

}
.webdesign {
	clear: both;
	font-size: 0.8em;
	text-align: right;
	padding: 5px;
	background-color: #202020;
}
.webdesign a {
	color: #dc0221;
	text-decoration: none;
}
.webdesign a:visited {
	color: #dc0221;
}	
