p {
	font-family: "Century Gothic", Arial, sans-serif;
	margin-top: 0px;
	margin-bottom: 6px;
}
.p1 {
	font-size: 13px;
	color: #000;
	padding-bottom: 10px;
	padding-left: 20px;
}
.p1 a:link {
	color: #000;
	text-decoration:none;
	}
.p1 a:hover {
	color: #000;
	text-decoration:underline;
	}
.p1 a:visited {
	color: #666;
	text-decoration:none;
}
.footer {
	font-size: 9px;
	color: #999;
	padding-top: 10px;
	padding-right: 20px;
	padding-left: 20px;
}
nav {
	width:auto;
	padding-left: 10px;
	padding-bottom: 23px;
	font-size: 13px;
	font-family: "Century Gothic", Arial, san-serif;
}

nav ul {
	padding:0;
	margin:0;
	list-style: none;
	position: relative;
	display:block;
	}
	
nav ul li {
	float:left;
	display:list-item;
	list-style: none;
	background-color:#fff;
	}

nav ul li a {
	display:block;
	padding:3px 10px;
	text-decoration:none;
	color: #666;
}

li a:hover {
	background-color: #fff;
	text-decoration: none;
	color: #000;
}

	
/* Change this in order to change the Dropdown symbol */
li > a:after { content: ''; } 
li > a:only-child:after { content: ''; }  	
	
	
/* The Dropdown Styles */
/* =================== */

/* Hide Dropdowns by Default */
nav ul ul {
	display: none;
	position: absolute;
	top: 23px;
}
	
/* Display Dropdowns on Hover */
nav ul li:hover > ul {
	display:list-item;
	text-decoration: none;
}
	
/* Fisrt Tier Dropdown */
nav ul ul li {
	width:190px;
	float:none;
	position: relative;
}

/* Second, Third and more Tiers	*/
nav ul ul ul li {
	position: relative;
	top:-23px;
	left:190px;
}
#phone {
	text-align: right;
	font-family: "Century Gothic", Arial, sans-serif;
	font-size: 14px;
	color: #666;
	padding-bottom: 8px;
	padding-right: 20px;
}
.superscript {
	font-size: 8px;
	vertical-align: super;
}
