/* GENERAL STYLES */
/*

	Screen styles
	
	Author: Anders Gjelstrup
	Copyright: 2008, ACG Solutions. All rights reserved

-----------------------------------------------------------------------*/

html {
	font-size: 100%;
}
body {
	margin: 0;
	padding: 0;
	font-family: Georgia, Times, Sans-Serif;
	font-size: 80%;
	line-height: 1.4em;
	color: #262425;
	text-align: center;
	background: #fff;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
		Clearing floats
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {display: inline-block}
.clearfix {display: block}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
		Accessibility & SEO
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

.accessibility {
	position: absolute;
	top: -999em;
	left: -999em;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
		General element styles
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

table, td, form, input, textarea, select {
	font-family: Georgia, Times, Sans-Serif;
	font-size: 100%;
	color: #262425;
}
table, img, form, input, textarea, select {
	margin: 0;
}
img {
	display: block;
	border: 0;
}

hr {
	height: 1px;
	margin: 10px 0;
	padding: 0;
	color: #e4e4e4;
	background-color: #e4e4e4;
	border: 0;
}
* html body hr {
	margin: 1px 0;
}
/* Remove the progressive spacing in IE */

/* Wrap around HR in tables */
div.ruler {
	margin-top: 1px;
	padding-bottom: 1px;
	border-top: 1px solid #e4e4e4;
}
 .
div.ruler.emphasize {
	border-color: #8f8f8f;
}
div.ruler hr {
	display: none;
}

ul {
	margin: 0 0 15px 0;
	padding: 0 0 0 20px;
	list-style-type: square;
}

table {
	margin: 0;
	padding: 0;
	border: 0;
}
table td {
	padding: 2px 0 2px 0;
	vertical-align: top;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
		Typography
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

h1 {
	margin: 5px 0 15px 0;
	padding: 0;
	font-size: 17px;
	font-weight: bold;
	line-height: 1.3em;
	color: #262425;
}
h2 {
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 1em;
	line-height: 1.3;
	font-weight: bold;
	color: #262425;
}
h3 {
	margin: 0 0 3px 0;
	padding: 0;
	font-size: 1.1em;
	font-weight: normal;
	color: #262425;
}
h4 {
	margin: 0 0 3px 0;
	padding: 0;
	font-size: 1em;
	font-weight: bold;
	color: #262425;
}
p {
	margin: 0 0 10px 0;
	padding: 0;
}
p.date {
	margin: 15px 0 15px 0;
	color: #999;
}
p.update {
	padding: 8px 10px;
	background: #fef7cc;
}
small {
	font-size: .85em;
}
a {
	color: #262425;
	text-decoration: underline;
}
a:hover, a:focus, a:active {
	color: #262425;
	text-decoration: none;
}
a:focus, a:active {
	background: #F6DDB5;
}
a.more {
	padding: 0 0 0 10px;
	background: url( '/gfx/bullet/bullet-arrow.gif' ) no-repeat 0 50%;
	text-decoration: none;
}
a.more:hover {
	text-decoration: underline;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
		Forms
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}
legend {
	display: none;
}

input.formfield {
	width: 180px;
	width: 250px;
	padding: 2px;
	color: #343537;
	border: 1px solid #cfd6da;
	vertical-align: middle;
}
 .
input.formfield.small {
	width: 160px;
}
 .
input.formfield.mini {
	width: 90px;
}
textarea.formarea {
	width: 300px;
	height: 80px;
}
input.formcheckbox {
	margin: 0 2px 2px 0;
	vertical-align: middle;
}
input.formradio {
	margin: 4px 0 6px 0;
	vertical-align: middle;
}
select.formselect {
	width: 220px;
	width: 256px;
	margin: 0;
	color: #343537;
	vertical-align: middle;
}
 .
select.formselect.small {
	width: 166px;
}
 .
select.formselect.month {
	width: 50px;
	margin: 0 5px 0 0;
}
 .
select.formselect.year {
	width: 70px;
}
input.formbutton {
	padding: 2px 5px;
	color: #fff;
	font-weight: bold;
	line-height: 1.2em; /*letter-spacing: .1em;*/
	text-transform: uppercase;
	border: 0;
	background: #95A3AB;
	cursor: pointer;
	width: auto;
	overflow: visible;
	vertical-align: middle;
}
a.linkbutton {
	padding: 2px 5px;
	color: #fff;
	font-weight: bold;
	line-height: 1.2em;
	text-transform: uppercase;
	text-decoration: none;
	background: #F6DDB5;
}

a.button, a.button:link, a.button:visited {
	padding: 3px 8px;
	color: #fff;
	font-weight: bold;
	line-height: 1.2em;
	letter-spacing: .1em;
	text-transform: uppercase;
	text-decoration: none;
	background: #F6DDB5;
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
		Main containers
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */

/* Overall site container */
#container {
	width: 980px;
	margin: 0 auto;
	text-align: left;
	xborder: 1px solid red;
}

/* Main content area */
#main {
	padding: 0 45px 0 50px;
	background: url('/gfx/background/background-content.jpg') repeat-y;
	min-height: 500px;
	xborder: 1px solid green;
}

/* Header */
#header {
	padding: 40px 40px 0px 50px;
	background: url('/gfx/background/background-header.jpg') no-repeat;
	xborder: 1px solid green;
}

/* Logo */
#logo {
	float: left;
	width: 410px;
	height: 130px;
	xborder: 1px solid red;
}
#logo a:focus, #logo a:active { background: none; }

#footer {
	padding: 30px 45px 0 50px;
	text-align: center;
	background: url('/gfx/background/background-footer.jpg') no-repeat;
	height: 100px;
	xborder: 1px solid red;
}
#footer dl {
	margin: 0;
}
#footer dl dt, #footer dl dd {
	display: inline;
	margin: 1em;
}

/* Firefox hack to force scrollbars permanently */ 
#scroll { 
	position:absolute; 
	top:0; 
	bottom:-0.1px; 
	width:1em; 
	z-index:-1; 
} 

/* Service navigation */
#nav-service {
	float: right;
	margin: 13px 5px 0 0;
	xborder: 1px solid blue;
	font-size: .90em;
	font-weight: bold;
}
#nav-service ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#nav-service ul li {
	float: left;
	display: inline;
	margin: 0 7px;
}
#nav-service ul li.selected {}
#nav-service ul li a {}
#nav-service ul li a.selected {}

/* Primary navigation */
#nav-primary {
	padding: 0 40px 0px 0px;
	border-bottom: 1px solid #262425;
	margin-bottom: 16px;
	margin-right: 5px;
}
#nav-primary ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#nav-primary ul li {
	float: left;
	display: inline;
	margin: 0 10px 0 0;
	line-height: 1.6em;
	font-size: 1.5em;
	font-weight: bold;
}
#nav-primary ul li a {
	text-decoration: none;
	padding-bottom: 3px;
}
#nav-primary ul li a:hover, #nav-primary ul li a:focus {
	color: #3F7F00;
	border-top: 1px solid #262425;
	xborder-bottom: 1px solid #262425;
}
#nav-primary ul li a.selected, #nav-primary ul li a.selected:hover {
	color: #3F7F00;
	border-top: 1px solid #262425;
	xborder-bottom: 1px solid #262425;
}

/* Secondary navigation */
#nav-secondary ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#nav-secondary ul ul {
	margin: 0 0 4px 10px;
}
#nav-secondary ul li {
	padding: 0 0 0 15px;
}
#nav-secondary ul li.selected, #nav-secondary ul li.selected:hover{
	background: url('/gfx/bullet/bullet-arrow-down.png') no-repeat 0 6px;
}
#nav-secondary ul li:hover {
	background: url('/gfx/bullet/bullet-arrow.png') no-repeat 0 6px;
}
#nav-secondary ul ul li {
	padding: 0 0 0 14px;
}
#nav-secondary ul ul li.selected {
	xbackground-position: -1px 7px;
}
#nav-secondary ul li a {
	text-decoration: none;
}
#nav-secondary ul li a.selected {
	font-weight: bold;
	color: #3F7F00;
}
#nav-secondary ul li a:hover, #nav-secondary ul li a:focus {
	color: #000000;
}

#zone-tools {
	min-height: 20px;
	font-size: .85em;
	border-bottom: 1px solid #262425;
	}
	div.breadcrumb {
		float: left;
		width: 350px;
		font-weight: bold;
		xborder: 1px solid red;
	}
	div.breadcrumb ul {
		margin: 0;
		padding: 0;
		list-style-type: none;
	}
	div.breadcrumb ul li {
		float: left;
		margin-right: 4px;
	}
	div.breadcrumb ul li a {
		padding-right: 10px;
		font-weight: normal;
		background: url('/gfx/bullet/bullet-seperator.png') no-repeat 100% 50%;
	}
	div.tools {
		float: right;
		width: 100px;
	}
	div.tools ul {
		float: right;
		margin: 0;
		padding: 0;
		list-style-type: none;
	}
	div.tools ul li {
		display: inline;
		margin-left: 13px;
	}
	div.tools ul li a {
		padding-left: 18px;
		text-decoration: none;
	}
	div.tools ul li a.email { background: url('/gfx/icon/icon-email.gif') no-repeat 0 50%; }
	div.tools ul li a.print { background: url('/gfx/icon/icon-print.gif') no-repeat 0 50%; }


/* GRID ZONE DEFINITIONS */

/* Default */
#zone-left {
	float: left;
	width: 190px;
	margin: 0px 10px 0 0;
	xborder: 1px solid red;
}

#zone-content {
	float: left;
	width: 480px;
	xborder: 1px solid red;
}

#zone-right {
	float: left;
	width: 190px;
	margin: 0 0 0 10px;
	xborder: 1px solid red;
}

/* Frontpage */
.frontpage #zone-content {
	width: 680px;
}

/* Wide */
.wide #zone-content {
	width: 680px;	
}

/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
		Elements
 * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
.related {
	xborder: 1px solid red;
	padding-bottom: 10px;	
}
.related h2 {
	margin-bottom: 5px;	
}

.related dl {
	margin: 0;
	padding: 0;
}

.gallery .item {
	float: left;
	padding-right: 10px;
}

.gallery .item.last {
	padding-right: 0;
}
/* EDITOR PROPERTIES */
