/* CSS Document */
body{
	padding:0px;
	margin:0px;
	background:url(images/bg.jpg) repeat;
	text-align:center;
	font-family:Tahoma, arial, helvetica;
	font-size:12px;
	color:#333333;
}

.bigWrapper{
	width:939px;
	float:left;
	/* Mozilla ignores crazy MS image filters, so it will skip the following */
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=scale, src='images/shadow.png');
}

/* IE ignores styles with [attributes], so it will skip the following. */
.bigWrapper[class] {
  background-image:url(images/shadow.png);
  background-repeat:repeat-y;
  background-position: center;
}

.contentNavWrapper{
	width:883px;
	height:100%;
	float:left;
	background-color:white;
}

.navWrapper{
	width:220px;
	float:left;
	text-align:left;
	border-right:1px solid #ececec;
	border-bottom:1px solid #ececec;
}


.nav1stLevel{
	list-style:none;
	padding:0;
	margin:0;
	font-family:Tahoma,arial,helvetica;
	font-size:14px;
	font-weight:bold;
}

.nav1stLevel a, .nav1stLevel a:visited{
	width:200px;
	display:block;
	text-decoration:none;
	color:#313131;
	line-height:35px;
	padding-left:20px;
}

.nav1stLevel a:hover{
	color:white;
	background-color:#993333;
}

.nav2ndLevel{
	list-style:none;
	margin:0px;
	padding:0px;
	font-family:Tahoma,arial,helvetica;
	font-size:12px;
	border-bottom:1px solid #ececec;
	font-weight:bold;
}

.nav2ndLevel a, .nav2ndLevel a:visited{
	display:block;
	width:185px;
	height:20px;
	padding-left:35px;
	padding-top:10px;
	text-decoration:none;
	color:#666666
}

.nav2ndLevel a:hover{
	color:white;
	background-color:#993333;
}

.dwAddress{
	color:#828181;
	margin-left:20px;
	margin-top:40px;
	margin-bottom:20px;
}

.contentWrapper{
	text-align:left;
	width:655px;
	float:right;
}

.footer{
	clear:both;
	background-color:black;
	color:white;
	height:30px;
	padding-top:20px;
}

.bucket{
	border:1px solid #ececec;
	height:200px;
	background:url(images/tblBG.gif) no-repeat white;
}

.bucket a, .bucket a:visited{
	font-weight:bold;
	color:#484848;
	text-decoration:underline;
}

.bucket a:hover{
	color:blue;
	text-decoration:none;
}

p{
	padding-left:20px;
	padding-right:20px;
	line-height:16px;
}

h1{
	font-size:18px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	color:#ae2825;
	width:500px;
	border-bottom:1px solid #ae2825;
	margin-left:20px;
	margin-top:10px;
}
