@charset "UTF-8";
/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	color: #000;
	background: #666666 url(../images/black10px.jpg) repeat-x;
	font-size: 13px;
	margin-top: 10px;
	font-family: Verdana, Geneva, sans-serif;
	line-height: normal;
}
header, section, footer, aside, nav, article, figure {
	display: block;
}
/* ~~ Element/tag selectors ~~ */
h1, h2, h3, h4, h5, h6, p, ul, ol, dl, div { 
	padding: 0px;
	margin: 0px;
}
#container {
	max-width: 960px;
	margin: -10px auto 5px;
	-moz-box-shadow:    3px 3px 5px 2px rgba(20,20,20,0.6);
	-webkit-box-shadow: 3px 3px 5px 2px rgba(20,20,20,0.6);
	box-shadow:         3px 3px 5px 2px rgba(20,20,20,0.6);
	background: #FFFFFF;
}
header {
	background: url(../images/header-bg.jpg) no-repeat;
	min-height: 170px;
	display: block;
	margin: 0px;
	padding: 25px 0px 0px;
	/*background-color: #000000;  causes more contrast errors than fixes*/
}
header h1 a:link, header h1 a {
	text-decoration: none;
}
header h2 {
	font-family: "Times New Roman", Times, serif, Georgia, Garamond, Century, "Book Antiqua", Baskerville;
	font-weight: normal;
	font-size: 20px;
	color: #000;
	line-height: 42px;
	border-top: 1pt solid #FFFFFF;
	border-bottom: 1pt solid #FFFFFF;
	display: inline;
	margin: 0px;
	padding: 0px;
	font-style: normal;
	/*text-shadow: 0px 0px 8px rgba(0, 0, 0, 1.0); added to help contrast*/
}

header #logo p {
	font-size: 1em;
	line-height: 1.1;
}
header .floatRight .alignCenter p {
	font-size: 1em;
	margin: 0px;
	padding: 0px;
	text-align: left;
}
header .floatRight {
	padding-right: 20px;
	padding-top: 0px;
}
#logo {
	text-align: center;
	float: left;
	width: 50%;
	margin-left: 5%;
}
#logo a, #logo a:link {
	text-decoration: none;
}
h1 {
	font-family: "Times New Roman", Times, serif, Georgia, Garamond, Century, "Book Antiqua", Baskerville;
	font-weight: 400;
	font-size: 30px;
	color: #000066;
	line-height: normal;
	margin: 0px;
	padding: 0px;
}
h1 a, h1 a:link {
	text-decoration: none;	
}
h2 {
	font-family: "Times New Roman", Times, serif, Georgia, Garamond, Century, "Book Antiqua", Baskerville;
	font-size: 23px;
	color: #000000;
	font-weight: normal;
	margin-top: 10px;
	line-height: normal;
	margin-top: 20px;
	padding: 0px;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	font-weight: bold;
	color: #FFFFFF;
	background: #d2232a;
	display: block;
	padding: 3px 8px;
	margin-top: 20px;
	margin-right: 10px;
}
h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #000066;
	margin-top: 20px;
}
h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #d2232a;
	margin-top: 20px;
}
h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #000;
	margin-top: 20px;
	font-weight: bold;
}
p {
	font-size: 13px;
	margin-top: 10px;
	font-family: Verdana, Geneva, sans-serif;
	line-height: normal;
	color: #000000;
}
a img {
	border: none;
}
a:link {
	color: #000099;
	text-decoration: underline;
}
a:visited {
	color: #000099;
	text-decoration: underline;
}
a:hover, a:active, a:focus {
	text-decoration: none;
	color: #d2232a;
}
#nav {
	position: relative;
}
#slides {
	position: relative;
	padding: 0;
	margin: 0;
}
#searchBox {
	float: left;
	padding-bottom: 50px;
	width: 250px;
	height: 30px;
}
#searchBox #cse-search-box input {
	width: 200px;
}
.searchButton {
	background: url(../images/search-button.png) no-repeat;
	display: block;
	float: right;
	height: 25px;
	max-width: 25px;
	border-style: none;
	position: relative;
	text-indent: -2000px;
	margin: 5px 0px 0px;
	padding: 0px;
}
.hidden {
	position:absolute;
left:-10000px;
top:auto;
width:1px;
height:1px;
overflow:hidden;}
#sidebar1 {
	font-family: Verdana, Geneva, sans-serif;
	float: right;
	width: 25%; /*was 248px */
	padding: 10px 15px;
	font-size: 0.9em;
	border-left: 2px solid #D2232A;
	margin-top: 20px;
}
#content {
	padding: 0px;
	width: 70%;/*was 645px */
	float: left;
}
article {
	padding: 10px 10px; /* was 10px*/
	width: auto;
	float: left;
	width: 99%; /*added*/
}

#content ul, #content ol {
	padding: 0 15px 15px 40px;
}


/* ~~ The footer ~~ */
footer {
	padding: 5px 0;
	background: #000066;
	position: relative;/* this gives IE6 hasLayout to properly clear */
	clear: both;
	border-top: 2pt solid #d2232a;
}
footer p {
	font-size: 0.8em;
	color: #FFFFFF;
	margin: 10px 20px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 1.3em;
	font-weight: 200;
}
#container footer a:link, #container footer a:visited {
	color: #FFC300;
	text-decoration: none;
	font-size: 0.9em;
	line-height: 1.6px;
	font-family: Verdana, Geneva, sans-serif;
}
#container footer a:hover {
	color: #CCC;
	text-decoration: none;
}
address {
}


.alignCenter {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
.alignRight {
	text-align: right;
}
.alignLeft {
	text-align: left;
}
.floatRight {
	float: right;
}
.floatLeft {
	float: left;
}
.whiteScreen {
	width: 70%;
	background: #fff;
	background: rgba(255,255,255,0.8);
	padding: 3px 8px;
	margin-right: auto;
	margin-left: auto;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px; /* future proofing */
	-khtml-border-radius: 10px; /* for old Konqueror browsers */
}
.shadow {
  -moz-box-shadow:    3px 3px 5px 6px #ccc;
  -webkit-box-shadow: 3px 3px 5px 6px #ccc;
  box-shadow:         3px 3px 5px 6px #ccc;
}
.borderShadow {border:2px solid white;box-shadow: 0px 0px 5px rgba(68,68,68,0.6);}
.largerText {
	font-size: 150%;
}
.smallerText {
	font-size: 85%;
	line-height: normal;
}
#container #content .seal .smallerText {
	font-size: 85%;
}
.blue {
	color: #000066;
}
.oneHalf {
	float: left;
	width: 45%;
	padding-right: 10px;
}
.oneThird {
	float: left;
	width: 30%;
	padding-right: 10px;
}
.oneFourth {
	float: left;
	width: 23.5%;
	padding-right: 10px;
}
.twoThirds {
	float: right;
	width: 64%;
	padding-right: 5px;
}
.endRedLine {
	background: #D2232A;
	display: block;
	clear: both;
	width: 99%;
	height: 3px;
}
.red {
	color: #d2232a;
}
.thickBlue {
	background: #000066;
	margin: 0px;
	padding: 0px;
	height: 15px;
	display: block;
	position: relative;/* this gives IE6 hasLayout to properly clear */
	clear: both;
}
.seal {
	background: url(../images/florida_seal_lg.png) no-repeat center center;
	min-height: 450px;
	display: block;
	min-width: 450px;
	width: 100%;
}
.clearFloat {
	clear: both;
	height: 0px;
}
#content ol li {
	list-style: lower-roman outside;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.85em;
	line-height: normal;
	margin-left: 30px;
}
#content ul li { /*had to add a div around the ul so it wouldn't mess up the anything slider list on pages with seal*/
	margin-left: 25px;
	list-style: disc outside;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.85em;
	line-height: normal;
}
#container #content .seal div ul { /*had to add a div around the ul so it wouldn't mess up the anything slider list on pages with seal*/
	margin-left: 25px;
	list-style: disc outside;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 1em;
	line-height: 2em;
}
#container #content .seal div ul li ul li{
	line-height: 2em;
}
#sidebar1 ol li, #container #content .seal ol li {
	margin-left: 20px;
	list-style: lower-roman outside;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.9em;
}
#sidebar1 ul li {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 0.9em;
	margin-left: 20px;
	list-style: disc outside;
}
.imgBorderShadow {
	border: 6px solid #666666;
	-moz-box-shadow:    3px 3px 4px 3px #ccc;
	-webkit-box-shadow: 3px 3px 4px 3px #ccc;
	box-shadow:         3px 3px 4px 3px #ccc;
	margin-right: 15px;
	margin-bottom: 15px;
}
img {max-width:100%;height:auto}
iframe {max-width:100%;}
#container .sidebar1 p strong {
	font-family: Verdana, Geneva, sans-serif;
	font-size: .9em;
}
.dropShadowSmall {
	-moz-box-shadow: 3px 3px 3px rgba(68,68,68,0.9);
  -webkit-box-shadow: 3px 3px 3px rgba(68,68,68,0.9);
  box-shadow: 3px 3px 3px rgba(68,68,68,0.9);
}
.photoCaption {
	font-family: "Times New Roman", Times, serif, Georgia, Garamond, Century, "Book Antiqua", Baskerville;
	font-size: 12px;
	font-style: italic;
	color: #000099;
	text-align: center;
	margin-top: -10px;
}
#container #sidebar1 p em {
	font-style: italic;
}
.noPadding {
	margin: 0px;
	padding: 0px;
}
/*table*/

#container #content table { 
  max-width: 99%; 
  /*border-collapse: collapse;*/ 
}
table p {
	margin: 0px;
	font-size: 0.85em;
}
table td, table th {
	padding: 4px;
	text-align: left;
	width:inherit;
	/*color: #333333;*/
}
#content .post table {font-size:100%;}
tr:nth-child(2n+1) {background-color:#f6f6f6;}
.short-table th {
	/*background: #FFF;*/
	border-bottom:2px solid #e0e0e0;
	/*text-align:left;
	color:#d2232a;
	font-weight:bold;*/
}

#content td img {border:none;vertical-align:middle;margin:0;}
/*red
.short-table.red thead th {background:#c21200;color:#fff;}
.short-table.red table {border:1px solid #c21200;}*/
/*grey*/
/*.short-table thead th, .short-table thead tr {
	background: #FFF;
	color:#d2232a;
	text-align: left;
	margin: 0px;
	padding: 0px;
}*/
.short-table table {border:1px solid #4b4a4a; /*max-width: 635px;*/border-bottom:2px solid #4b4a4a !important}
/*blue*/
.short-table tr:nth-child(1) {background-color:#000066;color:#fff !important;}
.short-table tr:nth-child(1) p {color:#fff}
/*.short-table.blue table {border:1px solid #07558c;}*/


.help {
	background:url("../img/help.png") no-repeat 0 2px;
	min-height: 25px;
	margin-bottom: 0px;
	padding-left: 25px;
}
.favorite {background:url("../img/favorite.png") no-repeat 0 2px;
	min-height: 25px;
	margin-bottom: 0px;
	padding-left: 25px;}
.mail {background:url("../img/mail.png") no-repeat 0 2px;
	
	min-height: 25px;
	margin-bottom: 0px;
	padding-left: 25px;}
.print {background:url("../img/print.png") no-repeat 0 2px;
	
	min-height: 25px;
	margin-bottom: 0px;
	padding-left: 25px;
}
.post {background:url("../img/mail1.png") no-repeat 0 2px;
	
	min-height: 25px;
	margin-bottom: 0px;
	padding-left: 25px;}
.googleShade {
	background: #fdf6e5;
}
.box {margin:0px 8px 0px 0px;padding:10px; border-radius: 10px}
.highlight {background: #fff685;}
.noPhone {display: block;}

#container #content .seal table.clear, #container #content .seal table.clear tr:nth-child(2n+1), #container #content .seal table.clear p {
	width: 99%;
	font-size: 13px;
	background: none;
	color: #000000;
}
#container #content .seal .clear tr td .photoCaption {
	font-family: "Times New Roman", Times, serif, Georgia, Garamond, Century, "Book Antiqua", Baskerville;
	font-size: 12px;
	font-style: italic;
	color: #000099;
	text-align: center;
	margin-top: -10px;
}
#container #content .seal .oneThird .alignCenter {
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}
#container .singleSlide img {
	margin: 0;
	position: relative;
	height: auto;
	clear: both;
	width: 100%; 
	display: block;
}
#container #content .seal .twoThirds #slides, #container #content .seal .twoThirds #slides li {
	display: block;
	margin: 0px;
	padding: 0px;
	list-style: none;
	position: static;
}
#container #content .seal .twoThirds #slides li img {
	width: 100%;
	height: auto;
	padding-bottom: 10px;
}
.special {
	background: #FFF170;
	display: block;
	margin: 20px auto;
	padding: 10px 20px;
	width: 70%;
	border-top: 4pt solid #A31730;
	border-bottom: 4pt solid #A31730;
	border-right-style: none;
	border-left-style: none;
	border-right-color: #A31730;
	border-left-color: #A31730;
}

#container #content article #registration p #realname, #container #content article #registration p #firmname, #container #content article #registration p #email, #container #content article #registration p #address, #container #content article #registration p #city {
	width: 40%;
	display: inline;
}
#container #content article #registration .indentBox p #creditcardname, #container #content article #registration .indentBox p #creditcardnumber {
	width: 50%;
	display: inline;
}
#container #content article #registration p #checknumber, #container #content article #registration p #state, #container #content article #registration p #zip, #container #content article #registration .indentBox p #cvvcode {
	width: 10%;
}
#container #content article #registration p #checknumber {
	width: 10%;
	display: inline;
}
.indentBox {
	padding: 0px 10px 10px;
	width: 80%;
	border: 1pt dashed #D2232A;
	-moz-box-shadow: 3px 3px 3px rgba(68,68,68,0.9);
	-webkit-box-shadow: 3px 3px 3px rgba(68,68,68,0.9);
	box-shadow: 3px 3px 3px rgba(68,68,68,0.9);
	margin: 10px auto 8px;
	display: block;
}
.required {
	color: #D2232A;
}
#printed-article {
	display: none;
}
