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

html, body {height: 100%;}
img, div, #wave { behavior: url(iepngfix.htc); }
body {
	font-family: arial;
	font-size: 14px;
	background-image: url(images/gradient_blue.jpg);
	background-repeat: repeat-x;
	background-position: 0px 250px;
	padding:0px;
	margin:0px;
}
p {line-height:1.5em;}
.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -150px; /* the bottom margin is the negative value of the footer's height */
}
.home {position:absolute; top:4px; left:4px; z-index:5;}
.logo {position:absolute; top:4px; left:20px; z-index:1; width:450px;}
.nav {position:absolute; top:0px; left:500px; z-index:1; width:300px;}
.wave {
	height:43px;
	width:100%;
	background-image:url(images/waves2.png);
	background-repeat:no-repeat;
	z-index:10;
	position:absolute;
	top:210px;
	left:0px;
	padding:40px;
}
.content {position:relative; top:250px; margin:0px 0px 240px 32px; width:750px; padding:30px; display:block;}
.push {height:150px;}
.footer {
	height:150px;
	width:100%;
	background-image:url(images/bubbles_bottom.gif);
	background-position:top left;
	background-repeat:repeat-x;	
}
.copyright {position:relative; top:-300px; margin:12px; width:23px;}
ul {list-style-image:url(images/bullet-bone.gif); list-style-position:outside;line-height:1.4em; margin:6px 0px 5px 26px;}
.title {font-weight:bold; text-transform:uppercase;}