/* CSS Document */

/* File: screen.css
// Media: screen
// Copyright: (c) 2006 ntara, Inc.
// Author: Brandon Neil Richards (richards-at-ntara.com)
// Notes: 
//
//
*/

html,
body 
{
	height: 100%;
	margin: 0px 0px;
	padding: 0px 0px;
}

#Container
{
	
	position:absolute;
	top: 50%;
	left: 50%;
	width: 968px;
	height: 549px;
	margin-top: -274px; /*set to a negative number 1/2 of your height*/
	margin-left: -484px; /*set to a negative number 1/2 of your width*/
}

#Content
{
	display: block;
	float: right;
	height: 549px;
	width: 968px;
}

#Footer
{
	display: block;
	clear: both;
	height: 40px;
	border-top: 1px solid #C3C3C3;
	font: normal 9px Verdana, Arial, Helvetica, sans-serif;
	color: #C3C3C3;
	text-decoration: none
}

#Footer a
{
	display: block;	
	height: 28px;
	width: 70px;
	background: transparent url(/wp-content/themes/thinkinc/images/footer_nav_bg.jpg) no-repeat right top;
	font: 9px Verdana, Arial, Helvetica, sans-serif normal;
	color: #C3C3C3;
	text-decoration: none;
	padding: 4px 18px 0px 18px;
}

#Footer .copy
{
	display: block;	
	height: 28px;
	font: 9px Verdana, Arial, Helvetica, sans-serif normal;
	color: #C3C3C3;
	padding: 4px 18px 0px 18px;
}

#Footer ul
{
	display: block;
	float: right;
	margin: 0px 0px;
	padding: 0px 0px;
	list-style-type: none;
}


#Footer li
{
	display: inline;
	float: left;
	text-align: center;
	padding: 0px 0px 0px 0px;
}

#flashcontent 
{
}

#Footer li span
{
	display: block;
	width: 198px;
	height: 79px;
	background: transparent url(/wp-content/themes/thinkinc/images/2006_ethinkinc_addy.jpg) no-repeat;
}

/* last updated by brandon neil richards on 03-22-2007 */