/* CSS Document */

* {
	padding: 0px;
	border: 0px;
	margin: 0px;
}

body {
	background: url(../images/home_bg.jpg) no-repeat #04284a;
}

p {
	margin-bottom: 10px;
}

#containership {
	width: 891px;
	position: relative;
}

#nav {
	width: 160px;
	margin-left: 731px;
	padding-top: 61px;
}

#bignav {
	width: 612px;
	margin-left: 279px;
}

#nav img, #bignav img {
	float: left;
}

#content {
	width: 611px;
	margin-left: 280px;
	font: 15px/21px "arial narrow";
	color: #ffffff;
	padding-top: 30px;
	min-height: 400px;
	padding-bottom: 80px;
}

#content h1 {
	font: bold 15px/21px "arial narrow";
	color: #4bcdf9;
	margin-bottom: 15px;
}

#footer {
	background: url(../images/footer_bg.jpg) no-repeat;
	height: 169px;
	background-position: top left;
	position: relative;
	top: 10px;
}

#copyright {
	background: url(../images/copyright_bg.jpg) no-repeat;
	position: absolute;
	top: -207px;
	left: 0px;
	height: 207px;
	width: 244px;
}
#contactInfo {
	color:white;
	font-family:'arial narrow';
	position:relative;
	top: 70px;
	font-size: 14px;
}
#contactInfo a{
	color: white;
	text-decoration:none;

}
#contactInfo a:hover{
	color:white;
	text-decoration:underline;

}

#footer a {
	text-decoration: none;
	color: #ffffff;
	font: 10px/17px arial;
}

#footer a:hover {
	text-decoration: none;
	color: #4bcdf9;
}

#footerlinks {
	padding-left: 265px;
	padding-top: 20px;
}

#impact {
	position: absolute;
	bottom: 16px;
	right: 37px;
}

#copytext {
	position: absolute;
	bottom: 14px;
	right: 68px;
	color: #ffffff;
	font: 10px/15px arial;
	width: 165px;
	text-align: right;
}

.redux {
	clear: both;
}

input{
padding: 2px;
}
