/* CSS Document */
#PrimaryContent
{
	border:5px solid white;
}

table {
width: 180px;
height: 200px;

}

/*#explore {
	width:735px;
	background:#333333;
	padding:10px;
	margin:0px;
	border:5px solid white;
	text-align:justify;
}*/

#explore img
{
	margin-left:25px;
}

ol {
list-style-type: none;
color: #333333;
padding: 0;
margin: 10px 0 0 20px;
text-align: left;
	}

td {
color: #333333;
font-size: 11px;
}


#text p{
color: #333333;
margin: 10px 0 0 5px;
padding:0;
}

#text img{
margin: 0;
padding:0;
float: left;
}

#text a:link, #text a:visited  {
background-color: transparent;
color: #990000;
text-decoration: none;
}

#text a:hover {
background-color: transparent;
color: #990000;
text-decoration: none;
}

.link {
border-left: 5px solid #fff;
border-top: 5px solid #fff;
border-bottom: 5px solid #fff;
border-right: 10px solid #fff;
}

.close {
border: 1px solid #000000;
margin: 5px;
float: right;
}

caption {
color: #fff;
font-weight: bold;
font-size: 16px;
font-family: "Trebuchet MS", Arial, Verdana, Helvetica, sans-serif;
line-height: 25px;
}

#car {
	position:absolute;
	width:180px;
	height:200px;
	z-index:8;
	left: 300px;
	top: 320px;
	background-color: #3399FF;
	visibility: hidden;
}


#camping {
	position:absolute;
	width:180px;
	height:200px;
	z-index:8;
	left: 300px;
	top: 320px;
	background-color: #FF6600;
	visibility: hidden;
}

#fishing {
	position:absolute;
	width:180px;
	height:200px;
	z-index:8;
	left: 300px;
	top: 320px;
	background-color: #009999;
	visibility: hidden;
}

#clothing {
	position:absolute;
	width:180px;
	height:200px;
	z-index:8;
	left: 300px;
	top: 320px;
	background-color: #990033;
	visibility: hidden;
}

#kayaks {
	position:absolute;
	width:180px;
	height:200px;
	z-index:8;
	left: 300px;
	top: 320px;
	background-color: #E10816;
	visibility: hidden;
}

#wetsuits {
	position:absolute;
	width:180px;
	height:200px;
	z-index:8;
	left: 300px;
	top: 320px;
	background-color: #19A319;
	visibility: hidden;
}

#healthy {
	position:absolute;
	width:180px;
	height:200px;
	z-index:8;
	left: 300px;
	top: 320px;
	background-color: #660066;
	visibility: hidden;
}

#convenience {
	position:absolute;
	width:180px;
	height:200px;
	z-index:8;
	left: 300px;
	top: 320px;
	background-color: #FFCC00;
	visibility: hidden;
}

#boating {
	position:absolute;
	width:180px;
	height:200px;
	z-index:8;
	left: 300px;
	top: 320px;
	background-color: #FF0099;
	visibility: hidden;
}

h5 {
color: #fff;
font-weight: bold;
margin: 0 0 15px 0;
padding: 0;
font-size: 14px;
}

/*////////////////////////////explore pages///////////////////*/

.ExplorePage
{
	width:745px;
	background:#333333;
	padding:10px;
	margin:0px;
	text-align:justify;
}
.ExploreText 
{
	background:#333333;

}

.ExploreText ul 
{
	list-style-type: none;
}
.ExploreText li 
{
	margin-bottom: -4px;
}
.ExploreText li.Heading {
	color: white;
	font-size:medium;
	font-weight:bold;
	margin-top: 5px;
}

.DepartmentPics {
background-color: #333333;
padding: 0;
margin: 0 0 0 10px;
float: right;
position:relative;/*so IE displays correctly*/
}

.DepartmentPics img 
{
	border: 2px solid #fff;
}

.logos {
margin: 15px 0 5px 5px;
}

.logos {
margin: 0;
padding: 0;
background-color:#fff;
}

.logos img{
margin: 5px 5px 10px 5px;

}

table.healthy {
margin: 0;
padding: 0;
border-collapse: collapse;
text-align: left;
margin-left:auto;
margin-right:auto;
}

table.healthy td{
white-space:nowrap;
padding:8px;
}

table.healthy p{
float: left;
color:white;
}

table.healthy img {
border: 1px solid #fff;
margin: 5px 15px 0 0;
float: left;
}


