/*------------------------------------------------------
treebuzz.com - screen.css

designed and developed by: mike mccarron
http://www.raphaelwebscapes.com

Defines Layout and style for screen media.
------------------------------------------------------*/

/*------------------------
REDEFINE HTML TAGS
------------------------*/

html, body
{
	margin: 0px;
	padding: 0px;
	font-size: 11pt;
	line-height: 11pt;
	background-color: #fff;
	color: #000;
	font-family: verdana, helvetica, san-serif;
}

img
{

	display: none;
}

object, param
{
	display: none;
}


/*----------------------------------------------
General Link Selectors
----------------------------------------------*/

/*----------------------------------------------
LAYOUT - start
----------------------------------------------*/

#border
{
	border-color: #grey;
	border-width: 0px 1px 1px 1px;
	border-style: solid;
}

.clr
{
	clear: both;
}

/*-----------------------------------------
HEADER AND FOOTER
------------------------------------------*/

#header
{
	display: none;
}
 
#header .content
{
	padding: 0px;
}
 
#footer 
{
	display: none;
}
 
#footer a
{
	color: #fff;
	text-decoration: none;
}

#footer a:hover
{
	color: #fff;
	text-decoration: underline;
}

/*-----------------------------------------
HEADER AND FOOTER - end
------------------------------------------*/

/*----------------------------------------------
LAYOUT - end
----------------------------------------------*/

/*----------------------------------------------
CONTENT CONTAINERS - start
----------------------------------------------*/
#banner
{
	background-color: #fff;
	margin-left: 2px;
	margin-right: -2px;
}

#navigation
{
	display: none;
}

#navigation a
{
	display: none;
}

.indent
{
	padding: 5px 0px 5px 0px;
	background-color: #C0C0C0;
}

.indent2
{
	margin-top: -11px;
	padding: 5px 15px 5px 15px;
	background-color: #fff;
}

#navigation1
{
	display: none;
}

#navigation1 a
{
	display: none;
}

.content
{
	padding: 5px;
}

.bigtext
{
	font-size: 14pt;
	line-height: 14pt;
}

#leftcolumn
{
	display: none;
}

#leftcolumnspeak
{
	display: none;
}

#leftcolumngear
{
	display: none;
}

#leftcolumngear a
{
	color: #247993;
	text-decoration: none;
}

#leftcolumn2
{
	display: none;
}

#leftcolumnspotlight
{
	display: none;
}

#leftcolumn a
{
	color: #247993;
	text-decoration: none;
}

#leftcolumn a:hover
{
	color: #247993;
	text-decoration: underline;
}

#rightcolumn
{
	display: block;
	padding: 5px;
}

#rightcolumn2
{
	display: block;
	width: 100px;
	padding: 5px 5px 5px 10px;
}

#rightcolumn a, #rightcolumn2 a
{
	text-decoration: none;
}

#rightcolumn a:hover, #rightcolumn2 a:hover
{
	text-decoration: underline;
}

/*----------------------------------------------
CONTENT CONTAINERS - end
----------------------------------------------*/

 
 


 

 

 

 

