* {
	margin: 0;
	padding: 0;
	}

body {
	background: #fff;
	color: #53534a;
	font-family: Arial, sans-serif;
	font-size: 10pt;
	line-height: 1;
	width: 100%;
	}
	
	#wrap {
		width: 100%;
		}
	
	.print #masthead {
		background: #e1e0c7;
		padding: 1em 2em;
		}
	
	.print .copy {
		padding: 2em;
		}
	
#support,
#nav,
#search,
div.nav,
form.contact,
form.search,
div.narrow,
p.paginate,
#footer .support,
.print .actions {
	display: none;
	}

#masthead,
#header {
	background: none;
	}


#feature #details {
	float: left;
	width: 25%;
	}

#feature .copy {
	float: left;
	width: 65%;
	}

.twocolumn {
	clear: both;
	margin-bottom: 20pt;
	}

.sample {
	border-top: 1pt solid #cbbfa5;
	padding: 10pt 0;	
	}

#footer {
	border-top: 1pt solid #cbbfa5;
	padding: 10pt 0 0 0;	
	width: 100%;
	}
	
	.print #footer {
		padding: 1em 2em;
		width: auto;
		}
	


/* typography
------------------------------------------------- */
a:link,
a:visited,
a:hover,
a:active {
	color: #0050a5;
	text-decoration: underline;	
	}

h1 {
	font-family: Garamond, Georgia, "Times New Roman", Times, serif;
	font-size: 2.4em;
	font-weight: normal;
	}

	#logo {
		color: #0050a5;
		font-size: 100%;
		text-decoration: none;
		}

	#title {
		display: block;
		margin: 10pt 0;
		}


p {
	font-size: 1em;
	line-height: 1.4;
	margin: 0 0 1.4em 0;
	}
	
	p.breadcrumb {
		color: #807a70;
		font-size: .9em;
		}
	
	p:last-child {
		margin: 0 !important;
		}

ol {
	margin: 0 0 1.6em 2em;
	}

ul {
	margin: 0 0 1.6em 2em;
	}

li ol {
	margin: .2em 0 .6em 2em;
	}

li ul {
	margin: .2em 0 .6em 1em;
	}

li {
	font-size: 1em;
	line-height: 1.4;
	list-style: none;	
	}

ol li {
	list-style: decimal;
	background: none !important;
	padding: 0 !important;
	}

li li {font-size: 100%;}


	/* feature */
	#feature h2 {
		color: #ee3124;
		font-size: 1.6em;	
		}
	
	#feature ol,
	#feature ul {
		margin-left: 0;
		}
	
	#feature p {
		font-size: 1em;
		line-height: 1.4;
		}
	
	#feature p.byline {
		color: #ee3124;
		}
	
	.byline em {font-style: normal;}
	
	#details li {
		font-size: .9em;
		}
	/* end feature */
	
	
.title h2 {
	font-size: 1.8em;
	margin: 0 0 1em 0;
	line-height: 1;
	}

h2, h3 {
	font-size: 1.4em;
	line-height: 1;
	margin: 0 0 1em 0;
	}

h3 {
	color: #ee3124;
	}

#footer p {
	font-size: .9em;
	line-height: 1;
	}

#footer ul {
	margin-left: 0;
	}

#footer li {
	font-size: .9em;
	line-height: 1;
	list-style: none;
	display: inline;
	}
/* -------------------------------------------------
                                   end typography */
