/****** FloridaHomeOption.com style sheet 
	Designed by Patricia A. Simmons, Web Wise Concepts LLC
	Copyright 2006 
******************************************/
body {
	margin: 0;/*zeroes the margins on the body*/
	padding: 0;/*zeroes the padding on the body */
	border: 0;/*zeroes off any existing border*/
	background-color:#D7DEE4;/*sets the body background color*/
	color: #000; /*set the default text color */
	text-align: center; /* Hack to center the wrapper in IE5.x pc */
	font-family: Arial, Helvetica, sans-serif;/*set the default fonts */
	font-size: 100.01%;/* Sets default font size and compensates for several browser bugs */
	min-width: 784px; /* Prevents the body becoming narrower than our wrapper div - keeps the content from disappearing off the left edge with Gecko browsers */
}
#wrapper {
	margin: 5px auto;/* centers the wrapper first value */
	width: 784px; /* sets the width of the wrapper */
	position: relative; /* important to position it relatively */
	border: 0;
	text-align: left;
}
#content {
	width: 784px;
}
#left {
	float: left;
	width: 580px;
}
#right {
	margin-left: 580px;
}

#sidebar {
	position:absolute;
	top: 418px;
	left: 603px;
	padding: 5px;
	width: 149px;
}

p {
	font-size: 82%;
	line-height: 1.25;
}
h1, h2 h3, h4, h5, h6 {
	color: #006699;
	background-color: transparent;
}
h1 {
	font-size: 130%;
	margin: 20px;
}
h2, h3 {
	font-size: 95%;
	padding: 5px 0;
}
h3 {
	font-style: italic;
}
h4 { 
	font-size: 90%;
}
p#next {
	font-size: 75%;
	text-align: right;
	margin-top: 50px;
	margin-bottom: 5px;
}
img {
	border: 0;
}
img#topmn {
	float: left;
	margin-left: 6px;
}
img#mast {
	margin-top: -3px;
	margin-left: 6px;
}
img#menumap {
	float: right;
	margin-top: -26px;
	padding-right: -5px;
}
div#masthead {
	width: 784px;
}
img#tyler {
	float: right;
	padding-bottom: 5px;
	padding-left: 5px;
}
img#stop {
	vertical-align: middle;
}

/****** tables ******/
table#main {
	width: 580px;
	background-color: #E3E8EC;
	color: inherit;
	border:0;
	padding: 0 10px;
}
table td {
	vertical-align: top;
	border: 0;
	border-spacing: 0;
	padding-left: 5px;
	text-align: left;
}
td#logo {
	background-color: #D7DEE4;
	color: #006699;
}	
td#logo img {
	padding: 0 40px 3px 0;
	vertical-align: middle;
}
td#logo h1 {
	padding-top: 10px;
	margin: 0;
}
/****** Navigation ******/
#uppermenu {
	float: right;
	width: 250px;
	padding-top: 35px;
	text-align: right;
}
#lowermenu {
	text-align: left;
	padding: 5px 0 3px 5px;
	margin-left: 8px;
	width: 760px;
	background-color:#C7D3DC;
	color: inherit;
}
#uppermenu ul,
#lowermenu ul {
	display: inline;
	padding-left: 0;
	font-size: 82%;
}
#uppermenu ul li,
#lowermenu ul li {
	display: inline;
	list-style-type: none;
	padding-right: 5px;
}
a:link, a:visited {
	text-decoration: none;
	font-weight: bold;
	color: #29628F;
	background-color: transparent;
}
a:hover {
	color: #C7D3DC;
	background-color: #29629F;
}

/****** Lists ******/
ul.point li {
	list-style-image:url(../grafx/point.gif);
	font-size: 82%;
}
ol.point li {
	font-size: 82%;
}

/****** Footer ******/
#footer {
	clear: both;
}
* html #footer {
	position: relative;
}
#bottomlinks {
	font-weight: bold;
	font-size: 80%;
	padding: 10px;
	text-align: left;
}
#inquire{
	text-align: center;
}
#phone {
	color: #29628F;
	background-color: transparent;
	margin: -10px 0;
	font-size: normal;
}
#siteinfo {
	font-size: 80%;
	color:#999999;
	background-color: transparent;
}
#siteinfo a:link,
#siteinfo a:hover {
	color: #29629F;
	background-color: #D7DEE4;
	font-weight: normal;
}
#siteinfo a:hover {
	color: #D7DEE4;
	background-color: #29629F;
}
.new {
	color: #990000;
	background-color: transparent;
	font-style: italic;
}

/* end stylesheet */
