/*Basic 3 Column layout. This style sheet is the property of Florida Value Inc March 2006 and may not be reproduced*/

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-image: url(../images/bkg.gif);
	background-repeat: repeat-y;
}

.search {
	border: 1px solid #425A88;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;	
	
}


.large {
	font-size: 16px;
	font-weight: bolder;
}

a:visited, a:link {
	color: #0066CC;
	text-decoration: underline;
	font-weight: bold;
}

a:active, a:hover {
	color: #00CCCC;
	text-decoration: underline overline;
	font-weight: bold;

}

.highlight {
	font-weight: bold;
	background-color: #F9FC70;
}

img {
	float: left;
	margin-right: 10px;
	border: 1px solid #003366;
	margin-bottom: 8px;
	margin-left: 4px;
}



h1 {
	font-size: 8px;
	font-weight: normal;
	text-indent: 50px;
}


h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 20px;
	color: #359999;
}
h4 {
	text-transform: uppercase;
	background-color: #B1DFE4;
	text-indent: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #254B8A;
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	border: 1px solid #006699;
}
.box {
	border: 1px solid #254B8A;
	padding: 2px;
	width: 75%;
	margin-right: auto;
	margin-left: auto;
	background-repeat: no-repeat;
}


.bluebox {
	background-color: #F9FFFF;
	padding: 2px;
	width: 93%;
	border: 1px solid #ABD1FF;
	margin-right: auto;
	margin-left: auto;
}


.ctext {
	text-align: center;
}
.redtext {
	font-weight: bold;
	color: #FF0000;
}
/* container layer*/

#wrapper {
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	position: absolute;
	left: 13px;
	top: 4px;
	width: 790px;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom: 0px;
	border: 1px solid #7F8FCA;
}
/* Navigation */

#navigation {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	width: 150px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
}

#navigation ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#navigation li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #425A88;
}
#navigation li a:link, #navigation li a:visited  {
	display: block;
	padding: 2px;
	background-color: #ABD1FF;
	color: #425A88;
	text-decoration: none;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #425A88;
	border-left-color: #425A88;
}


#navigation li a:hover {
	background-color: #CEF9FF;
	color: #3A9FAB;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #3A9FAB;
	border-left-color: #3A9FAB;
	border-top-color: #3A9FAB;
	border-bottom-color: #3A9FAB;
}
/*---larger content layer---*/
#left {
	float: left;
	width: 500px;
	padding-top: 125px;
	padding-right: 5px;
	padding-left: 5px;
	text-align: justify;
}
#left h5 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #425A88;
	background-color: #D1F3FD;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	border: 1px solid #44ADB9;
	text-transform: uppercase;
	text-align: center;
}

#left img {
	float: left;
	margin-right: 10px;
	margin-bottom: 5px;
	border: 1px solid #003366;
}

.leftbox {
	width: 500px;
	clip: rect(auto,auto,auto,auto);
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 2px;
	border: 1px solid #ABD1FF;
}
/* less wide layer on right*/
#right {
	float: right;
	width: 250px;
	padding-top: 110px;
}
#right h4 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-color: #E2F5F5;
	color: #277878;
}

.rightbox {
	width: 93%;
	border: 1px solid #7F8FCA;
	padding-top: 2px;
	padding-right: 6px;
	padding-bottom: 2px;
	padding-left: 2px;
	margin-right: auto;
	margin-left: auto;

}

.price {
	font-weight: bold;
	color: #6699FF;
	text-align: left;
}


/* drops bellow both*/


#foot {
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #3A9FAB;
	text-align: center;
	background-color: #AAD3FF;
}

