body {font-family: Georgia, Garamond, Times New Roman; font-size: 12px; line-height: 18px; color: #666666;}
td {font-family: Georgia, Garamond, Times New Roman; font-size: 12px; line-height: 18px; color: #666666;}
p {margin-top:0px; font-family: Georgia, Garamond, Times New Roman; font-size: 12px; line-height: 18px; color: #666666;}
li {font-family: Georgia, Garamond, Times New Roman; font-size: 12px; line-height: 18px; color: #666666;}
input {font-family: Georgia, Garamond, Times New Roman; font-size: 12px; color: #666666;}
select {font-family: Georgia, Garamond, Times New Roman; font-size: 12px; color: #666666;}
textarea {font-family: Georgia, Garamond, Times New Roman; font-size: 12px; color: #666666;}
a {color: #000000; text-decoration: underline;}
a:hover {text-decoration: none; text-decoration: none;}
h2 {font-family: Georgia, Garamond, Times New Roman; font-size: 20px; color: #eeffcc;}

.maintitle2 {font-family: Georgia, Garamond, Times New Roman; font-size: 23px; line-height:25px; color: #ffffff;}
.maintitle {font-family: Georgia, Garamond, Times New Roman; font-size: 18px; color: #666666;}
.maincopy {font-family: Georgia, Garamond, Times New Roman; font-size: 12px; color: #666666;}
.contactinfo {font-family: Georgia, Garamond, Times New Roman; font-size: 11px; color: #666666;}

.topmenu {font-family: Georgia, Garamond, Times New Roman; font-size: 12px; line-height:14px; text-decoration: none; text-transform: uppercase; width: 100%; display: block; text-align: left; padding-left: 10px; font-weight: bold; color: #333333;}
.topmenu:hover {text-decoration: none; color: #eeffcc;}

.submenu {font-family: Georgia, Garamond, Times New Roman; font-size: 12px; text-decoration: none; text-align: left; padding-left: 20px; font-weight: normal; color: #333333;}
.submenu:hover {text-decoration: none; color: #ffffff;}

#menu ul { 
	margin: 0; 
	padding: 0; 
	list-style: none;
	width: 207px; /* Width of Menu Items */ 
	border-bottom: 0px; 
} 

#menu ul li { 
	position: relative; 
} 

#menu li ul { 
	position: absolute; 
	left: 205px; /*Set 1px less than menu width */ 
	top: -1px;
	width: 260px;
	display: block;
	border: 1px solid #666666;
} 

#menu li:hover ul {
	display: block; 
} 

#menu li:hover>ul { 
	visibility:visible; 
} 

#menu ul ul {
	visibility:hidden; 
} 

/* Fix IE. Hide from IE Mac \*/ 
* html #menu ul li { float: left; height: 1%; } 
* html #menu ul li a { height: 1%; } 
/* End */ 

/* Make-up syles */ 

#menu ul, li { 
	margin: 0 0 0 0; 
} 

/* Styles for Menu Items */ 
#menu ul a { 
	display: block; 
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	text-transform: uppercase;
	color: #333333; 
	padding-left: 7px;
	padding-top: 1px;
	padding-bottom: 1px;
	padding-right: 3px;
	border: 0px;
	border-bottom: 1px solid #b25029;
} 

/* Hover Styles */ 
#menu ul a:hover { 
	color: #b25029; 
} 

/* Sub Menu Styles */ 
#menu li ul a {
	text-align: left;
	text-decoration: none; 
	text-transform: none;
	color: #333333;
	background: #ffffff;
	width: 260px;
	padding-left: 8px;
	paddng-right: 8px;
	padding-top: 2px;
	padding-bottom: 2px;
	border-bottom: 0px;
} 

/* Sub Menu Hover Styles */ 
#menu li ul a:hover { 
	color: #b25029; 
	background: #eeeeee;
} 

