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

	Licensed under GPL and MIT.
*/

body {
	/*background-color:	#474747;*/
	border-top:			5px solid #222;
	color:				#222;
	font-family:		'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif;
	font-size:			75%;
	padding:			20px 0 0 0;
}

/* `Links
----------------------------------------------------------------------------------------------------*/

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

a {
/*	color:				#fff;*/
	text-decoration:	none;
}

a:hover {
	text-decoration:	underline;
}

#nav-sec a {
	background-color:	#ff9;
	color:				#000;
}

#nav-sec a:hover {
	border-bottom:		1px solid #FCCA32;
	text-decoration:	none;
}

#footer-sec a {
	background-color:	#000;
	color:				#fff;
	padding:			3px;
}

/* `Random
----------------------------------------------------------------------------------------------------*/

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

address {
	font-style:	normal;
	line-height:	1.3em;
}

.highlight {
	border-bottom:		1px solid #FCCA32;
	background-color:	#ff9;
}

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

.dark {
	color:			#222;
	font-size:		.9em;
	text-shadow:	none;
}

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

h1 {
	font-family:	Georgia, serif;
	font-size:		25px;
	font-weight:	normal;
}

#header #logo {
	background:	transparent url("../img/logo.jpg") no-repeat scroll 0 0;
	display:	block;
	float:		left;
	height:		85px;
	margin:		10px 0 10px 10px;
	width:		336px;
}

#header #logo a {
	display:		block;
	height:			85px;
	text-indent:	-9999px;
	width:			336px;
}

h2, h3, h4, h5, p, address, img {
	padding-left:	13px;
	padding-right:	13px;
}

h2 {
	color:			#111;
	font-family:	Georgia, serif;
	font-size:		28px;
	line-height:	34px;
	padding-bottom:	18px;
	padding-top:	18px;
}

h3 {
	color:			#111;
	font-size:		21px;
	font-weight:	normal;
	margin-bottom:	15px;
}
	h3 a {
		color:	#111;
	}

h4 {
	font-size:		18px;
	font-weight:	normal;
	margin-bottom:	12px;
}

#content-pri .content-pri-big h4{
	margin-top:		-10px;
}
#content-pri h4 { font-weight:	bold; }

h5 {
	font-size:		17px;
	margin-bottom:	12px;
}

p {
	font-size:		13px;
	line-height:	1.5em;
	padding-bottom:	13px;
}

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

dl,
hr,
ol,
ul,
pre,
table,
fieldset {
	margin-bottom: 20px;
}

/* `Lists
---------------------------------------------------------------------------------------------------*/
ol {
	list-style: decimal;
}

ul {
	list-style: disc;
}

li {
	line-height:	1.5em;
	margin-left:	30px;
}

/* `Footer Section Lists
---------------------------------------------------------------------------------------------------*/

.footer-section li{
	margin-left:	13px;
	list-style:		none;
	padding-bottom:	6px;
/*	background:		url("../img/building-icon.png") no-repeat scroll 0 0;
	list-style:		none;
	margin-left:	15px;
	padding-bottom:	6px;
	padding-left:	25px;*/
}

.footer-section li a {
	color:				#222;
	text-decoration:	none;
}
.footer-section li a:hover {
	background-color:	#ff9;
	border-bottom:		1px solid #FCCA32;
	text-decoration:	none;
}