/* Header section ////////////////////////////////////////////////////////////*/
#header {
	z-index: 60;
	position: absolute;
	top: 0px;
	left: 105px;
	height: 100px;
	width: 650px;
	background-color: #9a9a47;
	border-left: 5px solid #fff;
	border-bottom: 5px solid #fff;
}


#big-logo {
	z-index: 30;
	position: absolute;
	left: 0;
	display: block;
	width: 300px;
	height: 300px;
	border-right: 5px solid #fff;
	border-left: 5px solid #fff;
	border-bottom: 5px solid #fff;
	background-color: #809cc9;
	background-image: url(../../../-art/logo_300.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}

#company {
	left: 10px;
}
#motto {
	left: 180px;
}


#globalNav {
	left: 0;
}




/* Content section ////////////////////////////////////////////////////////////*/

#content {
	padding: 0 40px 40px 40px;
}

#left {
	position: relative;
	display: inline;
	float: left;
	width: 260px;
	border-right: 5px solid #fff;
	border-left: 5px solid #fff;
	border-bottom: 5px solid #fff;
	background-color: #FFFFCC;
	margin: 0 20px 20px -220px;
	padding: 200px 20px 20px 20px;
}
#left h1 {
	font-size: 18px;
	font-weight: bold;
	color: #8C4216;
}
#left li {
	font-size: 12px;
	line-height: 14px;
	margin-top: 6px;
}
#left #underLeftWrap {
	position: relative;
	padding: 0;
	margin: 0;
	height: 0;
}
#left #underLeftWrap #underLeft {
	position: absolute;
	top: 35px;
	left: -22px;
	width: 165px;
}


#content #slideshow {
	position: relative;
	display: inline;
	float: right;
	margin: 0 -40px 0 -20px;
	width: 445px;
	height: 270px;
	overflow: hidden;
	border: none;
}
#content #slideshow .slide {
	position: relative;
	width: 445px;
	height: 270px;
	overflow: hidden;
}



#content dl.index dt .postDate {
	float: right;
	font-size: 10px;
	color: #9A9A47;
	margin-left: 20px;
}

#content dl.index dd {
	padding-bottom: 6px;
	margin-bottom: 6px;
	border-bottom: 1px solid #CACDB5;
}


/* Miscelaneous ////////////////////////////////////////////////////////////*/

