@charset "UTF-8";

/* Copyright © 2007, 2008 Gulf Publishing, Inc., Ellipsis Creative Media. All rights reserved. */
/* IF YOU COPY OUR STUFF, WE WILL FIND YOU AND PROSECUTE TO THE FULLEST EXTENT - WE'RE NOT KIDDING */

/* This CSS optimizes the site for use on mobile phones and PDAs such as BlackBerrys. */


/* CSS Document */


/* ZERO RULE */
* {
	padding:0px;
	margin:0px;
}


/* General Page Definitions */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	background-color: #F8EF92;
	width:100%;
	}
h1 {
	font-size: 2em;
	padding-top: .3em;
	margin-top: .3em;
	color: #D15A2A;
	}
h2 {
	font-size: 1.2em;
	margin-top: .3em;
	margin-bottom: .5em;
	color: white;
	}
h3 {
	font-size: 1.4em;
	color: #D15A2A;
	margin-bottom: .3em;
	}
h4 {
	font-size:1.2em;
	}
p {
	margin-bottom: .6em;
	font-size: 1.2em;
	}
p.biol {
	clear:right;
	}
p.bior {
	clear:left;
	}
p.quote {
	margin-left:20px;
	margin-right:20px;
	}
.whosaid {
	font-weight: bold;
	color: #D15A2A;
	}
ul {
	margin-bottom: 5px;
	margin-top:5px;
	}
#navigation li {
	display: inline;
	padding-right: 5px;
	margin-left: 2px;
	border-right-color: black;
	border-right-style: solid;
	border-right-width: 1px;
	line-height: 1.5em;
	font-size:1.2em;
	}
#navigation li.gulftel {
	border-right: none;
	}
#content ul {
	margin-left:1.5em;
	font-size: 1.2em;
	}
a {
	outline: none;
	font-weight: bold;
}
a, a:active, a:visited{
	outline: none;
	font-weight: bold;
	text-decoration: none;
	font-weight: bold;
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: red;
	}
#footer a, #footer a:active, #footer a:visited{
	outline: none;
	font-weight: bold;
	text-decoration: none;
	font-weight: bold;
	color: white;
	}
#footer a:hover {
	text-decoration: underline;
	color: red;
	}
#footer p {
	font-size: 1em;
	}
	
/* DIV Definitions */
#header, #navigation, #main {
	padding-left:2%;
	padding-right:2%;
	width: 97%;
	}
#header {
	background-color: black;
	padding-bottom: .1em;
	}
#header p {
	display: none;
	}
#sidebar {
	display: none;
	}
#footer {
	background-color: black;
	color: white;
	padding-top:5px;
	padding-bottom:6px;
	padding-left:6px;
	padding-right:6px;
	}

/* IMAGES */
img.biol {
	float:left;
	clear:right;
	padding-right:.6em;
}
img.bior {
	float:right;
	clear:left;
	padding-left:.6em;
}
	
/* TABLE */
table {
	font-size: 1em;
	text-align:center;
	}
th, td {
	padding-top:0.5em;
	padding-bottom:0.5em;
	}
.foley, .hilton, .baldwinco, .bayou, .monroeville {
	background-color: #E6E6E6;
	}
.coltitle, .pensacola, .mobile, .bayminette, .atmore {
	background-color: #CCCCCC;
	}
.foley {
	color: #D15A2A;
	font-weight: bold;
	}
p.comment {
	font-size:.8em;
	padding-top:.5em;
	}
.asterisk {
	font-size:.5em;
	vertical-align: super;
	}

/* FORM */
h6 {
	color:#FF0000;
	font-size:1.2em;
	font-weight:bold;
	margin-bottom:1em;
}
fieldset {
	border:none;
	margin-top:1.5em;
}
.formitem {
	width:225px;
	margin-bottom:.75em;
	background-color:#EEEEEE;
}
textarea.formitem {
	height:8em;
	width:100%;
}
	
/* DO NOT DISPLAY */
.nogames, .bestview, .letterlink, .hidden {
	display:none;
	}