body{
	background:#47605f url('/media/images/body-back.gif') top left repeat-x;
	color:#fff;
	font:14px 'Lucida Grande',Lucida, Verdana, sans-serif;
	text-align:center;
}

#nav{
	width:922px;
	margin:auto;
	line-height:41px;
	overflow:hidden;
}

#nav h1{
	text-indent:-99999px;
	background:url('/media/images/logo.gif') top left no-repeat;
}

#nav ul{
	float:right;
}

#nav ul li{
	float:left;
}

#nav ul li a{
	display:block;
	font:bold italic 18px/41px 'Georgia', sans-serif;
	text-decoration:none;
	color:#b4cbac;
	margin-left:14px;
}

#nav ul li a:hover{
	color:#fff;
}

#container{
	width:922px;
	margin:auto;
}

#masthead{
	margin:20px 0;
	background:url('/media/images/masthead-back.jpg') top left no-repeat;
	width:922px;
	height:295px;
	text-indent:-9999px;
	position:relative;
}

#content{
	width:814px;
	margin:0 auto;
	overflow:hidden;
	text-align:left;
}

#content a{
color:#fff;
}

#content h2{
	font:bold italic 24px Georgia, serif;
	margin-bottom:10px;
	color:#ffba00;
}

#content p{
	margin-bottom:10px;
}

#content ul{
	background:#6a8988;
	width:460px;
	padding:20px 20px 0 20px;
	margin:10px 0;
	background:url('/media/images/list-back.gif') top left no-repeat;
}

#content ul li{
	font:bold italic 18px/24px Georgia, serif;
}

#content ul:after{
	content:'';
	background:url('/media/images/list-back-bottom.gif') bottom left no-repeat;
	display:block;
	height:19px;
	margin:0px -20px;
}

#content .close-list{
	background:url('/media/images/list-back-bottom.gif') bottom left no-repeat;
	display:block;
	height:19px;
	margin-top:-10px;
}

#content ul li.footnote{
	margin-top:10px;
	font:12px Georgia, serif;
}

#content ul li span.lih{
	border-bottom:1px solid #ffba00;
	color:#ffba00;
}

#left-column{
	float:left;
	width:560px;
}

#left-column #cc img{
	vertical-align:middle;
	padding:10px 4px;
}

#right-column{
	float:right;
	width:216px;
	padding-top:40px;
}

.small-box{
	background:url('/media/images/small-box.gif') bottom left no-repeat;
	text-align:center;
	padding-bottom:10px;
	margin-bottom:20px;
	position:relative; /*Really not sure why this is needed, but ie doesn't display the text in the box without it. Stupid ie...*/
}

.small-box h4{
	background:url('/media/images/small-box-top.gif') top left no-repeat;
	text-align:center;
	font:bold 34px/38px 'Lucida Grande', Lucida, Verdana, sans-serif;
	text-transform:uppercase;
	letter-spacing:1px;
}

.small-box dl{
	margin:10px 0;
}

.small-box dt{
	font:bold 14px/20px 'Lucida Grande', Lucida, Verdana, sans-serif;
	color:#545454;
}

.small-box dd{
	font:14px 'Lucida Grande', Lucida, Verdana, sans-serif;
	color:#657f59;
	padding-bottom:5px;
}

#footer{
	color:#a0c3c2;
	font:11px/18px 'Lucida Grande', Lucida, Verdana, sans-serif;
	clear:left;
}

#myMap{
	color:#545454;
}

label{
	margin-right:5px;
	width:175px;
	display:inline-block;
}

label strong,.req{
	color:#900;
}

textarea{
	vertical-align:top;
	height:200px;
}

input,
textarea{
	width:300px;
	border:1px solid #000;
	color:#272727;
	font-size:14px;

background:#f0f4f6;
}

input.submit{
	margin-left:80px;
	width:auto;
}

#maplink{
	position:absolute;
	display:block;
	top:264px;
	left:151px;
	width:107px;
	height:20px;
	cursor:pointer;
}

