/*
// $Id: wrapper.css,v 1.7 2007/03/21 02:45:10 dennisc Exp $
// $Revision: 1.7 $
// $Author: dennisc $
//
// $Log: wrapper.css,v $
// Revision 1.7  2007/03/21 02:45:10  dennisc
// Final updates and QA for the nav menu editor and registration form.
//
// Revision 1.6  2006/10/31 14:46:02  dennisc
// Changes to the wrapper and initial testing of the login registration.
//
// Revision 1.5  2006/08/15 18:14:59  dennisc
// Initial check-in of sub-nav includes.
//
// Revision 1.4  2006/08/11 21:32:36  dennisc
// *** empty log message ***
//
// Revision 1.3  2006/08/10 03:11:04  dennisc
// Initial changes for Phase 1 of the intranet.
//
// Revision 1.2  2006/07/07 21:21:47  dennisc
// Testing the drop down menus on Sunlight. I can't access the SQL server since I am working from home therefore I can't login.
//
// Revision 1.1  2006/05/23 22:31:25  dennisc
// *** empty log message ***
//
//
//
*/

/* Wrapper Styles */
body {
	margin-top: 10px;
	background-color: #42322E;
	}
	
#containerMain {
	padding-top: 30px;
	border-left-width:18px;
	border-left-style:solid;
	border-left-color:#ffffff;
	border-right-width:18px;
	border-right-style:solid;
	border-right-color:#ffffff;
	background-color: #ffffff;
	width:753px;
	}
	
.txtLoggedIn {
	font-family: Arial, sans-serif;
	font-size: 12px;
	color: #3B2D20;
	}
	
.txtLoggedIn A:link {
	color: #3B2D20;
	text-decoration: none;
	}
	
.txtLoggedIn A:visited {
	color: #3B2D20;
	text-decoration: none;
	}
	
.txtLoggedIn A:hover {
	color: #B7B9A5;
	text-decoration: none;
	}
	
.txtLoggedIn A:active {
	color: #3B2D20;
	text-decoration: none;
	}

.navLevel1 {
	font-family: Arial, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #3B2D20;
	padding-left:10px;
	}
	
.navLevel1 A:link {
	color: #3B2D20;
	text-decoration: none;
	}
	
.navLevel1 A:visited {
	color: #3B2D20;
	text-decoration: none;
	}
	
.navLevel1 A:hover {
	color: #B7B9A5;
	text-decoration: none;
	}
	
.navLevel1 A:active {
	color: #3B2D20;
	text-decoration: none;
	}

.navLevel2 {
	font-family: Arial, sans-serif;
	font-size: 11px;
	color: #3B2D20;
	padding-left:20px;
	}
	
.navLevel2 A:link {
	color: #3B2D20;
	text-decoration: none;
	}
	
.navLevel2 A:visited {
	color: #3B2D20;
	text-decoration: none;
	}
	
.navLevel2 A:hover {
	color: #B7B9A5;
	text-decoration: none;
	}
	
.navLevel2 A:active {
	color: #3B2D20;
	text-decoration: none;
	}
	
.navLevel2-on {
	font-family: Arial, sans-serif;
	font-size: 11px;
	color: #B7B9A5;
	padding-left:20px;
	}
	
.navLevel2-on A:link {
	color: #B7B9A5;
	text-decoration: none;
	}
	
.navLevel2-on A:visited {
	color: #B7B9A5;
	text-decoration: none;
	}
	
.navLevel2-on A:hover {
	color: #B7B9A5;
	text-decoration: none;
	}
	
.navLevel2-on A:active {
	color: #B7B9A5;
	text-decoration: none;
	}

.navLevel3 {
	font-family: Arial, sans-serif;
	font-size: 11px;
	color: #3B2D20;
	padding-left:35px;
	}
	
.navLevel3 A:link {
	color: #3B2D20;
	text-decoration: none;
	}
	
.navLevel3 A:visited {
	color: #3B2D20;
	text-decoration: none;
	}
	
.navLevel3 A:hover {
	color: #B7B9A5;
	text-decoration: none;
	}
	
.navLevel3 A:active {
	color: #3B2D20;
	text-decoration: none;
	}
	
.navLevel3-on {
	font-family: Arial, sans-serif;
	font-size: 11px;
	color: #B7B9A5;
	padding-left:35px;
	}
	
.navLevel3-on A:link {
	color: #B7B9A5;
	text-decoration: none;
	}
	
.navLevel3-on A:visited {
	color: #B7B9A5;
	text-decoration: none;
	}
	
.navLevel3-on A:hover {
	color: #B7B9A5;
	text-decoration: none;
	}
	
.navLevel3-on A:active {
	color: #B7B9A5;
	text-decoration: none;
	}


.leftNavBG {
	background-color: #E0E2CD;
	background-image: url("/NobleIntranet/NobleIntranetBase/wrap/theme0/images/dome.graphic.jpg");
	background-repeat: no-repeat;
	background-position: 0% 100%;
	}
	
.upperFooter {
	font-family: Times New Roman, Arial, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	}
	
.upperFooter A:link {
	color: #FFFFFF;
	text-decoration: none;
	}
	
.upperFooter A:visited {
	color: #FFFFFF;
	text-decoration: none;
	}
	
.upperFooter A:hover {
	color: #B7B9A5;
	text-decoration: none;
	}
	
.upperFooter A:active {
	color: #FFFFFF;
	text-decoration: none;
	}
	
.lowerFooter {
	font-family: Times New Roman, Arial, sans-serif;
	font-size: 11px;
	color: #3B2D20;
	}
	
.lowerFooter A:link {
	color: #3B2D20;
	text-decoration: none;
	}
	
.lowerFooter A:visited {
	color: #3B2D20;
	text-decoration: none;
	}
	
.lowerFooter A:hover {
	color: #B7B9A5;
	text-decoration: none;
	}
	
.lowerFooter A:active {
	color: #3B2D20;
	text-decoration: none;
	}

