/* GENERAL STRUCTURE & STYLES */
body {
	background-color:	#C1BC2D;
	background-image:	url(../images/case-studies/page-bg.gif);
	background-repeat:	repeat-y;
	font-family:		Arial, Helvetica, sans-serif;
	font-size:			12px;
	color:				#FFFFFF;
}
a {
	color:				#FFFFFF;
	text-decoration:	none;
}
a:hover {
	text-decoration:	underline;
}

#header {
	background-color:	#00608A;
	width:				867px;
	height:				95px;
}

#imagestrip {
	background-color:	#c1bc2d;
	width:				867px;
	height:				194px;
}



/* CONTENT */
#contentArea {
	position:			absolute;
	top:				250px;
	left:				320px;
	width:				547px;
	height:				400px;
	padding:			10px 0 0 0;
	float:				left;
}

#textBox {
	width:				405px;
	background-color:	#c1bc2d;
	border:				1px solid #DDD88D;
	padding:			8px;
}

#footer {
	line-height:		18px;
	text-decoration:	none;
	float:				left;
	clear:				both;
	width:				547px;
	padding-top:		10px;
}


/* MENU */
#menu {
	position:			absolute;
	left:				0;
	top:				376px;
	width:				320px;
	z-index:			50;
}

ul#subMenu {
	position:			absolute;
	left:				0;
	top:				376px;
	width:				320px;
	margin:				0;
	padding:			0;
	list-style:			none;
}

ul#subMenu li a {
	width:				228px;
	height:				22px;
	background:			url(../images/case-studies/sub-menu.gif);
	background-repeat:	no-repeat;
	display:			block;
	padding:			1px 0 0 92px;
	position:			relative;
}

ul#subMenu li a:hover {
	background:			url(../images/case-studies/sub-menu-over.gif);
	background-repeat:	no-repeat;
	text-decoration:	none;
}

ul#subMenu li#currentLink a {
	background:			url(../images/case-studies/sub-menu-on.gif);
	background-repeat:	no-repeat;
	text-decoration:	none;
}

ul#subMenu li.item0 a {
	top:-23px;
}
ul#subMenu li.item1 a {
	top:-69px;
}
ul#subMenu li.item2 a {
	top:-115px;
}
ul#subMenu li.item3 a {
	top:-161px;
}
ul#subMenu li.item4 a {
	top:-207px;
}


/* BACKWARDS COMPATIBLE BROWSER "TWEAKS" */

/* A CSS comment before the hack \*/

* html ul#subMenu li a, * html ul#subMenu li#currentLink a, * html ul#subMenu li a:hover {
	width: 320px;
	height: 23px;
}

/* A CSS comment to close the hack */