/*REMOVE DEFAULTS*/
* {padding:0; margin:0;}

/*IE HACKS*/
#email{display:inline;}
#birdseed{margin-right:-3px;}

/*GLOBALS*/
body{
	color:#999999;
	font-family:Arial, Verdana, sans-serif;
}


/*STRUCTURE*/
#container{
	width:930px;
	margin:0 auto;
}

#top_half, #bottom_half, #email, #solutions_center, #birdseed, #email_image, #footer{
	float:left;
}

#top_half{
	width:inherit;
}

#bottom_half{
	width:inherit;
	margin-top:0px;
}

#email{
	width:240px;
	margin-left:22px;	
}

#email_bar{
	width:212px;
	height:20px;
	float:left;
	padding:7px;
	background:url(../../Q3_2007/09_slg_sit/slg_sit_images/sit_email_field.jpg) no-repeat;
	background-position:0% 0%;
}

#email_bar table{
	float:left;
	width:95%;
}

#solutions_center{
	width:650px;
	margin-left:5px;
}

#solutions_center img, h2, h3, p{float:left;}
#solutions_center h3{
	width:auto;
	font-weight:bold;
	font-size:12px;
	margin-left:10px;
}

#solutions_center h2{
	width:100%;
	font-size:14px;
	margin-bottom:5px;
}

#solutions_center p{
	width:480px;
	font-size:10px;
	margin-left:10px;
}

#birdseed{
   
	width:900px;
	padding:0 20px 0 20px;
	font-size:9px;
	border: solid #cccccc 0px;
	border-width: 0px;
	margin-top:15px;
}
#birdseed p{float:left;margin-top:30px;}

#birdseed a{
	font-size:10px;
}

#footer{
text-align:center;
height:33px;
	width:100%;
	background:#D6D6D6;
	border-top:1px solid #666666;
	border-bottom:1px solid #999999;
	clear:both;
	margin-top:10px;
}

#footer p {
text-align:center;
	font-size:11px;
	margin-bottom:0;
}

#footer a{
	font-size:10px;
}

#footer p.right{
	float:right;
	width:auto;
	margin-right:20px;
}

#footer p.center{
	/*float:left;*/
	width:auto;
	text-align:center;
}

#footer ul{
	width:auto;
/*	clear:both;*/
	/*margin-top:10px;*/
	text-align:center;
/*	display:inline;*/
}

#footer ul li{
	display:inline;
	margin-right:10px;
	border-left:1px solid #333;
	padding-left:8px;
}

#footer ul li.first{
	border:none;
}


/*CLASSES and ONE-OFFs*/

div.link a{
	vertical-align:middle;
}

div.link img{
	vertical-align:middle;
}

