﻿/* Sitecore Default Stylesheet */

html {
  height:100%;
}

body {
  font-family: Tahoma, Arial, sans-serif;
  margin:0px;
  padding:0px;
  width:100%;
  height:100%;
}

#MainPanel {
  background:#e9e9e9;
  text-align:center;
  height:100%;
}

#CenterColumn 
{
  text-align:left;
  margin:auto;
  width:800px;
}

#Banner 
{
  background:white;
  border-bottom:1px solid #bfbfbf;
  padding:8px;
}

#Content {
  background:white;
  margin:10px 0px 0px 0px;
  border-bottom:1px solid #bfbfbf;
  padding:16px 16px 48px 16px;
}

/* custom editor classes */
.news-quote { color:#1A2155; font-weight:bold; }

.pdf-link 
{
	background:transparent url(/images/icon_pdf.gif) no-repeat scroll 0 0;
	display:block !important;
	font-weight:bold;
	padding:0 0 0 24px;
}

.benefits {
	background-color:#e6f2ff;
	background-image:url(/images/bg_contentbox_blue_wide_top.gif), url(/images/bg_contentbox_blue_wide_bottom.gif);
	background-position:0 0, 0 100%;
	background-repeat:no-repeat;
	padding:16px 10px;
}

.generic-table {
	border-top:1px solid #333;
	border-collapse:separate;
}

