/* Style sheet */

/* stylistic elements */

body {
	margin: 0 0 0 0;
	font-family: Arial, sans-serif;
	font-size: 10pt;
	color: #000;
	background: FFF;
	text-align: center;
	background-attachment: fixed;
	background-image: url(images/bg.jpg);
}

h1 {
	margin: 0 auto;
	padding: 0;
	font-size: 16pt;
	font-family: Arial, sans-serif;
	font-weight: bold;
	color: #000;
	text-align: left;
}

#popup2 h1 {
	margin: 0 auto;
	padding: 0;
	font-size: 16pt;
	font-family: Arial, sans-serif;
	font-weight: bold;
	color: #4b3016;
	text-align: center;
}

#products3 h1 {
	margin: 0 auto;
	padding: 0;
	font-size: 13pt;
	font-family: Arial, sans-serif;
	font-weight: bold;
	color: #000;
	text-align: center;
}

#titlebox h1 {
	margin: 2px 0 0 5px;
	padding: 0;
	font-size: 10pt;
	font-family: Arial, sans-serif;
	font-weight: bold;
	color: #FFF;
	text-align: left;
}

#titlebox2 h1 {
	margin: 2px 0 0 110px;
	padding: 0;
	font-size: 10pt;
	font-family: Arial, sans-serif;
	font-weight: bold;
	color: #FFF;
	text-align: left;
}

#titlebox3 h1 {
	margin: 2px 0 0 5px;
	padding: 0;
	font-size: 10pt;
	font-family: Arial, sans-serif;
	font-weight: bold;
	color: #FFF;
	text-align: left;
}

h2 {
	margin: 0 0 0 0;
	padding: 0;
	font-size: 9pt;
	font-family: Arial, sans-serif;
	font-weight: bold;
	color: #000;
	text-align: left;
}

h3 {
	margin: 5px 0 0 0;
	padding: 0;
	font-size: 14pt;
	font-family: Arial, sans-serif;
	font-weight: bold;
	color: #003366;
	text-align: center;
}

h4 {
	margin: 0 auto;
	padding: 0;
	font-size: 14pt;
	font-family: Arial, sans-serif;
	font-weight: bold;
	color: #999;
	text-align: center;
}

p {
	margin: 0 auto;
	padding: 20px 20px 5px 20px;
	font-size: 12px;
	font-weight: normal;
	font-family: Arial, sans-serif;
	color: #000;
	text-align: justify;
}

#popup2 p {
	margin: 0 auto;
	padding: 10px;
	font-size: 12px;
	font-weight: normal;
	font-family: Arial, sans-serif;
	color: #000;
	text-align: center;
}

#contact3 p {
	margin: 0 auto;
	padding: 20px;
	font-size: 12px;
	font-weight: normal;
	font-family: Arial, sans-serif;
	color: #000;
	text-align: center;
}

#topbanner p {
	margin: 5px 75px 0 0;
	padding: 0;
	font-size: 12px;
	font-weight: normal;
	font-family: Arial, sans-serif;
	color: #000;
	text-align: right;
}

#introcredits p {
	margin: 0 auto;
	padding: 0;
	font-size: 7pt;
	font-weight: normal;
	font-family: Arial, sans-serif;
	color: #000;
	text-align: right;
}

#credits p {
	margin: 0 auto;
	padding: 0;
	font-size: 7pt;
	font-weight: normal;
	font-family: Arial, sans-serif;
	color: #000;
	text-align: right;
}

#products3 p {
	margin: 0 auto;
	padding: 0;
	font-size: 10px;
	font-weight: normal;
	font-family: Arial, sans-serif;
	color: #003366;
	text-align: center;
}

form {
	margin: 2px;
	padding: 0;
}

input {
	margin: 0;
	padding: 2px;
	font-size: 12px;
	font-family: Arial, sans-serif;
	background: #FFF;
	color: #4b3016;
	border: 1px;
}

textarea {
	margin: 0;
	padding: 2px;
	font-size: 12px;
	font-family: Arial, sans-serif;
	background: #FFF;
	color: #4b3016;
	border: 1px;
}

select {
	margin: 0;
	padding: 2px;
	font-size: 11px;
	font-family: Arial, sans-serif;
	background: #FFF;
	color: #4b3016;
	border: 1px;
}

img {
	margin: 0 auto;
	padding: 0;
	border: 0;
}

strong {
	color: #4b3016;
	font-size: 14px;
	font-weight: bold;
	font-family: Times New Roman;
}

ul {
	margin: 0 auto;
	padding: 0 40px 0 40px;
	font-size: 9pt;
	font-weight: normal;
	font-family: Arial, sans-serif;
	color: #000;
	text-align: justify;
}

.firstletter:first-letter {
	color: #000;
	font-size: 200%;
	font-weight: bold;
	font-family: Times New Roman;
}

iframe {
	overflow-x: hidden;
	overflow-y: hidden;
}

/* divs */

#wrapper {
	margin: 0 auto;
	width: 700px;
	text-align: center;
}

#container {
	float: left;
	margin: 20px 0 0 0;
	width: 700px;
	text-align: center;
}

#main {
	float: left;
	margin: 0;
	padding: 0;
	width: 700px;
	background: #FFF;
	border-top-width: 1px;
  border-top-color: #000;
  border-top-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #000;
  border-bottom-style: solid;
  border-right-width: 1px;
  border-right-color: #000;
  border-right-style: solid;
  border-left-width: 1px;
  border-left-color: #000;
  border-left-style: solid;
}

#flashintro {
	float: left;
	margin: 100px 0 0 0;
	padding: 0;
	width: 700px;
	height: 300px;
	display: inline;
	background: #FFF;
	border-top-width: 1px;
  border-top-color: #000;
  border-top-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #000;
  border-bottom-style: solid;
  border-right-width: 1px;
  border-right-color: #000;
  border-right-style: solid;
  border-left-width: 1px;
  border-left-color: #000;
  border-left-style: solid;
}

#topbanner {
	float: left;
	margin: 0;
	padding: 0;
	width: 700px;
	height: 108px;
	background: url(images/topbanner.jpg);
	display: inline;
  border-bottom-width: 1px;
  border-bottom-color: #000;
  border-bottom-style: solid;
}

#flash2 {
	float: left;
	margin: 0;
	padding: 0;
	width: 700px;
	height: 176px;
	background: #000;
	display: inline;	
}

#nav {
	float: left;
	margin: 0 auto;
	padding: 0;
	width: 700px;
	height: 20px;
	background: #4b3016;
	display: inline;
	border-top-width: 1px;
  border-top-color: #000;
  border-top-style: solid;
	text-align: center;
}

#titlebox {
	float: left;
	margin: 40px 0 0 30px;
	padding: 0;
	width: 320px;
	height: 20px;
	background: #000;
	display: inline;
	text-align: left;
}

#titlebox2 {
	float: left;
	margin: 40px 0 0 0;
	padding: 0;
	width: 320px;
	height: 20px;
	background: #000;
	display: inline;
	text-align: left;
}

#titlebox3 {
	float: left;
	margin: 40px 0 0 30px;
	padding: 0;
	width: 305px;
	height: 20px;
	background: #000;
	display: inline;
	text-align: left;
}

#linkbox {
	float: left;
	margin: 40px 0 0 10px;
	padding: 0;
	width: 330px;
	height: 20px;
	background: #FFF;
	display: inline;
	text-align: left;
}

#home1 {
	float: left;
	margin: 0 0 0 30px;
	padding: 0;
	width: 638px;
	height: 320px;
	background: #EAEAEA;
	display: inline;
	text-align: center;
	border-top-width: 1px;
  border-top-color: #000;
  border-top-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #000;
  border-bottom-style: solid;
  border-right-width: 1px;
  border-right-color: #000;
  border-right-style: solid;
  border-left-width: 1px;
  border-left-color: #000;
  border-left-style: solid;
}

#home2 {
	float: left;
	margin: 0 0 0 30px;
	padding: 0;
	width: 637px;
	height: 134px;
	background: #EAEAEA;
	display: inline;
	text-align: center;
	border-top-width: 1px;
  border-top-color: #000;
  border-top-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #000;
  border-bottom-style: solid;
  border-right-width: 1px;
  border-right-color: #000;
  border-right-style: solid;
  border-left-width: 1px;
  border-left-color: #000;
  border-left-style: solid;
}


#products_iframe {
	float: left;
	margin: 0 auto;
	padding: 0;
	width: 700px;
	height: 650px;
	background: #FFF;
	display: inline;
}

#products1 {
	float: left;
	margin: 0 0 0 30px;
	padding: 0;
	width: 638px;
	height: 450px;
	background: #EAEAEA;
	display: inline;
	text-align: center;
	border-top-width: 1px;
  border-top-color: #000;
  border-top-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #000;
  border-bottom-style: solid;
  border-right-width: 1px;
  border-right-color: #000;
  border-right-style: solid;
  border-left-width: 1px;
  border-left-color: #000;
  border-left-style: solid;
}

#products2 {
	float: left;
	margin: 0 0 0 20px;
	padding: 0;
	width: 208px;
	height: 460px;
	font-size: 11px;
	background-color: #FFF;
	display: inline;
	text-align: center;
}

#products3 {
	float: left;
	margin: 0 0 110px 60px;
	padding: 0;
	width: 390px;
	height: 460px;
	background-color: #FFF;
	display: inline;
	color: #003366;
	font-size: 10px;
	overflow: hidden;
	text-align: left;
}

#products4 {
	float: left;
	margin: 0 0 0 30px;
	padding: 0;
	width: 638px;
	height: 310px;
	background: #EAEAEA;
	display: inline;
	text-align: justify;
	border-top-width: 1px;
  border-top-color: #000;
  border-top-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #000;
  border-bottom-style: solid;
  border-right-width: 1px;
  border-right-color: #000;
  border-right-style: solid;
  border-left-width: 1px;
  border-left-color: #000;
  border-left-style: solid;
}

#install1 {
	float: left;
	margin: 0 0 0 30px;
	padding: 0;
	width: 638px;
	height: 120px;
	background: #EAEAEA;
	display: inline;
	text-align: center;
	border-top-width: 1px;
  border-top-color: #000;
  border-top-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #000;
  border-bottom-style: solid;
  border-right-width: 1px;
  border-right-color: #000;
  border-right-style: solid;
  border-left-width: 1px;
  border-left-color: #000;
  border-left-style: solid;
}

#install2 {
	float: left;
	margin: 0 0 0 30px;
	padding: 0;
	width: 638px;
	height: 230px;
	background: #EAEAEA;
	display: inline;
	text-align: justify;
	border-top-width: 1px;
  border-top-color: #000;
  border-top-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #000;
  border-bottom-style: solid;
  border-right-width: 1px;
  border-right-color: #000;
  border-right-style: solid;
  border-left-width: 1px;
  border-left-color: #000;
  border-left-style: solid;
}

#install3 {
	float: left;
	margin: 0 0 0 30px;
	padding: 0;
	width: 638px;
	height: 380px;
	background: #EAEAEA;
	display: inline;
	text-align: justify;
	border-top-width: 1px;
  border-top-color: #000;
  border-top-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #000;
  border-bottom-style: solid;
  border-right-width: 1px;
  border-right-color: #000;
  border-right-style: solid;
  border-left-width: 1px;
  border-left-color: #000;
  border-left-style: solid;
}

#contact1 {
	float: left;
	margin: 0 0 0 30px;
	padding: 0;
	width: 303px;
	height: 150px;
	background-image: url(images/florida.jpg);
	background-repeat: no-repeat;
	background-color: #edf5d4;
	display: inline;
	text-align: center;
	border-top-width: 1px;
  border-top-color: #000;
  border-top-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #000;
  border-bottom-style: solid;
  border-right-width: 1px;
  border-right-color: #000;
  border-right-style: solid;
  border-left-width: 1px;
  border-left-color: #000;
  border-left-style: solid;
}

#contact2 {
	float: left;
	margin: 0 0 0 30px;
	padding: 0;
	width: 303px;
	height: 150px;
	background-image: url(images/7thyear.jpg);
	background-repeat: no-repeat;
	background-color: #edf5d4;
	display: inline;
	text-align: center;
	border-top-width: 1px;
  border-top-color: #000;
  border-top-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #000;
  border-bottom-style: solid;
  border-right-width: 1px;
  border-right-color: #000;
  border-right-style: solid;
  border-left-width: 1px;
  border-left-color: #000;
  border-left-style: solid;
}

#contact3 {
	float: left;
	margin: 0 0 0 30px;
	padding: 0;
	width: 637px;
	height: 134px;
	background: #edf5d4;
	display: inline;
	font-size: 12px;
	text-align: left;
	border-top-width: 1px;
  border-top-color: #000;
  border-top-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #000;
  border-bottom-style: solid;
  border-right-width: 1px;
  border-right-color: #000;
  border-right-style: solid;
  border-left-width: 1px;
  border-left-color: #000;
  border-left-style: solid;
}

#seal {
	float: left;
	margin: 30px 0 0 10px;
	padding: 0;
	width: 77px;
	height: 79px;
	background: #FFF;
	display: inline;
	text-align: center;
}

#bottomlinks {
	float: left;
	margin: 30px 0 0 30px;
	padding: 0;
	width: 290px;
	height: 16px;
	background: #FFF;
	display: inline;
	text-align: left;
}

#bottomphone {
	float: left;
	margin: 30px 0 0 20px;
	padding: 0;
	width: 327px;
	height: 15px;
	background: #EAEAEA;
	color: #4b3016;
	display: inline;
	font-weight: normal;
	text-align: center;
	border-top-width: 1px;
  border-top-color: #999;
  border-top-style: solid;
  border-right-width: 1px;
  border-right-color: #999;
  border-right-style: solid;
  border-left-width: 1px;
  border-left-color: #999;
  border-left-style: solid;
}

#introcredits {
	float: left;
	margin: 15px 5px 0 0;
	padding: 0;
	width: 695px;
	height: 35px;
	display: inline;
}

#credits {
	float: left;
	margin: 15px 5px 0 0;
	padding: 0;
	width: 695px;
	height: 35px;
	display: inline;
}

#popup1 {
	float: left;
	margin: 0;
	padding: 0;
	width: 498px;
	height: 398px;
	text-align: center;
	background: url(images/p_background.jpg);
	border-top-width: 1px;
  border-top-color: #000;
  border-top-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #000;
  border-bottom-style: solid;
  border-right-width: 1px;
  border-right-color: #000;
  border-right-style: solid;
  border-left-width: 1px;
  border-left-color: #000;
  border-left-style: solid;
}

#popup2 {
	float: left;
	margin: 10px 0 0 50px;
	padding: 0;
	width: 391px;
	height: 349px;
	text-align: left;
	background: #FFF;
	border-top-width: 1px;
  border-top-color: #000;
  border-top-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #000;
  border-bottom-style: solid;
  border-right-width: 1px;
  border-right-color: #000;
  border-right-style: solid;
  border-left-width: 1px;
  border-left-color: #000;
  border-left-style: solid;
}

#popup3 {
	float: left;
	margin: 0 0 0 50px;
	padding: 2px 0 0 0;
	width: 391px;
	height: 18px;
	text-align: center;
	background: #FFF;
	border-top-width: 0px;
  border-top-color: #000;
  border-top-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: #000;
  border-bottom-style: solid;
  border-right-width: 1px;
  border-right-color: #000;
  border-right-style: solid;
  border-left-width: 1px;
  border-left-color: #000;
  border-left-style: solid;
}

#eXTReMe {
	float: left;
	margin: 0 auto;
	padding: 0;
	width: 700px;
	height: 0px;
	text-align: center;
	overflow: hidden;
}


/* links */


#home2 a:link, #home2 a:visited, #home2 a:active {
	font-size: 11px;
	font-weight: bold;
	color: #4b3016;
	text-decoration: none;
}

#home2 a:hover {
	font-size: 11px;
	font-weight: bold;
	color: #000;
	text-decoration: underline;
}

#credits a:link, #credits a:visited, #credits a:active {
	font-size: 7pt;
	font-weight: normal;
	color: #000;
	text-decoration: none;
}

#credits a:hover {
	font-size: 7pt;
	font-weight: normal;
	color: #000;
	text-decoration: underline;
}

#introcredits a:link, #introcredits a:visited, #introcredits a:active {
	font-size: 14px;
	font-weight: bold;
	color: #4b3016;
	text-decoration: none;
}

#introcredits a:hover {
	font-size: 14px;
	font-weight: bold;
	color: #CCC;
	text-decoration: none;
}

#linkbox a:link, #linkbox a:visited, #linkbox a:active {
	font-size: 12px;
	font-weight: bold;
	color: #4b3016;
	text-decoration: none;
}

#linkbox a:hover {
	font-size: 12px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
}

#bottomlinks a:link, #bottomlinks a:visited, #bottomlinks a:active {
	font-size: 12px;
	padding: 0 5px 0 5px;
	font-weight: bold;
	color: #000;
	background: #FFF;
	border-top-width: 1px;
  border-top-color: #999;
  border-top-style: solid;
  border-right-width: 1px;
  border-right-color: #999;
  border-right-style: solid;
  border-left-width: 1px;
  border-left-color: #999;
  border-left-style: solid;
	text-decoration: none;
}

#bottomlinks a:hover {
	font-size: 12px;
	padding: 0 5px 0 5px;
	font-weight: bold;
	color: #000;
	background: #EAEAEA;
	border-top-width: 1px;
  border-top-color: #999;
  border-top-style: solid;
  border-right-width: 1px;
  border-right-color: #999;
  border-right-style: solid;
  border-left-width: 1px;
  border-left-color: #999;
  border-left-style: solid;
	text-decoration: none;
}

#products2 a:link, #products2 a:visited, #products2 a:active {
	font-size: 11px;
	font-weight: normal;
	color: #000;
	text-decoration: none;
}

#products2 a:hover {
	font-size: 11px;
	font-weight: normal;
	color: #000;
	text-decoration: underline;
}

#popup2 a:link, #popup2 a:visited, #popup2 a:active {
	font-size: 12px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
}

#popup2 a:hover {
	font-size: 12px;
	font-weight: bold;
	color: #000;
	text-decoration: underline;
}

#popup3 a:link, #popup3 a:visited, #popup3 a:active {
	font-size: 10px;
	font-weight: normal;
	color: #000;
	text-decoration: none;
}

#popup3 a:hover {
	font-size: 10px;
	font-weight: normal;
	color: #000;
	text-decoration: underline;
}

a:link, a:visited, a:active {
	font-size: 12px;
	font-weight: normal;
	color: #000;
	text-decoration: underline;
}

a:hover {
	font-size: 12px;
	font-weight: normal;
	color: #000;
	text-decoration: underline;
}
