/*===================================================================================================
	Copyright 2009 - 2GeeksinaLab, Inc
	
	*** layout.css ***
	Primary style sheet for www.2geeksinalab.com
===================================================================================================*/
/* Reset default margins and set default font, size and colors.
This helps ensure cross-browser compatibility. */
* { margin:0; padding:0; }

body
{
	margin:0;
	padding:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color:#000;
	text-align: center;
	/* 23Sept2009 CWL - Fix Tom's black background fixes so that the
	entire site works correctly. */
	/*background-color: #000;*/
	background-color: #FFF;
	font-size:13px;
}


p, div
{
	margin-top:1px;
	margin-bottom:0em;
	text-align: left;
	font-size:13px;
}


/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=
	Page Layout Tags for www.2geeksinalab.com
-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=*/

/* This is the OUTER container for the page. 
	It provides the margin between the page content
	and the edges of the browser window.
*/
#ex_page_con
{
	margin:0px;
	padding:0px;
	/* 23Sept2009 CWL - Fix Tom's black background fixes so that the
	entire site works correctly. */
	/*background-color: #000;*/
	background-color: #FFF;
}


/* This is the INNER container for the page. 
	Creates the border inside the margin defined
	in ex_page_con.
*/
#page_con
{
	margin:0;
	padding:0;
	/* 23Sept2009 CWL - Fix Tom's black background fixes so that the
	entire site works correctly. */
	/*background-color: #000;*/
	background-color: #FFF;
}

/*--------------------------------------------------
 * Flash banner header.
 *-------------------------------------------------*/
#flashPgHdr
{
	width:100%;
	padding:0;
	margin:0;
	background-color:#009700;
	font-size:9px;
	color:#000;
	background-image: url(/WebSites/2geeksinalab/img/GreenTextureBkgnd.jpg);
	background-repeat: repeat;
}

/*-------------------------------------------
	Display page title above right_col
/*------------------------------------------*/
.news_title
{
	margin:-16px 0 0 189px;
	padding:8px;
	text-align:center;
	font-size:1.2em;
	font-weight:bold;
	/* 23Sept2009 CWL - Fix Tom's black background fixes so that the
	entire site works correctly. */
	/*color:#000;*/
	color:#fff;
	background-color:#006;
	background-image:url(/GeeksCommon/img/Backgrounds/bk_quant_ripple.gif);
	background-position:center;
	background-repeat:repeat;
	border-left: 1px solid #cacaca;
}

/* right column - holds main content for page. */
#right_col 
{
	/* 23Sept2009 CWL - Fix Tom's black background fixes so that the
	entire site works correctly. */
	/*background-color: #000;*/
	margin:0px  0 0px 189px;
	padding: 20px 10px;
	text-align:left;
	border-left: 1px solid #cacaca;
} 

/* Left column - contains nav-bar */
#left_col
{
	float:left;
	width:189px;
	margin:0px;
	padding:0px;
	text-align:left;
}

#leftnav
{
	margin:0px;
	padding:0px;
}

#leftnav a
{
	display:block;
	color:#003500;
	line-height:30px;
	height:30px;
	padding-left: 5px;
	text-decoration:none;
	font-size:10px;
	font-weight:bold;
}

#leftnav li
{
	background: url(../img/leftnav_bg.jpg) repeat-x;
	width:100%;
	float:left;
	height:25px;
}

#leftnav a:hover
{
	font-size:10px;
	font-weight:bold;
	color:#FF0;
	background-color: #003500;
}

#leftnav ul
{
	margin:0;
	padding:0;
	list-style:none;
}

/*--------------------------------------------------
 * Page footer: 
 *-------------------------------------------------*/
#footer
{
	font-size:0.8em;
	font-style:italic;
	color:#000;
	text-align:center;
	margin:0px;
	/* 23Sept2009 CWL - Fix Tom's black background fixes so that the
	entire site works correctly. */
	/*background-color: #000;*/
	background-color:#B4CDB5
	padding:5px;
}


/*=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=-
	Custom Content Styles for www.2geeksinalab.com
=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=--=-*/

/* DIV containing the IFRAME that loads 
	ContactRequest.php
*/
#div_contactUs
{
	margin:0em 0px 0em 0px;
	padding:0px;
	background-color:#000;
}

/* contact us iframe */
#iframe_contactUs
{
	width:100%;
	height:485px;
	background-color:#000;
	margin:0;
	padding:0;
}

/* guest book iframe */
#iframe_signBook
{
	width:100%;
	height:650px;
}

#div_pcalc
{
	float:right;
	width:370px;
	text-align:center;
	border:solid 1px #600;
	padding:1px;
}


/* contact us iframe */
#iframe_pcalc
{
	width:100%;
	height:300px;
}

/* Page last edited date and time style.*/
#editTimestamp
{
	font-size:.7em;
	font-style:italic;
	text-align:center;
	margin:0;
	padding:0;
}
