/* CSS Document */

#Content{
	background-image:url(../images/waterbuoy/banners/homepage_1.jpg);
	position:relative;
}
#Content #HomeWelcome h1{
	margin-bottom:15px;
}
#Content #HomeWelcome p{
	padding:0;
	margin:0;
	margin-bottom:15px;
}

/*
	this fixes a small display bug in IE7
*/
#Content #HomeWelcome ul{
	padding-bottom:1px;
}
#Content #HomeWelcome{
	margin-left:443px;
	margin-top:74px;
	display:inline;
	float:left;
	width:420px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}
#HomeRescue{
	margin:0;
	padding:0;
	float:left;
	position:relative;
	left:80px;
	top:75px;
}
#HomeRescue a{
	color:#C1CBCE;
	text-decoration:none;
	font-size:18px;
	line-height:16px;
	background-image:url(../images/waterbuoy/bullets/arrow_3.png);
	background-repeat:no-repeat;
	background-position:left center;
	padding-left:20px;
	float:left;
}
#HomeRescue a:hover{
	background-image:url(../images/waterbuoy/bullets/arrow_4.png);
}
#HomeRescue a:hover span.subtitle,
#HomeRescue a:active span.subtitle,
#HomeRescue a:focus span.subtitle{
	color:#F26222;
}

#DragonsDen{
	margin:0;
	padding:0;
	float:left;
	position:relative;
	left:50px;
	top:35px;
}