/* CSS Document */

h1#headingHomepage {
	width: 770px;
	height: 73px;
	background-image: url(../gfx/heading-homepage.jpg);
	background-repeat: no-repeat;
	background-position: center;
	clear: both;
	font-size: 1.6em;
	color: white;
}

h1.pagetitle {
	height: 55px;
	clear: both;
	color: white;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
}

h1 span {
	display: none;
}

p {
	padding-bottom: 16px;
	font-size: 1.2em;
	color: #252525;
}

p a {
	color: #00a3db;
	border-bottom: 2px solid #00a3db;
	text-decoration: none;
}

p a:hover {
	color: #252525;
	border-bottom: 2px solid #252525;
}

#colLeft p {
	line-height: 130%;
}

#colLeft ul {
	padding-left: 15px;
	font-size: 1.2em;
	line-height: 130%;
	padding-bottom: 16px;
}

#colLeft h2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	padding-bottom: 10px;
	color: black;
}

.boxedContent {
	background-color: #ecfaff;
	border: 1px solid #b6e9fb;
	padding: 16px 16px 0px 16px;
	margin-bottom: 10px;
}

h4 {
	font-size: 1.4em;
	text-transform: uppercase;
	color: #00a3db;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding-bottom: 8px;
}

p.smallprint {
	font-size: 1.0em;
}

.image {
	border: 2px solid #cccccc;
	margin-right: 15px;
	margin-bottom: 15px;
}

.more-info {
	border: 1px solid #ddd;
	background-color: #ebebeb;
	padding: 2px;
}

.more-info:hover {
	border: 1px solid #ccc;
}

/* contact form styles */

.contactForm {
	width: 350px;
	font-size: 1.2em;
}

.contactForm td {
	padding-bottom: 4px;
}

.textbox {
	width: 225px;
	height: 17px;
	border: 1px solid #ccc;
	padding-top: 3px;
	font-size: 12px;
	color: black;
	font-family: Arial, Helvetica, sans-serif;
}

.textarea {
	width: 225px;
	height: 75px;
	border: 1px solid #ccc;
	font-size: 12px;
	color: black;
	font-family: Arial, Helvetica, sans-serif;
}

/*** end ****/