/*

Copyright © Starkis Design 2006


/*

—————————————————————————————————————————————
Layout — navigation

*/
#navsub {
	position: absolute;
	top: 0;
	left: 164px;
	width: 120px;
}
#navsub .item1, #navsub .item2, #navsub .item3, #navsub .item4 {
	position: relative;
	margin-top: 1px;
	width: 95px;
	height: 60px;
	background-repeat: no-repeat;
	background-position: right top;
	border-left-width: 25px;
	border-left-style: solid;
	text-align: right;
}
#navsub .item1 {
	z-index: 4;
	background-color: #285B00;
	background-image: url(../images/number1.gif);
	border-left-color: #688C4C;
}
#navsub .item2 {
	z-index: 3;
	background-color: #3D7000;
	background-image: url(../images/number2.gif);
	border-left-color: #779B4C;
}
#navsub .item3 {
	z-index: 2;
	background-color: #518400;
	background-image: url(../images/number3.gif);
	border-left-color: #85A94C;
}
#navsub .item4 {
	z-index: 1;
	background-color: #669900;
	background-image: url(../images/number4.gif);
	border-left-color: #94B74C;
}
#navsub .item1 h2, #navsub .item2 h2, #navsub .item3 h2, #navsub .item4 h2 {
	margin-top: 0;
	margin-bottom: 0;
	font-size: 110%;
	line-height: 1em;
}
#navsub .item1 h2 a, #navsub .item2 h2 a, #navsub .item3 h2 a, #navsub .item4 h2 a {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 83px;
	padding-top: 30px;
	padding-right: 8px;
	padding-bottom: 9px;
	padding-left: 4px;
	display: block;
}
/*
Rollover popup images (Credit: Eric Meyer)
a:hover has an arbitrary definition (in this case 'border:none') which allows the image resize to work in IE6
*/
#navsub a:hover {
	border:none;
}
#navsub a img {
	position: absolute;
	top: 1px;
	left: -25px;
	height: 0;
	width: 0;
	border:none;
}
#navsub a:hover img {
	height: 25px;
	width: 25px;
}
/*

—————————————————————————————————————————————
Layout

*/
#contentcontainer {
	height: 245px;
}
#contentmain {
	position: relative;
	top: 1px;
	left: 285px;
	margin-right: 542px;
	width: auto;
	height: 215px;
	overflow: auto;
	background-color: #CCCCB3;
}
#contentmargin {
	padding: 25px 15px;
	width: 133px;
	height: 193px;
	background-color: #003300;
	text-align: right;
}
#photomain {
	position: absolute;
	top: 1px;
	right: 0;
}
/*

—————————————————————————————————————————————
Other styles

*/
#contentmargin h1 em {
	color: #669900;
	font-style: normal;
}
