﻿/* bof template */

.Forward {
	float: right;
    }
	
.Back {
	float: left;
    }

.ClearBoth {
	clear: both;
    }

.Hidden {
	display: none;
	}

.NoSpacing {
	padding: 0px;
	margin: 0px;
	}

.Inline {
	display: inline;
	}

.InputWrapper {
	padding-bottom: 3px;
	}

.InputLabel {
	width: 90px;
	padding-top: 4px;
	}

.InputTextBox {
	width: 160px;
	}

.InputImage {
	padding-left: 90px;
	position: relative;
	z-index: 0;
	}

.InputImage:hover {
	z-index: 100;
	}

.InputImage span {
	visibility: hidden;
	position: absolute;
	padding: 2px;
	border: 2px solid #ABA79C;
	background: #DFDAC9;
	}

.InputImage:hover span {
	visibility: visible;
	top: 20px;
	left: 200px;	
	}
	
.ImageLeft {
	padding-right: 20px;
	}

.ButtonWrapper {}

.Bold {
	font-weight: bold;
	}

.Required {
	color: #970E4C;
	font-size: 11px;
	font-weight: bold;
	}

.Larger {
	font-size: 105%;
	}

.TitleSpacing {
	margin: 5px 0px 5px 0px;
	}

.LinkButton {
	height: 25px;
	padding: 6px;
	line-height: 25px;
	background: url(../../App_Media/Images/LinkButtonBG.png);
	color: #FFFFFF;
	}

html { /*always show vertical scroll bar */
	min-height: 100%;
	margin-bottom: 1px;
	}

body {
	font-family: Tahoma, Verdana, Arial, Helvetica;
	font-size: 11px;
	color: #47443C;
	line-height: 15px;
	margin: 0px;
	padding: 0px;
	background: url(../../App_Media/Images/BodyBG.png);
	}
	
a {
	color: #9E2F2D;
	text-decoration: none;
	}

a:hover {
	color: #000000;
	text-decoration: underline;
	}

h1, h2, h3, h4 {
	padding: 0px;
	margin: 0px;
	}

h1 {
	color: #9E2F2D;
	font-size: 14px;
	text-transform: uppercase;
	margin: 0px 0px 10px 0px;
	}

h2 {
	color: #47443C;
	font-size: 11px;
	}
	
hr {
	border: 1px solid #B0AB9E;
	border-bottom: none;
	border-left: none;
	border-right: none;
	margin: 20px 0px 20px 0px;
	}

.NoMargin {
	margin: 0px;
	}

.AdminNav { /*template */
	border: 1px dotted #00AA00;
	background: #C0FFC0;
	Color: #6AB86A;
	padding: 1em;
	margin-bottom: 1em;
	}

.AdminNav a { /*template */
	color: #016101;
	}

.MainWrapper {
    width: 715px;
    margin-left: auto;
    margin-right: auto;
    background:  url(../../App_Media/Images/FooterBG.png) bottom no-repeat;
	}

.TopNav {
	padding: 20px;
	color: #F8F5F0;
	}

.HeaderWrapper, .BodyWrapper, .FooterWrapper {
	background: url(../../App_Media/Images/ContentBG.png)
	}

.HeaderLogo {
	background: url(../../App_Media/Images/HeaderBg.png) no-repeat right top;
	height: 99px;
	}

.HeaderNav {
	background: url(../../App_Media/Images/MenuBG.png) no-repeat top;
	font-size: 11px;
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
	}

.HeaderNav a {
	color: #FFFFFF;
	}

/***** bof Menu *****/
.MenuH1First {
	padding: 0px 3px 0px 2px;
	border-right: 1px solid #908C80;
	white-space: normal;
	color: #F8F5F0;
	}

.MenuH1First a:hover {
	color: #D4CDBE;
	}

table.MenuH2First {
	margin: 0;
	padding: 0;
	}

table.MenuH2First a {
	display: block;
	float: left;
	width: 119px;
	line-height: 37px;	/* text position */
	height: 37px;
	font-weight: bold;
	text-decoration: none;
	}

table.MenuH2First a:hover {
	text-decoration: none;
	color: #46433E;
	background: url(../../App_Media/Images/MenuOver.png)
	}

table.MenuH2Second {
	text-align: left;
	padding-left: 25px;
	}

table.MenuH2Second {
	margin: 0;
	padding: 0;
	padding-right: 0px;
	
	background: #44423A;
	filter: alpha(opacity=93); /* IE's opacity*/
	opacity: 0.93;
	}

/*.DynamicMenu {
	padding-right: 250px;
	}*/

table.MenuH2Second a {
	display: block;
	padding: 0px 20px 0px 20px;
	line-height: 37px;	/* text position */
	height: 37px;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	text-transform: uppercase;
	}

table.MenuH2Second a:hover {
	text-decoration: none;
	color: #46433E;
	background: url(../../App_Media/Images/MenuOver.png)
}

.MenuH4First {
	padding: 0px 3px 0px 2px;
	border-right: 1px solid #908C80;
	white-space: normal;
	}
	
.MenuH4First a {
	color: #323029;
	}

.MenuH4Second {
	display: none;
	}
/***** eof Menu *****/


.BodyWrapper {
	}

.BodyContentLeft {
	width: 345px;
	padding-left: 20px;
	}

.BodyContentRight {
	width: 310px;
	padding-right: 20px;
	}

.FooterWrapper {
	padding: 1em 0em 1em 0em;
	color: #8B887C;
	}

.FooterWrapper a {
	color: #323029;
	}

.FooterLeft {
	border-top: 6px solid #ABA79C;
	padding: 10px 0px 0px 10px;
	margin-top: 4px;
	width: 355px;
	}

.FooterRight {
	padding: 0px 0px 0px 5px;
	width: 330px;
	}

/* eof template */

.DefaultBGTop {
	background: url(../../App_Media/Images/DefaultBGTop.png) no-repeat;
	height: 280px;
	}

.ContentLink a {
	color: #9E2F2D;
	text-transform: uppercase;
	font-weight: bold;
	}

.ContentLink ul {
	padding: 0px;
	margin: 0px;
	}

.ContentLink li {
	padding: 10px 0px 0px 0px;
	margin: 0px 0px 0px 16px;
	color: #9E2F2D;
	list-style-type: square;
	}

.ContentImage {
	padding: 0px;
	margin-top: 3px;
	margin-bottom: 30px;
	border: 1px solid #000000;
	}

.ContentImageLeft {
	margin-right: 20px;
	}

.Gray {
	Color: #47443C;
	}

.Download-PDF, .Download-Word {
	padding: 3px 0px 3px 20px;
	}

.Download-PDF {
	background: url(../../App_Media/Images/Icon-PDF.gif) no-repeat left;
	}

.Download-Word {
	background: url(../../App_Media/Images/Icon-Word.gif) no-repeat left;
	}

.Download-File {
	padding: 3px 0px 3px 20px;
	}

.Download-File {
	background: url(../../App_Media/Images/Icon-Download.gif) no-repeat left;
	}