﻿/* Top Pane */
DIV#TopPane 
{
	position:relative;
	float:left;
	width:760px;
	height:168px;
	background-image:url(../../images/layout/inner-top.gif);
	background-repeat:no-repeat;
}

DIV#TopPane IMG#Logo 
{
	position:absolute;
	top:8px;
	right:60px;
}

DIV#TopPane DIV#TopText 
{
	position:absolute;
	float:right;
	width:687px;
	top:113px;
	right:38px;
	color:#FFF;
	font-size:11px;
}

DIV#TopMiddle 
{
	float:left;
	width:760px;
	height:64px;
	background-image:url(../../images/layout/inner-top-middle.gif);
	background-repeat:no-repeat;
}

DIV#BreadCrumbs
{
	float:left;
	width:710px;
	height:22px;
	padding:0 50px 15px 0;
	font-weight:bold;
	font-size:13px;
	background-image:url(../../images/layout/inner-top-breadcrumbs.gif);
	background-repeat:no-repeat;
}


/* panes */
TABLE.MainArea 
{
	float:left;
	width:760px;
}

TD.RightPane 
{
	width:192px;
	background-image:url(../../images/layout/inner-right-bg.gif);
	background-repeat:repeat-y;	
}

TD.MainPane 
{
	min-height:350px;
	line-height:140%;
	padding:0 55px 0 50px;
	background-color:#F3F3F3;
}

* html TD.MainPane 
{
	height:350px;
}

TD.MainPaneLightPadding 
{
	padding:0 55px 0 20px;
}

DIV.MainPaneBottom 
{
	clear:both;
	float:left;
	width:600px;
	height:133px;
	background-image:url(../../images/layout/inner-main-bottom.gif);
	background-repeat:no-repeat;	
}

/* navigation menu */
DIV#NavigationMenu 
{
	clear:both;
	width:672px;
	height:28px;	
	margin:0 auto;
	margin-top:20px;
	background-color:#F7AE21;
}

DIV#NavigationMenu DIV#siteMenu 
{
	float:left;
	width:548px;
	height:28px;
}

DIV#NavigationMenu DIV#MenuLeft 
{
	float:left;
	width:12px;
	height:28px;
	background-image:url(../../images/layout/menu_l.gif);
} 

DIV#NavigationMenu DIV#MenuRight
{
	float:right;
	width:12px;
	height:28px;
	background-image:url(../../images/layout/menu_r.gif);
} 

/* side menu */
DIV#SideMenu
{
	float:right;
	width:192px;
	min-height:120px;
	background-image:url(../../images/layout/side-menu-bg.gif);
	background-repeat:repeat-y;
}

DIV#SideMenu DIV#SideMenuTop
{
	width:150px;
	height:22px;
	margin:0px 41px 0 0;
	font-weight:bold;
}

DIV#SideMenu DIV#SideMenuLinks 
{
	width:138px;
	margin:0 43px 0 0;
	font-weight:bold;
	font-size:13px;
}

/* side menu links */
DIV#SideMenu DIV.childTab, DIV#SideMenu DIV.childTabCurrent
{
	border-top:solid 1px #cfcfcf;
	margin:6px 6px 8px 0px;
	padding:5px 15px 0px 0px;
}

DIV#SideMenu DIV.childTabCurrent 
{
	background-image:url(../../images/layout/bullet-menu.gif);
	background-position:right top;
	background-repeat:no-repeat;
}

DIV#SideMenu DIV.childTabCurrent A 
{
	color:#BC3A84;
}

DIV#SideMenu DIV.grandChildTab 
{
	padding:0px 27px 0px 0px;
	font-size:12px;
	font-weight:normal;
	background-image:url(../../images/layout/bullet-white-grandchild.gif);
	background-position:right top;
	background-repeat:no-repeat;
	border:0;
}

DIV#SideMenu DIV.grandChildTabCurrent
{
	padding:0px 27px 0px 0px;
	font-size:12px;
	background-image:url(../../images/layout/bullet-menu-grandchild.gif);
	background-position:right top;
	background-repeat:no-repeat;
	border:0;
}

/* side gallery */
DIV#SideGallery
{
	float:right;
	width:192px;
	height:163px;
	background-image:url(../../images/layout/side-gallery-bg.gif);
	background-repeat:no-repeat;
	text-align:center;
	padding-top:95px;
}

DIV#SideGallery DIV#SideGalleryImage 
{
	position:relative;
	float:left;
	margin:0 0 0 22px;
}

/* Content */
DIV.contentItem {
	margin:7px 0 7px 0;
}

/* site map */
DIV.SiteMapContainer
{
	float:right;
	width:45%;
	margin-left:10px;
}

DIV.SiteMapContainer H2
{
	margin-bottom:16px;
	margin-top:30px;
}

DIV.SiteMapContainer2 
{
	width:30%;
	margin-right:60px;
}

DIV.SiteMapContainer UL LI 
{
	margin:4px -5px 0 0;
}