/* CSS Document */

#ContactArea{
	float:left;
	margin-top:30px;
	margin-left:30px;
	width:608px;
}
#ContactArea div.banner{
	display:block;
	height:200px;
	margin-bottom:15px;
}
#ContactArea h1{
	padding:0;
	margin:0;
}
#ContactArea p.date{
	padding:0;
	margin:0;
	color:#666666;
}
#RequiresFlash{
	margin-top:250px;
	text-align:center;
}
#RequiresFlash ul,
#RequiresFlash ul li,
#RequiresFlash ul li a{
	float:none;
	display:inline;
}

form .bottom{
	text-align:right;
}

#ContactList{
	float:left;
	margin-left:30px;
	width:302px;
	margin-top:25px;
}
#ContactList h1{
	margin-bottom:5px;
}
#ContactList p{
	padding:0;
	margin:0;
	padding-bottom:15px;
}

#ContactMask{
	clear:left;
	position:relative;
	top:15px;
}

#ContactItems{
}
#ContactItems ul{
	padding:0;
	margin:0;
}
#ContactItems ul li{
	list-style:none;
	padding:0;
	margin:0;
	font-size:12px;
	margin-bottom:5px;
}
#ContactItems ul li a span.title{
	font-size:16px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight:bold;
	display:block;
	padding-top:10px;
}
#ContactItems ul li a{
	text-decoration:none;
	background-image:url(../images/waterbuoy/movies/itemBackground.png);
	background-repeat:no-repeat;
	background-position:0 0;
	display:block;
	padding:0 15px 0 20px;
	height:73px;
}
#ContactItems ul li a:active,
#ContactItems ul li a:hover,
#ContactItems ul li a:focus{
	background-position:0 -73px;
	color:#fff;
}

#ContactNavigation{
	padding-top:10px;
}
#ContactNavigation .button{
	display:block;
	height:24px;
	width:24px;
	text-indent:-5000px;
	overflow:hidden;
	float:left;
	background-repeat:no-repeat;
	background-image:url(../images/waterbuoy/buttons/nextPrevious.png);
}

#ContactNavigation a#PreviousItem{
	background-position:0 0;
}
#ContactNavigation a#PreviousItem:hover{
	background-position:0 -25px;
}
#ContactNavigation a#NextItem{
	float:right;
	background-position:-25px -0;
}
#ContactNavigation a#NextItem:hover{
	background-position:-25px -25px;
}
p.error{
	color:#BB0000;
}