﻿/* PAGE LAYOUT DESIGNS */


div#pageLayout { width: 710px; margin: 10px 15px 20px 15px; color: #757575; background-color: #fff; }

/* COLUMN LAYOUT */

table#contentColumnLayout { width: 710px; }
td#contentColumnLeft { width: 478px; }
td.contentColumnSpacer { width: 20px; }
td#contentColumnRight { width: 212px; }

td#contentColumnRight .webZone { background: #fff; }


/* GENERAL WEB ZONES */

.ms-WPHeader { 
	background: #472300 url(../images/title_topblank.jpg) top left no-repeat; 
}

h3.ms-WPTitle  { 
	padding-top: 4px;
	padding-bottom: 4px;
	line-height: 14px;
	font-size: 12px;
	text-transform: uppercase;
	text-align: center;
	color: #fff; 
}

td.ms-WPBorder { border-style: none; }

div.link-item a {
	font-size: 1em;
	font-weight: bold;
	color: #7d4a07;
	text-decoration: none;
}

div.ms-WPBody a {
	color: #7d4a07;
	text-decoration: underline;
}

div.InThisSiteWeb a { font-size: .8em; color: #00638d; }

div.InThisSiteWebTitle {
	margin-top: 20px;
	margin-bottom: 3px;
	font-size: 1.1em;
	font-weight: bold;
	color: #00638d !important;
}

}

ul.InThisSiteList {
	margin-top: 0;
	margin-bottom: 0;
}

ul.InThisSiteList li { margin-bottom: 5px; }
ul.InThisSiteList li a { color: #00638d; }

/* LEFT CONTENT COLUMN */

div#sectionZone div.link-item a:hover { text-decoration: underline; } 
div#sectionZone div.description { color: #3e3e3e; }
div#sectionZone h3.ms-WPTitle { 
	padding: 0;
	font-size: 1.2em;
	text-align: left;
	color: #00638d; 
}
div#sectionZone tr.ms-WPHeader { background-image: none; background-color: #fff; }

div#sectionZone .webZone p { margin: 8px 0; }


/* RIGHT (SIDEBAR) CONTENT COLUMN */

td#contentColumnRight tr.ms-WPHeader {
	height: 20px;
	background: #f9d17c url(../images/title_SidebarBlank.jpg) top left no-repeat; 
}

td#contentColumnRight h3.ms-WPTitle { 
	padding-top: 3px;
	line-height: 15px;
	padding-bottom: 2px;
	font-size: 12px;
	text-transform: uppercase;
	text-align: center;
	color: #91670b; 
}
td#contentColumnRight h3.ms-WPTitle a { color: #91670b;  }

td#contentColumnRight div.ms-WPBody { padding: 5px 10px; color:#7d4a07; background: #fdf6e7; }



/* WEB ZONE COLUMNS */

td#contentColumnLeft .webZone { margin-top: 15px; }
table#zoneColumnLayout {width: 478px;}
td#zoneColumnLeft { width: 229px; }
td.contentColumnSpacer { width: 20px; }
td#zoneColumnRight { width: 229px; }







