/*** Common elements ***/

* {
	padding: 0;
	margin: 0;
}

html {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 0.7em;
	line-height: 16px;
	color: #666;
	background-color: #fff;
}

a, em, h1, h2, h3, h4, #logo, .button {
	color: #bccd53;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
}

.button {
	margin-left: 10px;
}

h2 {
	font-size: 1.4em;
}

p {
	margin-bottom: 0.9em;
}

a {
	text-decoration: underlined;
}

a img {
	border: 0;
}

ul {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

li {
	line-height: 16px;
}

li a {
	color: #666;
}

li a:hover {
	text-decoration: underline;
}

/*** Navigation bar layout ***/

#logo {
	top: 30px;
	padding: 34px 0 0 0;
	margin: 0;
	overflow: hidden;
	height: 0px !important;
	height: 30px;
	width: 195px;
	background: transparent url('/images/packmanLucasLogo.gif') top left no-repeat;
}

#logo a {
	visibility: hidden;
}

#nav {
	height: 27px;
	width: 516px;
	left: 213px;
	top: -28px;
	margin: 0;
	overflow: hidden;
	position: relative;
}

#nav li {
	margin: 0;
	padding: 0;
	display: inline;
}

#nav a {
	float: left;
	padding: 20px 0 0 0;
	margin: 5px;
	overflow: hidden;
	height: 0px !important;
	height

/**/: 20px;

/* for IE5/Win only */
	background: #fff url('/images/navSprite.gif') left -10px no-repeat;
}

/*** Navigation links ***/

#practice a {
	width: 69px;
	background-position: -4px -7px;
}

#practice a:hover, #practice .active {
	background-position: -4px -33px;
}

#projects a {
	width: 68px;
	background-position: -80px -7px;
}

#projects a:hover, #projects .active {
	background-position: -80px -33px;
}

#recruitment a {
	width: 85px;
	background-position: -156px -7px;
}

#recruitment a:hover, #recruitment .active {
	background-position: -156px -33px;
}

#contact a {
	width: 70px;
	background-position: -250px -7px;
}

#contact a:hover, #contact .active {
	background-position: -250px -33px;
}

#news a {
	width: 80px;
	background-position: -334px -7px;
}

#news a:hover, #news .active {
	background-position: -334px -33px;
}

/*** Main content ***/

#container {
	width: 730px;
	margin: 0px auto;
	padding: 18px 0 0 0;
	overflow: hidden;
}

#leftCol, #rightCol {
	float: left;
	margin: 0px auto;
	text-align: justify;
	padding-top: 35px;
}

#leftCol {
	width: 210px;
	padding-right: 25px;
}

#rightCol {
	width: 495px;
	line-height: 16px;
}

#centerCol {
	width: 150px;
	margin: 0;
	float: right;
	text-align: justify;
}

#centerCol img {
	margin-bottom: 20px;
}

#footer {
	padding-top: 10px;
	clear: both;
}

.hidden {
	display: none;
}

.right {
	float: right;
}

.topSpace {
	padding-top: 20px;
}

.leftSpace {
	padding-left: 10px;
}

/*** Recruitment ***/

.recruitment #leftCol {
	width: 390px;
}

.recruitment #rightCol {
	width: 315px;
}

/*** Forms ***/

fieldset {
	padding: 0;
	margin: 0;
	border: 0;
}

legend {
	visibility: hidden;
}

form label {
	float: left;
	width: 110px;
	padding: 0;
	margin: 5px 0 0 0;
	text-align: left;
}

form input, form textarea {
	width: auto;
	margin: 5px 0 0 10px;
}

form .hidden {
	display: block;
	visibility: hidden;
}

.button, .inputTextBox {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.0em;
	height: 16px;
}

.button {
	border: 1px solid #999;
	background-color: #fff;
	height: 18px;
	width: 100px;
	margin-left: 320px!important;
	margin-left: 323px;
	text-align: right;
	padding-right: 3px;
}

.inputTextBox {
	border: 1px solid #666;
	color: #666;
	width: 300px;
}

.projectList {
	line-height: 25px;
}

.projectList h3 {
	font-size: 13px;
	cursor: pointer;
}

#leftCol .projectList {
	padding-top: 17px!important;
}

/*** Project Sheets ***/

#projectSheet #leftCol {
	width: 430px;
}

#projectSheet #centerCol {
	width: 110px;
}

#projectSheet #rightCol {
	width: 275px;
}

#projectSheet ul {
	margin: 15px 0;
	text-align: normal;
}

.bridge #leftCol {
	width: 430px!important;
}

.bridge #centerCol {
	width: 210px!important;
}

/*** top project list menu ***/

#topMenu {
	margin-left: 312px;
	height: 16px;
	margin-top: -25px;
}

#topMenu h3 {
	display: inline;
	float: left;
	padding-right: 27px;
	text-transform: lowercase;
	color: #a3a3a3;
	cursor: pointer;
	font-size: 13px;
	font-weight: normal;
}

#topMenu ul {
	list-style-position: outside;
	list-style-image: none;
	list-style-type: none;
	position: absolute!important;
	display: none;
	margin-top: 18px;
	border: 1px solid #bccd53;
	background: #fff;
	filter: alpha(opacity=90);
	-moz-opacity: 0.90;
	opacity: 0.90;
	padding-top: 5px;
	padding-bottom: 5px;
}

#topMenu li {
	line-height: 17px;
	padding: 0 6px;
}

#topMenu #smallScale {
	margin-left: 198px;
	width: 140px;
}

#topMenu #mediumScale {
	margin-left: 90px;
	width: 140px;
}

#topMenu #largeScale {
	width: 140px;
}

#topMenu #arts {
	margin-left: 292px;
	width: 140px;
}

#topMenu li:hover {
	background: #f3f3f3;
	color: #000;
}

.category {
	display: none;
}

#map {
	width: 210px;
	height: 150px;
	top: 284px;
	position: absolute;
}
