@charset "utf-8";

/*
	Florida Wireless Association
	Author : Joey Avino
	Copyright : Amedia Creative
	Link : www.amediacreative.com
	Email : info@amediacreative.com
	Phone : 310/651/8733
	Fax : 310/388/1210

	Hex Index
	DARK BLUE #002130
	MED BLUE #15cae8
	LIGHT BLUE #43d3ed
*/

/* LAYOUT */

html, body {
	margin: 0px;
  	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #002130;
	background: #f3fbfc;

}

div {
	position: relative;
	z-index: 0;
	text-align: left;

}

img { border: 0px; }

h1, h2, h3, h4, p { margin: 0px; }

h1 {

	font: 24px Arial, Helvetica, sans-serif;
	color: #ff7200;
	margin-bottom: 10px;
	width: auto;

}
h2 {

	font: bold 12px Arial, Helvetica, sans-serif ;
	color: #37b9c3;

}

h3 {

	color: #155772;
	font-size: 15px;
	font-weight: bold;

}

a {

	color: #1d5e78;
	text-decoration: none;
	font-weight: bold;
	
}

a:hover {

	color: #ffb87f;	
	text-decoration: underline;
	
}

.section {

	width: 286px;
	margin-right: 21px;

}

.section .mid_section, .sectionmid .mid_section {

	width: 258px;
	height: auto;
	padding: 10px 13px 10px 13px;
	border-left: 1px solid #15cae8;
	border-right: 1px solid #15cae8;
	background: #dbf6fb url('../images/sections/section_mid.png') repeat-x top left;

}

.section .top_section, .sectionmid .top_section {

	width: 286px;
	height: 3px;
	background: url('../images/sections/section_top.png') no-repeat bottom left;

}

.section .btm_section, .sectionmid .btm_section {

	width: 286px;
	height: 10px;
	display: block;
	background: url('../images/sections/section_btm.png') no-repeat top left;

}

.sectionmid {

	width: 578px;
}

.sectionmid .mid_section { width: 550px;  background: #dbf6fb url('../images/sections/midholder_mid.png') repeat-x top left; }
.sectionmid .top_section { width: 578px;  background: url('../images/sections/midholder_top.png') no-repeat bottom left; }
.sectionmid .btm_section { width: 578px;  background: url('../images/sections/midholder_btm.png') no-repeat top left; }

#policy_holder {
	margin:10px;
	width: 580px;
}

