

	
/* The slide-y content box thingy */

#frame, #frame div.button, #scroller, .section { height: 350px; }

#frame {
text-align:left;
	overflow: hidden;
	margin: 0 auto;
	width: 590px;
	position: relative;
	}
	
#frame div.button {
	position: absolute;
	top: 40%;
	}
	
div.button#left { left: 0; }
div.button#right { right: 0; }

#scroller {
	width: 610px;
	margin: 0 auto;
	overflow: hidden;
	}

#content {
	width: 5250px;
	}
	
.section {
	width: 590px;
	margin: 0;
	float: left;
	}
	
.section h2, .section h3 {
	color: #072453;
	font-weight: normal;
	font-family: "HelveticaNeue", Helvetica, Arial, sans-serif;
	font-size: 19px;
	line-height: 24px;
	margin-bottom: 5px;
	}
	
.section h3 {
	color: #000;
	}
	
.section p, .section li {
	margin: 0 0 20px 0;
	font-size: 14px;
	line-height: 22px;
	}

.section li strong {
	font-size: 19px;
	font-weight: normal;
	}


	
#new-pane p, #new-pane li {
	}



ul#toolbar {
	height: 40px;
	width: 510px;
	text-align: left;
	list-style: none;
	margin: 0 0 0 40px;
	clear: both;
	position: relative;
	margin-bottom: -1px;
	}
	
#toolbar li {
	position: absolute;
	text-indent: 0px;
	top: 0;
	}
	
#toolbar li a {
	height: 40px;
	display: block;
	}
	
#toolbar li.active {
	
	height: 40px;
	z-index: 10;
	}

#toolbar li.inactive {
	background-position: top;
	
	}
	
#toolbar li:hover {

	}
		
#toolbar li#new-tab {
	left: 0px;
	
	
	}
	
#toolbar li#sites-tab {
	left: 169px;

	
	}

#toolbar li#files-tab {
	left: 340px;
	
	
	}




