/* CSS for FiberWork */

/* -------------------- */
/*       General        */
/* -------------------- */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;
	background-color: #F3F7FB;
	position: absolute;
	margin-left: 0px;
	margin-top: 0px;
	width: 100%;
}

a{
	color: #0067AC;
	text-decoration: underline;
}

.nonunderline {
	color: #000000;
	text-decoration: none;
}

.linha {
	height: 10px;
}

h1 {
	color: #0067AC;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	margin-bottom: 0px;
	font-weight: bold;
}

h2 {
	font-size: 14px;
	font-weight: bold;
	color: #0067AC;
	margin-bottom: 0px;
}

.red {
	color: #FF0000;
}

.blue {
	color: #0067AC;
}

/* -------------------- */
/*        Header        */
/* -------------------- */

.header {
	background-color: #FFFFFF;
}

/* -------------------- */
/*      Highlight       */
/* -------------------- */

.highlight {
	background-color: #FFFFFF;
}

/* -------------------- */
/*       Content        */
/* -------------------- */

.content {
	background-color: #FFFFFF;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 22px;
	padding-right: 22px;
}

#headlines {
	width: 222px;
	background-color: #F3F7FB;
	float: right;
}

#headlines p {
	margin-left: 11px;
	margin-right: 11px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.headline_title {
	font-size: 12px;
	font-weight: bold;
	color: #0067AC;
}

.headline_body {
	font-size: 12px;
}

.headline_date {
	font-size: 10px;
}

#tic
{
	/* enter any styles for the ticker below */
	padding:0px;
	width:100%;
}
#tic * /*this will hide all children tags */
{
	font-size: 1em;
	margin:0px;
	padding:0px;
	display:none;
}
#tic a  /* add more tags to this list if you wish to display them inside the children */
{
	display:inline;
}

#main {
	width: 480px;
	float: left;
	font-size: 14px;
}

#main p {
	margin-top: 0px;
}

#left_menu {
	width: 182px;
	background-color: #FFF8F7;
	float: left;
}

#left_menu ul {
	margin-top: 0px;
	margin-bottom: 6px;
}

#left_menu ul li {
	margin-top: 6px;
	margin-left: -20px;
	margin-bottom: 6px;
}

#left_menu ul li a {
	color: #C0241D;
}

#content_body {
	width: 520px;
	font-size: 12px;
	float: right;
}

#content_body .subsection_title {
	color: #0067AC;
	font-size: 18px;
	font-family: Arial, Helvetica, sans-serif;
	text-align: right;
}

/* -------------------- */
/*   Footer Site Map    */
/* -------------------- */

.footer_map {
	background-color: #FFFFFF;
	font-size: 11px;
}

.footer_map ul {
	list-style: none;
	margin-top: 0px;
	margin-left: 0;
	padding-left: 1em;
	text-indent: -1em;
}

.footer_map ul li:before {
	content: "+ ";
}

.footer_map a {
	color: #000000;
	text-decoration: none;
}

.footer_map a:hover{
	color: #000000;
	text-decoration: underline;
}

.footer_map a:active{
	color: #000000;
	text-decoration: underline;
}

.footer_map a:visited{
	color: #8F8F8F;
	text-decoration: none;
}

#quick_about {
	margin-left: 21px;
	width: 166px;
	float: left;
}

#quick_services {
	margin-left: 17px;
	width: 166px;
	float: left;
}

#quick_products {
	margin-left: 17px;
	width: 166px;
	float: left;
}

#quick_media {
	margin-left: 17px;
	width: 166px;
	float: left;
}

/* -------------------- */
/*        Footer        */
/* -------------------- */

.footer {
	background-color: #FFFFFF;
}

.footer td {
	padding-left: 25px;
	padding-right: 25px;
	font-size: 11px;
}

#footer_copyright {
	padding-top: 10px;
	padding-bottom: 10px;
	float: left;
	width: 300px;
	font-size: 11px;
	text-align: left;
}

#footer_menu {
	padding-top: 10px;
	padding-bottom: 10px;
	float: right;
	width: 400px;
	font-size: 11px;
	text-align: right;
}

/* -------------------- */
/*      Newsletter      */
/* -------------------- */

.required {
	color: #FF0000;
}

div.required2 {
	margin-left: 4px;
	color: #FF0000;
	font-weight: bold;
	font-size: 10px;
}

div.missing {
	border: 1px dashed #000000;
	padding: 10px;
	margin-top: 5px;
	margin-bottom: 5px;
	color: #FF0000;
	font-weight: bold;
	background-color: #FFCBCB;
}