/********** toolbar (custom links) **********/

#toolbarLinks
{
	position: absolute;
	left: 120px;
	top: 0px;
	width: 431px;
	height: 20px; 
	z-index: 2;	
}

.toolbarCell 
{
	padding-right: 20px;
}

a.toolbarLink 
{
	color: #02964C;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	font-style: normal;
	text-decoration: none;
}

a.toolbarLink:hover 
{ 
	color: #02964C; 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	font-weight: bold; 
	font-style: normal; 
	text-decoration: underline; 
}

/********** logo position **********/

#imprintLogo
{
	position: absolute; 
	left: 8px; 
	top: 9px; 
	width: 70px; 
	height: 53px; 
	z-index: 2;
}
/********** background **********/
body
{
	line-height: 12px;
	margin: 2px 2px 10px 2px;
	background-color: #29322f;
}

#colorGradient
{
	position: absolute; 
	left: 0px; 
	top: 0px; 
	width: 100%; 
	height: 76px; 
	z-index: 1; 
	overflow: visible; 
	visibility: inherit;
	background-image: url(../gradient.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	background-attachment: fixed;
}

/********** banner **********/

#banner
{
	position: absolute; 
	left: 0px; 
	top: 21px; 
	width: 1px; 
	height: 1px; 
	z-index: 3;
}


/********** SMS buttons: account summary/log out links **********/

#smsButtonsOuter
{
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
}

#smsButtons
{
	position: relative; 
	float: right; 
	width: 100%; 
	height: 74px; 
	z-index: 3;
}

#smsButtonsTableCell
{
	text-align: right;
}

#smsButtonsInner
{
	z-index: 2;	
}

/********** dynamic text area: hovering chapter titles **********/

#dynTextTOC
{
	position: absolute; 	
	left: 8px; 
	top: 64px; 
	width: 480px; 
	height: 14px; 
	z-index: 4; 
	visibility: hidden;
}

#dynTextHelp
{
	position: absolute; 
	left: 120px; 
	top: 64px; 
	width: 200px; 
	height: 14px; 
	background-color: #FBF0D0;
	z-index: 4; 
	visibility: hidden;
}

#dynTextSkipNav
{
	position: absolute; 
	left: 8px; 
	top: 64px; 
	width: 480px; 
	height: 14px; 
	z-index: 4; 
	visibility: hidden;
}

.dynTextChapTitle
{
	position: absolute; 
	left: 8px; 
	top: 64px; 
	width: 600px; 
	height: 14px; 
	z-index: 4; 
	visibility: hidden;
}

.dynText
{
	font-family: Verdana, Arial, sans-serif;
	color: #02964C;
	font-size: 10px;
	line-height: 10px;
	font-weight: 900;
}

/********** site navigation bar **********/

#siteNavigation
{
	position: absolute; 
	left: 0px; 
	top: 78px;
	width: 100%; 
	height: 26px;
	z-index: 2; 
	overflow: visible; 
	visibility: visible;
	background-image: url(../sitenav_bkgd.gif);
	background-repeat: no-repeat;
}

#siteNavTableCell1
{
	padding-left: 20px;
}

#siteNavTableCell2
{
	visibility: hidden;
}

#sitenavMenuTableCell1
{
	visibility: hidden;
}

#sitenavMenuTable
{
	margin-left: -50px;
	margin-right: 116px;
}


.oneChapterBkgd { 
	background-image: url(../one_chapter_center.gif); 
}

a.oneChapterLink
{
	font-family: Verdana, Arial, sans-serif;
	color: #02964C;
	font-size: 10px;
	line-height: 12px;
	font-weight: 800;
	text-decoration: none;
}

a.oneChapterLink:hover
{
	font-family: Verdana, Arial, sans-serif;
	color: #02964C;
	font-size: 10px;
	line-height: 12px;
	font-weight: 800;
	text-decoration: underline;
}

.subvolMenu
{
	width: 400px; 
	font-family: verdana; 
	font-size: 10px; 
	padding-top: 0px; 
	padding-right: 0px; 
	padding-bottom: 0px; 
	padding-left: 0px; 
	margin-top: 0px; 
	margin-right: 0px; 
	margin-bottom: 0px; 
	margin-left: 0px;"
}

.subvolSubMenu
{
	width: 400px; 
	font-family: verdana; 
	font-size: 10px; 
	padding-top: 0px; 
	padding-right: 0px; 
	padding-bottom: 0px; 
	padding-left: 0px; 
	margin-top: 0px; 
	margin-right: 0px; 
	margin-bottom: 0px; 
	margin-left: 0px;
}

#sitenavMenuTableNoScriptMessage
{
	position: absolute; 
	left: 8px; 
	top: 75px; 
	width: 700px; 
	height: 20px; 
	z-index: 2; 
	visibility: visible;


