@charset "utf-8";
/* CSS Document */

.PageManagerInfoContainer {
	display: none;
}

a:link {
	text-decoration:none;
	border: 0px;
}      /* unvisited link */
a:visited {
	text-decoration:none;
	border: 0px;
}  /* visited link */
a:hover {
	text-decoration:none;
	border: 0px;
}  /* mouse over link */
a:active {
	text-decoration:none;
	border: 0px;
}  /* selected link */

body {
	margin:0px; 
	background-color:#FFFFFF;
	font-family:Century Gothic;
	color:#212121;
}

.TopDouble_OldNatchez {
	float:left; 
	width:100%;
}

.TopDouble_OldNatchez .container {
	width:970px; 
	margin:auto;
}

.TopDouble_OldNatchez .header {
	width:100%; 
	float:left;
}

.TopDouble_OldNatchez .header_table {
	background-image:url(/SiteDesign/Images/header_bg.aspx); 
	background-position:bottom; 
	background-repeat:no-repeat;
}

.TopDouble_OldNatchez .first_nav {
	border-right:3px solid #482c21; 
	padding-right:10px;
	min-height: 60px;
}

.TopDouble_OldNatchez .second_nav {
	padding-right:18px;
}

.TopDouble_OldNatchez .welcome {
	width:100%; 
	float:left; 
	margin-top:-10px; 
	margin-bottom:5px;
}

.TopDouble_OldNatchez .content {
	width:100%; 
	float:left;
}

.TopDouble_OldNatchez .footer {
	width:100%; 
	float:left; 
	text-align:center; 
	border-top:3px solid #482c21;
	padding-top:5px;
	margin-top:10px;
}

.TopDouble_OldNatchez .signOutButton {
	float:left; 
	margin-top:5px;
}

.TopDouble_OldNatchez .signoutLink, .TopDouble_OldNatchez .cmsdesklink, .TopDouble_OldNatchez .currentUserLabelText{
	color:#766159;
	font-size:13px;
}

.TopDouble_OldNatchez .swap {
	float:left; 
	margin-left:3px;
	margin-top:4px;
}

.TopDouble_OldNatchez .firstCMSMenu {
	text-align: right; 
	text-transform: uppercase;
}

.TopDouble_OldNatchez .firstCMSMenuHighlightedMenuItem, .TopDouble_OldNatchez .firstCMSMenuItem {
	font-family:Palatino Linotype;
	color:#482c21;
	font-size:15px;
	padding-left:5px;
	padding-right:5px;
}

.TopDouble_OldNatchez .firstCMSMenuHighlightedMenuItemMouseOver, .TopDouble_OldNatchez .firstCMSMenuItemMouseOver {
	font-family:Palatino Linotype;
	background-color:#482c21;
	color:#FFFFFF;
	font-size:15px;
	padding-left:5px;
	padding-right:5px;
}

.TopDouble_OldNatchez .secondCMSMenuHighlightedMenuItem, .TopDouble_OldNatchez .secondCMSMenuItem, .TopDouble_OldNatchez .secondCMSMenuHighlightedMenuItemMouseOver, .TopDouble_OldNatchez .secondCMSMenuItemMouseOver {
	font-family:Palatino Linotype;
	font-style:italic;
	font-size:15px;
	color:#816154;
}

.TopDouble_OldNatchez .poweredbylink {
	color:#212121;
	font-size:12px;
	text-decoration:none;
}


