@charset "utf-8";
/* CSS Document */

* {
	margin: 0px;
	padding: 0px;
}
body {
	font-size: 62.5%;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #c0c0c0;
}
#container {
	width: 777px;
	border: 1px solid #999;
	margin: 0 auto;
	margin-bottom: 50px;
	margin-top: 15px;
	background-color: #ffffff;
}
	#finding_clients #container {
		height: 1640px;	
	}
	#agent_spotlight #container {
		height: 1350px;	
	}
	#client_spotlight #container {
		height: 1450px;	
	}
	#ask_hagerty #container {
		height: 800px;	
	}
	#agent_survey #container {
		height: 1150px;	
	}
	#what_you_say #container {
		height: 770px;	
	}
	#collectors #container {
		height: 700px;	
	}
	#new_options #container {
		height: 1200px;	
	}
.header {
	background: url(../images/int_header.jpg) no-repeat;
	width: 777px;
	height: 92px;
}
.back_to_main {
	width: 777px;
	height: 38px;
	padding-bottom: 15px;
}
.article_main {
	float: left;
	width: 454px;
	border: 0px solid aqua;
	font-size: 1.2em;
	padding-left: 20px;
}
	.article_main img {
		padding: 10px 0px 10px 0px;
	}
	.article_main ul {
		padding: 0px 0px 0px 20px;
	}
	.article_main ul li {
		padding: 0px 0px 10px 0px;
	}
	.article_main a {
		color: #c0282d;
	}
	h3 {
		text-transform: uppercase;
		color: #c0282d;
	}
	h1 {
		text-transform: uppercase;
		font-size: 1.5em;
		padding-bottom: 10px;
	}
	p {
		padding: 5px 0px 5px 0px;
	}
	
.intro_text {
	font-size: 1.1em;
	font-weight: bold;
}
	.intro_text img {
		padding: 0 10px 10px 0;
	}
.sidebar {
	float: right;
	width: 225px;
	height: 700px;
	border: 0px solid green;
	border-left: 1px solid #999;
	margin-right: 15px;
	text-align: left;
	padding-left: 10px;
	color: #c0282d;
}
#ask_hagerty .sidebar {
	height: 650px;
}
#collectors .sidebar {
	height: 550px;
}
#what_you_say .sidebar {
	height: 550px;
}
	.sidebar img {
		padding-left: 12px;
	}
	.sidebar ul {
		padding: 0 0 10px 20px;
	}
	.sidebar ul li a {
		color: #C0282D;
	}
	.sidebar h3 {
		padding: 0 0 10px 0px;
	}
	#subscribe_box {
		margin: 0 0 0 15px;
		width: 203px;
		border: 0px red solid;
	}
		#subscribe_top {
			border: 0px aqua solid;
			background: url(../images/subscribe_top.gif) no-repeat;
			width: 203px;
			height: 89px;
		}
		#subscribe_mid {
			border: 3px black solid;
			border-top: 0px;
			border-bottom: 0px;
			width: 187px;
			height: 262px;
			padding-left: 10px;
			padding-top: 10px;
			color: #000000;
		}
			#subscribe_mid input {
				margin-bottom: 10px;
			}
			#subscribe_mid .req {
				font-weight: bold;
				color: red;
			}
			#subscribe_mid .checks {
				vertical-align: middle;
				border: 0px solid red;
				height: 15px;
				padding-top: 5px;
			}
			#subscribe_mid #hplus, #subscribe_mid #legnews {
				vertical-align: text-top;
			}
			.smbold {
				font-size: 11px;
				font-weight: bold;
			}
			#deliveryformat {
				padding-top: 10px;
				padding-left: 12px;
				font-size: 10px;
			}
			.submit_btn {
				padding: 20px 0 0 40px;
			}
		#subscribe_bott {
			border: 0px aqua solid;
			background: url(../images/subscribe_bott.gif) no-repeat;
			width: 203px;
			height: 19px;
		}
		#split2 {
			width: 180px;
			height: 30px;
			border: 0px solid red;
		}
		#left {
			float: left;
		}
		#right {
			float: left;
			padding-left: 5px;
		}
		
		
/*Slideshow*/

#imageOptions ul, #imageOptions li {
	margin: 0;
	padding: 0;
	float: left;
}

#imageOptions li {
	padding-right: 10px;
}
#article_main #loader {
	background-color: white;
	display: inline;
	float: left;
	height: 200px;
	overflow: hidden;
	margin: auto;
	width: 400px;
	position: relative;
	text-align: center;
}
#loader img {
	width: 450;
	height: 175;
}
.loading {
	background: url( '../loadingIcon.gif' ) no-repeat 50% 50%;
	height: 100%;
    width: 100%;
}
#imageOptions a img {
	border: none;
	padding: 0 0px 0 0;
	width: 100px;
}
a {
	outline: none;
}
#imageOptions {
	background-color: #ffffff;
	float: left;
	height: 65px;
	width: 450px;
	margin: 5px 0 0 0;
	padding: 0;
	list-style-type: none;
	border: 0px red solid;
}
#loader {
	border: 0px solid red;
	background-color: #ffffff;
}

