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


/*Mobile View*/
@media (max-width: 480px)
{



#wrapper {
	height: 785px;
	width: 460px;
	margin-right: auto;
	margin-left: auto;
}



#header {
	height: 64px;
	width: 460px;	
	
}
.logo {
	background-image: url(../images/logo-mobile-slice.jpg);
	height: 64px;
	width: 91px;
	float: left;
}
.logo-image {
	background-image: url(../images/main-logo-slice-mobile.jpg);
	height: 64px;
	width: 78px;
	margin-top: 3px;
	margin-left: 3px;
}
.navigaton {
	background-image: url(../images/nav-slice-mobile-bg.jpg);
	height: 64px;
	margin-left: 91px;
	width: 369px;
}
.navigaton-bar {
	width: 360px;
	height: 40px;
	margin-left: 0px;
	margin-top: 0px;
}
.navigaton-bar ul {
	width: 320px;
	height: 30px;
	margin-top: 45px;
}

.navigaton-bar ul li {
	list-style-type: none;
	width: 44px;
	height: 12px;
	float: left;
}
.navigaton-bar ul li a {
	font-weight: bolder;
	color: #FFF;
	font-size: 9px;
	font-family: Arial, Helvetica, sans-serif;
}
#section {
	background-image: url(../images/about-page-body-pix-mobile-bg.jpg);
	height: 713px;
	width: 460px;
}
#showcase {
	background-color: #CCC;
	float: left;
	height: 620px;
	width: 390px;
	margin-left: 34px;
	margin-top: 25px;
}
.image-container {
	height: 330px;
	width: 280px;
	margin-top: 30px;
	float: left;
	margin-left: 225px;
}

.slide_img{
	position: absolute;
	width: 240px;
	height: 312px;
	left: 285px;
	top: 120px;
	margin-top: -10px;
}

.slide_img img{
	width: 240px;
	height: 312px;
}


#i1, #i2, #i3, #i4{
	display: none;
}


#one img {
	background-image: url(../images/tallahassee-hot-spots-mobile-pix.jpg);
	height: 312px;
	width: 240px;
	margin-top: -25px;
	margin-left: -120px;
}
#two img {
	background-image: url(../images/mace-logo-mobile-pix.jpg);
	height: 312px;
	width: 242px;
	margin-top: -25px;
	margin-left: -120px;
}
#three img {
	background-image: url(../images/birds-poster-mobile-pix.jpg);
	height: 312px;
	width: 242px;
	margin-top: -25px;
	margin-left: -120px;
	
}
#four img {
	background-image: url(../images/american-express-mobile-pix.jpg);
	height: 312px;
	width: 242px;
	margin-top: -25px;
	margin-left: -120px;
}


.nav{
	width: 140px;
	height: 11px;
	text-align: center;
	z-index: 99;
	margin-top: 320px;
	margin-left: -120px;
}


.dots{
	top: -5px;
	width: 18px;
	height: 18px;
	margin: 0 4px;
	position: relative;
	border-radius: 50%;
	display: inline-block;
	background: rgba(0,0,0,.6);
}

.slide_img{
	z-index: -1;
}

#i1:checked ~ #one,
#i2:checked ~ #two,
#i3:checked ~ #three,
#i4:checked ~ #four{
	z-index: 9;
}
	
#i1:checked ~ .nav #dot1,	
#i2:checked ~ .nav #dot2,	
#i3:checked ~ .nav #dot3,
#i4:checked ~ .nav #dot4{
	background: #fff;
}

#footer {
	background-image: url(../images/footer-slice-mobile-bg.jpg);
	height: 18px;
	width: 460px;
	float: left;
	margin-top: -40px;
}
#footer p {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bolder;
	color: #FFF;
	font-size: 10px;
	margin-top: 3px;
}
