#wrapper {
	width:955px;
	margin:0 auto;
}
#nav {
	background:url(../images/navBG.jpg);
	height:25px;
	text-align:center;
	width:955px;
	float:left;
}
#nav ul {
list-style:none;
margin:.15em 0 0 0;
}
#nav li {
	float:left;
	width:159px;
	text-align:center;
}
#nav a:link, #nav a:visited {
	color:#ffffff;
	text-decoration:none;
}
#nav a:hover {
	color:#ffffff;
	text-decoration:underline;
}
#branding {
	width:955px;
	float:left;
	height:177px;
}
#locations {
	background:url(../images/locationsBG.jpg) no-repeat;
	width:955px;
	float:left;
/*	border-bottom:1px solid #999999;*/
}
#locations div {
	width:26%;
	float:left;
	margin:20px 30px 0 30px;
	height:113px;
}
#locations p {
	margin-bottom: 0.5em;
}
#locations h2 {
	font-size: 1.2em;
	margin-bottom: 0.5em;
	font-weight:bold;
}
#locationsSingle {
	float:left;
	width:930px;
	background:#ccc;
	padding:10px 0 10px 25px;
	border-bottom:1px solid #999999;
}
#locationsSingle p {
	margin:0;
	padding:0;
}
#nav, #branding, #locations, #search, #mainContent, #siteInfo, #mainContentDN {
	width:955px;
	float:left;
}
#search {
	background:#999999 url(/media/images/sub_searchBG.jpg) repeat-x scroll 0 0;
	width:955px;
	float:left;
}
#mainContent {
	background:#cccccc;
	border-bottom:1px solid #999999;
	width:915px;
	float:left;
	padding:20px;
	color:#000000;
}
#mainContentDN {
	background:#cccccc;
	border-bottom:1px solid #999999;
	float:left;
	color:#000000;
}
#mainContentDN td {
	vertical-align:top;
}
#siteInfo {
	width:955px;
	float:left;
	background:#990000;
	color:white;
	text-align:center;
}
#siteInfo p {
	margin:10px;
}
