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

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;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	font-family: Verdana, Geneva, sans-serif;
}
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;
}
/* End CSS Reset */

.wrapper {
	width: 800px;
	margin: 0px auto;
	color: #010000;
	clear: both;
}

/* Header */
#header {
	width: 800px;
	border-top: 2px solid #000;
	position: relative;
	padding-bottom: 56px;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
	#logo a {
		width: 325px;
		height: 107px;
		text-indent: -9999px;
		display: block;
		background-image: url(../images/logo.jpg);
		background-repeat: no-repeat;
		background-position: left top;
	}
	#news-link {
		position: absolute;
		font-family: Helvetica, Arial, sans-serif;
		text-transform: uppercase;
		font-size: 15px;
		right: 30px;
		top: 80px;
		
	}
		#news-link a {
			color: #010000;
			text-decoration: none;
		}
		#news-link a:hover {
			text-decoration: underline;
		}
#main-nav {
	background-image: url(../images/main-nav.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	font-family: Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	line-height: 28px;
	font-size: 13px;
	width: 775px;
	padding-left: 25px;
	height: 34px;
	float: left;
}
	#main-nav span {
		text-transform: none;
	}
	#main-nav li {
		float: left;
	}
	#main-nav li ul {
		position: absolute;
		visibility: hidden;
		z-index: 10;
	}
	#main-nav li ul li {
		float: none;
		display: inline;
		font-size: 12px;
	}
	#main-nav a {
		color: #fff;
		text-decoration: none;
		padding: 0px 15px 6px;
		display: block;
		white-space: nowrap;
	}
	#main-nav a.active {
		color: #c41230;
	}
	#main-nav a:hover {
		color: #c41230;
	}
	#main-nav li ul li a {
		width: auto;
		background-color: #333;
		color: #fff;
		padding: 0px 15px 0px;
		display: block;
		border-bottom: 1px solid #666;
	}
	#main-nav li ul li a:hover {
		background-color: #000;
		color: #c41230;
	}
	
/* Main Content */
#content {
	width: 720px;
	padding: 40px 40px 120px 40px;
	float: left;
	background-repeat: no-repeat;
	background-position: left bottom;
}
	.bus-seg #content,
	.cup #content,
	.terms #content {
		padding: 40px 40px 120px 0px;
		width: 760px;
	}
	.aboutus #content {
		background-image: url(../images/content-bkg/aboutus.jpg);
		padding-bottom: 225px;
	}
	.amc #content {
		background-image: url(../images/content-bkg/amc.jpg);
		padding-bottom: 250px;
	}
	.coverx #content {
		background-image: url(../images/content-bkg/coverx.jpg);
		padding-bottom: 250px;
	}
	.fmcc #content {
		background-image: url(../images/content-bkg/fmcc.jpg);
		padding-bottom: 200px;
	}
	.fmeis #content {
		background-image: url(../images/content-bkg/fmeis.jpg);
		padding-bottom: 225px;
	}
	.fmic #content {
		background-image: url(../images/content-bkg/fmic.jpg);
		padding-bottom: 250px;
	}
	.cup #content {
		background-image: url(../images/content-bkg/cup.jpg);
		padding-bottom: 40px;
	}
	.careers #content {
		background-image: url(../images/content-bkg/careers.jpg);
		padding-bottom: 90px;
	}
	.contactus #content {
		padding-bottom: 30px;
		background-image: url(../images/content-bkg/contactus.jpg);
		background-repeat: repeat-x;
	}
	.claim #content {
		background-image: url(../images/content-bkg/claims.jpg);
		padding-bottom: 250px;
	}
	#content .headercolumn {
		width: 155px;
		padding-right: 30px;
		float: left;
	}
		.bus-seg #content .headercolumn {
			width: 195px;
		}
		.cup #content .headercolumn,
		.terms #content .headercolumn {
			width: 760px;
		}
		#content .headercolumn h2 {
			text-align: right;
			text-transform: uppercase;
			font-weight: normal;
			color: #c41230;
			padding-top: 4px;
			font-family: Helvetica, Arial, sans-serif;
			font-size: 24px;
		}
			#content .headercolumn h2 span {
				text-transform: none;
			}
		.bus-seg #content .headercolumn h2 {
			text-align: left;
			text-indent: -9999px;
			height: 200px;
			background-repeat: no-repeat;
			background-position: top right;
		}
		.amc #content .headercolumn h2 {
			background-image: url(../images/logos/amc.jpg);
		}
		.coverx #content .headercolumn h2 {
			background-image: url(../images/logos/coverx.jpg);
		}
		.fmcc #content .headercolumn h2 {
			background-image: url(../images/logos/fmcc.jpg);
		}
		.fmeis #content .headercolumn h2 {
			background-image: url(../images/logos/fmeis.jpg);
		}
		.fmic #content .headercolumn h2 {
			background-image: url(../images/logos/fmic.jpg);
		}
		.cup #content .headercolumn h2,
		.terms #content .headercolumn h2 {
			text-align: left;
			padding-left: 20px;
			padding-bottom: 20px;
		}
	#content .contentcolumn {
		width: 535px;
		float: left;
	}
	#content .location,
	#content .people {
		width: 45%;
		float: left;
	}
	#content .wide {
		width: 55%;
	}
	#content .location {
		padding-bottom: 10px;
	}
	#content .people {
		padding-top: 10px;
		padding-bottom: 50px;
	}
		.cup #content .contentcolumn,
		.terms #content .contentcolumn {
			padding-left: 225px;
		}
		#content h3 {
			font-size: 14px;
			line-height: 20px;
			width: 100%;
			clear: left;
		}
		#content h4 {
			font-size: 12px;
			line-height: 20px;
		}
		#content .location h4 {
			text-transform: uppercase;
		}
		#content p {
			font-size: 12px;
			line-height: 20px;
			padding-bottom: 20px;
		}
			#content p.indent {
				padding-left: 20px;
			}
		#content ul {
			font-size: 12px;
			font-weight: bold;
			line-height: 16px;
			padding-left: 10px;
		}
			#content ul li {
				padding-left: 12px;
				background-image: url(../images/bullet.jpg);
				background-repeat: no-repeat;
				background-position: left top;
			}
		#content ol {
			font-size: 12px;
			line-height: 16px;
			padding: 0px 0px 15px 25px;
			list-style-type: decimal;
		}
			#content ol li {
				padding-bottom: 5px;
			}
		#content dl {
			font-size: 12px;
			line-height: 20px;
		}
			#content dt {
				font-weight: bold;
			}
			#content dd {
				padding-bottom: 15px;
			}
		#content .link {
			font-size: 14px;
		}
		#content a {
			color: #333;
		}
		#content a:hover {
			text-decoration: none;
			color: #000;
		}

#footer {
	border-bottom: 1px solid #000;
	position: relative;
	line-height: 23px;
	font-family: Helvetica, Arial, sans-serif;
	float: left;
	width: 800px;
	height: 36px;
	background-image: url(../images/footer.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin-bottom: 20px;
}
	#footer #ambest a {
		position: absolute;
		top: 0px;
		left: 40px;
		text-indent: -9999px;
		height: 24px;
		width: 90px;
		float: left;
	}
	#footer #copy {
		font-size: 10px;
		position: absolute;
		top: 12px;
		right: 160px;
	}
		#footer #copy a {
			color: #000;
		}
		#footer #copy a:hover {
			text-decoration: none;
		}
	#footer #quickclaim {
		position: absolute;
		bottom: 0px;
		right: 0px;
		font-size: 12px;
	}
		#footer #quickclaim a {
			display: block;
			background-color: #e0e0e0;
			text-transform: uppercase;
			padding: 0px 5px;
			color: #000;
			text-decoration: none;
			height: 24px;
			float: left;
		}
		#footer #quickclaim a:hover {
			background-color: #d0d0d0;
		}
	/* Homepage specific styles */
	#homepage #header {
		padding-bottom: 0px;
		background-image: none;
	}
	#homepage #content {
		width: 800px;
		padding: 0px;
	}
	#homepage #footer {
		background-image: url(../images/footer-home.jpg);
		height: 30px;
	}
	#homepage #footer #copy {
		top: 4px;
	}
	#homepage #footer #quickclaim a {
		height: 28px;
		line-height: 25px;
	}
	#splash {
		height: 325px;
	}
	#splash p {
		padding: 40px;
		font-weight: bold;
	}