/*----- Document -----*/
body{
	font-family: arial, sans-serif;
}
a{
	text-decoration: none;
	color: #000;
}
h2{
	font-size: 1em;
	font-weight: normal;
}
h1, h2.single, object, .arrow, .pagination{
	display: none;
}
p#logo{
	text-align: right;
}

/*----- Content -----*/
#content{
	font-size: 1em !important;
}

p.answer{
	display: block !important;
}

/*----- nyroModal -----*/
#nyroModalFull{
	display: none !important;
}

/*----- Info -----*/
#info .actions{
	display: none;
}
#info #breadcrumb{
	font-size: 1.5em;
	font-weight: bold;
	text-transform: capitalize;
}
#info #breadcrumb em{
	font-style: normal;
}

/*----- Sub-Nav -----*/
#support .actions{
	padding: 0;
}
#support .actions li{
	list-style: none;
}
#support .actions li a, #support .actions li span.pencil{
	display: none;
}

/*----- Solutions -----*/
#solutions h3.header{
	display: none !important;
}
#solutions .solution{
	display: block !important;
}

/*----- Footer -----*/
#footer{
	text-align: center;
}
#footer ul{
	padding: 0;
}
#footer ul li{
	list-style: none;
}
#footer ul li a{
	display: none;
}
#footer #subscribe{
	display: none;
}

/*----- sIFR -----*/
.sIFR-flash{
	display: none !important;
	height: 0;
	width: 0;
	position: absolute;
	overflow: hidden;
}

.sIFR-alternate {
	visibility: visible !important;
	display: block !important;
	position: static !important;
	left: auto !important;
	top: auto !important;
	width: auto !important;
	height: auto !important;
}
