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

  Licensed under GPL and MIT.
*/

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

body {
  	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
}

pre,
code {
  font-family: 'DejaVu Sans Mono', Menlo, Consolas, monospace;
}

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

.bold {
	font-weight:bold;
}

/* `Headings
----------------------------------------------------------------------------------------------------*/

h1 {
  font-family: 'Signika', sans-serif;
  font-size: 32px;
  color:#636364;
}

h2 {
  font-size: 23px;
}

h3 {
  font-size: 15px;
  margin-bottom:10px;
}

h4 {
  font-size: 18px;
  font-family: 'Signika', sans-serif;
  font-weight:300;
  letter-spacing:1px;
  color:#FFFFFF;
}

h5 {
  font-size: 18px;
  font-family: 'Signika', sans-serif;
  font-weight:300;
  color:#636364;
}

h6 {
  font-size: 13px;
  font-family: 'Signika', sans-serif;
  font-weight:300;
  color:#636364;
  margin-bottom:10px;
}

h6 a {
	 font-size: 13px;
  font-family: 'Signika', sans-serif;
  font-weight:300;
  color:#636364;
	text-decoration:none;
}

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

ol {
  list-style: decimal;
}

ul {
  list-style: disc;
}

li {
  margin-left: 30px;
}

p,
dl,
hr,
h1,
h2,
ol,
ul,
pre,
table,
address,
fieldset,
figure {
  margin-bottom: 10px;
}

#mainCont p {
	color:#636364;
	line-height:19px;
}

ul.nav-main > li > a {
	font-family: 'Signika', sans-serif;
	font-size:11px;
	color: #ffffff;
	text-decoration:none;
}

ul.nav-main > li > a:hover {
	color:#ffffff;
}

li.list ul.nav-sub li {
		text-align:left;
}

li.list ul.nav-sub li a {
	font-family: 'Signika', sans-serif;
	font-size:11px;
	text-decoration:none;
	color:#666;
}

li.list ul.nav-sub li a:hover {
	color:#000;
}

.infoBox .content {
	line-height:19px;
	color:#6d6f70;
}

div.newsItem>a.expand {
		color:#6d6f70 !important;
		text-decoration:none;
}

#rightCont .gradBox .content {
	font-family: 'Signika', sans-serif;
	line-height:19px;
	color:#6d6f70;
}

#rightCont p {
	font-family: 'Signika', sans-serif;
	line-height:19px;
	color:#6d6f70;
}

#footer, #footer a {
	font-family: 'Signika', sans-serif;
	color:#6d6f70;
}
.newsItem, .searchItem {
	font-family: 'Signika', sans-serif;
	color:#6d6f70
}

.bold{
	font-family: 'Signika', sans-serif;
	font-size:18px;
	color:#6d6f70
}

label {
	font-family: 'Signika', sans-serif;
	font-size:14px;
	color:#6d6f70
}

p a {
	color:#6d6f70;
}