@charset "utf-8";
/* ==================================================================== */
/* Web design and development by UNORM Philippe Kuenzler - www.unorm.ch */
/* ==================================================================== */
* {
	margin:0;
	padding:0;
	font-family:'Trebuchet MS',Trebuchet,'Lucida Grande',LucidaGrande,Lucida,"Lucida Sans",'Lucida Sans Unicode',Geneva,Arial,sans-serif;
	font-weight:normal;
	color:#373B5B;
	border:0;
}
body {
	background:#F5F5DD;
	font-size:14px;
}

/* structure */
#top {
	position:absolute;
	top:-1px;
	height:1px;
}
#head {
	background:#F5F5DD url(/images/global/bg-head.gif) repeat-x center top;
}
#body {
	background:#fff;
	overflow:hidden;
	padding:0 0 5px 0;
}
#foot {
	background:#F5F5DD url(/images/global/bg-foot.gif) repeat-x center top;
	overflow:hidden;
	font-size:12px;
	line-height:18px;
}
#meta {
	margin:0 auto;
	width:700px;
	overflow:hidden;
	padding:12px 0 0 0;
}
.page {
	margin:0 auto;
	width:740px;
	overflow:hidden;
}
.col-1, .col-2 {
	padding:0 20px;
	overflow:hidden;
	width:200px;
	float:left;
}
.col-2 {
	width:460px;
	padding:14px 20px;
}
#foot .col-1, #foot .col-2, #foot .col-3, #foot .col-4 {
	padding:20px 20px 5px 20px;
	overflow:hidden;
	width:140px;
	float:left;
}
#foot .col-1 {
	width:200px;
}
#foot .col-3, #foot .col-4 {
	padding-left:0;
}

/* content */
img {
	display:block;
}
h1 {
	font-size:20px;
	line-height:28px;
	padding:14px 0;
	clear:both;
}
h2 {
	font-size:16px;
	line-height:21px;
	font-weight:bold;
	padding:7px 0;
}
p, ul, h2 {
	line-height:21px;
	padding-bottom:14px;
	overflow:hidden;
}
#body ul {
	list-style:circle;
	padding-left:16px;
	overflow:auto;
}
#foot p, #foot ul, #foot h2 {
	line-height:18px;
	padding-bottom:12px;
}
a {
	text-decoration:none;
	color:#65B747;
}
a.on, li.on a {
	color:#373B5B;
}
a:hover, a.on:hover, li.on a:hover {
	color:#373B5B;
}
.img-float-l {
	float:left;
	margin:0 20px 1em 0;
}
.img-float-r {
	float:right;
	margin:0 0 1em 20px;
}
#body img, #foot img {
	border:1px solid #CCCDD5;
	margin-top:4px;
}
#foot ul {
	list-style:none;
	line-height:18px;
}
#foot h2 {
	font-size:13px;
	line-height:19px;
	padding:0 0 5px 0;
}
.bold, strong {
	font-weight:bold;
}
em {
	font-style:italic;
	font-weight:normal;
}
.clear {
	clear:both;
}
/* tables */
table {
	border-collapse:collapse;
	line-height:21px;
	margin-bottom:14px;
}
td, th {
	padding-right:10px;
	vertical-align:top;
}
.zebra {
	width:100%;
}
.zebra td {
	padding:5px;
	vertical-align:top;
}
.even {
	background-color:#F6F6E2;
}

/* menu */
#body ul.menu {
	list-style:none;
	text-align:center;
	padding:1em 0;
	border-bottom:1px solid #CCCDD5;
}
.menu.first {
	margin-top:34px;
	border-top:1px solid #CCCDD5;
}
.menu.last {
	margin-bottom:34px;
}
.menu a {
	display:block;
	font-weight:bold;
}

/* forms */
.col-34 {
	margin-left:160px;
}
label, .label {
	width:140px;
	display:block;
	float:left;
	padding:3px 20px 0 0;
	text-align:right;
}
.col-1 label {
	width:50px;
	padding-right:10px;
}
input, textarea, select {
	color:#373B5B;
	background:#fff;
	font-size:1em;
	border:1px solid #CCCDD5;
}
input.field, textarea.field {
	width:287px;/*be nice to IE6*/
	padding:4px;
}
input.field-xs {
	width:60px;
	padding:4px;	
}
.radio {
	vertical-align:middle;
	border:0;
}
.radio-label {
	width:auto;
	text-align:left;
	display:inline;
	float:none;
}
.button {
	color:#F5F5DD;
	background:#65B747;
	margin-right:10px;
	cursor:pointer;
	padding:0 5px;
	font-weight:bold;
	overflow:visible;
	height:26px;
}
.button:hover {
	color:#373B5B;
	background:#F5F5DD;
}
.errorfield, .errors {
	border:1px solid #f88;
}
.errors {
	line-height:21px;
	padding:10px;
	margin:0 3px 14px 160px;
}
#foot p .link-button {
	color:#F5F5DD;
	background:#65B747;
	margin-right:10px;
	padding:3px 4px;
	font-weight:bold;
	border:1px solid #CCCDD5;
	line-height:40px;
}
#foot p .link-button:hover {
	color:#373B5B;
	background:#fff;
}
#foot input, #foot label {
	margin-top:5px;
}
#foot input.field {
	padding:3px;
}
#foot .button {
	height:24px;
	padding:0 4px;
	margin-right:5px;
}
#foot .button:hover {
	background:#fff;
}
