/* CSS Document */

html { overflow-y:scroll; }
body {
	color:#8dacc9;
	font-size:12px;
	line-height:16px;
	margin:0 auto;
	background-color:#0A0B0F;
	background-repeat: repeat-x;
	background-position: top center;
	font-family:Arial, Helvetica, sans-serif;
	background-image:url(images/bg_body.jpg);
}

a {
	color:#ffb95a;
	font-weight:bold;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

h1, h2, h3, h4, p { margin:0 0 8px 0; }

h1 { font-size:25px; }

h2 { font-size:20px; }

h3 { font-size:15px; }

h4 { font-size: 13px; }

/* ---- class settings ----------------------- */

.img_top {
	position: absolute;
	top: 0;
	left: 0;
}

.img_btm {
	position: absolute;
	left: 0;
	bottom: 0;
}

.hidden-text {
     display: block;
     position: absolute;
     top: 0px;
     left: 0px;
     text-indent: -2000em;
}

.photo-table img { border:3px solid white; }
.city-table { margin-top:10px; }
.city-table td { padding:3px 0 3px 0; }
.city-table a { 
	padding:4px; 
	color:#8dacc9  
	margin:0 0 20px 0;
}

.city-table a:hover { 
	background-color:#10232f; 
	padding:4px;
	border: 1px solid #264056;
	color: #ffb95a;
	text-decoration:none;
} 

.gold { color: #ffb95a }

.sponsor-logo {
	position:relative;
	width:150px;
	height:auto;
	float:left;
	margin:20px 0 0 70px;
}

.logo-link {
	position:absolute;
	width:190px;
	height:40px;
	top:10px;
	left:17px;
	}

.welcome-box {
position:absolute;
top:20px;
left:300px;
}

/* ---
    min-height:400px;
    height:auto !important;
    height:400px;
--- */

/* ---- layout settings ----------------------- */


#main_container {
	position:relative;
	margin:0 auto;
	width:960px;
	height:auto;
}

#header {
	position:relative;
	top:0;
	left:0;
	width:960px;
	height:81px;
	background-image:url(images/bg_header-main.jpg);
	background-repeat:no-repeat;
}

/* ---- start nav id settings ------------------------ */
 
#nav {
	position:absolute;
	top:25px;
	right:50px;
	width:330px;
	height:20px;
}

/* ---- end nav id settings -------------------------- */

#main {
	position:relative;
	top:0;
	left:0;
	width:960px;
	height:auto;
}

/* ---- start main content settings -------------- */

#content_upper-main {
	position:relative;
	width:960px;
	height:409px;
	background-image:url(images/bg_upper-main.jpg);
	background-repeat:no-repeat;
}

.choose-city {
	position:absolute;
	width:auto;
	height:auto;
	top:159px;
	left:36px;
}

.city-image { margin-bottom:5px; }

#content_main {
	position:relative;
	top:0;
	left:0;
	float:left;
	width:960px;
	height:272px;
	background-image:url(images/bg_content-main.jpg);
	background-repeat:no-repeat;
	margin-bottom:50px;
}

.content_welcome {
	position:relative;
	width:335px;
	height:auto;
	float:left;
	padding:25px 25px 0 35px;
}

.content_photos {
	position:relative;
	width:280px;
	height:auto;
	float:left;
	padding:25px 0 0 0;
}

.content_posts {
	position:relative;
	width:225px;
	height:auto;
	float:right;
	padding:25px 30px 0 10px;
}

#content_lower {
	position:relative;
	width:960px;
    min-height:260px;
    height:auto !important;
    height:260px;
	background-image:url(images/bg_content-lower.jpg);
	background-repeat:repeat-y;
	padding-bottom:20px;
}

.content_lower-nav {
	position:absolute;
	bottom:0;
	left:0;
	width:920px;
	height:21px;
	background-image:url(images/content_lower-btm.jpg);
	background-repeat:no-repeat;
	padding:20px 0 0 40px;
}

.content_lower-nav a {
	margin:0 40px 0 0;
	color:#8dacc9;
}

/* ---- end main content settings ---------------- */

/* ---- sub-layout settings ----------------------- */

#header-sub {
	position:relative;
	top:0;
	left:0;
	width:960px;
	height:81px;
	background-image:url(images/bg_header-sub.jpg);
	background-repeat:no-repeat;
}

#content_upper-orlando {
	position:relative;
	width:960px;
	height:412px;
	background-image:url(images/bg_content-upper-orlando.jpg);
	background-repeat:no-repeat;
}

#content_upper-tampa {
	position:relative;
	width:960px;
	height:412px;
	background-image:url(images/bg_content-upper-tampa.jpg);
	background-repeat:no-repeat;
}

#weeks-influences {
	position:absolute;
	top:20px;
	right:40px;
	width:218px;
	height:200px;
	color:#203b60;
	text-transform:uppercase;
	padding:25px 0 0 0;
}

#weeks-influences a { color: #203b60; }
#weeks-influences td { padding:5px; }
#weeks-influences img { border:3px solid white; }

#learn-more {
	position:absolute;
	bottom:40px;
	right:80px;
}

#learn-more2 {
	position:absolute;
	bottom: 5px;
	right:10px;
}


#learn-more3 {
	position:absolute;
	bottom: 5px;
	right: 30px;
}

#learn-more4 {
	position:absolute;
	bottom: 15px;
	right: 10px;
}
#content_main-sub {
	position:relative;
	width:682px;
	height:456px;
	float:left;
	background-image:url(images/bg_content-main-sub.jpg);
	background-repeat:no-repeat;
}

#content_profile {
	position:relative;
	width:400px;
	height:160px;
	padding:20px 0 0 40px;
	float:left;
}

#content_profile p { margin-top:10px; }

.img-profile {
	float:left;
	border:3px solid white;
	margin:12px 10px 5px 0;
}

#recent-pics {
	position:relative;
	width:150px;
	height:auto;
	float:right;
	padding:20px 40px 0 0px; 
}

#recent-pics img { border:3px solid white; }

#recent-pics .no-border { border:0; }

#latest-entry {
	position:relative;
	width:400px;
	height:auto;
	float:left;
	padding:15px 0 80px 40px;
}

#poll_facebook {
	position:relative;
	width:243px;
	height:396px;
	float:right;
	background-image:url(images/bg_poll-facebook.jpg);
	background-repeat:no-repeat;
padding: 0 0 0 25px;
margin-right:10px;
}

.poll { 
	position:relative;
	width:228px;
	height:270px;
	font-size: 10px;
	padding:40px 0 0 0;
}

#poll { 
	font-size: 10px;
}

.facebook {
	position:relative;
	width:218px;
	height:auto;
	padding:0 60px 0 0;
}

.facebook2 {
	position:relative;
	width:218px;
	height:auto;
	padding:100px 0px 0 0;
}

#content_mid-lower {
	position:relative;
	width:960px;
	height:289px;
	background-image:url(images/bg_content-mid-lower.jpg);
	background-repeat:no-repeat;
}

#content_features {
	position:relative;
	width:620px;
	height:auto;
	float:left;
	padding:30px 50px 30px 40px;
}

#content_features p {
	width:290px;
	float:left;
	margin:5px 20px 0 0;
}

#nominate-someone {
	position:relative;
	width:210px;
	height:auto;
	float:left;
	padding:55px 0 0 0;
}


/* ---- start navigation settings -------------------------- */
 
#nav a {
	position:relative;
	float:left;
	height:20px;
	cursor:pointer;
	background-repeat:no-repeat;
	background-image:url(images/nav/nav.gif);
}

a#nav_01 {
	width:50px;
	background-position:0 0;
}

a:hover#nav_01{
	background-position: 0 -20px;
}


a#nav_02 {
	width:79px;
	cursor:default;
	background-position:-50px 0;
}

a:hover#nav_02{
	background-position:-50px -20px;
}


a#nav_03 {
	width:69px;
	cursor:default;
	background-position:-129px 0;
}

a:hover#nav_03{
	background-position:-129px -20px;
}


a#nav_04 {
	width:132px;
	cursor:default;
	background-position:-198px 0;
}

a:hover#nav_04{
	background-position:-198px -20px;
}
