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

body {
	background-color: #98c71d;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#top-nav {
	font-size: 12px;
	color: #340a00;
	text-align: right;
	padding: 0px;
	width: 773px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
	#top-nav a {
		color: #fff;
		text-decoration: none;
	}
	#top-nav a:hover {
		color: #fff;
		text-decoration: underline;
	}
#header {
	padding: 0px;
	width: 773px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0px;
}
		#header h1{
			padding: 0px;
			width: 773px;
			background-color: #98c71d;
			background-image: url(images/connect2_03.gif);
			background-repeat: no-repeat;
			background-position: left top;
			margin: 0px;
			height: 130px;
			}
		#header h1 span {
			display:none
			}
/* nav */
#nav {
	width: 755px;
	height: 27px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
}
	
#nav ul {
	margin: 0px;
	padding: 0px;
	float:left;
	width: 755px;
	list-style-type: none;
}
#nav ul li {
	float:left;
	margin: 0px;
	padding: 0px;
}
#nav ul li a {
	display:block;
	background-image:url(images/nav-bar.gif);
}
#nav ul li a span {
	visibility:hidden;
}
#nav ul li a:link {
	text-decoration:none;
}
#nav ul li a:visited {
	text-decoration:none;
}
		
					
a#navhome {
	background-position: 0px 0px;
	height: 27px;
	width: 99px;
}
a#navvendor {
	background-position: -99px 0px;
	height: 27px;
	width: 151px;
}
a#navshows {
	background-position: -250px 0px;
	height: 27px;
	width: 92px;
}
a#navabout {
	background-position: -342px 0px;
	height: 27px;
	width: 125px;
}
a#navquestions {
	background-position: -467px 0px;
	height: 27px;
	width: 149px;
}
a#navcontact {
	background-position: -616px 0px;
	height: 27px;
	width: 133px;
}

a#navhome:hover {
	background-position: 0px -27px;
}
a#navvendor:hover {
	background-position: -99px -27px;
}
a#navshows:hover {
	background-position: -250px -27px;
}
a#navabout:hover {
	background-position: -342px -27px;
}
a#navquestions:hover {
	background-position: -467px -27px;
}
a#navcontact:hover {
	background-position: -616px -27px;
}

#home-top {
	width: 827px;
	background-image: url(images/connect2_14.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	height: 186px;
}
#top {
	width: 785px;
	background-image: url(images/bg-top.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	margin-right: auto;
	margin-left: auto;
	margin-top: 10px;
	margin-bottom: 0px;
	height: 20px;
}
#wrap {
	background-image: url(images/bg.gif);
	background-repeat: repeat-y;
	background-position: center top;
	margin: 0px auto;
	padding: 0px;
	width: 785px;
}
#container {
	padding: 0px;
	width: 755px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
}
#content {
	padding: 0px 0px 50px;
	width: 700px;
	margin-top: 0px;
	margin-right: 27px;
	margin-bottom: 0px;
	margin-left: 28px;
	float: left;
	display: inline;
	font-size: 16px;
}
.location-inset {
	position: absolute;
	height: 95px;
	width: 186px;
	right: 41px;
	bottom: -53px;
}
#bottom {
	width: 785px;
	background-image: url(images/bg-bottom.gif);
	background-repeat: no-repeat;
	background-position: center top;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	margin-bottom: 0px;
	height: 20px;
}
#bottom-nav {
	font-size: 12px;
	color: #340a00;
	text-align: center;
	padding: 20px 0px 0px;
	width: 773px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
	#bottom-nav a {
		color: #fff;
		text-decoration: none;
	}
	#bottom-nav a:hover {
		color: #fff;
		text-decoration: underline;
	}
#footer {
	font-size: 14px;
	color: #340a00;
	text-align: center;
	width: 773px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	padding-bottom: 10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
}
	#footer a {
		color: #340a00;
		text-decoration: underline;
	}
	#footer a:hover {
		color: #340a00;
		text-decoration: none;
	}
.break {
	clear:both;
}
.white-text {
	color: #fff;
}