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

/* IE6 Behavior Call */
body {
	behavior: url(csshover.htc);
	}
/* End */

html, body {
	background-color: #CCC;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0;
	}

input, textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
	
p {
	line-height: 1.6em;
	margin: 0;
	}

li {
	line-height: 1.6em;
	}
	
a:link {
	color: #FF6600;
	}
	
a:visited {
	color: #FF6600;
	}
	
a:hover {
	color: #000066;
	}
	
a:active {
	color: #FF6600;
	text-decoration: none;
	}
	
#container {
	background-color: #FFF;
	border: 1px solid #333;
	margin: 10px 10px 3px 10px;
	width: 900px;
	}
	
#header {
	background-color: #666;
	border-bottom: 1px solid #333;
	color: #FFF;
	font-size: 40px;
	font-weight: bold;
	padding: 5px;
	}

#logoStrip {
	background-color: #d9d8ea;
	border-bottom: 1px solid #333;
	clear: both;
	height: 80px;
	}
	
#leftMenu {
	float: left;
	padding: 5px 0 0 5px;
	width: 130px;
	}
	
#content {
	float: left;
	margin-left: 10px;
	min-height: 273px;
	height: auto; !important
	height: 273px;
	padding: 10px 10px 9px 10px;
	width: 735px;
	}

#heightControl {
	clear: both;
	height: 1px;
	line-height: 1px;
	}
	
#footer {
	clear: both;
	font-size: 10px;
	margin-left: 10px;
	text-align: center;
	width: 900px;
	}

ul#menu {
	list-style: none;
	margin: 0;
	padding: 0;
	}

ul#menu a {
	background-color: #999;
	border: 1px solid #333;
	color: #FFF;
	display: block;
	font-weight: bold;
	height: 19px;
	padding: 5px;
	text-decoration: none;
	width: 118px;
	}
	
ul#menu a:hover {
	background-color: #CCC;
	}
	
ul#menu li {
	margin-bottom: 5px;
	z-index: 10;
	}
	
ul#menu li.submenu {
	background-color: #999;
	background-image: url(images/arrow.gif);
	background-position: 97% 54%;
	background-repeat: no-repeat;
	border: 1px solid #333;
	color: #FFF;
	display: block;
	font-weight: bold;
	height: 19px;
	padding: 5px;
	position: relative;
	text-decoration: none;
	width: 118px;
	}
	
ul#menu li.submenu:hover {
	background-color: #CCC;
	}

ul#menu li ul.level2 {
	background-color: #FFF;
	display: none;
	left: 129px;
	list-style: none;
	margin: 0;
	padding: 0 0 0 4px;
	position: absolute;
	top: -1px;
	}

ul#menu li.submenu:hover ul.level2 {
	display: block;
	}

.heading {
	font-size: 16px;
	font-weight: bold;
	}

.subHeading {
	font-size: 14px;
	font-weight: bold;
	}
	
.largerText {
	font-size: 14px;
	}

.audioHeading {
	font-size: 14px;
	font-weight: bold;
	margin-left: 50px;
	}

.audioText {
	margin-left: 50px;
	}

#contactForm {
	float: left;
	margin: 1em 0 0 0;
	padding: 0;
	width: 476px;
}

#contactForm label {
	clear: both;
	display: block;
	float: left;
	line-height: 20px;
	padding-top: 5px;
	width: 150px;
}

#contactForm input, #contactForm textarea {
	clear: right;
	float: right;
}

#contactForm textarea {
	height: 150px;
	margin: 5px 0 0 0;
	width: 306px;
}

#contactForm .formItem {
	margin-top: 5px;
	width: 306px;
}

#contactForm .telephone {
	margin: 5px 160px 0 0;
	width: 146px;
}

#contactForm .submitButton {
	margin-top: 7px;
}

#subscribeBox {
	border: 1px solid #333;
	float: right;
	font-weight: bold;
	margin: 0.4em 0 0.4em 1.4em;
	}

form#subscribeForm {
	margin: 0;
	padding: 3px;
	}

.subscribeTitle {
	border-bottom: 1px solid #333;
	color: #111;
	font-style: italic;
	padding: 3px;
	text-align: center;
	}