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

	Licensed under GPL and MIT.
*/

/* =Basic HTML
--------------------------------------------------------------------------------*/

body
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 1.5;
}

a:focus
{
	outline: 1px dotted;
}

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

/* =Headings
--------------------------------------------------------------------------------*/

h1
{
	font-family: HelveticaNeue-UltraLight, Helvetica Neue UltraLight, Helvetica Neue, Arial, Helvetica, sans-serif; 
	font-size: 34px; 
	font-weight: 100;
}

h2
{
	font-family: HelveticaNeue-UltraLight, Helvetica Neue UltraLight, Helvetica Neue, Arial, Helvetica, sans-serif; 
	font-size: 30px; 
	font-weight: 100;
	background-image: url(../images/underline.gif);
	background-repeat: no-repeat;
	background-position: left;
    display: block;
    height: 44px;
}

h3
{
	font-size: 16px;
}

h4
{
	font-size: 14px;
}

h5
{
	font-size: 12px;
}

h6
{
	font-size: 10px;
}

/* =Spacing
--------------------------------------------------------------------------------*/

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

.footer #container #footernews ul li a{
	margin-left: 40px;
	color: #FFF;
	text-decoration:none;
	line-height: 30px;
}

.footer #container #footernews ul li a:hover{
	text-decoration: underline;
	color:#F00;
}


.footer #container #footernews ul{
	margin-top: 15px;
}

.footer #container #footernews ul li {
	display: block;
	height: 30px;
	background-image: url(../images/news.png);
	background-repeat: no-repeat;
	background-position: center;
}

.footer #container #footernewsletter a{
	margin-left: 17px;
	color: #FFF;
	text-decoration:none;
	line-height: 30px;
}

.footer #container #footernewsletter a:hover{
	text-decoration: underline;
	color:#F00;
}
#content p a {
	font-weight: bold;
	color: #F00;
	text-decoration: none;
}
#content p a:hover {
	font-weight: bold;
	color: #333;
	text-decoration: underline;
}

#content ul {
	margin-left: 40px;
}

#content ul li {
	list-style-image: url(../images/bullet.gif);
	font-weight: bold;
	color: #F00;
}

#content ul li a {
	font-weight: bold;
	color: #333;
	text-decoration: none;
}

#content ul li a:hover {
	font-weight: bold;
	color: #F00;
	text-decoration: underline;
}

#content h3 a{
	font-weight: bold;
	color: #F00;
	text-decoration: none;
}

#content h3 a:hover{
	font-weight: bold;
	color: #333;
	text-decoration: underline;
}

.impact {
	font-weight: bold;
	color: #ED1C24;
}
