@charset "UTF-8";
body {
	font-family:Arial, Helvetica, sans-serif;
	background: #fff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}
img {border: none;}
#outerContainer {
	width: 870px;
	border: 50px solid #FFF;
	margin:auto;
	margin-top: 0px;
}
#container {
	width: 850px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #fff;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #fff;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
#header {
	background: #fff;
	margin: 0px;
	height: 41px;
}
#redLine {
	border-bottom: 1px #9e0b0f solid;
	height: 1px;
	width: 850px;
	margin-top: 5px;
	margin-bottom: 5px;
	position: static;
	float: left;
}

#navigation {
	height: 30px;
	border-bottom: 1px #9e0b0f solid;
	border-top: 1px #9e0b0f solid;
	background-color: #fff;
	width: 676px;
	margin-top: 5px;
	margin-bottom: 5px;
	position: relative;
	float: right;
	padding-left: 0px;
	padding-right: 0px;
}
#navigation ul {
	list-style: none;
	padding: 0;
	margin: 0;
	list-style-type: none;
}
#navigation li {
	float: left;
	position: relative;
}
#navigation a, #navigation a:visited {
	font-size: 12px;
	font-weight: bold;
	text-transform: lowercase;
	text-decoration: none;
	display:block;
	padding-left: 18px;
	padding-right: 18px;
	line-height: 30px;
	color: #BB2335;
}
#navigation a:hover {
	color:#000;
	text-decoration:none;
}
/* style the table so that it takes no part in the layout - required for IE to work 
#mainContentNav table {
	position:absolute; 
	top:0; 
	left:0; 
	border-collapse:collapse;
}*/
#index {
	padding-top: 25px;
	padding-bottom: 25px;
}
#mainContent {
	margin: 25px 5px 15px;
	background: #fff;
	width: 840px;
	float: left;
	border-top-width: 1px;
	border-top-style: none;
	border-top-color: #000;
	border-right-color: #000;
	border-bottom-color: #999;
	border-left-color: #000;
}
#logo {
	padding-top: 10px;
	padding-bottom: 20px;
	text-align:center;
}
#vendorLibrary {
	height:inherit;
	width: 800px;
	margin:auto;
}
#vendorLibrary p {
	padding-bottom: 10px;
}
#vendorLibraryLeft {
	width: 240px;
	margin-right: 10px;
	float:left;
	text-align:right;
	margin-bottom: 50px;
	margin-top: 50px;
	height: 380px;
	overflow:visible;
}
#vendorLibraryLeft a {
	text-align:right;
	color:#666;
	text-decoration:none;
	font-size: 14px;
}
#vendorLibraryLeft a:hover {
	color:#000;
	text-decoration:none;
}
#vendorLibraryMiddle {
	width: 300px;
	margin-top: 120px;
	float:left;
	vertical-align:middle;
}
#vendorLibraryRight {
	width: 240px;
	margin-left: 10px;
	float:right;
	text-align:left;
	margin-bottom: 50px;
	margin-top: 50px;
	height: 380px;
	overflow:visible;
}
#vendorLibraryRight a {
	text-align:left;
	color:#666;
	text-decoration:none;
	font-size: 14px;
}
#vendorLibraryRight a:hover {
	color:#000;
	text-decoration:none;
}
#vendorLeft {
	float:left;
	width: 290px;
	padding: 5px;
}
#vendorLeft h1{
	font-size:14px;
	font-weight:bold;
	padding: 0px;
	margin: 0px;
	text-align:center;
}
#vendorLeft h1 a {
	color:#999;
	text-decoration:none;
}
#vendorLeft h1 a:hover {
	color:#000;
	text-decoration:none;
}
#vendorLeft p {
	font-size: 12px;
	padding: 5px;
}
#vendorRight {
	float: right;
	width: 520px;
	padding: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
}
#vendorRight p {
	font-size: 12px;
	padding: 5px;
	text-align:center;
	margin-top: 200px;
	color: #333;
}
#credit {
	font-size: 10px;
	color: #666666;
	margin: 10px 15px 0;
	text-align: center; 
}
#currentEvents {
	width: 600px;
	margin-left: 200px;
	margin-top: 50px;
	margin-bottom: 100px;
}
#currentTitle {
	border-bottom: 1px #9e0b0f solid;
	width: 600px;
}
#currentTitle p {
	font-size: 15px;
	text-transform:uppercase;
	color:#999;
	margin: 3px 0px;
}
#currentEventsListing {
	border-top: 1px #9e0b0f solid;
	height: inherit;
}
#currentEventsLogo {
	width: 200px;
	text-align: center;
	float:left;
	padding: 10px 0px;
	vertical-align: middle;
}
#currentEventsText {
	padding: 5px 10px;
	width: 380px;
	float:right;
	vertical-align: top;
	text-align:left;
}
#currentEventsText p {
	font-size: 12px;
	color: #000;
	padding-bottom: 5px;
}
#currentEventsText a {
	font-size: 14px;
	color: #999;
	text-decoration: none;
	padding-bottom: 5px;
}
#currentEventsText a:hover {
	color: #000;
	text-decoration: blink;
}
#currentEventsText h1 {
	font-size: 14px;
	color: #9e0b0f;
	padding-bottom: 5px;
}
#happyhourOuter {
	margin-top: 25px;
	margin-bottom: 100px;
	width: 750px;
	margin-left: 50px;
	float:left;
}
.happyhourSets {
	width: 80px;
	height: 80px;
	float: left;
	padding: 22px;
}	
#hype {
	width:680px;
	padding-top: 20px;
	padding-bottom: 20px;
	margin:auto;
}
.Sets {
	width: 150px;
	height: 194px;
	float: left;
	padding: 10px 10px;
}
#eventsOuter {
	margin-top: 25px;
	margin-bottom: 100px;
	width: 660px;
	margin-left: 85px;
	float:left;
}
.eventSets {
	width: 200px;
	height: 200px;
	float: left;
	padding: 10px 10px;
}
#eventsPlanningOuter {
	margin-top: 25px;
	margin-bottom: 100px;
	width: 550px;
	margin-left: 195px;
	float:left;
}
.eventPlanningSets {
	width: 200px;
	height: 200px;
	float: left;
	padding: 10px 10px;
}	
#eventPlanning {
	margin-top: 30px;
	margin-bottom: 100px;
}
#eventPlanningCollages {
	margin-top: 10px;
	margin-bottom: 20px;
	width: 800px;
	margin-left: 20px;
}
#eventPlanningCollages p{
	padding-left: 30px;
	padding-right: 30px;
	margin-top:10px;
	font-size: 12px;
	color: #999;
	text-align:center;
	text-transform:lowercase;
}
#eventPlanningCollages a{
	margin-top:10px;
	font-size: 12px;
	color: #999;
	text-align:center;
	text-decoration:none;
	text-transform:lowercase;
}
#eventPlanningCollages a:hover{
	color: #9e0b0f;
	text-decoration:underline;
}
#about {
	padding-top: 30px;
	padding-bottom: 50px;
}
#about h1{
	font-size:14px;
	color: #000;
	font-weight:normal;
	padding: 5px;
	margin: 0px;
	text-align: left;
}
#about h2{
	font-size:18px;
	color: #fff;
	font-weight:normal;
	padding: 0px;
	margin: 110px 0px 0px 0px;
	text-align:center;
}
#about h3{
	font-size:12px;
	color: #fff;
	font-weight:normal;
	padding: 0px;
	margin: 0px 0px 70px 0px;
	text-align:center;
}
#about h4{
	font-size:9px;
	font-weight:normal;
	color: #999;
	text-align:center;
	margin: 0px;
	padding: 0px;
	text-transform:lowercase;
}
#about a {
	font-size:14px;
	font-weight:normal;
	color: #fff;
	text-decoration:none;
	padding: 10px;
	margin-top: 15px;
}
#about a:hover {
	color:#9e0b0f;
	text-decoration:underline;
}
#aboutOuter {
	margin: 0px;
	background-color: #FFF;
	width: inherit;
	height: 450px;
}
#aboutOuter p {
	font-size: 12px;
	color: #000;
	font-weight:normal;
	padding: 0px;
}
#aboutOuterProfiles {
	margin: 0px;
	background-color: #000;
	width: inherit;
	height: 800px;
}
#aboutOuterProfiles p {
	font-size: 12px;
	color: #fff;
	font-weight:normal;
	padding: 5px;
}
#aboutOuterFAQ {
	margin: 0px;
	background-color: #000;
	width: inherit;
	height: 950px;
}
#aboutOuterFAQ p {
	font-size: 12px;
	color: #fff;
	font-weight:normal;
	padding: 5px;
}
#aboutOuterMission {
	margin: 0px;
	background-color: #000;
	width: inherit;
	height: 520px;
}
#aboutOuterMission p {
	font-size: 12px;
	color: #fff;
	font-weight:normal;
	padding: 5px;
}
#aboutOuterTestimonials {
	margin: 0px;
	background-color: #000;
	width: inherit;
	height: 1150px;
}
#aboutOuterTestimonials p{
	font-size: 12px;
	color: #fff;
	font-weight:normal;
	padding: 5px;
}
#aboutLeftT {
	float: left;
	width: 490px;
	margin-left: 10px;
	padding: 10px;
}
#aboutRightT {
	float: right;
	width: 300px;
	padding: 10px;
}
#aboutLeft {
	float: left;
	width: 410px;
	margin-left: 10px;
	padding: 10px;
	background-color: #FFF;
}
#aboutRight {
	float: right;
	width: 380px;
	padding: 10px;
}
#aboutRightL {
	float: left;
	width: 180px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
#aboutRightL p {
	font-size: 12px;
	color: #000;
	font-weight:normal;
	float:none;
}
#aboutRightR {
	float: left;
	width: 180px;
	padding: 5px;
}
#aboutRightR p {
	font-size: 12px;
	color: #000;
	font-weight:normal;
	float:none;
}
#contactOuter {
	margin-top: 50px;
	margin-left: 200px;
	width: 600px;
	margin-bottom: 100px;
}
#contactTitle {
	border-bottom: 2px #9e0b0f solid;
	width: 600px;
}
#contactTitle p {
	font-size: 15px;
	text-transform:uppercase;
	color:#999;
	margin: 3px 0px;
}
#contact {
	padding-top: 25px;
	padding-bottom: 25px;
}
#contact hr {color: #000; margin: 20px;}
#contact h1{
	font-size:14px;
	font-weight:normal;
	padding-left: 20px;
	padding-right: 20px;
	margin: 0px;
	text-align: left;
}
#contact p a {
	color:#999;
	text-decoration:none;
}
#contact p a:hover {
	color:#000;
	text-decoration:blink;
}
#contact p {
	font-size: 12px;
	padding: 5px;
	padding-left: 20px;
}
#clear {
	clear:both;
}
#footer {
	background-color:#fff;
	height:20px;
	padding-bottom: 10px;
	font-size: 10px;
	width: 825px;
	padding-left: 25px;
	right: 0px;
	left: 0px;
	border-top-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #9e0b0f;
}
#footerLeft p{
	color: #000;
	float: left;
	padding-left: 0px;
	font-size: 10px;
}
#footerLeft {
	float: left;
	width: 500px;
	height: inherit;
	background-color: #fff;
	padding-left: 0px;
}
#footerRight p{
	color: #000;
	float: right;
	padding-right: 10px;
}
