/*
	960 Grid System ~ Text CSS.
	Learn more ~ http://960.gs/

	Licensed under GPL and MIT.
*/

/* `Basic HTML
----------------------------------------------------------------------------------------------------*/

body {
	font: 13px/1.5 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif;
}

a:focus {
	outline: 1px dotted invert;
}

hr {
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}

/* `Added Styles
----------------------------------------------------------------------------------------------------*/
p {
	font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
	text-align: left;
	font-size: 13px;
	line-height: 18px;
}

.greenBody {
	color: #4C5751;
}

a.greenBody {
	text-decoration: underline;
}

a.greenBody:hover {
	text-decoration: none;
}

.brownBody {
	color: #592B00;
}

a.brownBody {
	text-decoration: underline;
}

a.brownBody:hover {
	text-decoration: none;
}

.footerCopy {
	color: #592B00;
	font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
	font-size: 10px;
	line-height: 13px;
}

a.footerCopy {
	text-decoration: underline;
}

a.footerCopy:hover {
	text-decoration: none;
}

h1 {
	color: #7c625d;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
	font-variant: small-caps;
	font-weight: normal;
	text-align: left;
	text-transform: capitalize;
	letter-spacing: 0.5px;
	line-height: 26px;
}

h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	
	font-weight: bold;
	font-variant: small-caps;
	text-align: left;
}

h2.brownSubHeading {
	color: #592B00;
}

h2.greenSubHeading {
	color: #4c5751
}

/* `Spacing
----------------------------------------------------------------------------------------------------*/

ol {
	list-style: decimal;
}

ul {
	font-family: Verdana, Arial, Helvetica, Geneva, sans-serif;
	font-size: 13px;
	list-style-image: url(../images/fleur.gif);
}

li {
	margin-left: 30px;
}

dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset {
	margin-bottom: 20px;
}
