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

body {
	font-family: Corbel, "Lucida Grande", "Lucida Sans", "DejaVu Sans", "Bitstream Vera Sans", "Liberation Sans", Verdana, "Verdana Ref", sans-serif;
	color: #555;
}

a {
	text-decoration: none;
	color: #06C;
}

a:hover {
	color: #4B78A6;
	text-decoration: underline;
}

strong {
	font-weight: bold;
}

#navigation {
	font-family: Corbel, "Lucida Grande", "DejaVu Sans", "Bitstream Vera Sans", "Liberation Sans", Arial, Verdana, "Verdana Ref", sans-serif;
	font-size: 14px;
	font-weight: bold;
	/*letter-spacing: 1px;*/
}

#navigation a {
	color: #585858;
	text-decoration: none;
}

#navigation a:hover {
	color: #444;
}

#main-feature-content {
	color: #FFF;
}

#main-feature-content h1 {
	font-family: candara,corbel,"Lucida grande","Trebuchet MS",sans-serif;
	font-weight: 600;
	font-size: 33px;
	letter-spacing: 1px;
	line-height: 38px;
}

#main-feature-content p {
	font-family: 'Hoefler Text', Cambria, "Palatino Linotype", Georgia, "Times New Roman", Times, serif;
	font-size: 19px;
	line-height: 24px;
	margin-top: 30px;
	letter-spacing: 0.5px;
}

#content {
	line-height: 1.6em;
	font-size: 93.75%;
}


#content h1 {
	color: #C00;
	font-size: 2em;
	font-weight: bold;
	font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
	text-transform: uppercase;
	line-height: 1.125em;
}

#content h2 {
	color: #C00;
	font-size: 1.25em;
	margin-bottom: 18px;
}

#content h1 + p {
	margin-top: 1.25em;
}

#content p, #content ul {
	margin-bottom: 1.25em;
}

#content ol {
	font-style: italic;
	margin: 20px 20px 28px;
	list-style: decimal;
	list-style-position: outside;
	padding-left: 18px;
}

#content ol li {
	display: list-item;
	font-style: normal;
	margin-bottom: 18px;
	
}

#footer {
	color: #FFF;
	font-size: 0.8125em;
	clear: both;
}

.highlight {
	color: #CC0000;
	font-weight: bold;
}

#content ul li {
	display: list-item;
	list-style-type: square;
	margin-bottom: 8px;
	list-style-position: inside;
}

h3 + ul {
	margin-top: 16px;
}