@charset "UTF-8";
/* CSS Document */

.navhead {
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	text-transform: uppercase;
	color: #CCCCCC;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
}
a.navhead:link {
	text-decoration: none;
	color: #CCCCCC;
	text-transform: uppercase;
}
a.navhead:hover {
	text-decoration: none;
	color: #FFFFFF;
	text-transform: uppercase;
}
a:link {
	text-decoration: none;
	color: #339999;
	text-transform: uppercase;
}
a:hover {
	color: #99cccc;
	text-decoration: none;
	text-transform: uppercase;
}
p { 
	color: #330066; 
	font-size: 12px; 
	line-height: 150%; 
	font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular 
}
li.content {
	color: #330066;
	font-size: 12px;
	line-height: 150%;
	font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	list-style-type: square;
	
}
li.quote {
	color: #666699;
	font-size: 9px;
	line-height: 150%;
	font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	list-style-type: none;
}
h1 { 
	color: #ffd700; 
	font-size: 16px; 
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular 
}
h2      { 
	color: #606; 
	font-weight: bold; 
	font-size: 10pt; 
	line-height: 120%; 
	font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; 
	text-transform: uppercase; 
	border: 0px;
	padding-top: 20px
	
}
.quote {
	color: #666699;
	font-size: 10px;
	line-height: 150%;
	font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular
}
.quoteauthor {
	color: #666699;
	font-size: 9px;
	line-height: 150%;
	font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular;
	list-style-type: none;
}

a.home   { 
	color: #699; 
	font-weight: bold; 
	text-decoration: none; 
	text-transform: uppercase; 
	margin: 0px; 
	padding: 0px; 
	border: 0px; 
	height: 0px 
}
.small  { 
	font-size: 9px 
}

.clientnames	{
	font-size: 12px;
	font-weight: bold;
	line-height: 150%;
	font-family: Verdana, Arial, Helvetica, Geneva, Swiss, SunSans-Regular
}

/* Drop Down Menu Code Begins HERE */
	
#container{
	width:auto; 
	margin:0
	}
	
#menu{
	position:absolute;
	margin-top:0px;
	width:956px
	}
	
#menu ul .item{
	display:none;
	}
	
#menu ul:hover .item{
	display:block;
	background: #CCCCCC;
	padding:5px;
	width:134px;
	line-height: 11px;
}

#menu ul:hover .item a{
	font-family: "Times New Roman", Times, serif;
	text-decoration: none;
	color: #666666;
	text-transform: uppercase;
	font-size:11px;
	text-align: center;
	}
	
#menu ul:hover .item a:hover{
	font-family: "Times New Roman", Times, serif;
	text-decoration: none;
	color: #333333;
	text-transform: uppercase;
	font-size:11px
	}

#menu ul{
	float:left;
	margin:0px;
	padding:0px;
	list-style:none
	}
	
.clear{
	clear:both;
	height:70px;
	}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}

/* End CSS Drop Down Menu */
