* {
	margin: 0;
	padding: 0;
}

body {
	font-family: "Helvetica Neue",Arial,Helvetica,sans-serif;
	background: url('../images/shadow.png') repeat-x;
	background-position: 0 3em;
}

p, h2, h3, h4, h5, ul, ol, pre, form {
	margin-left: auto;
	margin-right: auto;
	width: 80%;
	text-align: justify;
}

a {
	color: #923408;
	text-decoration: none;
	border-bottom: dotted 1px #923408;
}
	
	a.download_pc {
		border: none;
		display: block;
		width: 147px;
		height: 54px;
		line-height: 1;
		background: url('/assets/images/download-now.gif') no-repeat;
	}
	
		a.download_pc:hover {
			background-image: url('/assets/images/download-now-hover.gif');
			border: none;
		}

	a:visited { 
		/*color: #F68855;*/
		color: #BE5028;
	}
	
	a:hover {
		border-bottom-style: solid;
	}

p {
	padding-bottom: 1.5em;
	max-width: 40em;
	line-height: 1.5;
	font-weight: 400;
}

pre {
	font-family: "bitstream vera mono", "courier new", serif;
	font-size: 0.8em;
	line-height: 1.5;
	margin-bottom: 1.5em;
	width: 40em;
	background: #D0E2F8;
}

ul,ol {
	max-width: 40em;
	padding-bottom: 1.5em;
}

li {
	line-height: 1.5;
	font-weight: 400;
	padding-left: 0.5em;
	margin-left: 4em;
}

ul li {
	list-style-image: url('../images/blue-4square.png');
}

	ul li ul {
		padding-left: 0;
	}
	
		ul li ul li {
			list-style-image: url('../images/blueAndPointy.png');
		}

h1 {
	font-size: 1.5em;
	line-height: 2;
	font-weight: normal;
	background: #923408 url('../images/pattern_066.gif');
	border-bottom: solid 2px gray;
	color: white;
	padding-left: 2em;
	letter-spacing: -0.05em;
}

h2 {
	font-family: garamond, georgia, serif;
	font-size: 2.5em;
	font-weight: normal;
	max-width: 16em;
	line-height: 1.2;
	padding-top: 1.2em;
	padding-bottom: 0.6em;
	color: #923408;
}

h3 {
	font-size: 1.5em;
	max-width: 26.67em;
	font-weight: normal;
	line-height: 2;
	margin-bottom: 0.75em;
	margin-top: 1.5em;

}

h4 {
	font-size: 1em;
	font-weight: bold;
	max-width: 40em;
	line-height: 1.5;
}

h5 {
	font-size: 1em;
	font-weight: normal;
	font-style: italic;
	max-width: 38.5em;
	line-height: 1.5;
	padding-left:1.5em;
}

h3.article a {
	color: black;
	border: none;
}

	h3.article a:hover {
		border-bottom: solid 1px #923408;
	}
	
.article-date {
	font-size: 0.5em;
	border-left: dotted 1px #999;
	margin-left: 1em;
	padding-left: 0.2em;
	color: #999;
}

.article:hover .article-date {
	color: black;
	border-right-color: black;
}

.main-nav {
	font-size: 1em;
	margin: 0 auto;
	padding: 0;
	max-width: 40em;
}

	ul.main-nav li {
		float: right;
		clear: right;
		text-align: right;
		width: 12em;
		margin-left: 3em;
		list-style-type: none;
		padding: 0;
		font-size: 0.75em;
		list-style-image: none;
		padding-bottom: 0.5em;
	}
	
	ul.main-nav li:first-child {
		margin-top: 1.5em;
	}
	
	ul.main-nav li:last-child {
		margin-bottom: 3em;
	}
	
	ul.main-nav li h4 {
		margin-top: 1.5em;
		border-bottom: 1px solid black;
		margin-right: 0;
	}
	
div.link-to-top {
	text-align: center;
	position: fixed;
	bottom: 10px;
	right: 10px;
}

	div.link-to-top a, div.link-to-top a:visited {
		color: white;
		font-size: 0.75em;
		border: none;
		line-height: 2;
		font-weight: 200;
		display: block;
		background: #BE5028;
		width: 8em;
	}
	
	div.link-to-top a:hover {
		font-weight: 500;
		border: none;
		background: #923408;
	}

*:target+p, p.message {
	font-weight: 600;
	color: #923408;
}

ul.image-list {
	text-align: center;
	padding: 0;
	padding-bottom: 1.5em;
}

	ul.image-list li {
		list-style-type: none;
		display: inline;
	}

img {
	border: none;
}

li.task-complete {
	padding-right: 20px;
	background: white url('../images/tick.png') no-repeat right middle;
}

ul.footer {
	font-size: 0.75em;
	line-height: 2;
	max-width: 53.33em;
	padding: 0;
	text-align: right;
	padding-bottom: 18px;
	background: white url('../images/shadow.gif') bottom right no-repeat;
	clear: right;
}

	ul.footer li {
		list-style-image: none;
		list-style-type: none;
		padding-right: 2em;
		padding-left: 2em;
		padding-bottom: 1em;
		margin: 0;
		background-color: #EFECDC;
	}
	
	ul.footer li:first-child, ul.footer li.first-child {
		padding-top: 1em;
	}
	
	ul.footer h4 {
		line-height: 1.5;
		font-size: 1.6em;
		color: #933;
		border-top: 1px solid #d3d0c2;
		border-bottom: 1px solid #d3d0c2;
		text-align: center;
		font-family: garamond, georgia, serif;
	}


/*********************************
**********************************  Forms
*********************************/
.error {
	background: black;
	color: white;
	font-size: 1.2em;
	padding-top: 1em;
	padding-bottom: 1em;
	line-height: 1;
	text-align: center;
}

#EmailForm {
	width: 17em;
}

#EmailForm fieldset
{
	display: block;
	width: 17em;
	margin: 0 0 3em 0;
	padding: 0 1em 1em 1em;
}

#EmailForm fieldset.radio
{
	width: 15em;
	margin: 1em 0 2em 0;
}

#EmailForm fieldset.radio input
{
	clear: both;
	float: left;
	width: auto;
}

#EmailForm fieldset.radio label
{
	font-weight: normal;
}

#EmailForm input
{
	display: block;
	width: 15em;
}

#EmailForm textarea {
	width: 15em;
}

#EmailForm label
{
	display: block;
	margin-bottom: 1em;
	font-weight: bold;
}

#EmailForm label.first
{
	padding-top: 1em;
}

#EmailForm select
{
	display: block;
}

.FSF_form, .FSF_result {
	padding-bottom: 1.5em;
	max-width: 40em;
	line-height: 1.5;
	font-weight: 400;
	margin-left: auto;
	margin-right: auto
}
	.FSF_result span {
		display: block;
	}
