﻿/*ESERVICE STYLING*/
/*---------------------SEMANTIC------------------------------*/
h1 {
	margin: 0px 0px 0px 60px;
	padding: 0px 0px 0px 0px;
	text-align: left;
	color: #333333;
	font-family: Georgia;
	font-size: 200%;
	font-weight: 200;
	margin-top: 0px;
	letter-spacing: 1px;
}
h2 {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 120%;
	font-weight: 200;
	color: #336699; /*#4477BB;*/;
	clear: both;
}
h3 {
	margin: 15px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: Georgia;
	font-size: 80%;
	font-weight: 100;
	font-weight: bold;
	font-style: italic;
	color: #666666;
}
/*-------------*/
h4 {
	margin: 10px 0px 0px 20px;
	padding: 0px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 70%;
	font-weight: bold;
	color: #000000;
}
p {
	margin: 10px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 90%;
}
.intro {
	width: 640px;
	margin: 5px 0px 10px 20px;
}
/*---------------------information tables-------------------------------*/
.infotable {
	border: 1px #CCD8E1 solid;
	margin: 10px 20px 10px 10px;
	padding: 0px 0px 0px 0px;
}
.infotable td {
	vertical-align: top;
	margin: 0px 0px 0px 0px;
	padding: 5px 5px 5px 5px;
	border: 1px #CCD8E1 solid;
}
.infotable th {
	font-family: Verdana;
	vertical-align: top;
	font-size: 70%;
	text-transform: uppercase;
	margin: 0px 0px 0px 0px;
	padding: 5px 5px 5px 5px;
	text-align: left;
	color: #336699;
	background-color: #CCD8E1;
}
tr.teeny th {
	text-transform: capitalize;
	font-size: 80%;
}
.datacell {
}
/*--------Search Returns like www.myfloridacfo.com/search/search.aspx--------------*/
.srchRtrns {
	width: 900px;
}
.srchRtrns p {
	margin: 0px 0px 5px 0px;
}
.srchRtrns a {
	text-decoration: none;
	color: #336699;
}
.srchItem {
	border-bottom: 2px dotted #BAD7ff;
	background-color: #FFFFFF;
}
.srchAltItem {
	border-bottom: 2px dotted #BAD7ff;
	background-color: #FFFFFF;
}
.srchRtrnCnt {
	font-size: smaller;
	font-family: Georgia;
	font-style: italic;
}
.srchInput {
	margin-bottom: 10px;
}
