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

body {
	font-family: Arial, Helvetica, sans-serif;
	background: #000000;
	margin: 0;
	padding: 0;
	text-align: center;
}
.clear {
	clear: both;
}
#containerHome {
	width: 100%;
	text-align: left;
	margin-right: auto;
	margin-left: auto;
}

#contentHome {
	width: 1024px;
	height: 528px;
	padding-bottom: 3px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #435f78;
	margin-right: auto;
	margin-left: auto;
}
#contentSub {
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/main-bg.png);
	background-repeat: repeat-y;
}
.menu {
	position: relative;
	height: 34px;
	left: 0px;
	top: 55px;
	text-align: right;
	border-top-width: 2px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #7d91a3;
	border-bottom-color: #7d91a3;
}
.menuContainer {
	width: 1024px;
	margin-right: auto;
	margin-left: auto;
}
.topLines {
	position: relative;
	height: 34px;
	left: 0px;
	top: -87px;
	border-top-width: 2px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #7d91a3;
	border-bottom-color: #7d91a3;

}
.shadow {
	box-shadow: 		0px 0px 15px #000;
	-o-box-shadow:		0px 0px 15px #000;
	-moz-box-shadow:	0px 0px 15px #000;
	-webkit-box-shadow:	0px 0px 15px #000;

}
.dropShadow {
	box-shadow: 		3px 3px 10px #000;
	-o-box-shadow:		3px 3px 10px #000;
	-moz-box-shadow:	3px 3px 10px #000;
	-webkit-box-shadow:	3px 3px 10px #000;

}

.logo {
	height: 105px;
	width: 282px;
	z-index: 30;
	position: relative;
	top: -40px;
}

#footer {
	background-color:#000000;
	height: 17px;
	position: relative;
	top: -48px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #435f78;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #435f78;
	text-align: right;
	padding-right: 15px;
	font-size: 9px;
	color: #FFFFFF;
	padding-top: 8px;
	text-transform: uppercase;
	margin-top: 2px;
	margin-right: auto;
	margin-left: auto;
}
#footerNew {
	height: 17px;
	background-color: #787e6c;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	text-align: right;
	padding-right: 15px;
	font-size: 9px;
	color: #FFFFFF;
	padding-top: 8px;
	text-transform: uppercase;
}
#water {
	height: 190px;
	background-color: #9aa489;
}
#containerHome .buckets {
	width: 1026px;
}
.bucket {
	background-image: url(images/bucket-bg.png);
	background-repeat: repeat-x;
	height: 200px;
	width: 310px;
	float: left;
	margin-right: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	padding: 15px;
	line-height: 2em;
}
.bucket .bucketHead, .bucket .widgettitle {
	color: #FFFFFF;
	border-bottom:solid 2px #45617c;
	padding-bottom:3px;
	font-size:11px;
	font-weight: normal;
	text-transform: uppercase;
}
.bucket li a, .bucket p, .bucket a, .bucket ul li a{
	color: #FFFFFF;
	text-transform: uppercase;
	padding-bottom: 5px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #45617c;
	padding-top: 5px;
	display: list-item;
	padding-left: 5px;
	list-style-type: none;
}

.bucket li a:hover, .bucket a:hover {
	color: #45617c;
}
.bucket li  {
	list-style-type: none;
}
.bucket .icons img {
	padding-right:15px;
}
.bucket .icons a {
	padding-bottom: 0px;
	border-bottom-width: 0px;
	padding-top: 0px;
	display: inline;
	padding-left: 0px;
	list-style-type: none;

}
.nocomments {
	visibility: hidden;
}
