@charset "utf-8";
/* CSS Document */

/* Styles used by the navigation bar
   ----------------------------------------------------------------- */
/* This class is used to flood the color all the way across the screen */
.floodred {
	width: 100%;
	background-color: #A00740;
}

.floodblackgradient, .floodbluegradient {
	width: 100%;
	background: #424242 none;
	background: -webkit-gradient(linear,left top,left bottom,from(#505050),to(#343434));
	background: -moz-linear-gradient(top,#505050,#343434);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#FF505050,endColorstr=#FF343434);
	background: -ms-linear-gradient(top,#505050,#343434);
	background: -o-linear-gradient(top,#505050,#343434);
	border-bottom-width: 4px;
	border-bottom-style: solid;
	border-bottom-color: #85954E;
}

.floodblack {
	width: 100%;
	background-color: #000;
}

/*
.floodbluegradient {
	width: 100%;
	background-image: url(../assets/images/lightgraygradient.jpg);
}
*/

.floodgraygradient {
	width: 100%;
	background-image: url(../assets/images/lightgraygradient.jpg);
}


/* navwrapper holds the nav div */
#navwrapper {
	position:relative;
	width: 996px;
	margin: 0px auto;
/*	background-image: url(../assets/images/lightgraygradient.jpg); */
}

#navwrapper img {
	border: none;
}


#nav ul {
	text-align: center;
	font-size: 14px;
	letter-spacing: 0.15em;
	line-height: 55px;
	height: 55px;
}

#nav ul li {
	padding: 0;
	margin: 0;
	list-style: none;
	float: left;
	text-align: center;
	color: #FFF;
	text-decoration: none;
	font-family: Myriad Pro, Verdana, Geneva, sans-serif;
	text-transform: uppercase;
	border-right: 1px solid #000;
}

#nav ul li a {
	border-left: 1px solid #515151;
	display: block;
	color: #FFF;
	text-decoration: none;
	font-family: Myriad Pro, Verdana, Geneva, sans-serif;
	padding-right: 18px;
	padding-left: 18px;
}

#nav ul li a:hover {
	background: #5c5c5c none;
	background: -webkit-gradient(linear,left top,left bottom,from(#6a6a6a),to(#414141));
	background: -moz-linear-gradient(top,#6a6a6a,#414141);
	background: -ms-linear-gradient(top,#6a6a6a,#414141);
	background: -o-linear-gradient(top,#6a6a6a,#414141);
}

/* Menu bar styles
   --------------- */
#menuwrapper {
	position:relative;
	width: 996px;
	margin: 0px auto;
/*	background-color: #A00740; */
}

#menubar {
	font-size: 14px;
	line-height: 28px;
	height: 28px;
	color: #000;
/*	font-family: Arial, Helvetica, sans-serif; */
}

/* Style the greeting on the menu bar */
#menudiv {
	position: absolute;
	left: 695px;
	width: 300px;
	text-align: right;
}

#menudiv a {
	text-decoration: none;
	color: #C30;
}

#menudiv a:hover {
	color: #60F;
}

.MenuDot {
	color: #D9D8C4;
	padding-left: 5px;
	padding-right: 5px;
}

/* Style for displaying the current Project name */
#ProjectNameDiv {
	position: absolute;
	left: 2px;
}

