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

/*
 *
 * General
 *
 */

p, a, span, h1, h2, h3, h4, h5, h6, ul, ol, li, input, label, select, div, address, textarea {
	font-family: Arial, Helvetica, sans-serif;
}

p, address, p a:link, p a:visited {
	padding: 0;
	margin: 0;
	font-size: 11px;
	line-height: 18px;
	color: #787878;
	font-style: normal;
	text-decoration: none;
	font-weight: normal;
}

p a:hover {
	color: #000000;
	text-decoration: none;
}

p a:active {
	text-decoration: none;
}

h1 {
	padding: 0;
	margin: 0 0 20px 0;
	color: #333333;
	font-size: 20px;
	font-weight: bold;
	text-shadow: 1px 1px 0px #ffffff;
}

h2 {
	padding: 0;
	margin: 0;
	color: #333333;
	font-size: 18px;
	font-weight: bold;
}

h3 {
	padding: 0;
	margin: 0;
	color: #333333;
	font-size: 16px;
	font-weight: bold;
}


h4 {
	padding: 0;
	margin: 0;
	color: #787878;
	font-size: 14px;
	font-weight: normal;
	line-height: 18px;
	text-shadow: 1px 1px 0px #ffffff;
}

h5, h5 a:link, h5 a:visited {
	padding: 0;
	margin: 0;
	color: #333333;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}

h5 a:hover {
	text-decoration: none;
}

a {
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
}

ul, ol {
	color: #787878;
	font-size: 11px;
	padding-left: 15px;
}

label {
	font-size: 12px;
	color: #333333;
	font-weight: bold;
	line-height: 18px;
}

input[type="submit"] {
	color: #ffffff;
	font-weight: bold;
}


/*
 *
 * Navigation
 *
 */

#nav a:link, #nav a:visited {
	font-size: 12px;
	color: #ffffff;
}

#nav a:hover {
	color:#cccccc;
}

/*
 *
 * Reusable Classes
 *
 */

.white, .white a:link, .white a:visited {
	color: #ffffff;
	text-decoration: none;
}

.white a:hover {
	color: #cccccc;
	text-decoration: none;
}

.white a:active {
	text-decoration: none;
}

.findMore {
	padding-right: 15px;
	background-image: url(../images/find-more-arrow.png);
	background-repeat: no-repeat;
	background-position: 100% 70%;
}

.findMore, .findMore a:link, .findMore a:visited {
	text-decoration: none;
	max-width: 80px;
}

.findMore a:hover {
	text-decoration: none;
	color: #000000;
}

.findMore a:visited {
}

.readMore {
	padding-right: 15px;
	background-image: url(../images/find-more-arrow.png);
	background-repeat: no-repeat;
	background-position: 100% 70%;
}

.readMore, .readMore a:link, .readMore a:visited {
	text-decoration: none;
	max-width: 64px;
}

.readMore a:hover {
	text-decoration: none;
	color: #000000;
}

.readMore a:visited {
}

.footerText, .footerText a:link, .footerText a:visited {
	color: #abaaaa;
	text-decoration: none;
	font-weight: normal;
}

.footerText a:hover {
	color: #333333;
	text-decoration: none;
	font-weight: normal;
}

.footerText a:active {
	text-decoration: none;
	font-weight: normal;
}

.mapLink {
	padding-right: 15px;
	color: #333333;
	font-size: 12px;
	font-weight: bold;
	background-image: url(../images/find-more-arrow.png);
	background-repeat: no-repeat;
	background-position: 100% 70%;
}

.mapLink, .mapLink a:link, .mapLink a:visited {
	text-decoration: none;
	max-width: 64px;
	font-weight: bold;
}

.mapLink a:hover {
	text-decoration: none;
	color: #000000;
}

.mapLink a:visited {
}


/*
 *
 * Miscellaneous
 *
 */

#topContact p, #topContact p a {
	font-size: 12px;
	font-weight: bold;
}

#topContact a:hover {
	color: #ffffff;
} 

#bannerImage .findMore {
}

#footerRight p {
	text-align: right;
	line-height: normal;
}

#footerNavigation {
	margin-bottom: 12px;
}

#getInTouchText h4 {
	color: #333333;
	font-weight: bold;
	margin-top: 5px;
}

#getInTouchText p {
	color: #333333;
}

#contentLeft h2 {
	margin: 0px 0px 22px 0px;
}

.optimatBullets ul {
	line-height: 18px;
}
