﻿
/* MASTER PAGE OVERWRITES */

#masterContent { width: 890px; padding: 10px; }

#columnBorder { width: 870px; padding: 10px; }

#masterColumnLayout { width: 870px; }
td#masterColumnLeft, td#masterSpacerLeft { display: none; }
td#masterColumnCenter { width: 685px;  }
td#masterSpacerRight { width: 10px; padding: 0; }
td#masterColumnRight { width: 175px; padding: 0; }

td#masterColumnCenter .webZone { padding: 15px 10px; background: #fdf3d0; }

#zoneColumnLayout { width: 665px; }
#zoneColumnLeft { width: 65%; }
#zoneColumnSpacer { width: 4%; }
#zoneColumnRight {width : 31%; }


/* left zone */
td#zoneColumnLeft .ms-WPHeader td { 
	background: #002855 url(/design/navlinks_gradient.jpg) top left repeat-x;  
	border-style: none;
}
td#zoneColumnLeft .ms-WPHeader h3 { 
	margin: 0px; 
	padding: 5px 10px; 
	font-size: 1em;
	text-transform: uppercase;
	color: #fff;
	background: transparent;
}
td#zoneColumnLeft .ms-WPBorder { padding: 0; background: transparent; border-style: none; border-bottom: 1px dotted #3573b9; }
td#zoneColumnLeft .ms-WPBody { margin-top: 8px; margin-left: 20px; background: transparent; }

/* right zone */

#zoneColumnRight .ms-WPHeader td { 
	background: #f9cd3b; 
	border: 1px solid #3573b9;  
	border-bottom-color: #beb261;
	border-collapse: collapse;
}
#zoneColumnRight .ms-WPHeader h3 { 
	margin: 0; 
	padding: 5px 10px; 
	font-size: 1em;
	text-transform: uppercase;
	color: #002855;  
}
#zoneColumnRight .ms-WPBorder { padding: 5px;  border-style: none; border-bottom: 1px dotted #3573b9; background: #fff; }




