/* Main Layout */
body {
	margin: 0;
	padding: 0 20px 20px 20px;
	background: #CDBA91 url(../images/BG-Tan-Gradient.gif) repeat-x fixed top left; 
	text-align:center;
}
table.MainContainer 
{
    margin-left:auto;
    margin-right:auto;
    text-align:left;
    width:748px;
    margin-bottom: 5px;
}
body, table, input { font: 11px Arial,Helvetica,Sans-Serif;}
td { vertical-align:top; }
td.MainContent { background-color: #FBFBF1; padding: 35px 25px 45px 25px; color: #615C4A;}
td.BorderLeftRight { vertical-align: middle; text-align: center; font-size: 10px; border-right: 1px solid #DAD8D8; border-left: 1px solid #DAD8D8; padding-left: 10px; padding-right: 10px;}
tr.NavRow td { vertical-align: bottom; padding: 0 1px 1px 0;}
td.SideBar { background-color: #3F3320; border-left:1px solid #ccc;}
td.BannerInside { border-bottom: 1px solid #DAD8D8; background-color: #FBFBF1;}

/* Links */
a { color: #369; }
a:hover { text-decoration: none; }
a:visited { color: #214F7A; }

/* Colors */
.White, a.White { color: #fff; }
.OffWhite, a.OffWhite { color: #FBFBF1; }
.Teal { color: #173E63; }
.LightTeal { color: #369; }
.DarkGray { color: #333; }
.Brown { color: #3F3320; }
.Red, a.Red, a.Red:visited, a.Red:hover { color: #c33; }

/* Text */
h1.replace, a.replace, a.replace:visited {text-indent:-9999px; margin:0;padding:0; background-repeat:no-repeat;}
h2 { color: #173E63; font-size: 14px; margin-bottom: 5px; margin-top: 20px;}
div.ClientThumb h2 { padding-top: 10px; margin-top: 0;}
span.LightH2 { font-weight:normal;font-size: 12px; }

/* Lists */
ul.Square { list-style-image: url(../images/Bullet-Gray-Square.gif); }
ul.Square li { padding-bottom: 10px; }

/* Forms */
input.text { border: 1px solid #999; font: 10px Verdana,Arial,Sans-Serif; margin-bottom: 5px; }
.Form td { vertical-align:middle; padding-bottom: 5px;}
td.LabelAlignTop { vertical-align:top; padding-top: 5px; }

/* Divs */
div.SideNote { float:right; width: 170px; border-left: 1px solid #DAD8D8; margin-left: 10px; margin-bottom: 10px; padding: 5px 0 15px 10px; line-height: 24px;}
div.WhiteBG { background-color: #fff; border: 1px solid #ccc; padding: 10px; }
div.ClientThumb { clear: left; margin-bottom: 10px;}
div.WarningOnDark { color: #fff; background-color: #D14F52; border: 1px solid #C3BFB3; padding: 5px; }

/* Tables */
.UnderlinedRows td { border-bottom: 1px dashed #ccc; }
.NoWrap { white-space:nowrap; }

/* Images */
img.SideTitle { padding-bottom: 10px; }
div.ClientThumb img { border: 5px solid #E5E0CF; float:left;  margin-right: 10px; margin-bottom:5px;}
img.StaffPhoto { float:left; margin: -9px 10px 10px -9px; }

/* Positioning */
.Right { float: right; }
.Left { float: left; }


