/*	Site Styles */
body { margin:0; padding:0; background:#1f1f1f; color:#fff; font-family:Arial; font-size:11px;}

div#container { width:960px; margin:0 auto 0 auto;}

div#header { height:65px; background:url(../img/header-bg.gif) bottom left repeat-x;}
div#header .logo{ height:65px; background:url(../img/logo.gif) center no-repeat; width:210px;}

div#content { background:url(../img/bg.gif); }


div#footer { height:65px; background:url(../img/footer-bg.jpg) top left repeat-x;}
div#footer #container{ background:url(../img/footer-green-bg.gif) top left repeat-x; padding:35px 0 0 0; }


.accordion_content h2 {font-weight:normal; color:#999; padding:0; margin:0 0 20px 0; font-size:22px;}
td.right { padding:15px 20px 15px 20px;}



div.snipet { border-top:3px solid #7DBA00; width:175px; padding:5px 0 0 0; margin:0 30px 30px 0; float:left; }
div.snipet h3 { padding:0; margin:0; display:block; font-size:11px; }
div.snipet img { width:175px; height:65px; overflow:hidden; margin:5px 0 5px 0; }
div.snipet a.read_more, div.snipet a.read_more:visited { text-decoration:none; color:#7DBA00; }
div.snipet a.read_more:hover { text-decoration:underline; }


/*	Vertical Accordions */
		
.accordion_toggle {
	display: block;
	height: 15px;
	background: #1f1f1f;
	padding: 0 10px 0 30px;
	line-height: 15px;
	color: #999999;
	font-weight: normal;
	text-decoration: none;
	outline: none;
	font-size: 11px;
	border-bottom: 1px solid #2a2a2a;
	cursor: pointer;
	margin: 0 0 0 0;
}

.accordion_toggle_active {
	background: #262626;
	color: #ffffff;
	border-bottom: 1px solid #2a2a2a;
}

.accordion_content {
	background-color: #3B3B3B;
	overflow: hidden;
}

.nota_legal {
	color: #AAAAAA;
}
a.nota_legal {
	color: #AAAAAA;
	font-style: normal;
	text-decoration: none;
}
a.nota_legal:hover {
	color: #FFFFFF;
	font-style: normal;
	text-decoration: none;
}
a.nota_legal:visited {
	color: #AAAAAA;
	font-style: normal;
	text-decoration: none;
}
