/* LAST UPDATED 02.26.2010 */

#nav ul {
	display: table;
	list-style: none;
        margin-top: 12px;
        margin-left: 190px;
        width: 710px;
	padding: 0;
}

	#nav li {
		float: left;
		margin: 0;
		padding: 0;
	}

	#nav li a {
		display: block;
		padding: 4px 20px;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 14px;
		color: #949699;
		text-align: center;
		text-decoration: none;
		text-transform: lowercase;
	}

	#nav li a:hover, #nav li a.hovering {
		color: #fff;
		background-color: #64d1ce;
	}

/* SUBMENU */

#nav ul ul {
	display: block;
	position: fixed;
        margin: 0px;
	padding: 15px 0px 0px;
	left: -999em;
	width: 72px;
	background-color: #fff;
        background-image: url('../Images/moxie/bg-submenu.gif');
	background-position: top center;
	background-repeat: no-repeat;
}

	#nav li li { padding: 0; }

	#nav li li a {
		width: 125px;
		padding: 0px 0px;
		font-size: 12px;
		line-height: 1.5em;
                font-family: Arial, sans-serif;
		font-size: 11px;
		text-align: left;
		color: #949699;
		text-transform: lowercase;
		background: none;
	}

	#nav li li a:hover {
		color: #64d1ce;
		background-color:  #fff;
	}

/* LEVEL THREE */

#nav ul ul ul { margin: -30px 0 0 200px; }

#nav li:hover ul ul { left: -999em; }

#nav li:hover ul, #nav li li:hover ul { left: auto; }

body {
	margin: 0;
	padding: 20px 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #6e7175;
	line-height: 18px;
	background: #fff url('/Images/moxie/back-blue.gif') left repeat-y;
}

.highlight {
	color: #ffa900;
}

#leaves {
	position: absolute;
	top: -3px;
        left: 895px;
}


h1 { 
        font-family: QuickType, Arial, Helvetica, sans-serif;
        font-weight: normal;
        text-transform: uppercase;
	font-size: 30px;
	color: #fca900; 
}

h3 { 
        font-family: QuickType, Arial, Helvetica, sans-serif;
	font-size: 17px;
         text-transform: uppercase;
	color: #64d1ce; 
}

body#project { font-size: 13px; }

p {
	margin: 0;
	padding: 0 0 20px;
}

#sidenavServices {
        position: absolute;
	top: 200px;
	width: 245px;
        left: 860px;
        padding-bottom: 20px;
}

#sidenavServices a {
        font-size: 13px;
	color: #6e7175;
	text-decoration: none;
}

#sidenavServices a:hover { color: #64d1ce; }

 
#projectContent {
	position: absolute;
	top: 195px;
	left: 200px;
	width: 620px;
}

#projectContent a {
	color: #64d1ce;
	text-decoration: none;
}

#projectContent a:hover { color: #6e7175; }


	div.left {
		float: left;
		width: 601px;
	}

	div.right {
		float: right;
		width: 620px;
		line-height: 1.2em;
	}


	ul#imagesList {
		list-style: none;
		margin: 0;
		padding: 0;
		width: 452px;
		height: 336px;
		overflow: hidden;
	}

		ul#imagesList li {
			float: left;
			padding: 0;
			width: 452px;
			height: 336px;
		}

		ul#imagesList li img {
			display: block;
			width: 448px;
			height: 332px;
			border: 3px #e9eaec solid;
		}

	ul#numbersList {
		list-style: none;
		margin: 15px 0 25px 0;
		padding: 0;
		width: 452px;
		height: 18px;
	}

		ul#numbersList li {
			float: left;
			height: 18px;
			padding: 0 10px 0 0;
		}

		ul#numbersList li a {
			text-indent: -4440px;
			display: block;
			height: 18px;
			background-repeat: no-repeat;
			background-image: url('../Images/moxie/bg-numbers.gif');
		}

		ul#numbersList li a.no-01 {
			width: 23px;
			background-position: 0 -18px;
		}
			ul#numbersList li a.no-01:hover { background-position: 0 0; }

		ul#numbersList li a.no-02 {
			width: 28px;
			background-position: -23px -18px;
		}
			ul#numbersList li a.no-02:hover { background-position: -23px 0; }

		ul#numbersList li a.no-03 {
			width: 29px;
			background-position: -51px -18px;
		}
			ul#numbersList li a.no-03:hover { background-position: -51px 0; }

		ul#numbersList li a.no-04 {
			width: 28px;
			background-position: -80px -18px;
		}
			ul#numbersList li a.no-04:hover { background-position: -80px 0; }

		ul#numbersList li a.no-05 {
			width: 29px;
			background-position: -108px -18px;
		}
			ul#numbersList li a.no-05:hover { background-position: -108px 0; }

		ul#numbersList li a.no-06 {
			width: 28px;
			background-position: -137px -18px;
		}
			ul#numbersList li a.no-06:hover { background-position: -137px 0; }











