/* style.css for floridarlm.com version 1.1 */
/* Copyright (C) 2008-2009 Brian Nez <thedude at bri1 dot com> */

@import "tabs.css";

body {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	margin: 0;
	padding: 0;
	background: #292929 url('background.png') repeat-x; /* 1e1e1e */
}

p {
	margin: 10px 0;
	padding: 0;
}

div#main {
	width: 800px;
	margin: 15px auto 0 auto;
	border: 1px solid #676767;
}

div#inner {
	border: 1px solid #000;
	background: #fff repeat-x;
}

div#header {
	width: 100%;
	height: 170px;
	overflow: hidden;
	background: url('header.png');
}

	div#header h1 {
		display: block;
		height: 1px;
		width: 1px;
		margin: 0 auto;
		padding: 0;
		text-indent: -1000em;
		overflow: hidden;
	}
	
	div#header img {
		border: 0;
		margin: 0;
		padding: 0;
	}

div#nav {
	padding: 0 0 8px 0;
	border-bottom: 1px solid #000;
	background: url('nav.png') repeat-y;
	text-align: center;
	font-size: 12px;
}

	div#nav a {
		color: #000;
		font-weight: bold;
		text-decoration: none;
	}
	
	div#nav a:hover {
		text-decoration: underline;
	}

div#content {
	background: url('contentbg.png') repeat-x;
	padding: 10px 35px 5px 35px;
}
	
	div#content p {
		text-align: justify;
	}
	
	div#content.nopadding {
		padding: 0;
	}

div#footer, div#revfooter {
	height: 64px;
	padding-top: 61px;
	text-align: center;
}
	
	div#footer {
		background: url('footer.jpg') no-repeat;
	}
	
	div#revfooter {
		background: url('footer-reverse.jpg') no-repeat;
	}

	div#footer p, div#revfooter p {
		color: #ddd;
		font-size: 14px;
		font-weight: bold;
	}

div#copyright {
	font-size: 10px;
	color: #999;
	margin: 0 auto;
	padding: 10px 0;
	width: 800px;
}

	div#copyright a {
		color: #999;
		text-decoration: none;
	}
	
	div#copyright span.bright {
		color: #999;
		font-size: 13px;
	}
	
	div#copyright a:hover {
		color: #aaa;
		text-decoration: underline;
	}

div.clear {
	height: 1px;
	background-color: #000;
	margin: 0;
	padding: 0;
	clear: both;
	overflow: hidden;
}

table#opportunities {
	width: 100%;
	text-align: center;
}
	
	table#opportunities tr {
		height: 40px;
	}

	table#opportunities tr td a {
		color: #000;
		text-decoration: none;
	}
	
	table#opportunities tr td a:hover {
		color: #018;
		text-decoration: underline;
	}

table#space_available {
	border-collapse: collapse;
}

	table#space_available tr th {
		border: 1px solid #555;
		background: #ddd;
		font-size: 13px;
	}
	
	table#space_available tr td {
		border: 1px solid #555;
		font-size: 11px;
	}
	
	table#space_available tr td p {
		text-align: left;
	}
	
	table#space_available tr td a {
		font-size: 13px;
		font-weight: bold;
	}
	
	table#space_available tr td ul {
		margin: 5px 0 5px 15px;
		padding: 0;
	}
	
	table#space_available tr td ol {
		margin: 5px 0 5px 22px;
		padding: 0;
	}

img.thumbnail {
	border: 1px solid #000;
	width: 210px;
	margin-top: 5px;
}

.a {
	background: #fff;
}

.b {
	background: #ffd;
}

a, a:visited {
	color: #018;
}

a.table_heading {
	text-decoration: none;
	font-weight: bold;
	font-style: italic;
	color: #12a;
}

ul.list_of_hyperlinks li a {
	text-decoration: none;
}

a.table_heading:hover, ul.list_of_hyperlinks li a:hover {
	text-decoration: underline;
}

a:hover {
	color: #12c;
}

a.hidden, a:visited.hidden, a:hover.hidden {
	color: #000;
	text-decoration: none;
}

a#print img {
	border: 1px solid #ccc;
	float: right;
}

h2 {
	font-size: 1.2em;
}

h3 {
	font-size: 1em;
}

.center {
	text-align: center;
}

.phone {
	font-size: 16px;
}

