@charset "UTF-8";
/* CSS Document */

/*
AMS STYLES
BUILT ON QW GRID SYSTEM

DARK BLUE: 	#2a4793
QW BLUE: 		#0a75b9
LIGHT GRAY:	#999999
GRAY:				#606060

THIS IS GREAT STUFF

*/

/* RESET
=============================== */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/* GENERAL DEFINITIONS
=============================== */

body {
	font-size: 62.6%;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	color: #606060;
	}
	
p {
	line-height: 130%;
	font-size: 1.2em;
	margin-bottom: 10px;
	}
	
/* MAIN CONTAINER
=============================== */

.container_840 {
	width: 840px;
	margin: 20px auto 10px auto;
	background-color: #fff;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: 1px solid #dadada;

	}


/* GRID GLOBAL
	Mix and match to fill the 840px:
	1 full
	1 double 1 single
	2 side 1 middle
	3 singles
=============================== */

.full,
.double,
.single,
.side,
.middle {
	display: inline;
	float: left;
	margin-left: 10px;
	margin-right: 10px;
	}


/* GRID CHILDREN
	Alpha = First
	Omega = Last
=============================== */

.alpha {
	margin-left: 0;
}

.omega {
	margin-right: 0;
}


/* GRID DEFINITION
	.full = 820
	.double = 540
	.single = 260
	.side = 160
	.middle = 460
=============================== */

.full {
	width: 820px;
	}

.double {
	width: 540px;
	}

.single {
	width: 260px;
	}

.side {
	width: 160px;
	}

.middle {
	width: 460px;
	}
	
/* TOOL BOX
=============================== */

/* http://sonspring.com/journal/clearing-floats */

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
	}

/* http://perishablepress.com/press/2008/02/05/lessons-learned-concerning-the-clearfix-css-hack */

.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
	}

.clearfix {
	display: inline-block;
	}

* html .clearfix {
	height: 1%;
	}

.clearfix {
	display: block;
	}
	
.right {
	float: right;
	}
	
	
.left {
	float: left;
	}
	
.border_top {
	border-top: 5px solid #2a4793!important;
	}
	
.border_bottom {
	border-bottom: 5px solid #2a4793!important;
	}
	
.border_top_dotted {
	border-top: 2px dotted #cccccc;
	padding-top: 10px!important;
	}
	
.border_bottom_dotted {
	border-bottom: 2px dotted #cccccc;
	padding-bottom: 10px!important;
	}
	
.dev_cyan {
	border: 1px solid cyan;
	}
	
.dev_magenta {
	border: 1px solid magenta;
	}
	
.dev_yellow {
	border: 1px solid yellow;
	}
	
/* CONTENT - HEADER
=============================== */
#header {
	background: #fff;
	/* padding-top: 20px; */
	position: relative;
	margin-bottom: 10px;
	}
	
	#header h1#logo {
		background:url(http://assets.quotewizard.com/creative/qw/v4/images/qw_logo_form_01.jpg) bottom left no-repeat #fff;
		float: left;
		text-indent: -9999px;
		}
		
		#header h1#logo a {
			height: 54px;
			width: 270px;
			margin-top: 41px;
			display: block;
			}
	
			img#ams_logo {
				margin-top:38px;
				}	
				
			img#leads360_logo {
				margin-top:48px;
				}
				
			img#allstate_logo {
			   margin:5px 30px 0 0;
			   }
			
			img#marketlink_logo {
			   margin:30px 10px 0 0;
			   }
			   
			img#country_logo {
			   margin:25px 0 0 0;
			   }			   
			
			img#agencyiq_logo {
			   margin:40px 20px 0 0;
			   }
			
	#header p#slogan {
		text-indent: -9999px;
		}
		
	#header ul#main_nav {
		list-style: none;
		padding: 0;
		margin: 0;
		position: absolute;
		bottom: 0;
		right: 0;
		display:block;
		}
		
		#header ul#main_nav li {
			float: left;
			padding: 10px 15px;
			margin: 0 1px;
			background-color: #999999;
			-moz-border-radius-topleft: 10px;
			-webkit-border-top-left-radius: 10px;
			-webkit-border-top-right: 10px;
			-moz-border-radius-topright: 10px;
			border: 2px solid #dadada;
			}
			
			#header ul#main_nav li a {
				color: #FFFFFF;
				text-transform:uppercase;
				font-size: 0.9em;
				text-decoration: none;
				border: none;
				}
				
/* OTHER PARTNET LOGOS
=============================== */

span#qb_logo {
			   font-family:arial;
			   font-size:24pt;
			   color:#4b4b4b;
			   margin:60px 20px 0;
			   }

 
			
/* CONTENT - TOP BANNER
=============================== */		
		
#top_banner {
	margin-bottom: 10px;
	padding: 2px 0;
	}
	
/* CONTENT IMAGE+TEXT-OVER COMBOS
==================================*/
.img_txt_combo {
	position: relative;
	width: 100%; /* for IE 6 */
	}
	
cite.over_text_bottom_right {
	position: absolute;
	bottom: 0px;
	left: 0;
	color: white;
	font: italic normal 130%/120% 'Helvetica Neue', Arial, Sans-Serif;
	background: rgb(0, 0, 0); /* fallback color */
	background: rgba(0, 0, 0, 0.8);
	padding: 5px 10px;
	display:block;
	}
	
span.over_text_top_left {
	position: absolute;
	top: 15px;
	left: 0;
	color: white; /* Use over darker images, otherwise add .alpha_bg class */ 
	font: normal normal 3em/130% 'Helvetica Neue', Arial, Sans-Serif;
	padding: 4px 0;
	display:block;
	text-align:center;
	width: 100%
	}
	
.alpha_bg {
	background: rgb(0, 0, 0); /* fallback color*/ 
	background: rgba(0, 0, 0, 0.7);
	}
		
	
/* CONTENT - LEFT COLUMN
=============================== */		
		
#left_column {	
	}
	
	#left_column h2.subtitle {
		color: #2a4793;
		font-size: 2.5em;
		margin-bottom: 10px;
		margin-top: 5px;
		}
		
	#left_column h3 {
		color: #2a4793;
		font-size: 2em;
		margin-bottom: 4px;
		margin-top: 2px;
		font-weight: normal;
		}
		
	#left_column ul {
		font-size:1.2em;
		list-style-type:disc;
		margin:10px;
		padding-left:30px;
		}
		
		#left_column ul li{
			padding:3px 0;
			}
		
				

		
	#left_column div#form {
			padding: 10px 10px 15px 10px;
			background-color: #EDEDED;
			border: #cccccc 2px solid;
			-moz-border-radius: 10px;
			-webkit-border-radius: 10px;
			}
			
			div#form  ul#form_fields {
				list-style: none;
				margin: 0 ;
				padding: 0;
				}
				
				div#form  ul#form_fields li.form_item {
					padding: 5px 0;
					margin: 5px 0;
					clear:both;
					display:block;
					}
					
					div#form  ul#form_fields li.form_item div.label {
						float: left;
						}
						
					div#form  ul#form_fields li.form_item div.inputs {
						float: left;
						width: 300px;
						font-weight: normal;
						}
						
						div#form  ul#form_fields li.form_item div.inputs .left {
							margin-right: 20px;
							}
					
					div#form  ul#form_fields li.form_item div.hints {
						
						}
					
					div#form  ul#form_fields li.form_item label {
						display: block;
						float: left;
						width: 180px;
						font-weight: 800;
						text-align: right;
						padding: 5px 10px 0 0;
						font-size: 1.2em;
						}
						
					div#form  ul#form_fields li.form_item select {
						width: 145px;
						}
						
						div#form  ul#form_fields li.form_item radio {
							margin-top: 30px;
							}
							
						div#form  ul#form_fields li.form_item .pad {
							font-size: 0.9em;
							}
							
						div#form  ul#form_fields li.form_item .submit {
								background: url(http://assets.quotewizard.com/creative/qw/partners/ams/bt_submit_02.jpg) top left no-repeat transparent;
								display: block;
								width:160px;	
								height:32px;		
								border:none;
								cursor: pointer;
								outline:none;
								}	
								
								div#form  ul#form_fields li.form_item .submit:hover {
									background-position: bottom left;
									}
	
/* CONTENT - RIGHT COLUMN
=============================== */		
		
#side_bar {
	background: #CCCCCC url(http://assets.quotewizard.com/creative/qw/partners/ams/bg_sidebar_01.jpg) repeat top left;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	padding-bottom: 10px;
	}
	
	#side_bar div.sidebar_item {
		display: block;
		padding: 0px 5px 5px 5px;
		margin: 10px;
		border-bottom: 1px solid #999999;
		}
		
		#side_bar div.sidebar_item h3 {
			color: #2a4793;
			font-size: 2em;
			font-weight: normal;
			margin-bottom: 5px;
			}
			
		#side_bar div.sidebar_item p {
		
			}
			
		#side_bar div.sidebar_item em {
			font-size: 1.1em;
			}
			
		#side_bar div.sidebar_item img {
			padding: 0 0 5px 0;
			}
			
		#side_bar div.sidebar_item ul.bullet_list {
			list-style:none;
			margin-left: 0px;
			font-size: 1.3em;
			margin-top: 11px;
			}
			
			#side_bar div.sidebar_item ul.bullet_list li {
				padding: 0 0 10px 35px;
				margin: 0;
				background: url(http://assets.quotewizard.com/creative/qw/partners/ams/bull_blue_01.jpg) top left no-repeat;
				}
		
/* CONTENT - FOOTER
=============================== */

#footer {
	padding: 10px 0;
	text-align: center;
	border-top: 1px dotted #dadada;
	margin-top: 10px;
	font-size:120%;
	}
	
	#footer ul li{
		float:right;
		padding-left:5px;
		}
		
		#footer ul li:last-child{
			float:left;
			}
		
		#footer ul li a{
			color: #606060;
			}

#header {

	}
	
#top_banner {

	}
	
#left_column {

	}
	
#right_column {

	}



