html, body {
	margin: 0px;
	padding: 0px;
}
body {
	text-align: center;
	font-family: Helvetica, Arial, Sans-serif;
	font-size: 12px;
	text-align: left;
	color: #000000;
	background: url(../images/background.gif) 0% 0% repeat-x #ffffff;
}
.container {
	width: 955px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
#headerBar {
	height: 102px;
}
#headerLink {
	float: left;
}
#headerImage {
	margin: 0px;
	padding: 0px;
	border: none;
}
#headerNav {
	list-style: none;
	height: 25px;
	margin: 37px 0px 0px 0px;
	padding: 0px;
	float: right;
}
#headerNav li {
	display: inline;
}
#headerNav a {
	text-transform: uppercase;
	text-decoration: none;
	font-size: 11px;
	color: #ffffff;
	line-height: 25px;
	padding-left: 5px;
}
#headerNav a:hover {
	color: #000000;
}
#headerInfo {
	list-style: none;
	height: 25px;
	margin: 10px 0px 0px 0px;
	padding: 0px;
	float: right;
	font-weight: bold;
	color: #666666;
	text-transform: uppercase;
}
#headerInfo li {
	display: inline;
	padding-left: 10px;
}
#breadcrumb {
	margin: 8px 0px 0px 10px;
	padding: 0px;
	font-size: 11px;
}
#breadcrumb a {
	color: #a2a2a2;
	text-decoration: none;
	padding: 0px 3px 0px 3px;
}
#breadcrumb a:hover {
	color: #000000;
	text-decoration: underline;
}

#siteNav {
	height: 38px;
	background: url(../images/site-nav-background.jpg) 0% 0% no-repeat;
	position: relative;
	z-index: 1000000;
}
#siteNav, #siteNav ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
}
#siteNav {
	padding-left: 40px; /* Adjust this to give the appearance of a centered menu */
}

#siteNav a {
	display: block;
	color: #333333;
	font-weight: bold;
	text-decoration: none;
	margin: 0px 5px 0px 5px;
	padding: 18px 10px 7px 10px;
}
#siteNav a:hover, .activeLink {
	background: url(../images/site-nav-highlight-system.gif) 0% 100% repeat-x;
}
#siteNav li {
	float: left;
}
#siteNav li ul {
	position: absolute;
	left: -999em;
	border: solid 1px #999999;
	border-top: none;
	margin: 0px 0px 0px 5px;
	padding: 12px 0px 0px 0px;
	background: url(../images/site-nav-drop-down-background.gif) 0% 0% no-repeat #ffffff;
}
#siteNav li:hover ul, #siteNav li.sfhover ul {
	left: auto;
}
#siteNav li ul li {
	float: none;
}
#siteNav li ul li a {
	margin: 0px;
	padding: 10px 15px 10px 25px;
	border-bottom: dotted 1px #999999;
}
#siteNav li ul li a:hover {
	background: url(../images/site-nav-sub-highlight-system.gif) 0% 0% repeat-y #e7e7e7;
}

#bodyContainer {
	margin-top: 25px;
}
#leftCol {
	width: 216px;
	float: left;
}
#rightCol1, #rightCol2 {
	width: 730px;
	float: right;
}
#leftCol, #rightCol1, #rightCol2 {
	margin-top: 25px;
}
#headerCallout {
	background: url(../images/gradient-background.gif) 0% 0% repeat-x;
	height: 162px;
	width: 730px;
}
#headerCallout img {
	float: right;
	margin: 0px 0px 0px 20px;
}
#headerCalloutText {
	margin: 0px 20px;
	padding: 25px 0px;
}
#headerCalloutText h4 {
	margin: 0px 0px 15px 0px !important;
	padding: 0px;
	font-size: 16px !important;
	font-weight: normal;
}
#headerCalloutText p {
	font-size: 14px;
	margin: 0px 0px 10px 0px !important;
	padding: 0px;
}
h1 {
	margin: 0px 0px 25px 0px;
	padding: 0px 0px 1px 0px;
	border-bottom: solid 1px #8e250d;
	font-size: 20px;
}
#rightCol1 #contentCol {
	width: 730px;
}
#rightCol2 #contentCol {
	width: 500px;
	float: left;
}
#sideBar {
	width: 177px;
	float: right;
}
#contentHeader {
	width: 730px;
	margin-bottom: 20px;
}
#rightCol1 p, #rightCol2 p {
	line-height: 18px;
	margin: 0px 10px 25px 10px;
}
#rightCol1 p a, #rightCol2 p a {
	text-decoration: none;
	color: #000000;
	border-bottom: dotted 1px #000000;
}
#rightCol1 p a:hover, #rightCol2 p a:hover {
	border-bottom: solid 1px #000000;
}
#rightCol1 h2, #rightCol2 h2 {
	margin: 0px 10px 25px 10px;
	font-size: 16px;
}
#rightCol1 h3, #rightCol2 h3 {
	margin: 0px 10px 25px 10px;
	font-size: 16px;
	font-weight: normal;
}
#rightCol1 h4, #rightCol2 h4 {
	margin: 0px 10px 25px 10px;
	font-size: 14px;
}
#rightCol1 ul, #rightCol1 ol, #rightCol2 ul, #rightCol2 ol {
	margin: 0px 10px 25px 10px;
	line-height: 18px;
}
#footer {
	background: url(../images/footer-background.gif) 0% 0% repeat-x #f8efb7;
}
#footer .container {
	width: 1000px;
	background: url(../images/footer-shadow.gif) 50% 0% no-repeat;
	padding-top: 80px;
}
#footer h3, #footer h4 {
	font-size: 12px;
	color: #9F0000;
}
#footer h3 {
	float: left;
	margin-left: 20px;
}
#footer h4 {
	float: right;
	margin-right: 20px;
}
#footer ul {
	list-style: none;
	color: #666666;
}
#about, #locations1, #locations2, #services, #guide {
	float: left;
	padding: 0px;
	line-height: 20px;
	font-weight: bold;
}
#about {
	margin-left: 20px;
	width: 180px;
}
#locations1, #locations2 {
	width: 230px;
}
#services {
	width: 180px;
}
#guide {
	width: 130px;
}
#footer a {
	text-decoration: none;
	color: #666666;
	font-weight: normal;
}
#footer a:hover {
	text-decoration: underline;
	color: #000000;
}
#copyright {
	border-top: solid 1px #000000;
	margin: 40px 20px 0px 20px;
	padding: 0px;
}
#copyright li {
	margin: 10px 5px 15px 0px;
	float: left;
}

.leftNav {
	width: 216px;
	border-bottom: solid 1px #c3c3c3;
	background: url(../images/side-nav-background.gif) 0% 0% repeat-y;
	margin-top: 17px;
}
.leftNav h2 {
	margin: 10px 10px 20px 12px;
	padding: 0px;
	font-family: Georgia, 'Times New Roman', Times, serif;
	font-size: 14px;
	color: #9F0000;
}
.leftNav ul {
	list-style: none;
	width: 208px;
	margin: 3px 5px 3px 3px;
	padding: 0px;
}
.leftNav a {
	display: block;
	padding: 5px 10px;
	margin: 5px 0px;
	text-decoration: none;
	color: #333333;
	font-weight: bold;
	line-height: 16px;
}
.leftNav a:hover, .leftNav a.currentPage {
	background: url(../images/side-nav-link-background.gif) 0% 50% no-repeat;
}
.leftNav a:hover {
	color: #9F0000;
}
.leftNav li ul li {
	padding-left: 10px;
	padding-right: 10px;
}
.leftNav li ul li a {
	padding: 5px 10px 5px 15px;
	margin: 5px 0px;
	border-bottom: dotted 1px #000000;
	background: url(../images/side-nav-sub-link-background-off.gif) 0% 0% no-repeat;
}
.leftNav li ul li a:hover {
	background: url(../images/side-nav-sub-link-background-on.gif) 0% 0% no-repeat;
}

.imageRight, .imageLeft {
	background: url(../images/drop-shadow.gif) 100% 100% no-repeat;
	padding-bottom: 7px;
}
.imageCaptionRight, .imageCaptionLeft, .sideBarCallout {
	background: url(../images/drop-shadow.gif) 100% 100% no-repeat;
	padding-bottom: 10px;
}
.imageRight img, .imageLeft img, .imageCaptionRight img, .imageCaptionLeft img {
	margin: 0px;
	padding: 0px;
	border: solid 1px #c3c3c3;
}
.imageCaptionRight p, .imageCaptionLeft p {
	margin: 5px 0px 0px 0px !important;
	padding: 10px;
	border: solid 1px #c3c3c3;
	text-align: center;
}
.imageRight {
	margin: 5px 10px 10px 20px;
	float: right;
}
.imageLeft {
	margin: 5px 20px 10px 10px;
	float: left;
}
.imageCaptionRight {
	margin: 5px 10px 10px 20px;
	float: right;
}
.imageCaptionLeft {
	margin: 5px 20px 10px 10px;
	float: left;
}
.phoneNumber {
	color: #9F0000;
}
.sideBarCallout {
	width: 177px;
	margin-bottom: 25px;
}
.sideBarCallout h4 {
	background-color: #9F0000;
	font-size: 12px !important;
	color: #ffffff;
	font-weight: bold;
	text-align: center;
	margin: 0px !important;
	padding: 8px;
	line-height: 16px;
}
.sideBarCallout div {
	border: solid 1px #c3c3c3;
}
.sideBarCallout p {
	margin: 0px !important;
	padding: 10px;
}
.sideBarCallout ul, .sideBarCallout ol  {
	margin: 0px 0px 0px 20px !important;
	padding: 10px 0px !important;
}
.sideBarCallout li  {
	margin: 0px 0px 0px 20px !important;
	padding: 0px !important;
}
.sideBarCallout img  {
	margin: 10px auto;
	display: block;
}
.clear {
	clear: both;
}

