body{
	padding:0;
	margin:0;
	background:url(images/bg.jpg) repeat;
	font-family:Arial, Helvetica, sans-serif;
}

#div100Percent{
	text-align:center;
}

#divCenter974px{
	width:974px;
	margin:0 auto;
}

.divFloatLeft974px {
	width:974px;
	height:100%;
	/* 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. */
.divFloatLeft974px[class] {
	float:left;
	width:974px;
	height:100%;
	  background-image:url(images/shadow.png);
	  background-repeat:repeat-y;
}

#divFloatLeft974px{
	float:left;
	width:974px;
	height:100%;
	background:url(images/shadow.png) repeat-y;
}

#bigWrapper930px{
	float:left;
	text-align:left;
	width:930px;
	height:100%;
	padding-left:22px;
}

#logoNphone{
	width:100%;
	height:100%;
	float:left;
	background-color:white;
}

#logo{
	float:left;
}
#phoneNumber{
	float: right;
}

#topNavNSlogan{
	width:100%;
	height:100%;
	float:left;
	background-color:#730e1e;
}

#topNav{
	float:left;
	padding-left:10px;
	width:300px;
	margin-top:3px;
	margin-left:10px;
}

#topNav a, #topNav a:visited{
	font-size:14px;
	color:white;
	text-transform:uppercase;
	text-decoration:none;
	width:120px;
	padding:10px;
	line-height:25px;
}

#topNav a:hover{
	background-color:black;
}

#slogan{
	float: right;
}


#leftNavNMainWrapper{
	width:100%;
	height:100%;
	float:left;
	background-color:white;
}

#leftNavWrapper{
	width:220px;
	float:left;
	height:100%
}

#leftNav{
	width:210px;
	margin-left:10px;
	border:1px solid black;
	border-top:6px solid #730e1e;
	border-bottom:6px solid black;
}

#leftNav a, #leftNav a:visited{
	font-size:12px;
	text-decoration:none;
	display:block;
	color:#424242;
	font-weight:bold;
	line-height:33px;
	padding-left:10px;
	width:200px;
	border-bottom:1px solid black;
}

#leftNav a:hover{
	background-color:#730e1e;
	color:white;
}

#address{
	margin-top:25px;
	margin-left:30px;
	font-size:12px;
	color:black;
}

#mainWrapper{
	width:660px;
	float:right;
	height:100%;
	border:1px solid #730e1e;
	margin-right:5px;
	padding:15px;
}

#mainInfoText{
	clear:both;
	padding-top:32px;
	padding-bottom:32px;
	text-align:center;
	font-family:serif, "Times New Roman", Times;
	font-size:14px;
	color:#370008;
}

.dwLink, .dwLink:visited{
	color:blue;
}

.dwLink:hover{
	color:black;
	text-decoration:underline;
}

.dwName{
	font-family:"Times New Roman", Times, serif;
	font-size:18px;
	color:#AE0000;
}

#footer{
	font-size:12px;
	color:white;
	height:26px;
	padding-top:10px;
	background-color:#730e1e;
	text-align:center;
}

h1{
	font-family:"Times New Roman", Times, serif;
	font-size:20px;
	color:#730e1e;
	border-bottom:2px solid #730e1e;
}

h2{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	font-style:italic;
	color:#333333;
	margin:5px;
	text-shadow:#999999;
	border-bottom:2px solid #e9e79c;	
}

p, ul, li{
	font-size:12px;
}


ul {
   list-style-type: none;
   padding-left: 40px;
   margin-left: 0;
}

ul li {
   list-style-image: none;
   background-image: url(images/bullet.gif);
   background-repeat: no-repeat;
   background-position: 1px 6px;
   padding-left : 15px;
}

.highLight{
	width:95%;
	background-color:#fefde6;
	border-bottom:2px solid #e9e79c;
	border-top:2px solid #e9e79c;
}

.highLight p{
	font-size:15px;
	font-weight:bold;
	margin:5px;
}


.highLight .paragraph2{
	font-size:12px;
	font-weight:bold;
	margin:5px;
}

#bucket img{
	padding:2px;
	border:1px solid #e9e79c;
}

#bucket a, #bucket a:visited{
	font-size:12px;
	color:#730e1e;
	text-decoration:underline;
}

#bucket a:hover{
	color:blue;
	text-decoration:none;
}


.dwMap{
	text-align:center;
}

.dwMap img{
	border:1px solid #e9e79c;
	padding:2px;
}

.dwImg{
	border:1px solid #e9e79c;
	padding:2px;
}

.dwFixedPos{
	background-color:white;
	position:fixed;
	top:0px;
}