/* css by digital garden */
/* author: cris andretta */
/* last revision: 06-03-2008  */


/* global formatting */
@import "base.css";
@import "nav-main.css";


/* layout containers */
#container 		{ width:970px; margin:0 auto 0 auto; position:relative; left:0px; }
#header 		{ padding:10px; }
#navigation 	{ clear:both; height:35px; }
#wrapper		{ float:left; width:750px; }
#content 		{ width:500px; clear:none; padding:0 10px 0 10px; min-height:511px; height:auto !important; height:511px; float:right; padding-bottom:25px; margin-right:10px; }
#sidebar 		{ width:200px; padding:0; float:left; height:505px; }
#sidebar2 		{ float:right; width:200px; padding:0; height:530px; }
#footer 		{ clear:both; height:20px; width:970px; }


/* layout containers */
body 			{background:#fff;}


#footernav				{list-style:none; margin:0; height:20px; padding:3px 0 0 0; float:left; }
#footernav li			{float:left; padding-right:14px; }
#footernav li a 		{display:block; font-size:10px; }
#footernav li a:hover 	{color:#404040; }
#footernav .contact 	{ padding-right:0; }
#copyright				{ float:right; width:470px; padding:6px 0 0 0; }


#sidebar2 a img	{border:0;}

div#content p.greentext	{ color:#7C8334 !important; }
div#content p.greytext	{ color:#505050 !important; }
div#content p.small		{ color:#505050; font-size: 12px; margin: 0.9em 0;}

#content table.instreet			{ color:#666; width:500px;}
#content table.instreet td		{ border:1px solid #ccc; border-collapse:collapse; padding:5px;}
#content table.instreet thead td	{ background:#7C8334; color:#fff; border:0; }
#content table.instreet td a	{ font-size:10px;}
