html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{margin:0;padding:0;border:0;outline:0;font-weight:inherit;font-style:inherit;font-size:100%;font-family:inherit;vertical-align:baseline}body{line-height:1;color:black;background:white}table{border-collapse:collapse;border-spacing:0}caption,th,td{text-align:left;font-weight:normal}blockquote:before,blockquote:after,q:before,q:after{content:""}blockquote,q{quotes:"" ""}

/* General tags */

a:link, a:visited {
	color: #71c228;
}

body {
	background: #fff;
	color: #666;
	font: 62.5%/1.4em Arial, Helvetica, Sans-serif;
}

hr {
	display: none;
}

p {
	padding: 0 0 1.4em;
}

ol, ul {
	margin: 0 0 0 25px;
	padding: 0 0 1.4em;
}

em {
	font-style: italic;
}

strong {
	font-weight: bold;
}

/* Headings */

h1 {
	padding: 0 0 10px;
	font-size: 1.5em;
	text-transform: uppercase;
}

h2 {
	font-weight: bold;
	font-size: 1.1em;
	text-transform: uppercase;
}

h3 {
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 1.1em;
	text-transform: uppercase;
}

h4 {
	padding-top: 0.3em;
	padding-bottom: 1em;
	font-size: 1.3em;
	font-weight: bold;
}

/* Forms */

form {
}

	.input {
		padding: 0 0 3px;
		position: relative;
	}

		.input label {
			padding: 1px 0;
			display: block;
			font-weight: bold;
		}

		.input input, .input textarea {
			border: solid 1px #333;
			font: 1em/1em Arial, Helvetica, Sans-serif;
		}

		.input .error-message {
			padding: 1px;
			position: absolute;
			top: 0;
			left: 0;
			background: #c00;
			font-weight: bold;
		}

	.submit {
	}

		.submit input {
			margin-right: 10px;
		}

/* Top section */

#top {
	min-height: 520px;
	background: #04244f url(../img/top-default.jpg) 535px 0 no-repeat;
	color: #fff;
}

* html #top {
	height: 520px;
}

/* Header */

#header {
	padding: 0 8px;
	position: absolute;
	width: 220px;
	height: 520px;
	top: 0;
	left: 35px;
	background: url(../img/header.png) 0 0 repeat-y;
	z-index: 20;
}

	#header h1 {
		padding: 0;
		position: relative;
		width: 220px;
		height: 190px;
		overflow: hidden;
	}

		#header h1 a, #header h1 span {
			position: absolute;
			width: 100%;
			height: 100%;
			top: 0;
			left: 0;
			cursor: pointer;
		}

			#header h1 span {
				background: url(../img/logo.gif) no-repeat;
				z-index: 10;
			}

/* Main area */

#main {
	padding-top: 185px;
	position: relative;
	width: 320px;
	left: 575px;
	top: 0;
	z-index: 20;
	font-size: 1.1em;
}

.home #main p {
	font-size: 1.2em;
	line-height: 1.4em;
}

#main p, #main ul {
	padding-bottom: 0.5em;
	font-size: 1.2em;
	line-height: 1.2em;
}

.contact #main {
	width: 408px;
}

	#main .button {
		padding-top: 10px;
		font-size: 1em;
		line-height: 1em;
	}

	.button a {
		padding: 3px 20px 3px 10px;
		background: url(../img/button.png) 100% 50% no-repeat;
		border: solid 1px #333;
		font-size: 1.3em;
		font-weight: bold;
		text-transform: uppercase;
	}

	.button a:link, .button a:visited {
		color: #fff;
		text-decoration: none;
	}

/* Banner */

#banner {
	position: absolute;
	top: 0;
	left: 0;
	width: 535px;
	height: 520px;
	overflow: hidden;
	background: #e4edf7;
	z-index: 10;
}

	#banner-inner {
		width: 535px;
		height: 650px;
	}

/* Main menu */

#menu {
	position: absolute;
	width: 180px;
	top: 180px;
	left: 60px;
	z-index: 20;
	font-size: 1.4em;
}

	#menu a:link, #menu a:visited {
		color: #808080;
		text-decoration: none;
	}

	#menu .current a:link, #menu .current a:visited {
		color: #04244f;
	}

	#menu ul {
		margin: 0;
		padding: 0;
	}

		#menu ul li {
			padding: 7px 0;
			border-bottom: solid 1px #ddd;
			text-transform: uppercase;
			font-weight: bold;
		}

			#menu ul li ul {
				margin-top: 7px;
				padding: 3px 0 0 0;
				border-top: solid 1px #ddd;
			}

				#menu ul li li {
					padding: 4px 0 0 8px;
					position: relative;
					border: none;
					font-size: 0.7em;
				}

				#menu ul li li span {
					display: block;
					position: absolute;
					top: 8px;
					left: 0;
					width: 3px;
					height: 5px;
					float: left;
				}

/* Panels strip */

#panels {
	margin: 0 0 30px;
	position: relative;
	width: 100%;
	overflow: hidden;
	z-index: 40;
	background: #fff url(../img/panels-header.gif) repeat-x;
	font-size: 1.1em;
}

	#contact-panel, .panel {
		float: left;
		display: inline;
	}

	#contact-panel {
		margin-left: 35px;
		margin-right: -8px;
		position: relative;
		width: 236px;
		z-index: 10;
		background: url(../img/contact-panel-bg.gif) 0 35px no-repeat;
	}

	.panel {
		width: 180px;
		background: url(../img/panel-right.gif) 100% 35px no-repeat;
	}

		#contact-panel h2, .panel h2 {
			margin: 0 0 10px;
			color: #fff;
			height: 35px;
			overflow: hidden;
			line-height: 35px;
		}

		#contact-panel h2 {
			padding: 0 28px;
			background: url(../img/contact-panel-header.gif) no-repeat;
		}

		#contact-panel p {
			padding: 0 28px 5px;
		}

			#contact-panel p strong {
				display: block;
				font-size: 1.7em;
				line-height: 1.3em;
			}

		.panel h2, .panel h3, .panel p, .panel a.more {
			padding: 0 20px;
		}

		.panel h2 {
			background: url(../img/panel-heading.gif) no-repeat;
		}

			#panels h2 a:link, #panels h2 a:visited {
				color: #fff;
				text-decoration: none;
			}

		.panel a.more {
			margin: 5px 0 0;
			display: block;
			font-size: 0.9em;
			text-transform: uppercase;
		}

		.panel a.more:link, .panel a.more:visited {
			text-decoration: none;
		}

			.panel a.more span {
				display: none;
			}

/* Footer */

#footer {
	padding: 5px 63px;
	position: relative;
	border-top: solid 5px #71c228;
}

	#footer ul {
		margin: 0;
		padding: 0;
		position: absolute;
		top: 5px;
		left: 0;
		width: 983px;
		list-style: none;
		text-align: right;
	}

		#footer ul li {
			padding-left: 1em;
			display: inline;
		}

/* Contact thank you */

#thank-you-message {
	padding: 30px 0 0;
	font-size: 1.5em;
	line-height: 1.1em;
}

/* Sitemap */

#sitemap ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

	#sitemap ul ul {
		margin-left: 20px;
	}

/* People */

#people {
}

	.person {
		width: 100%;
		overflow: hidden;
	}

		.person-image {
			width: 71px;
			height: 71px;
			float: left;
			background: #ccc;
			border: solid 2px #fff;
		}

		.person-info {
			width: 235px;
			float: right;
		}

/* Postal address */

#post-address {
	float: right;
}