@charset "utf-8";
/* CSS Document */

body {
	background-color: #ffffff;
}

td {
	background-color: #ffffff;
}

p {
	padding: 5px;
	margin: 5px;
	font-family: Arial, Helvetica, sans-serif;
}

p.footer {
	font-size: 9px;
}

p.phone {
	font-size: 18px;
	font-weight: bold;
	color: #006600;
}

p.title {
	font-size: 22px;
	font-weight: bold;
	color: #006600;
}

p.subtitle {
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	color: #006600;
	padding-top: 0px;
}

ul {
	font-family: Arial, Helvetica, sans-serif;
	padding-left: 20px;
	padding-top: 0px;
	margin-left: 20px;
	margin-top: 0px;
}

#pdf {
	margin-left: 0;
	padding-left: 5;
	list-style: none;
}

#pdf li {
	padding-left: 20px;
	background-image: url("images/bulletPDF.gif");
	background-repeat: no-repeat;
	background-position: left;
}

b {
	color: #006600;
}

a:link {
	color: #0033CC;
}

a:hover {
	color: #006600;
}

a:visited {
	color: #660000;
}

a.link2:link {
	font-weight: bold;
	text-decoration: none;
}

a.link2:hover {
	font-weight: bold;
}

a.link2:visited {
	font-weight: bold;
	text-decoration: none;
}

a.link3:link {
	font-size: 24px;
	font-weight: bold;
	text-decoration: none;
}

a.link3:hover {
	font-weight: bold;
}

a.link3:visited {
	font-weight: bold;
	text-decoration: none;
}

/* ------------------------- */
/* styles for drop down menu */
/* ------------------------- */
#dropmenudiv{
	position: absolute;
	border: 1px solid black;
	border-bottom-width: 0;
	font: normal 12px Verdana;
	line-height: 18px;
	z-index: 100;
}

#dropmenudiv a{
	color: #176734;
	width: 100%;
	display: block;
	text-indent: 3px;
	border-bottom: 1px solid black;
	padding: 1px 0;
	text-decoration: none;
	font-weight: bold;
}

#dropmenudiv a:hover{ /*hover background color*/
	color: #66321b;
	background-color: #cfe9a2;
}

