@CHARSET "UTF-8";

* {
	margin: 0 0;
	padding: 0 0;
	font-family: Arial, sans-serif;
}

body {
	background: #242424;
}

.topbar {
	background: #242424;
	height: 30px;
}

.navigationWrapper {
	position: fixed;
	padding: 10px 0 10px 0;
	background: #4b4b4b;
	width: 210px;
	float: left;
	height: 650px;
	z-index: 300;
	text-align: left;
	
}
.fullNav a, .toplevelNav a {
	line-height: 1.4em;
}
.fullNav a:hover, .toplevelNav a:hover {
	color: #fff;
}
.fullNav a, .toplevelNav a, .logoWrapper a {
	color: #e8e8e8;
	letter-spacing: +0.17em;
	font-size: 135%;
	font-weight: lighter;
	text-transform: uppercase;
	text-decoration: none;
}
.navigationWrapper .fullNav a.leaf {
	font-size: 100%;
	color: #000;
	text-transform: uppercase;
}
.navigationWrapper .fullNav a.leaf:hover {
	color: #222;
}
.navigationWrapper ul.navigation ul {
	margin-top: 20px;
}
.navigationWrapper ul.navigation ul ul {
	margin-top: 0px;
	margin-right: 4px;
	font-size: 80%;
}
.navigationWrapper ul.navigation ul ul li {
	margin-top: 5px;
	margin-bottom: 5px;
	font-weight: bold;
}
.fullNav ul li, .toplevelNav ul li {
	list-style-type: none;
}
.navigationWrapper ul li a {
	display: block;
}
.navigationWrapper ul, .navigationWrapper ul li {
	margin: 0;
	padding: 0;
}
.navigationWrapper ul li {
	padding: 0 0 0 8px;
	margin: 0;
}
.navigationWrapper li a.selected {
/*	font-weight: bold; */
	background: #818181;
}
.navigationWrapper li.active, .navigationWrapper li.active li.active {
/* 	font-weight: bold; */
}
.navigationWrapper li.active li {
	font-weight: normal;
}
.navigationWrapper li.active ul {
}
.navigationWrapper li a.unpublished {
	font-style: italic;
	color: #66c;
}
.navigationWrapper li a.pagelink {
	border-left: 3px solid #66c;
	padding: 0 0 0 4px;
}

.toplevelNav {
	position: absolute;
	bottom: 120px;
	font-size: 75%;
}
.toplevelNav a {
	display: block;
}
.toplevelNav a.contact {
	margin-top: 1em; 
}
.logoWrapper {
	position: absolute;
	bottom: 40px;
	left: 10px;
	line-height: 2em;
}
.logoWrapper a {
	color: #a3cf0e;
	text-decoration: none;
	font-size: 200%;
}
.logoWrapper a:hover {
	color: #b3df1e;
}

.breadcrumbs {
	background: #cceedd;
	padding: 5px 10px;
}

.maincontent {
	background: #fff;
	padding: 0;
	margin-left: 210px;
	color: #666666;
}

.maincontent p {
	text-transform: uppercase;
	letter-spacing: +0.2em;
	font-size: 70%;
	padding-top: 5px;
	line-height: 1em;
}
.maincontent h1 {
	font-size: 175%;
}
.maincontent h2 {
	font-size: 140%;
}
.maincontent h3 {
	font-size: 122%;
}
.maincontent h4 {
	font-size: 116%;
}


/*************************
	CONTENT STYLES
*************************/
.column {
	height: 600px;
	width: 600px;
	margin: 0 20px 0 0;
	padding: 0;
	float: left;
	overflow: hidden;
}
table.contentTable {
	background: #fff;
	width: auto;
	height: 600px;
	padding: 20px 0 20px 0;
	margin: 0 0 0 20px;
}
table.contentTable td {
	vertical-align: top;
	padding: 0 20px 0 0;
	margin: 0 0 0 0;
	height: 600px;
	border: 0;
}
table.contentTable td img {
	margin: 0 0 20px;
	padding: 0;
	border: 0;
	font-size: 0;
	display: block;
}
table.contentTable td img:last-child {
	margin: 0;
}
table.contentTable td a:first-child {
	margin-left: -230px;
	height: 0;
	display: block;
}
.headerBox {
	width: 194px;
	height: 197px;
	border: 1px solid #666666;
	padding: 0 3px 3px 3px;
	position: relative;
	text-transform: uppercase;
}
.headerBox h2 {
	position: absolute;
	padding: 0;
	margin: 0;
	font-weight: lighter;
	letter-spacing: +0.15em;
	color: #666666;
}
.headerBox h3 {
	position: absolute;
 	bottom: 2px;
	font-size: 100%;
	font-weight: lighter;
	padding: 0;
	margin: 0;
	letter-spacing: +0.15em;
	color: #666666;
}

.home .navWrapper {
	position: absolute;
	top: 530px;
	left: 720px;
}

.home .toplevelNav {
	position: absolute;
	bottom: 78px;
	left: 10px;
	font-size: 75%;
	width: 180px;
}

.home .logoWrapper {
	position: relative;
	bottom: 0px;
	left: 10px;
	line-height: 2em;
	font-size: 75%;
}

/*
.home {
	width: 911px;
	height: 607px;
	background: transparent url(/images/home/illustration.jpg) no-repeat scroll left 
}
*/
.home {
	width: 960px;
	height: 662px;
	background: transparent url(/images/holding.jpg) no-repeat scroll left 
}
