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

#navigation-wrapper {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 13px;
	width: 100%;
	height: 34px;
	background: #066e35;
}

#navigation-hilite {
	width: 100%;
	height: 2px;
	background: #e0731c;
}

#navigation {
	list-style-type: none;
	width: 1000px;
	margin: 0 auto 0 auto;
	padding: 0;
	font-weight: lighter;
	text-transform: uppercase;
	letter-spacing: 0.2em;
}

#navigation a {
    text-decoration: none; 
	display: block;
	height: 15px;
	padding: 5px 15px 12px 15px;
	color: #FFF;
}

#navigation a:hover {
	cursor: pointer;
	color: #FFF;
	background: #089146;
}

#navigation li {
	margin: 0;
	float: left;
}

#navigation li.selected a {
	color: #FFF;
	background: #e0731c;
}

#slim {
	padding-top: 10px;
	height: 30px;
	font-size: 11pt;
}

#slim .btn a {
	display: block;
	height: 20px;
	padding: 10px 10px 5px 30px;
	text-decoration: none;
	color: #666;
	line-height: 1em;
	float: right;
	clear: none;
}

#slim .btn a:hover {
	background-color: #d1eedb;
	cursor: pointer;
}

#login a {
	margin-left: 10px;
	background: url(../images/lock-green.png) 10px center no-repeat;
}

#signup a {
	background: url(../images/lock-orange.png) 10px center no-repeat;
}

#profile {
	min-width: 200px;
	background: #d1eedb;
	float: right;
	padding: 7px;
}

#profile .pic {
	float: left;
	clear:  none;
	border: none;
}

#profile #users-name {
	float: left;
	clear: right;
	font-size: 16px;
	margin-left: 7px;
	color: #000 !important;
	text-decoration: none !important;
}

#profile #logout {
	float: left;
	clear: right;
	font-size: 13px;
	font-weight: bold;
	margin-left: 7px;
	text-decoration: none !important;
}

#profile #logout:hover {
	color: #6791a5;
}

.fb-login {
	float: left;
	clear: none;
}
