.screenHide {
	display:	none;
}

body {
	background-color:	#f8f5f6;
	margin:				10px 0px 0px 0px;
}

div#body {
	
}

div.layout {
	width:					800px;
	background-color:		#fff;/* #f8f5f6; */

	-moz-box-shadow:		0px 0px 20px #ccc;
	-webkit-box-shadow:		0px 0px 20px #ccc;
	box-shadow:		0px 0px 20px #ccc;
	border-left: 1px #ccc solid;
	border-right: 1px #ccc solid;
}

div#topshade {
	height:					115px;
}

/************************************************************/
/* Header 													*/
/************************************************************/
div#topshade div.layout {
	height:100%;
	border-top: 1px #ccc solid;
}

div#header {
	width:					800px;
	height:					100%;
 	background:				url('/images/head.png');
 	background-position:	bottom center;
	background-repeat:		no-repeat;
}

div#header div.layout {
	background:				transparent !important;
}

div#header * {
	display:		none;
}

/************************************************************/
/* Bar		 												*/
/************************************************************/
div.bar {
	background-color:		#333;
	background:				url('/images/topbg.png');
	height:					28px;
}

/************************************************************/
/* Top Navigation											*/
/************************************************************/
div#topnav {
	width:					800px;
/* 	background-color:		#555; */
/* 	background: url('/images/topbg.png'); */
	background:				url('/images/topbg-endcap.png');
	background-repeat:		no-repeat;
	background-position:	top right;
	color:					#fff;
/* 	padding-top:			1px; */
	height:					28px;
}

div#topnav ul {
	list-style-type:		none;
	display:				inline;
	margin: 0px;
	padding: 0px;
}

div#topnav ul li {
	float:					left;
	vertical-align:baseline;
	margin: 0px;
}

div#topnav ul li a {
	display:				block;
	width:123px;
	padding:				5px;
	text-align:				center;
	color: 					#fff;
	border:					0px;
	background: 			url('/images/buttonbg.png');
	font-weight:			bold;
	font-size:				10pt;
	height:					17px;
}

div#topnav ul li a:hover, div#topnav ul li.selected a {
	background: 			url('/images/buttonbg-hover.png');
}

div#shade {
	/*background: 			url('/images/mainbg.png');
	background-position:	top center;
	background-repeat:		repeat-y*/
}

/************************************************************/
/* Page Title 												*/
/************************************************************/
#pdficon {
	float:				right;
	width:				30px;
	height:				30px;
	margin:				14px 0px 0px 5px;
}

#pdficon a, #pdficon img {
	border:				0px;
}

div#pagetitle {
	width:			790px;
	padding:		5px;
}

div#pagetitle h1 {
	text-align:			right;
	margin:				10px 0px 0px 0px;
}

/************************************************************/
/* Navigation 												*/
/************************************************************/
div#navigation {
	float:			left;
	width:			175px;
	padding:		5px;
}

div#navigation h2, div.box h2.label {
	font-size:			8pt;
	margin:				0px 0px 1px 0px;
	padding:			4px;
	color:				#fff;
	background-color: 	#854C5C;
	font-weight:		bold;
	font-family:		"Tahoma","Arial",sans-serif;
	background:			url('/images/navbg.png');

}

div#navigation ul {
	padding: 			0px;
	list-style-type:	none;
	margin:				0px;
}

div#navigation ul li p {
	margin:				0px;
	padding:			2px;
	margin-left:		13px;
	color:				#777;
}

div#navigation ul a {
	display:			block;
	border:				1px #fff solid;
	padding:			2px;
	color:				#4d5d85;
	text-indent:		-12px;
	padding-left:		15px;
}

div#navigation ul a:hover {
	background-color:	#f6f7f9;
	border:				1px #8E9BBE solid;
	color:				#3a4664;
}

/************************************************************/
/* Content	 												*/
/************************************************************/
div#content {
	float:			left;
	width:			610px;
	padding:		5px 5px 5px 0px;
}

div#content div.box div.content {
	padding:		10px;
}

/************************************************************/
/* Footer	 												*/
/************************************************************/
div#footer {
	width:			790px;
	color:				#fff;
	padding:		5px;
	padding-top:		7px;
	height:				16px;
	text-align:			right;
}

/************************************************************/
/* Components 												*/
/************************************************************/
div.box {
	border: 			1px #854C5C solid;
	margin-bottom:		5px;
	background-color:	#fff;
}

div#navigation div.box .content {
	padding:			4px;
}
