/* CSS Document */


body {
	background:white;
	border-top:4px solid #94C033;
	font-family:Georgia, "Times New Roman", Times, serif;
}

a {
	color:#85AD30;
}
a:hover {
	background:#94C033;
	color:white;
}


h2 {
	font-family:"Trebuchet MS", Arial, sans-serif;
}
/* HEADER */

#head, #body, #foot {
	padding-left:28px;
	width:980px;
	position:relative;
}
#body {
	padding-bottom:3em;
}

#head {
	height:67px;
	z-index:10;
}
#head h1 {
	display:none;
}
#head img {
	padding-top:8px;
}
#head a:hover {
	background:none;
}
#head ul {
	position:absolute;
	right:267px;
	top:-4px;
	height:72px;
	background:url(../graphics/nav-bg.gif) repeat-x;
	max-width:620px;
	overflow:hidden;
}
#head li {
	background:white url(../graphics/nav-item_bg.gif) repeat-x;
	float:left;
	font-size:18px;
	padding:35px 0 0 0;
	height:33px;
	margin-left:1px;
	overflow:hidden;
}
#head li.first-child {
	margin-left:0;
}
#head li a {
	text-decoration:none;
	color:#666;
	display:block;
	padding:0 8px 8px 8px;
}
#head li a:hover {
	color:#93C033;
	background:none;
}
#head li.active {
	background:#E9F2D6;
	border-bottom:4px solid #454545;
}
#head li.active a{
	border-bottom:4px solid #94C033;
	color:#93C033;
}


#head p {
	font-family:"Trebuchet MS", Arial, sans-serif;
	color:#93C033;
	position:absolute;
	right:22px;
	top:22px;
	font-size:14px;
	width:220px;
	height:25px;
	overflow:hidden;
	text-align:right;
	font-weight:bold;
}


/* CAMPAIGN */

#campaign {
	position:relative;
	left:-28px;
	width:747px;
	top:-3px;
	z-index:9;
	background:url(../graphics/lifted.jpg) no-repeat;
	padding:4px 16px 16px 0;
}
#campaign a:hover{
	background:none;
}

/* INTRO */

#intro {
	position:relative;
	left:-28px;
	width:747px;
	top:-3px;
	z-index:9;
	background:url(../graphics/lifted-small.jpg) no-repeat;
	padding:4px 16px 16px 0;
	height:126px;
}
#intro a:hover{
	background:none;
}
#intro p {
	font-size:120%;
	color:white;
	margin:1.6em 2.5em;
}
#intro p strong {
	font-weight:normal;
	color:#93C033;
}
#intro p em {
	font-style:normal;
	color:#CC9900;
}

/* STORIES */

.stories {
	width:373px;
	margin-bottom:1em;
	float:left;
}
.stories li {
	margin:0 0 2em 0;
	padding-bottom:0.7em;
	clear:left;
	width:90%;
}

.stories h2 {
	font-size:110%;
	color:black;
	margin:0.3em 0 0.6em 0;
}
.stories h2 a, .web h3 a{
 	color:black;
	text-decoration:none;
}
.stories h2 a:hover, .web h3 a:hover{
	color:white;
}
.stories img {
	float:left;
	margin:0 0.4em 0.75em 0;
}
.stories p{
	color:#666;
	font-size:90%;
	margin:0;
	line-height:1.3;
}
.stories strong {
	font-style:italic;
}
.stories em {
	font-style:normal;
	color:#333;
	background:#FFFFAE;
}
.stories a.control {
	font-size:80%;
}

#body .clear {
	margin-bottom:1em;
}

#page {
	width:707px;
	color:#333;
}
#page h3, #page h4 {
	color:black;
	clear:both;
}

#page em {
	background:#FFFFAE;
	font-style:normal;
}
#page ul {
	padding:0 0 0 20px;
}
#page li {
	list-style:disc;
}

#page ul.twocols li {
	width:48%;
	float:left;
}
#page ul.twocols:after {
	content:' ';
	display:block;
	clear:left;
}

#page div.twocols {
	width:49%;
	float:left;
}
#page.contact p {
	width:60%;
}
#page.contact .twocols p {
	font-size:90%;
	width:auto;
}
#page.contact a {
	color:#333;
}

/* CONTACT FORM */
#contact label {
	display:none;
}
#page #contact li {
	list-style-type:none;
	padding:0;
	margin-bottom:0.3em;
}
#contact input.text, #contact textarea {
	width:250px;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:90%;
	color:#666;
	border:1px solid #999;
}
#contact textarea {
	height:16em;
}
#contact .error{
	background-color:#FCC;
}
/* RIGHT SIDEBAR */

#sidebar {
	position:absolute;
	right:0.4em;
	top:0;
	width:234px;
	z-index:10;
}
#sidebar .shadow {
	width:233px;
	margin:0 0 1.5em 0;
}
	/* QUOTES */
	#quotes .content {
		font-family:Arial, Helvetica, sans-serif;
		text-align:right;
	}
	#quotes blockquote{
		background:#E2F0B6;
		margin:0.4em;
		padding:0.7em;
		min-height:158px;
	}
	#quotes blockquote p{
		margin:0;
		font-size:80%;
		color:#666;
		text-align:left;
	}
	#quotes blockquote p.first{
		text-indent:22px;
		background:url(../graphics/quote-open.gif) no-repeat 2px 2px;
	}
	#quotes cite {
		display:block;
		text-align:right;
		margin-top:0.7em;
		font-style:italic;
	}
	#quotes .lastword {
		background:url(../graphics/quote-close.gif) no-repeat right;
		padding-right:18px;
	}
	#quotes cite a{
		color:#333;
		font-style:normal;
		font-size:80%;
	}
	#quotes cite a:hover{
		background:#333;
		color:#E2F0B6;
	}
	#quotes .control {
		font-family:Georgia, "Times New Roman", Times, serif;
		font-size:75%;
		margin-right:0.5em;
		position:relative;
		top:-4px;
	}
	
	
	/* NEWS */
	#news .content {
		font-family:Arial, Helvetica, sans-serif;
	}
	#news h2, #news ul{
		background:#FFFFD3;
		margin:0.4em;
		padding:0.4em;
	}
	#news h2 {
		margin-bottom:0;
		color:#333;
		font-size:100%;	
	}
	#news h2 a:hover {
		background:none;
	}
	#news ul {
		margin-top:0;
		height:300px;
		overflow:auto;
	}
	#news li {
		margin-bottom:1em;
		padding-bottom:1.2em;
		background:url(../graphics/sidebar_boxes_separator_li.gif) no-repeat 0px bottom;
	}
	

	
	#news p, #news h3 {
		margin:0;
		font-size:80%;
		color:#666;
	}
	#news h3 .date{
		font-weight:normal;
		font-style:italic;
		font-size:80%;
	}
	
	#news a.control, #news a.control:hover {
		font-size:70%;
		color:#333;
		background:none;
	}
	
	/* NEWSLETTER */
	#newsletter .content {
		font-family:Arial, Helvetica, sans-serif;
	}
	#newsletter form{
		background:#FFFFD3;
		margin:0.4em;
		padding:0.4em;
	}
	#newsletter h2 {
		margin:0;
		color:#333;
		font-size:100%;	
	}
	#newsletter p{
		margin:0.5em 0;
		color:#666;
		font-size:80%;
	}
	#newsletter input.text{
		width:170px;
		margin-bottom:0.4em;
	}
	
	/* STAFF */
	
	.staff  {
		width:667px;
		margin-left:3em;
	}
	.staff:after {
		content:' ';
		display:block;
		height:1px;
		width:1px;
		clear:left;
		margin-bottom:2em;
	}
	.staff li {
		clear:left;
		padding-top:1em;
	}
	.staff img {
		float:left;
		margin-right:30px;
	}
	.staff h4 {
		font-size:115%;
		display:inline;
		font-family:"Trebuchet MS", Arial, sans-serif;
		margin-right:0.5em;
	}
	.staff p {
		margin-top:0.5em;
		color:#666;
		font-size:90%;
	}
	
	/* WEB AUTHORING */
	
	#page ul.web {
		padding:18px 0 0 0;
	}
	#page .web li {
		list-style:none;
		width:714px;
		padding:7px 0pt 10px 7px;
		margin-bottom:45px;
		background:url(../graphics/home-web_separador_li.gif) no-repeat 293px bottom;
		min-height:200px;
		color:#666;
	}    
	#page .web li:hover {
		background:#EAEAEA;
		border:1px solid #CCC;
		color:#000;
		width:712px;
		padding:6px 0 10px 6px;
		margin-bottom:44px;
	}
	#page .web li:hover em {
		background:#FFFF00;
	}
	#page .web li .shadow {
		margin:6px 0pt 0pt 10px;
	}	
	#page .web li .shadow div {
		background-position:right -8px;
	}
	#page .web li .shadow .content {
		padding:0;
	}
	#page .web li .shadow .content img {
		margin:0px -1px -4px 0px;
	}
	#page .web li .text {
		float:left;
		width:400px;
		padding-left:24px;
	}
	#page .web li h3 {
		margin:0.5em 0 0 0;
		font-family:"Trebuchet MS", Arial, sans-serif;
		font-size:110%;
	}
	#page .web li p {
		font-size:90%;
		line-height:135%;
		margin:0.2em 0 1.35em 0;
	}
	
	/* LATEST_RELEASES */

	
	#latest_releases ul, #latest_releases h2 {
		font-family:Arial, Helvetica, sans-serif;
		background:#FFFFD3;
		margin:0.4em;
	}
	#latest_releases h2 {
		font-size:90%;
		margin-bottom:0;
		padding:0.8em 0 0.35em 0.7em;
		font-family:"Trebuchet MS",Arial,sans-serif;
	}
	#latest_releases ul {
		margin-top:0;
		padding:0.2em 0.4em 0.4em 0.7em;
		height:350px;
		overflow:auto;
	}
	#latest_releases li {
		margin-bottom:1.2em;
		background:url(../graphics/sidebar_boxes_separator_li.gif) no-repeat 0px bottom;
		padding-bottom:0.5em;
	}
	#latest_releases h3 {
		margin:0 0 0.25em 0.1em;
		font-size:70%;
		color:#000;
	}
	#latest_releases h3 a {
		color:#000;
		text-decoration:none;
		font-size:100%;
	}
	#latest_releases h3 .date {
		font-weight:normal;
		font-size:90%;
	}
	#latest_releases p {
		margin:0;
		line-height:123%;
		font-size:70%;
		color:#666;
	}
	#latest_releases p.about {
		font-weight:bold;
	}
	#latest_releases p span {
		font-weight:bold;
	}


	/*BRAN*/
	
	#bran {
		padding:0.6em 0 0 0.7em;
	}
	#bran li {
		list-style:none;
		width:585px;
		margin-bottom:0.5em;
		background:url(../graphics/bran_separador_li.gif) no-repeat 0px bottom;
		padding-bottom:2.4em;
	}
	#bran li.last-child {
		background:none;
	}	
		#bran li img {
			float:left;
			margin-right:0.8em;
		}
	#bran h2 {
		color:#000;
		font-size:110%;
		margin:0;
	}
	#bran h3 {
		color:#83AB2E;
		font-size:90%;
		margin:0 0 1.5em 0;
	}
	#bran h4 {
		color:#666;
		font-size:80%;
		font-weight:normal;
		margin:0;
	}
	#bran p {
		color:#666;
		font-size:90%;
		line-height:140%;
		margin-bottom:1.3em;
	}
	#bran p strong {
		font-weight:normal;
		color:#000;
	}
	
	#blog_archive .content, #blog_links .content {
		padding:6px;
	}
	#blog_archive ul, #blog_links ul {
		background:#FFFFD3;
		padding:0.2em 0pt 1em 0.7em;
	}
	#blog_archive li, #blog_links li {
		line-height:90%;
	}
	#blog_archive h2, #blog_links h2 {
		background:#FFFFD3;
		margin:0;
		font-size:90%;
		padding:0.6em 0 0.3em 0.7em;
	}
	#blog_archive li a, #blog_links li a {
		font-size:75%;
		font-family:Arial, Helvetica, sans-serif;
		color:#666;
		font-weight:bold;
		text-decoration:underline;
	}
	#blog_archive li a:hover, #blog_links li a:hover {
		text-decoration:underline;
	}
	
/* FOOTER */
#foot {
	clear:both;
	background:#9BC444 url(../graphics/footer-top_border.jpg) repeat-x top;
	width:auto;
	padding:1em 0 1em 23px;
	margin-bottom:0;
}
#foot h2, #foot a, #foot p {
	margin:0;
	color:#333;
}
#foot a:hover {
	background:#333;
	color:#9BC444;
}
#foot h2 {
	font-size:110%;
}
#foot h2 a{
	color:white;
}

#foot p {
	font-size:80%;
	margin-bottom:1em;
	width:33%;
}
#foot ul {
	margin-top:1.5em;
}
#foot li {
	display:inline;
	font-family:Arial, Helvetica, sans-serif;
	font-size:80%;
}
#foot li:after {
	content:' | ';
}

#jobs {
	position:absolute;
	left:770px;
	top:20px;
	background:url(../graphics/footer-lifted.jpg) no-repeat top right;
	padding:12px 18px 24px 12px;
	width:202px;
	height:112px;
}
#jobs p {
	width:auto;
}
#jobs p a{
	color:#93C033;
}
#jobs p a:hover{
	color:#FFFFDF;
}
#foot p#copyright {
	font-family:Arial, Helvetica, sans-serif;
	margin:0 0 1em 0;
}
	