body {
	background:#fff;
	margin:0;
	padding:0;
	font-size:90%;
	font-family:helvetica,verdana,sans-serif;
	line-height:130%;
}

#wrapper {
	width:60em;
	max-width:950px;
	margin: 0 auto;
}


#header {
	background-image:url(/images/indigo66-logo.png);
	background-repeat:no-repeat;
	height:110px;
	clear:both;
	margin:10px 0 0 0;
}

#footer {
	clear:both;
	font-size:0.9em;
	text-align:center;
	padding:40px 0 10px;
}
	#footer .large {
		font-size: 1.5em;
	}

#links {
	float:right;
}	
	#links .current, #links a {
		border-left:solid 1px #AAA;
		padding:0 0 0 4px;
	}
	#links .first {
		border-left:0;
	}
	#links .current {
		color:#008438;
	}
	#links a {
		text-decoration:none;
	}
		#links a:hover {
			text-decoration:underline;
		}
	#links ul {
		margin:10px 0;
	}
	#links li {
		display:inline;
	}
	#toplinks {
		font-weight:bold;
	}
		#toplinks a {
			color:#000;
		}
	ul.pagelinks {
		font-size:0.9em;
	}
	
img {
	border:0;
}
	img.inlineright {
		float:right;
		margin:0 0 10px 10px;
	}
	img.inlineright, #googlemap {
		padding:5px;
		border: solid 1px #008438;
	}
.strike {
	text-decoration:line-through;
	color:#555;
	font-weight:normal;
}
p + ul {
	margin-top:0;
}
strong, h2, h3 {
	color:#241860;
}
h1, h2.subheading, h3, p {
	margin:10px 0;
}
h1 {
	margin-bottom:20px;
}
h2 {
	font-size:1.5em;
	margin:30px 0 0 0;
	clear:left;
}
h2.subheading {
	margin-top:10px;
}
h3 {
	margin-top:20px;	
}

div.partnerlisting {
	padding: 10px 0;
	clear:left;
}
	div.partnerlisting img {
		float:left;
		margin-right:5px;
		margin-bottom:20px;
	}
	div.partnerlisting h3+p {
		margin-top:0px;
	}
	div.partnerlisting h3 {
		margin-bottom:5px;
	}
	
table.features {
	margin:20px 0;
}
	table.features h3 {
		margin:10px 0;
	}
	table.features th, table.features td {
		padding:5px;
	}
	table.features td {
		text-align:center;
	}
	table.features th {
		text-align:left;
		font-weight:normal;
	}
	table.features tr.header th {
		text-align:center;
		font-weight:bold;
		min-width:100px;
	}
	table.features tr.subheader th {
		background-color:#eee;
	}
	table.features tr.odd td, table.features tr.odd th {
		background-color:#ccc;
	}
	table.features .blank {
		background-color:#fff;
	}
	table.features .basic, table.features tr.odd .basic {
		background-color:#F0E68C;
		font-weight:bold;
	}
