/* CSS Document */
body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0px;
	padding:0px;
	background:url(images/bg.jpg) repeat;
}

/*fix for link trouble when turning on "filter" for png */
div * {
   position: relative;
}

.dwBG{
	width:980px;
	background: url(images/dwShadow.png) repeat transparent;
	/*.png transparency issue on IE 6, combine this with "div *" fix or the links will not be clickable*/
/*	_background-image: none;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled='true', sizingMethod='scale', src='images/dwShadow.png');
*/}

.dwNav{
	background:url(images/dwNavTop.jpg) top center no-repeat;
	height:584px;
}

.nav1stLevel{
	list-style:none;
	padding:0px;
	margin:0px;
	padding-top:20px;
	margin-left:20px;
}

.nav1stLevel a, .nav1stLevel a:visited{
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	font-weight:bold;
	
	width:166px;
	display:block;
	text-decoration:none;
	color:white;
	line-height:35px;
	padding-left:21px;
	border-bottom:1px solid #7da9d5;
}

.nav1stLevel a:hover{
	color:white;
	background:url(images/dwBulletHover.jpg) no-repeat left center #7da9d5;
}

.dwAddress{
	text-align:center;
	color:white;
	font-size:12px;
	margin-top:40px;
	margin-bottom:20px;
}

.dwAddress a, .dwAddress a:visited{
	font-size:12px;
	color:white;
}

.dwFooter{
	background:url(images/dwFooterRepeat.jpg) repeat-x; 
	height:105px;
	color:white;
}

.dwFooter a, .dwFooter a:visited{
	color:white;
}

.dwFooter a:hover{
	text-decoration:none;
}

.dwMain{
	margin-bottom:20px;
	padding:0 10px;
}

h1{
	font-family:"Times New Roman", Times, serif;
	font-size:30px;
	color:#0d3257;
	padding-bottom:3px;
	border-bottom:1px solid #0d3257;
	width:90%;
}

.dwLinkBig, .dwLinkBig:visited{
	margin-left:10px;
	color:#0e3359;
}

.dwLinkBig:hover{
	cursor:pointer;
	text-decoration:none;
	color:#993300;
}

.dwULs{
	list-style:none;
	list-style-image:url(images/dwBulletSmall.jpg);
	line-height:18px;
}

.dwIMG{
	padding:2px;
	border:1px solid #EEE;
}

.dwTable a, .dwTable a:visited{
	color:blue;
	text-decoration:underline;
}

.dwTable a:hover{
	color:red;
	text-decoration:none;
}