@charset "UTF-8";
/* Home Page Specific Styles */


/* Center Stage */
#centerstage {
	background:#999;
	position:relative;
	height:313px;
	overflow:visible;
	z-index:2;
	}
#centerflash {
	width:100%;
	height:333px;
	}
/* Intro */
#intro {
	background:#63707F;
	color:#FFF;
	padding:20px;
	font-size:1.5em;
	line-height:1.3em;
	width:713px;
	height:82px;
	position:relative;
	z-index:1;
	}
#intro span {
	background-image:url(../images/intro.gif);
	}
/* Tour */
#tour {
	background:#E8EAEC;
	border-bottom:1px solid #63707F;
	width:533px;
	}
#tour h2{
	float:left;
	background:url(../images/tour_arrow.gif) no-repeat right center;
	padding:0 20px 0 0;
	margin:0 20px 0 0;
	}
#tour ul{
	height:15px;
	font-size:1.1em;
	line-height:1.3636363em;
	overflow:auto;
	margin:0 0 0 0;
	padding:0;
	list-style:none;
	}
#tour li{
	margin:0;
	padding:0;
	}
/* Clients Words */
#clients {
	background:url(../images/clients_bg.gif) repeat-x left bottom;
	border-bottom:1px solid #63707F;
	width:189px;
	padding:0;
	margin:0 0 0 1px;
	}
#clients h2 a{
	padding:10px 15px;
	width:159px;
	height:15px;
	}
#clients h2 a span{
	background-image:url(../images/clients_button.jpg);
	}
/* Press Releases */
#press {
	width:157px;
	margin:0 1px 0 0;
	}
/* Articles */
#articles {
	width:157px;
	margin:0 1px 0 0;
	}
/* Alter Connections */
#connections {
	width:157px;
	margin:0 1px 0 0;
	}
#connections li {
	margin:0 0 0 -10px;
	padding:0;
	}
#connections li:before {
	content: "\00BB \0020";
	}
/* Projects */
#projects {
	background:#E8EAEC;
	border-bottom:1px solid #63707F;
	width:159px;
	}
/* Badge */
#badge {
	width:159px;
	}
#badge a {
	margin:10px 0 0;
	display:block;
	}
