/*
* Copyright 1999-2004 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
*     http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/


html, body, #lenya-cmsbody {
/*	height: 100%;*/
}

body {
	font-family: Verdana, Arial, Sans-serif;
}

#header {
	display:none;
}

#body-header {
	display: none;
}

#right {
	display: none;
}

#bar ul {
	display: none;
}

#crumbs, #related, #other, #date {
	display: none;
}

#related p {
}

#menu {
	display: none;
}

#search {
	display: none;
}


h1 {
    font-size: 120%;
    color: #000;
}

h2 {
    font-size: 100%;
    color: #000;
    border-bottom: solid 1px #000;
    margin-top: 30px;
}

h3 {
	font-size: .9em;
	color: #eee;
	background-color: #003;
	margin: 8px 0px 0px 1px;
	height: 15px;
	border: solid #fff;
	border-width: 1px 0px 1px 0px;
	padding: 2px 0px 1px 5px;
}

img {
	display: block;
}

div.clear {
	clear: both;
}


/* Kupu Editor mods */


/* Jobs Section */
div.jobslist ul li {
	list-style: none;
}

div.jobbody p {
	padding-left: 20px;
}

/* Form Section */
fieldset {
	border: 1px solid #ccc;
}

form input,
form select,
form textarea {
	width: 250px;
}

form textarea {
	height: 150px;
}

#contact-submit {
	width: 50px;
}

form dt {
	clear: both;
	width: 20%;
	float: left;
	text-align: right;
	margin: 0;
	padding-top: 4px;
}

form dd {
	float: left;
	margin-left: 5px;
	padding-top: 4px;
}

dt {
	clear: both;
	width: 30%;
	float: left;
	margin: 0;
	padding-left: 20px;
}

dd {
	float: left;
	margin-left: 0px;
	padding: 0 0 0 0;
}

