/* CSS Document */

/******** Top ********/

#top_container {
	height: 110px;
	width: 776px;
	background-image: url(../images/gradient_background_top.gif);
	background-repeat: repeat-x;
	background-position: 252px top;
	border: thin solid #CCCCCC;
	background-color: #FFFFFF;
	margin-bottom: 1px;
}

#logo {
	position:relative;
	width:250px;
	height:105px;
	z-index:1;
	background-image: url(../images/logo_top_left.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	border-right-width: thin;
	border-right-style: dotted;
	border-right-color: #CCCCCC;
}

#atomz {
	position:absolute;
	width:175px;
	height:50px;
	z-index:2;
	left: 289px;
	top: 32px;
	text-indent: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #666666;
}

#home {
	position:absolute;
	width:30px;
	height:59px;
	z-index:2;
	left: 190px;
	top: 16px;
}

#toplinks {
	position:absolute;
	width:248px;
	height:auto;
	z-index:1;
	left: 237px;
	top: 34px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: 100;
	color: #999999;
}

#quicklinks {
	position:absolute;
	width:109px;
	height:26px;
	z-index:1;
	left: 353px;
	top: -21px;
}
#greybar {
	background-color: #E3E3E3;
	height: 15px;
	width: 790px;
}
