@charset "utf-8";

/* Tool links in top-right corner */
.tools {
	font-size: 12px;
	float: right;
	margin-top: 62px;
}

.tools ul {
	list-style: none;
	margin-right: 15px;
}

.tools ul li {
	float: left;
	background-image: url(../images/bullet.gif);
	background-repeat: no-repeat;
	background-position: left center;
	display: inline;
	padding-right: 10px;
	padding-left: 11px;
}

.tools ul a {
	display: block;
	text-decoration: none;
	color: #F4811F;
}

.tools ul a:hover {
	text-decoration: underline;
}

.tools #noBullet {
	background: none;
}
.tools #noPadding {
	padding-right: 0px !important;
}


/* Navigation Bar */
.navBar {
	height: 30px;
}

.nav {
	font-size: 12px;
	width: 780px;
	float: left;
}

.nav ul {
	list-style: none;
}

.nav ul li {
	float: left;
	background-image: url(../images/bulletGrey.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	display: inline;
	padding-right: 16px;
	padding-left: 16px;
	height: 29px;
}

.nav ul a {
	display: block;
	text-decoration: none;
	color: #FFFFFF;
	padding-top: 6px;
}

.nav ul a:hover {
	text-decoration: underline;
}
.nav #noBullet {
	background: url(../images/bulletGreyNo.jpg);
}


/* Blue Navigation Bar */

.navBlue {
	font-size: 12px;
	float: right;
	width: 105px;
}

.navBlue ul {
	list-style: none;
}

.navBlue ul li {
	float: right;
	background-image: url(../images/bulletBlue.jpg);
	background-repeat: no-repeat;
	background-position: left center;
	display: inline;
	padding-right: 16px;
	padding-left: 16px;
	height: 29px;
}

.navBlue ul a {
	display: block;
	text-decoration: none;
	color: #FFFFFF;
	padding-top: 6px;
}

.navBlue ul a:hover {
	text-decoration: underline;
}
.navBlue #noBullet {
	background: url(../images/bulletBlueNo.jpg);
}

