body {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

img {
	border: 0;
}

ul {
	margin: 0;
	padding: 0;
}

p {
	margin: 0;
	padding: 0 0 12px 0;
}

/* Start Generic */

.clearboth {
	clear: both;
}

.picleft {
	float: left;
	margin: 0 15px 15px 0;
}

	/* Start List */
	
	/* Start Random Facts */
		
		.list {
			padding: 10px 0 22px 0;
		}
		
		.list li {
			list-style: none;
			padding: 0 0 12px 20px;
			background: url(../images/bullet.gif) 5px 5px no-repeat;
		}
				
		/* End Random Facts */
	
	/* End List */
	
/* End Generic */

/* Start Heading */

#heading_out {
	width: 100%;
	height: 100px;
	background: url(../images/back_heading.gif) repeat-x;
	margin: 0 0 22px;
}

#heading {
	width: 852px;
	margin: 0 auto;
	padding: 0 20px;
	background: url(../images/back_heading.gif) repeat-x;
}

	#logo_top {
		float: left;
		margin: 22px 0 0 0;
	}
	
	/* Start Topnav */
	
	#topnav {
		float: right;
	}
	
	#topnav li {
		float: left;
		list-style: none;
		padding: 0 0 0 5px;
	}
	
	#topnav li a {
		display: block;
		float: left;
		height: 22px;
	}
	
	#topnav li a span {
		display: none;
	}
	
		#tnav1 a { width: 96px; background: url(../images/tnav1.gif) 0 0; }
		#tnav1 a:hover { width: 96px; background: url(../images/tnav1.gif) 0 -22px; }
		#tnav1_act a { width: 96px; background: url(../images/tnav1.gif) 0 -22px; }
		
		#tnav2 a { width: 83px; background: url(../images/tnav2.gif) 0 0; }
		#tnav2 a:hover { width: 83px; background: url(../images/tnav2.gif) 0 -22px; }
		#tnav2_act a { width: 83px; background: url(../images/tnav2.gif) 0 -22px; }
		
		#tnav3 a { width: 58px; background: url(../images/tnav3.gif) 0 0; }
		#tnav3 a:hover { width: 58px; background: url(../images/tnav3.gif) 0 -22px; }
		#tnav3_act a { width: 58px; background: url(../images/tnav3.gif) 0 -22px; }
		
		#tnav4 a { width: 91px; background: url(../images/tnav4.gif) 0 0; }
		#tnav4 a:hover { width: 91px; background: url(../images/tnav4.gif) 0 -22px; }
		#tnav4_act a { width: 91px; background: url(../images/tnav4.gif) 0 -22px; }
		
	/* End Topnav */

/* End Heading */

/* Start Content Home */

#content_home_out {
	width: 100%;
	height: 500px;
	background: url(../images/back_contenthome.gif) repeat-x;
}

#content_home {
	width: 872px;
	height: 500px;
	margin: 0 auto;
	padding: 0 0 0 20px;
}
	
	#home_left {
		width: 540px;
		float: left;
	}
		
		#home_blurb {
			height: 247px;
			padding: 40px 0 0 0;
			color: #ffffff;
		}
		
			#home_didyouknow {
				margin: 0 0 10px 0;
			}
			
			#home_getstarted {
				margin: 5px 0 0 0;
			}
		
		#home_services {
			padding: 40px 0 0 0;
			color: #666666;
		}
		
			#home_getwidget {
				float: left;
				width: 250px;
				padding: 0 30px 0 0;
			}
			
			#home_getfeed {
				float: left;
				width: 250px;
				padding: 0 10px 0 0;
			}
			
			#home_getwidget_hd,
			#home_getfeed_hd {
				margin: 0 0 20px 0;
			}
		
	#home_widget {
		float: right;
	}

/* End Content Home */

/* Start Content Mobile */

#content_mobile_out {
	width: 100%;
	height: 500px;
	background: url(../images/back_contenthome.gif) repeat-x;
}

#content_mobile {
	width: 872px;
	height: 500px;
	margin: 0 auto;
	padding: 0 0 0 20px;
}
	
	#mobile_right {
		width: 540px;
		float: right;
	}
		
		#mobile_blurb {
			height: 247px;
			padding: 40px 0 0 0;
			color: #ffffff;
		}
		
			#mobile_didyouknow {
				margin: 0 0 10px 0;
			}
			
			#mobile_getstarted {
				margin: 5px 0 0 0;
			}
		
		#mobile_services {
			padding: 40px 0 0 0;
			color: #666666;
		}
		
			#mobile_getwidget {
				float: left;
				width: 250px;
				padding: 0 30px 0 0;
			}
			
			#mobile_getfeed {
				float: left;
				width: 250px;
				padding: 0 10px 0 0;
			}
			
			#mobile_getwidget_hd,
			#mobile_getfeed_hd {
				margin: 0 0 20px 0;
			}
		
	#mobile_phone {
		float: left;
	}

/* End Content Mobile */

/* Start Content */

#content {
	width: 852px;
	margin: 0 auto;
	padding: 0 20px;
}
	
	/* Start Content Left */
	
	#content_left {
		float: left;
		width: 500px;
		padding: 0 20px 0 0;
	}
	
		/* Start Breadcrumbs */
		
		#breadcrumbs {
			border-bottom: 1px solid #ededed;
			color: #cccccc;
			margin: 0 0 20px 0;
			padding: 0 0 5px 0;
		}
		
		#breadcrumbs a {
			color: #cccccc;
		}
		
		#breadcrumbs a:hover {
			text-decoration: none;
		}
		
		#breadcrumbs span {
			float: left;
		}
		
		#breadcrumbs .permalink {
			float: right;
		}
		
		/* End Breadcrumbs */
		
		/* Start Copy Block */
		
		#copyblock {
			color: #484c5a;
		}
		
		#copyblock a {
			color: #66a4cc;
		}
		
		#copyblock a:hover {
			text-decoration: none;
		}
		
		/* End Copy Block */
		
		/* Start Fact */
		
		#fact {
			padding: 0 0 40px 0;
			color: #484c5a;
		}
		
		#fact a {
			color: #66a4cc;
		}
		
		#fact a:hover {
			text-decoration: none;
		}
		
		#fact #largefact {
			font-size: 30px;
			padding: 0 0 20px 0;
		}
		
		#fact #socialbar {
			text-align: right;
			padding: 20px 0 0 0;
		}
		
		#fact #socialbar a {
			margin: 0 0 0 1px;
		}
		
		/* End Fact */
		
		/* Start Related Facts */
		
		#related {
			border-top: 1px solid #ededed;
			padding: 20px 0 0 0;
		}
		
		#related li {
			list-style: none;
			padding: 20px 0 0 20px;
			background: url(../images/bullet.gif) 5px 25px no-repeat;
		}
		
		#related a {
			color: #66a4cc;
		}
		
		#related a:hover {
			text-decoration: none;
		}
		
		/* End Related Facts */
		
		/* Start Comments */
		
		#comments {
			border-top: 1px solid #ededed;
			padding: 20px 0 0 0;
			margin: 40px 0 0 0;
		}
		
		#comments .idc-head h3 {
			display: none;
		}
		
		#comments a {
			color: #66a4cc;
		}
		
		#comments a:hover {
			text-decoration: none;
		}
		
		/* End Comments */
		
		/* Start Random Facts */
		
		#random {
			padding: 20px 0 0 0;
		}
		
		#random li {
			list-style: none;
			padding: 20px 0 0 20px;
			background: url(../images/bullet.gif) 5px 25px no-repeat;
		}
		
		#random a {
			color: #66a4cc;
		}
		
		#random a:hover {
			text-decoration: none;
		}
		
		/* End Random Facts */
		
	/* End Content Left */
	
	/* Start Content Right */
	
	#content_right {
		float: right;
		width: 300px;
		padding: 0 0 0 20px;
	}
	
	#content_right .adunit1 {
		padding: 20px 10px 0 15px;
		float: left;
	}
	
	#content_right .adunit2 {
		padding: 20px 0 0 10px;
		float: left;
	}
		
		.input1 {
			width: 300px;
			height: 16px;
			border: 1px solid #cccccc;
			margin: 0;
			padding: 2px;
		}
		
		.input2 {
			width: 300px;
			height: 100px;
			font-family: Arial, Helvetica, sans-serif;
			font-size: 12px;
			border: 1px solid #cccccc;
			margin: 0;
			padding: 2px;
			overflow: auto;
		}
		
		.contacttable td {
			padding: 0 10px 10px 0;
		}
		
	/* End Content Right */
	
	/* Start Steps */
	
	#steps form {
		margin: 0;
		padding: 0;
	}
	
	#steps td {
		padding: 0 10px 5px 0;
	}
	
	.stepinput {
		width: 296px;
		height: 16px;
		border: 1px solid #cccccc;
		margin: 0 0 10px 0;
		padding: 2px;
	}
	
	#steps textarea {
		width: 400px;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		border: 1px solid #cccccc;
		margin: 0 0 10px 0;
		padding: 2px;
	}
	
	#steps .stepcat {
		display: block;
		margin: 0 0 10px 0;
	}
	
		#step1 {
			width: 450px;
			height: 45px;
			background: url(../images/step1.gif) 0 0;
			margin: 40px 0 0 0;
		}
		
		#step1_act {
			width: 450px;
			height: 45px;
			background: url(../images/step1.gif) 0 -45px;
			margin: 40px 0 0 0;
		}
		
		#step1 span,
		#step1_act span {
			display: none;
		}
		
			#step1box {
				padding: 20px 0 0 56px;
			}
		
		#step2 {
			width: 450px;
			height: 45px;
			background: url(../images/step2.gif) 0 0;
			margin: 20px 0 0 0;
		}
		
		#step2_act {
			width: 450px;
			height: 45px;
			background: url(../images/step2.gif) 0 -45px;
			margin: 20px 0 0 0;
		}
		
		#step2 span,
		#step2_act span {
			display: none;
		}
		
			#step2box {
				padding: 20px 0 0 56px;
			}
		
		#step3 {
			width: 450px;
			height: 45px;
			background: url(../images/step3.gif) 0 0;
			margin: 20px 0 0 0;
		}
		
		#step3_act {
			width: 450px;
			height: 45px;
			background: url(../images/step3.gif) 0 -45px;
			margin: 20px 0 0 0;
		}
		
		#step3 span,
		#step3_act span {
			display: none;
		}
		
			#step3box {
				padding: 20px 0 0 56px;
			}
		
		#step4 {
			width: 450px;
			height: 45px;
			background: url(../images/step4.gif) 0 0;
			margin: 20px 0 0 0;
		}
		
		#step4_act {
			width: 450px;
			height: 45px;
			background: url(../images/step4.gif) 0 -45px;
			margin: 20px 0 0 0;
		}
		
		#step4 span,
		#step4_act span {
			display: none;
		}
		
			#step4box {
				padding: 20px 0 0 56px;
			}
		
		#step5 {
			width: 450px;
			height: 45px;
			background: url(../images/step5.gif) 0 0;
			margin: 20px 0 0 0;
		}
		
		#step5_act {
			width: 450px;
			height: 45px;
			background: url(../images/step5.gif) 0 -45px;
			margin: 20px 0 0 0;
		}
		
		#step5 span,
		#step5_act span {
			display: none;
		}
		
			#step5box {
				padding: 20px 0 0 56px;
			}
		
	/* End Steps */
	
	/* Start Errors */
	
	.errors {
		background: #ffe1e1 url(../images/back_errors.gif) 20px 20px no-repeat;
		padding: 20px 20px 20px 90px;
		color: #000000;
	}
	
	.errors h2 {
		margin: 0;
		padding: 0 0 10px;
		color: #950000;
		font-size: 16px;
	}
	
	.errors ul {
		padding: 0 0 0 18px;
		font-size: 11px;
	}
	
	/* End Errors */
	
/* End Content */

/* Start Footer */

#footer {
	width: 852px;
	border-top: 1px solid #ededed;
	color: #cccccc;
	font-size: 11px;
	margin: 40px auto 0;
	padding: 10px 0 60px;
}

#footer a {
	color: #cccccc;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

	#footer_l {
		float: left;
	}
	
	#footer_r {
		float: right;
	}
	
/* End Footer */