/* ----------------- REDEFINES THE TAG SELECTORS ----------------- */

body {
	background: #394561;
	margin: 0px; /* Always set margins to 0. Some browsers automatically apply them. */
	padding: 0px; /* Always apply padding if you apply margins */
	text-align: center; /* Equivalent to <center> tag for older IE browsers. Remove if you do not want to center page. */
}

/* This sets a default font for all of our tag selectors. We set the text align back to left so it won't center (based on the body tag to compensate for IE.) */

p, h2, h3, h4, h5, h6, a, ul, li, ol, dt, dd, td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000000;
	padding: 0px;
	/*text-align: left;  Not necessary if not using text-align center in body tag for older IE browsers. */
}
/* Redefines the p tag */
p {
	font-size: 12px;
}
h1 {font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size:40px;
	color:#FFFFFF;
	margin: 0;
}

h2 { color: #c2b2a2;
	margin: 0;
}

address { color: #FFFFFF; font: "Times New Roman", Times, serif; font-size: 15px; font-style:normal;
}
address#panama{
	margin:20px;
	padding: 0;
	float:left;
	}

address#chipley{
	margin: 20px;	
	float:left;
	width:300px;
	padding: 0;
	}

/* Creates the general link style for the site. This is not the main navigation.  */
a:link {
}
a:visited {
}
a:hover {
}
a:active {
}
li { text-align:left; color: #FFFFFF;
	margin: 0 auto;

}

/* ----------------- PAGE LAYOUT ELEMENTS ----------------- */

div#container {
	position: relative;
	width: 770px;
	margin: 0 auto;
	background: url(images/content_bg.gif) repeat-y;
}
div#header {
	width: 770px;
	height: 167px;
	background: url(images/header.jpg) no-repeat top left;
}
/*div#content {
	background: url(images/content_bg.gif) repeat-y;

}*/
	
div#footer {
	width: 770px;
	height: 15px;
	background:url(images/footer.gif) no-repeat;
clear: both;
}
div#footer_content{
	background:url(images/footer_bg.gif) repeat-y;
	font-family:Georgia, "Times New Roman", Times, serif; color:#000000;
	font-size:14px;
}
div#footer_bottom{
	width: 770px;
	height: 14px;
	margin: 0 auto;
	background:url(images/footer_bottom.gif) no-repeat;
}
div#copyright {
font-size: 9px;
}


/* ----------------- IMAGE ELEMENTS ----------------- */
img { border: 0;
}
img.left {
	float: left;
}
img.right {
	float: right;
}
div#clear {
	clear: both;
}

/* ----------------- CUSTOM CLASSES ----------------- */
img#worker{
	float: right;
	clear: right;
	margin: 50px 50px 0 0;}


