/*
	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;
}

/* `Headings
----------------------------------------------------------------------------------------------------*/

h1 {
	font-size: 26px;
	font-family: Century;
	color: #fff;
	padding: 10px 15px 0px 15px;
}

h2 {
	font-size: 18px;
	font-family: Century;
	padding: 1px 15px;
}

h3 {
	font-size: 18px;
	font-family: Calibri;
	color: #61993d;
	padding-top: 10px;
}

h4 {
	font-size: 30px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #fff;
	padding: 7px 15px;
}

h5 {
	font-size: 17px;
}

h6 {
	font-size: 15px;
}

/* `Spacing
----------------------------------------------------------------------------------------------------*/

ol {
	list-style: decimal;
}

ul {
	list-style: disc;
}

li {
	margin-left: 30px;
}

p,
dl,
hr,
h1,
h2,
h3,
h4,
h5,
h6,
ol,
ul,
pre,
table,
address,
fieldset {
	margin-bottom: 20px;
}

.sl-cont p
{
	padding: 0px 15px;
	margin-top: -20px;
	margin-bottom: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	color: #fff;
}

#main-cont h1, h2, h3, p
{
	margin: 0px;
}

#cont-box1 p
{
	font-family: "Times New Roman", Times, serif;
	font-size: 12px;
	color: #717171;
}

#cont-box2 h2
{
	color: #6d0303;
}

#cont-box3 h2
{
	color: #2e677d;
}

#side-nav-cont p
{
	font-size: 26px;
	font-family:Georgia, "Times New Roman", Times, serif;
	padding-bottom: 45px;
	line-height: 100%;
	text-align: center;
	padding-right: 20px;
}

#side-nav-alt p
{
	font-size: 25px;
	font-family:Georgia, "Times New Roman", Times, serif;
	padding: 7px 20px 5px 0px;
	line-height: 100%;
	text-align: center;
}

#cont1 ul li, #cont1 em
{
	font-style: italic;
	font-weight: bold;
	font-size: 15px;
}

#cont1 em
{
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 100%;
}

#cont1 h6
{
	margin: 0px;
	padding: 7px 0px 5px 15px;
	text-decoration: underline;
}