body{
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-transform: normal;
	letter-spacing: normal;
	line-height: 1.4em;
	color: #666;
}

#container
{
	margin: 0 auto;
	width: 1024px;
}

/*-----------------------LINKS-----------------------*/

a:link {
	text-decoration: none;
	color: #666;
}
a:visited {
	text-decoration: none;
		color: #666;
}
a:hover {
	text-decoration: none;
	color: #B2BB1E;
}
a:active {
	text-decoration: none;
	color: #B2BB1E;
}

/*-----------------------LOGO-----------------------*/


#logo{
	background-repeat:no-repeat;
	background-image:url(../images/logo.jpg);
	width:316px;
	height:92px;
	float:left;
}

/*-----------------------TOP BUTTONS-----------------------*/


#topButton_container{
	width: 320px;
	height: 25px;
	float:right;
	margin-right:40px;
	font-size:11px;
}

#home_button{
	width:30px;
	height:20px;
	float:left;
	padding: 6px 10px 0px 8px;
	margin: 0px 15px 0px 0px;
	border-left:solid #B2BB1E 4px;
}

#insights_button{
	width:40px;
	height:20px;
	float:left;
	padding: 6px 10px 0px 8px;
	margin: 0px 15px 0px 0px;
	border-left:solid #B2BB1E 4px;
}

#highlights_button{
	width:50px;
	height:20px;
	float:left;
	padding: 6px 8px 0px 8px;
	margin: 0px 15px 0px 0px;

	border-left:solid #B2BB1E 4px;
}

#careers_button{
	width:50px;
	height:20px;
	float:left;
	padding: 6px 10px 0px 8px;
	border-left:solid #B2BB1E 4px;
}

/*-----------------------HEADER*-----------------------*/

#header
{
	width: 1024px;
	height: 92px
}

#header h1 { margin: 0; }


/*-----------------------TOP NAVIGATION*-----------------------*/

#navigation
{
	float: left;
	margin-top:47px;
	width: 708px;
	height: 20px;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-transform: normal;
	letter-spacing: normal;
	line-height: 1.4em;
}

#navigation ul
{
	margin: 0;
	padding: 0;
}

#navigation ul li
{
	list-style-type: none;
	display: inline;
}

#navigation li a
{
	display: block;
	width: 80px;
	float: left;
	padding: 2px 15px;
	text-decoration: none;
	color:#666;
	text-align:center;
	border-left: #CCC solid 1px;
}

#navigation li a:hover { 
	background:#B2BB1E; 
	color:#fff;
}

/*-----------------------BANNER*-----------------------*/

#bannerhome {
	width:1024px;
	height:500px;
	border-bottom:solid #B2BB1E 4px;
	border-top:solid #B2BB1E 4px;
	float: left;
}

#banner {
	width:1024px;
	height:230px;
	border-bottom:solid #B2BB1E 4px;
	border-top:solid #B2BB1E 4px;
	float: left;
}

/*-----------------------SIDEBAR*-----------------------*/

#sidebar {
	width:150px;
	height: 300px;
	float:left;
	margin-left:120px;
	padding: 20px;
	text-align:right;
	}

/*-----------------------CONTENT*-----------------------*/

#content
{
	margin:10px 0px 0px 0px;
	padding: 20px 20px 20px 20px;
	width: 550px;
	float: left;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	text-transform: normal;
	letter-spacing: normal;
	line-height: 1.4em;
	border-left:dashed 1px #999;
	min-height:150px;
}

#content h2
{
	color:#555;
	font-size: 160%;
	margin: 0 0 .5em;
}


/*-----------------------FOOTER*-----------------------*/

#footer
{
	background:#fff;
	text-align: right;
	padding: 20px 150px 20px 20px;
	height: 1%;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: normal;
	text-transform: normal;
	letter-spacing: normal;
	line-height: 1.4em;
}

