﻿/* bof template */

.Forward {
	float: right;
    }
	
.Back {
	float: left;
    }

.ClearBoth {
	clear: both;
    }

.Inline {
	display: inline;
	}
	
.Center {
	text-align: center;
	}

.InputWrapper {
	padding-bottom: 3px;
	}
	
.InputLabel {
	width: 60px;
	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;	
	}

.ButtonWrapper {
	}

.PagerWrapper {
	margin-top: 40px;
	padding: 13px 40px 10px 0px;
	background: url(../../App_Media/Images/PagerBG.png) no-repeat top right;
	width: 100px;
	text-align: right;
	}

.PagerWrapperPortfolio {
	position: absolute;
	top: 352px;
	left: 82px;
	padding: 0px;
	z-index: 0;
	}

.PagerPortfolioPrevious, .PagerPortfolioNext {
	width: 75px;
	}

.ContentPopupWrapper {
	padding: 20px;
	background: #000000 url(../../App_Media/Images/PopupBGLogo.png) no-repeat bottom right;
	width: 720px;
	min-height: 480px;
	color: #FFFFFF;
	z-index: 100;
	}

.ContentPopupWrapper a {
	color: #FFFFFF;
	}
	
.ContentPopupWrapper a:hover {
	color: #FFFFFF;
	}

.ContentPopupBody {
	padding-top: 80px;
	width: 220px;
	font-size: 115%;
	}

.ContentPopupImage {
	z-index: 100;
	}

.ContentPopupLink {
	padding-top: 30px;
	}

.Bold {
	font-weight: bold;
	}

.Required {
	color: #970E4C;
	font-size: 11px;
	font-weight: bold;
	}
	
.Center {
	text-align: center;
	}

.Larger {
	font-size: 105%;
	}

.LinkButton {
	height: 25px;
	padding: 6px;
	line-height: 25px;
	background: url(../../App_Media/Images/LinkButtonBG.png);
	color: #FFFFFF;
	}

.Hidden {
	display: none;
	}

html { /*always show vertical scroll bar */
	min-height: 100%;
	margin-bottom: 1px;
	}

body {
	font-family: Tahoma, Verdana, Arial, Helvetica;
	font-size: 11px;
	color: #536503;
	line-height: 15px;
	*line-height: 17px;
	margin: 100px 0px 0px 0px;
	padding: 0px;
	background: #536503;
	}
	
a {
	color: #323029;
	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: 718px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    background:  url(../../App_Media/Images/FooterBG.png) bottom no-repeat;
	}

.TopNav {
	padding: 20px;
	color: #BDE01D;
	}

.HeaderWrapper, .BodyWrapper, .FooterWrapper {
	}

.HeaderLogo {
	height: 40px;
	}

.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 1px 0px 1px;
	white-space: normal;
	color: #BDE01D;
	}

.MenuH1First a:hover {
	color: #BDE01D;
	}

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;
	float: left;
	background: #44423A;
	filter: alpha(opacity=93); /* IE's opacity*/
	opacity: 0.93;
	}

/*.DynamicMenu {
	padding-right: 250px;
	}*/

table.MenuH2Second a {
	display: block;
	float: left;
	width: 165px;
	padding-left: 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;
	}

.MenuH4Second {
	display: none;
	}
	
.MenuTier2Nav {
	position: absolute;
	top: 45px;
	*top: 45px;
	padding: 0px 5px 5px 5px;
	width: 460px;
	*width: 450px;
	}

.MenuTier2NavItem, .MenuTier2NavSpacer {
	float: left;
	}
	
.MenuTier2NavSpacer {
	padding: 0px 4px 0px 4px;
	}
/***** eof Menu *****/

.PortfolioMenuWrapper {
	padding-top: 10px;
	}


.BodyWrapper {
	background: #F7F6F6;
	}

.BodyWrapperLeft {
	background: url(../../App_Media/Images/BodyBGBottomLeft.png) no-repeat bottom left;
	}

.BodyWrapperRight {
	background: url(../../App_Media/Images/BodyBGTopRight.png) no-repeat top right;
	min-height: 380px;
	}

.BodyContentLeft {
	text-align: center;
	}
.BodyContentRight {}

.ArticleContentWrapper {
	width: 475px; /* original width 475px */
	padding-right: 0px; /*60px 145px 20px 60px; */
	}

.ArticleContentBody {
	padding: 60px 60px 0px 60px;
	position: relative;
	}

.ArticleContentBodyPortfolio {
	padding: 0px 60px 0px 60px;
	position: relative;
	}

.ArticleContentCRUD {
	padding: 20px 20px 20px 0px;
	}

.FooterWrapper {
	padding: 1em 0em 1em 0em;
	color: #829D07;
	font-size: 9px;
	}

.FooterLeft {}

.FooterRight {}

/* eof template */

/* from AccuMask */

.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;
	}
	
.PortfolioThumbsWrapper {
	background: url(../../App_Media/Images/SectionDefaultPortfolio.gif) no-repeat;
	*background: url(../../App_Media/Images/SectionDefaultPortfolio.gif) no-repeat;
	min-height: 380px;
	padding: 4px 0px 0px 4px;
	z-index: 0;
	}
	
.Sample {
	border: 3px solid #000000;
	}
	
.modalBackground {
	z-index: 100;
	}