@charset "utf-8";

/*
	Kentucky 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 */

body {
	background-image: none;
	background-color: #E8FEFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #002130;
}

#policy_holder {

	width: 80%;
	margin: auto;
	margin-top: 50px;
	top: 10%;
	bottom: 10%;

}

h1 {
	font: 24px Arial, Helvetica, sans-serif;
	color: #00638C;
}
h2 {
	font: bold 12px Arial, Helvetica, sans-serif;
	color: red;
}
h3 {
	color: #002130;
	font-size: 15px;
	font-weight: bold;

}

h1, h2, h3, p { margin: 2px; }


.notify h2 {

	font-size: 30px;
	font-weight: lighter;
	text-align: center;
}

.spacer { 

	height: 10px;
	width: auto;

}

#top a:hover, #footer a:hover { color: red; }

.section {

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

}

.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: #e8feff 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;
	float: left;
	
}

.sectionmid .mid_section { width: 550px;  background: 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; }


.holder { 

	width: 900px;
	height: auto;

}


.holder .mid { 

	width: 878px;
	padding: 10px;
	border-left: 1px solid #15cae8;
	border-right: 1px solid #15cae8;
	background: #e8feff url('../images/sections/holder_mid.png') repeat-x top left;

}

.holder .top { 

	width: 900px;
	height: 3px;
	background: url('../images/sections/holder_top.png') repeat-x bottom left;

}


.holder .btm {

	width: 900px;
	height: 3px;
	margin-bottom: 2px;
	background: url('../images/sections/holder_btm.png') repeat-x top left;

}



/* IE */
* html body {
scrollbar-3dlight-color:#F0F0EE;
scrollbar-arrow-color:#676662;
scrollbar-base-color:#F0F0EE;
scrollbar-darkshadow-color:#DDD;
scrollbar-face-color:#E0E0DD;
scrollbar-highlight-color:#F0F0EE;
scrollbar-shadow-color:#F0F0EE;
scrollbar-track-color:#F5F5F5;
}
