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

* {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	}
	
h1 {
	font-size:15px;
	color:#CCCCCC;
	margin-top:0.25em;
	text-transform:uppercase;
	}
	
h2 {
	font-size:13px;
	color:#CCCCCC;
	margin-top:0.25em;
	margin-bottom:20px;
	text-transform:uppercase;
	}
h2 a {
	font-weight:normal;
	text-transform:none;
}
	
p {
	font-size:14px;
	color:#999999;
	margin-top: 0.1em;
	text-align:left;
	line-height:1.75em;
	}

html {
	height:100%;
	margin:0;
    padding:0;
	}

body {
   text-align:center;
   height:100%;
   margin:0;
   padding:0;
   background: #000000 url(images/duck2.gif) no-repeat bottom left fixed;
   }
   
#container {	
	text-align: center;
	margin: 0 auto;
	width:500px;
	min-height:100%;
    position:relative;
	}
	
#header {
	background: url(images/logo.gif) no-repeat center;
	background-color:#000000;
	height:170px;
	padding-top:100px;
	position:relative;
	}
	
#main content {
	width:360px;
	height:100%;
	padding-bottom:200px; /* Height of the footer */	
	}


#footer {
	position: relative;
	width:100%;
    height:200px; /* Height of the footer */
	}
#clientContainer {
	position:absolute;
	top:29px;
	right:10px;
	overflow:hidden;
	height:77px;
	width:152px;
}
#clientLogin {
	position:absolute;
	top:10px;
	right:10px;
	font-size:12px;
	color:#999999;
	border:1px solid #999999;
	width:100px;
	cursor:pointer;
	height:18px;
	background-color:#000000;
	z-index:100;
}
#clientLoginFields {
	position:relative;
	top:-200px;
	left:0px;
	font-size:12px;
	color:#999999;
	border:1px solid #999999;
	width:130px;
	padding:10px;
	height:55px;
	z-index:10;
}	
#clientLoginFields input {
	width:100px;
	font-size:10px;
	font-style:italic;
}
a:link {
	color:#FFFFFF;
	text-decoration:none;
	}

a:visited {
	color:#FFFFFF;
	text-decoration:none;
	}

a:hover {
	color:#FFFFFF;
	text-decoration:underline;
	}
	
a:active {
	color:#FFFFFF;
	text-decoration:none;
		}
	
   


