body {
	background-color: #BED63D;
	font: 10px "Arial", "Helvetica", sans-serif;
	line-height: 14px;
}
.clearboth {
	clear: both;
}
.clearleft {
	clear: left;
}
.clearright {
	clear: right;
}
.aligncenter {
	text-align: center;
}
.alignleft {
	text-align: left;
}
.alignright {
	text-align: right;
}
	#wrapper {
		width: 1189px;
	}
		#header {
			height: 128px;
			width: 1189px;
		}
			#logo {
				width: 202px;
				float: left;
				padding-top: 25px;
				margin-left: 20px;
			}
				#logo h1 {
					font-size: 55px;
					line-height: 59px;
					color: #ff0000;
					letter-spacing: -3px;
					font-weight: bold;
					margin: 0px;
					padding: 0px;
					text-shadow: 1px -1px #000000;
				}
				#logo h1:after {
					font-size: 5px;
					line-height: 9px;
					content: '®';
				}
				#logo #description {
					text-transform: uppercase;
					letter-spacing: 2px;
					background-color: #59ac40;
					color: #fff;
					border-right: 1px solid #231f20;
					border-bottom: 1px solid #231f20;
					text-align: center;
					padding: 2px 0;
					margin-top: -10px;
				}
				#logo #description:after {
					font-size: 5px;
					line-height: 9px;
					content: '®';
					vertical-align: top;
				}
			#tagline {
				font-size: 54px;
				line-height: 58px;
				color: #ffffff;
				font-weight: bold;
				text-transform: uppercase;
				float: left;
				padding-top: 47px;
				padding-left: 10px;
				text-shadow: -1px 1px 0px #000000;
			}
			#thirty-years-badge {
				background-color: #00549e;
				float: left;
				width: 110px;
				color: #ffffff;
				margin-left: 10px;
				text-align: center;
			}
				#thirty-years-badge span.total-years {
					font-size: 75px;
					line-height: 70px;
					font-weight: bold;
					letter-spacing: 5px;
					display: block;
					color: #59AD40;
				}
				#thirty-years-badge span.company-name {
					display: block;
					text-transform: uppercase;
					font-size: 18px;
					line-height: 22px;
				}
				#thirty-years-badge span.green-block {
					display: block;
					background-color: #59AD40;
					text-transform: uppercase;
					font-size: 7px;
					line-height: 11px;
					padding: 2px 0px;
					margin: 0 10px;
				}
				#thirty-years-badge span.years {
					display: block;
					letter-spacing: 3px;
				}
			#social-buttons {
				float: left;
				 width: 100px;
				text-align: center;
				padding-top: 20px;
			}
				#social-buttons a {
					display: block;
					font-size: 6px;
					line-height: 10px;
					text-decoration: none;
					color: #000000;
					text-align: center;
					margin: 5px 0 15px 0;
				}
		#sidebar-nav {
			position: absolute;
			top: 143px;
		}
			#sidebar-nav h2 {
				font-size: 24px;
				line-height: 28px;
				text-align: center;
				border-bottom: 1px solid black;
				text-transform: uppercase;
				margin-bottom: 10px;
			}
			#sidebar-nav a {
				text-decoration: none;
				display: block;
				color: #000000;
				font-size: 13px;
				line-height: 17px;
				font-weight: bold;
			}
			#sidebar-nav small {
				font-size: 8px;
				line-height: 12px;
				display: block;
			}
			#sidebar-nav #locator {
				margin-bottom: 15px;
			}
			#sidebar-nav #gift-card {
				margin-bottom: 15px;
			}
			#sidebar-nav #catering {
				
			}
		#content-container {
			background-color: #fff;
			padding: 15px 15px 15px 0;
			margin-left: 195px;
			float: left;
			width: 980px;
		}
			#navigation {
				width: 350px;
				float: left;
			}
			#content {
				float: right;
				width: 600px;
				padding-right: 10px;
			}
				#salsa-club {
					float: right;
					width: 245px;
					padding-bottom: 20px;
				}
				.two-column {
					clear: both;
					width: 600px;
				}
				.one-column-left {
					float: left;
					width: 315px;
				}
				.one-column-right {
					clear: right;
					float: right;
					width: 280px;
				}
				#content h2,
				#content h3 {
					font-size: 13px;
					line-height: 17px;
					color: #003f8d;
					text-transform: uppercase;
				}
				#content h2.page-title {
					font-family: "Arial Black";
					color: #000;
					font-size: 17px;
					line-height: 21px;
				}
				ul, p {
					padding-bottom: 20px;
				}
				#content ul {
					padding-left: 35px;
				}
				#content li {
					list-style-type: disc;
					line-height: 20px;
					color: #003f8d;
				}
				#content li a,
				#content li a:link,
				#content li a:visited,
				#content li a:active {
					color: #003f8d;
					text-decoration: none;
				}
				#content li a:hover {
					color: #00af48;
					text-decoration: none;
				}
		#footer {
			width: 400px;
			margin: 0 auto;
			padding: 20px 0;
			text-align: center;
		}
			#footer ul li {
				padding: 10px;
				float: left;
			}
				#footer a {
					color: #ffffff;
					text-decoration: none;
				}