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

A.footer:link {text-decoration: none; color:#61B2DD}
A.footer:visited {text-decoration: none; color:#61B2DD}
A.footer:active {text-decoration: none; color:#61B2DD}
A.footer:hover {text-decoration: underline; color:#CCCCCC}
/*link script for the ABC link at the bottom */

body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;
	font-size: 100%;
	background-color: #1C6DA5;
}
#container {
	width: 1000px;
	margin: 0 auto;
	text-align: left; /* this overrides the text-align: center on the body element. */
	background-color: #1C6DA5;
} 
#header {
	height: 219px;
	width: 1001px;
	background-repeat: no-repeat;
	float: left;
} 
#mainContent {
	font-family: "Trebuchet MS", Arial, Helvetica;
	font-size: 11px;
	width: 1000px;
	float: left;
	padding-bottom: 20px;
	background-image: url(images/background.jpg);
	background-repeat: repeat-y;
	color: #333333;
} 
#left_column {
	float: left;
	width: 333px;
	font-size: 11px;
	margin-top: 20px;
}

.image_wrapper {



}
#left_column_text {
	padding-left: 50px;
	text-align: justify;
	padding-right: 20px;
	color: #000000;
	padding-top: 27px;
}
.left_column_ul {
	display: block;
	margin-left: 5px;
	padding-left: 5px;
	margin-top: 2px;
	margin-bottom: 2px;
	text-align: left;
}
#middle_column_wide {
	float: right;
	width: 666px;
	font-size: 12px;
	margin-top: 20px;
}
#middle_column_text_wide {
	padding-left: 45px;
	text-align: justify;
	padding-right: 42px;
	padding-top: 45px;
}
#middle_column_Xwide {
	float: right;
	width: 999px;
	font-size: 12px;
	margin-top: 20px;
}
#middle_column_text_Xwide {
	padding-left: 45px;
	text-align: justify;
	padding-right: 42px;
	padding-top: 45px;
	width: 900px;
}




#right_column {
	width: 333px;
	float: left;
	margin-top: 20px;
}

#right_column_text {
	text-align: justify;
	padding-right: 44px;
	padding-left: 40px;

}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
#form_wrapper {

}
.form_text_area {
	height: 150px;
	width: 450px;
}
.form_input_box {
	width: 150px;
	margin-right: 5px;
}




#nav_menu {
	width: 294px;
	font-family: Arial, Helvetica, sans-serif;
	height: 15px;
	font-weight: bold;
	margin-left: 706px;
}


#nav_menu ul {
	font-size: 12px;
	display: block;
	list-style-type: none;
	text-transform: uppercase;
	margin: 0px;
	padding: 0px;
}

#nav_menu li {
	padding-right: 15px;
	float: left;

}
#nav_menu li a {
	color: #1C6DA5;
	text-decoration: none;
}

#nav_menu li a:hover {
	color: #61B2DD;
	text-decoration: none;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


#footer {
	height: 125px;
	width: 1000px;
	background-image: url(images/akl_footer.jpg);
	background-repeat: no-repeat;
	font-size: 10px;
	color: #61B2DD;
	text-align: center;
} 

h2 {
	font-size: 12px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
	color: #1C6DA5;
}
p {
	margin-top: 2px;
	margin-bottom: 2px;
	padding-top: 2px;
	padding-bottom: 10px;
}
#footer_text {
	width: 1000px;
	float: left;
}

h3 {
	font-size: 11px;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 2px;
	padding-bottom: 2px;
	color: #002164;
}
#footer_menu {
	width: 909px;
	font-family: Arial, Helvetica, sans-serif;
	height: 10px;
	padding-top: 50px;
	margin-left: 50px;
	text-align: right;
}
#footer_menu ul {
	font-size: 12px;
	display: block;
	list-style-type: none;
	text-transform: lowercase;
	margin: 0px;
	padding: 0px;
}
#footer_menu li {
	padding-right: 15px;
	float: left;
	color: #64B3DC;
}
#footer_menu li a {
	color: #61B2DD;
	text-decoration: none;
}
#footer_menu li a:hover {
	color: #CCCCCC;
	text-decoration: none;
}
.services_list {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 50px;
	float: left;
	list-style-image: url(images/aklbullet.jpg);
}

.services_list_personal {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 50px;
	float: left;
	width: 200px;
	list-style-image: url(images/aklbullet.jpg);
}
.services_list_commercial {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 50px;
	float: right;
	width: 200px;
	list-style-image: url(images/aklbullet.jpg);
}
#services_wrapper {
	width: 550px;
	float: left;
	padding-bottom: 20px;
}
#services_wrapper_2 {
	width: 550px;
	float: left;
}



#carrier_wrapper {
	width: 900px;
}
.carrier_logo {
	width: 150px;
	padding-top: 20px;
}
#carrier_wrapper_property {
	width: 900px;
	padding-bottom: 30px;
	text-align: center;
}
#carrier_wrapper_commercial {
	width: 900px;
	padding-bottom: 30px;
	text-align: center;
}
#carrier_wrapper_bonded {
	width: 900px;
	text-align: center;
}


.carrier_column_left {
	width: 200px;
	float: left;
}
.carrier_column_middle {
	width: 200px;
	float: left;
}

.carrier_column_right {
	width: 200px;
	float: left;
}
#agent_wrapper {
	width: 900px;
	padding-left: 70px;
	float: left;
}
#agent_wrapper ul {
	display: block;
	list-style-type: none;
	text-transform: uppercase;
	margin: 0px;
	padding: 0px;
}
#agent_wrapper li {
	padding-right: 15px;
	float: left;
}
.agent_name {
	width: 150px;
	padding-top: 20px;
	font-weight: bold;
	text-align: left;
	font-size: 12px;
	color: #000000;
}
.agent_title {
	width: 150px;
	font-size: 10px;
	font-style: italic;
	text-align: left;
}

.agent_column_left {
	width: 250px;
	float: left;
}
.agent_column_right {
	width: 250px;
	float: left;
}
.text_area{
	height: 100px;
	width: 450px;
}
.bonding {
	font-size: 12px;
	display: inline;
	list-style-type: none;
	text-transform: uppercase;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
}
