/* CSS Document - Layout CivilWills */

*
{
	border:none;
	margin:0;
	padding:0;
}

body
{
	padding-top:15px;
	text-align:center;
	background-color:#FDFFE9;
}

#pageTable
{
	width:984px;
	margin:0 auto;
}

.shawdowTopLeft
{
	background-image: url(images/shawdowLeftTop.gif);
	background-position: bottom right;
	background-repeat: no-repeat;
}

.shawdowTopRight
{
	background-image: url(images/shawdowRightTop.gif);
	background-position: bottom left;
	background-repeat: no-repeat;
}

.shawdowFooterLeft
{
	background-image: url(images/shawdowLeftFooter.gif);
	background-position: top right;
	background-repeat: no-repeat;	
}

.shawdowFooterRight
{
	background-image: url(images/shawdowRightFooter.gif);
	background-position: top left;
	background-repeat: no-repeat;	
}

.leftShawdow
{
	width:6px;
	background-image:url(images/leftShawdow.gif);
	background-repeat:repeat-y;
}

.spaceBodyCol
{
	background-image: url(images/centerShawdow.gif);
	background-position: top;
	width: 12px;
}

.spaceBodyColFooter
{
	background-image:url(images/footerShawdow.gif);
	background-position:center top;
	background-repeat:no-repeat;
	background-color:#FDFFE9;
}

.rightShawdow
{
	width:6px;
	background-image:url(images/rightShawdow.gif);
	background-repeat:repeat-y;
}

.horizontalShawdowTop1
{
	background-image:url(images/horizontalShawdowTop1.gif);
	background-repeat:repeat-x;
	background-color:#9D6E93;
	height: 19px;
}

.horizontalShawdowTop2
{
	background-image:url(images/horizontalShawdowTop1.gif);
	background-repeat:repeat-x;
	background-color:#FFF;
	height: 19px;
}

.horizontalShawdowFooter1
{
	background-image:url(images/bottomShawdow1.gif);
	background-repeat:repeat-x;
	background-color: #FDFFE9;
	height: 19px;
}

.spaceShawdowCenter
{
	background-image: url(images/centerShawdow.gif);
	background-position:top;
	background-repeat: repeat-y;
	height:19px;
	width:12px;
}

.bodyCell
{
	background-color:#FFFFFF;
}

.bodyCols
{
	width:100%;
	text-align:left;
	
}

.leftBodyColPane
{
	
	padding:20px;
	padding-top:8px;
	background-color:#9D6E93;
	width:270px;
}

.rightBodyColPane
{
	border-right: 6px solid #fff;
	border-bottom: 11px solid #fff;
	padding:20px;
	padding-top:8px;
	background-color:#F6FAC4;
	width:280px;
}

.contentPane
{
	padding:20px;
	padding-top:8px;
}

.menu
{
	background-image:url(images/bgMenu.jpg);
	background-repeat:repeat-x;
	height:30px;
}

#header
{
background-image: url(images/bgTop.jpg);
height:196px;
}

.logoPane
{
	height: 196px;
	width: 332px;
}

		.dateArea
			{
					width: 688px;
					height: 25px;
					text-align: right;
					background-image: url(images/bgTopo.jpg);
					background-position: top;
					background-repeat: repeat-x;
					color:#ffffff!important;
					padding-right:10px;
					font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
					font-size:12px;
					font-weight:bold;
				}
				
				
			.breadcrumb
				{
					width: 688px;
					height: 26px;
					text-align: right;
					background-image: url(images/bgTopo.jpg);
					background-position: top;
					background-repeat: repeat-x;
					padding-right:10px;
					font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
					font-size:12px;
				}
				
				.breadcrumb a:link
				{
					color:#fff;
					font-weight:bold;
				}
				
				.breadcrumb a:hover
				{
					color:#fff;
					font-weight:bold;
					text-decoration:underline;
				}
				
				.breadcrumb a:visited
				{
					color:#fff;
					font-weight:bold;
				}
.rightPane
{
	height: 144px;
	width: 638px;
	text-align: right;
	padding-right: 10px;
}

.footerLeft
			{
				height:20px;
				padding-top:0;
				padding-left: 10px;
				background-color: #FDFFE9;
				text-align: left;
				color:#5D154D;
				font-size:11px;
				font-weight:bold;
				font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
			}
			
			.footerLeft a:link
			{
				color:#5D154D;
				font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
				font-size:11px;
			}
			
			.footerLeft a:hover
			{
				text-decoration:underline;
			}
			
			.footerLeft a:visited
			{
				color:#5D154D;
			}
		
		.footerRight
			{
				height:20px;
				padding-top:0;
				padding-right: 6px;
				background-color: #FDFFE9;
				text-align: right;
				color:#5D154D;
				font-size:11px;
				font-weight:bold;
				font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
				padding-right:10px;
			}
			
			.footerRight a:link
			{
				color:#5D154D;
				font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
				font-size:11px;
			}
			
			.footerRight a:hover
			{
				text-decoration:underline;
			}
			
			.footerRight a:visited
			{
				color:#5D154D;
			}


/* CSS Document - Internal */

.rightBodyColPaneInternal
{
	border-right: 6px solid #fff;
	border-bottom: 11px solid #fff;
	padding:20px;
	padding-top:8px;
	background-color:#9D6E93;
	width:280px;
}

.ContentPaneInternal
{
	padding:20px;
	padding-top:8px;
}

.horizontalShawdowTopInternal
{
	background-image:url(images/horizontalShawdowTop.gif);
	background-repeat:repeat-x;
	background-color:#FFFFFF;
	height: 19px;
}

.horizontalShawdowFooterInternal
{
	background-image:url(images/horizontalShawdowFooter.gif);
	background-repeat:repeat-x;
	background-color: #FDFFE9;
	height: 19px;
}




/************  DNN MENU ************/

.MainMenu_MenuIcon, .ManiMenu_MenuArrow
{
	display:none;
}

.MainMenu_MenuItem td
{
	color:#fff;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:16px;
	padding:0 15px;
	text-align:center;
}

.MainMenu_MenuItemSel
{
	background-color:#fff!important;
	color:#9D6E93!important;
}

.MainMenu_MenuItemSel td
{
	padding:0 15px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#631853;
	text-align:center;
	background-color:#fff;
}

.MainMenu_SubMenu
{
	border:1px solid #9D6E93;
}

.MainMenu_SubMenu td
{
	background-color:#9D6E93;
	color:#631853;
	border:none;
	text-align:left;
	padding:0;
	padding-left:10px;
}
