@charset "utf-8";
/* CSS Document */

body {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #898989;
	line-height: 10px;
	margin: 0px;
	padding: 0px;
}

h3 {
	font-size: 18px;
	font-weight: lighter;
	color: #005b7f;
	margin-top: 25px;
	margin-bottom: 15px;
}

h2 {
	margin-top: 25px;
	margin-bottom: 15px;
	font-size: 16px;
}

h4 {
	margin-top: 0px;
	margin-bottom: 10px;
	color: #005b7f;
	font-size: 12px;
	font-weight: bold;
	background-color: #363636;
	padding: 5px;
}

p {
	text-align: justify;
	line-height: 16px;
	margin-top: 10px;
	margin-bottom: 10px;
}

img {
	border: none;
}

a {
	color: #898989;
	text-decoration: none;
}

a:hover {
	color: #363636;
	text-decoration: none;
	cursor: pointer;
}

ul {
	list-style: none;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 10px;
}

.tabContent li {
	margin-top: 3px;
	margin-left: 15px;
}

input, textarea {
	border: none;
	background-color: #F7F7F7;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #898989;
	line-height: 10px;
	margin-bottom: 5px;
	padding: 5px;
}

.input {
	width: 205px;
}

.file {
	border: none;
	background-color: #FFFFFF;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #898989;
	line-height: 15px;
	margin-bottom: 5px;
	padding: 5px;
}

textarea {
	width: 500px;
	height: 200px;
}

.infoHeaders {
	margin-top: 30px;
}

.noBkgHeader {
	background-color: #FFFFFF;
	padding: 0px;
}

.indexEventsListing {
	padding: 0px;
}

.collapseHeading {
	background-color: #363636;
	padding: 5px;
	margin-bottom: 3px;
	cursor: pointer;
}

.collapseHeading:hover {
	background-color: #666666;
}

#wrapper {
	width: 965px;
	position: relative;
	margin: 0px auto;
	text-align: left;
	margin-top: 0px;
}

#navContainer {
	width: 965px;
	height: 35px;
	position: relative;
	margin: 0px auto;
	text-align: left;
	margin-bottom: 10px;
	padding-bottom: 5px;
	border-bottom: #898989 1px solid;
	background: url(../images/wavehouse-logo-small.png) no-repeat right;
}

#legal {
	float: right;
	margin-right: 65px;
}

#legal li {
	display: inline;
}

#subNav {
	width: 225px;
	height: 485px;
	float: left;
}

#subNavContent {
	width: 740px;
	height: 485px;
	float: left;
}

#subNav ul {
	margin-top: 25px;
	border-bottom: #f1f1f1 1px solid;
}

#subNav li {
	width: 205px;
	height: 12px;
	padding: 10px;
	background-color: #FFFFFF;
	border-top: #f1f1f1 1px solid;
}

#subNav li:hover {
	background-color: #f1f1f1;
	border-top: #f1f1f1 1px solid;
	color: #363636;
}

#sectionContent {
	width: 965px;
	height: 485px;
	margin: 0px auto;
	text-align: left;
	border-bottom: #898989 1px solid;
	overflow:hidden;
	background-color: #FFFFFF;
}

#footer {
	width: 965px;
	height: 30px;
	position: relative;
	margin: 0px auto;
	text-align: left;
	margin-bottom: 10px;
	margin-top: 3px;
	padding: 0px;
	background-color: #363636;
}

.footerLeft {
	padding: 10px;
	float: left;
}

.footerRight {
	padding: 10px;
	float: right;
}

#links {
	width: 965px;
	height: 32px;
	position: relative;
	margin: 0px auto;
	text-align: left;
	background: url(../images/map-small.png) no-repeat right;
}

a .linkGateway {
	width: 28px;
	height: 29px;
	margin-right: 10px;
	float: left;
	background: url(../images/gateway-logo-small.png) 0px 0px no-repeat;
	cursor: pointer;
}

a .linkGateway:hover {
	background: url(../images/gateway-logo-small.png) 0px -31px no-repeat;
}

a .linkGateway span {
	display: none;
}

a .linkWaveloch {
	width: 30px;
	height: 30px;
	margin-right: 10px;
	float: left;
	background: url(../images/waveloch-logo-small.png) 0px 0px no-repeat;
	cursor: pointer;
}

a .linkWaveloch:hover {
	background: url(../images/waveloch-logo-small.png) 0px -30px no-repeat;
}

a .linkWavehouseInt {
	width: 83px;
	height: 30px;
	margin-right: 10px;
	float: left;
	background: url(../images/wavehouse-int-logo-small.png) 0px 0px no-repeat;
	cursor: pointer;
}

a .linkWavehouseInt:hover {
	background: url(../images/wavehouse-int-logo-small.png) 0px -30px no-repeat;
}

a .linkFacebook {
	width: 80px;
	height: 30px;
	margin-right: 10px;
	float: left;
	background: url(../images/facebook-logo-small.png) 0px 0px no-repeat;
	cursor: pointer;
}

a .linkFacebook:hover {
	background: url(../images/facebook-logo-small.png) 0px -30px no-repeat;
}

.makeScroll {
	overflow: auto;
}

.submitBtn {
	float: right;
	background: url(../images/page-elements/submit-button.png) 0px 0px no-repeat;
	width: 58px; 
	height: 23px;
	cursor: pointer;
	margin-left: 5px;
}

.submitBtn:hover {
	background: url(../images/page-elements/submit-button.png) 0px -23px no-repeat;
}

.submitBtn span {
	display: none;
}

.retailListingItem {
	width: 325px;
	height: 130px;
	float: left;
	margin-right: 15px;
	border-right: #363636 1px dotted;
	padding-right: 10px;
	margin-bottom: 10px;
}

.retailListingItem img {
	float: left;
	margin-right: 10px;
}

.retailListingItemText {
	float: left;
	width: 190px;
}

.retailListingItemText p {
	margin-top: 15px;
	font-weight: normal;
	font-size: 11px;

}

.retailListingItemText h5 {
	font-size: 12px;
}