﻿/* page column layout */
table.three-column-layout { width: 932px; margin: 0 auto; }
	.three-column-layout td { vertical-align: top; }
	td.three-column-left { width: 192px; padding: 15px; background: url(../i/bkgdLeftRail.png) top left no-repeat; }
	td.three-column-center { width: 460px; padding: 0 20px; } 
	td.three-column-right { width: 210px;  }

/* quick links */
.quick-links-zone { padding: 15px 0 0 15px; min-height: 340px; background: url(../i/bkgdQuickLinksHome.png) top left no-repeat; }
.quick-links-zone .ms-WPBody { margin-top: 15px; }
.quick-links-zone .link-item { margin-bottom: 35px; }
.quick-links-zone a { color: #666; }


.web-zone-layout { width: 100%; border-top: 1px solid #ccc; margin-top: 15px; padding-top: 15px; }
.web-zone-left { width: 48%; float: left; border-right: 1px solid #ccc; margin-right: 2%; }
.web-zone-right { width: 48%; float: right;  }

/* Join Our Community */
.web-zone-right .link-item { margin-bottom: 20px; }
.web-zone-right .link-item a { font-size: 11px; color: #333; }
