﻿/* RESETS */
img { border: none; }
#mainContentBox li { padding-bottom: 10px; padding-top: 5px; }

body, html
{
	scrollbar-base-color: #efc780;
	scrollbar-arrow-color: #ffffff;
	scrollbar-3dlight-color: #FFD89B;
	scrollbar-darkshadow-color: #000000;
	scrollbar-face-color: #DDB166;
	scrollbar-highlight-color: #EFC780;
	scrollbar-shadow-color: #AF925F;
	scrollbar-track-color: #ffffff;
}

a { color: #57300f; text-decoration: none; }
a:hover { text-decoration: none; }

body { margin: 0; font-family: Verdana; font-size: 11px;  }
td { font-family: Verdana; font-size: 11px;}

#mainContentWrapper { width: 1040px; height: 690px; background-image: url(/Assets/images/MainBackground.jpg); background-repeat: no-repeat; margin-top: 10px; }

#navigationWrapper { width: 200px; height: 570px; margin-top: 110px; float: left; position: relative; margin-right: 15px; }
#navBottomWrapper { position: absolute; bottom: 0; width: 200px; color: #57300f; } 
#navBottomWrapper a {  color: #be7a3a; font-weight: bold; font-size: 12px;} 
#navigationWrapper #navList { margin-left: 42px; padding-left: 5px; list-style-type: square; }
#navigationWrapper #navList li { border-bottom: dotted 1px #a16e2f; line-height: 3em; text-transform: uppercase;}
#navigationWrapper #navList li a { font-size: 13px; color: #a16e2f; text-decoration: none; font-weight: bold; }
#navigationWrapper #navList li a:hover { color: black; }


#mainContentBox { color: #57300f; width: 585px; height: 470px; padding: 10px; margin-top: 125px; float: left; overflow: auto; position: relative; line-height: 24px;}


#subContentWrapper { position: relative; float: left; width: 160px; margin-left: 40px; margin-top: 90px; height: 575px; color: #57300f;}
#subContentWrapper .Section { height: 33%; width: auto; text-align: center; color: #57300f;}
#subContentWrapper .Section a, #subContentWrapper .Section .altText{ color: #be7a3a; font-weight: bold; }
#subContentWrapper .SideIcon a { font-weight: bold; text-decoration: none; font-size: 13px; }

#subContentWrapper fieldset { border: solid 2px #aa7e46; margin-bottom: 10px; padding: 10px; }
#subContentWrapper fieldset legend { font-weight: bold; color: Black; }

#footerWrapper {width: 925px; height: 120px; background-image: url(/Assets/images/mainFooter.jpg); background-repeat: no-repeat; background-position: bottom; font-weight: bold; }  
#footerCopyright { text-align: right; padding: 40px 70px 0 0;}
#footerLinks { font-size: 11px; text-align: center; padding: 40px 0 0 130px; color: Black; }
#footerLinks a { font-size: 11px; color: #aa7e46; padding: 0 10px 0 10px; }


.messageLabel {color: Black; font-weight: bold; padding: 5px; text-align: center; margin: 5px; display: block; border: solid 1px black;}
.errorLabel { color: Black; font-weight: bold; padding: 5px; text-align: center; margin: 5px; display: block; border: solid 1px black; background-color: Red; }

h1.MainTitle { color: #be7a3a; font-size: 14px; border-bottom: solid 1px #57300f;  }
ul.InnerList li { color: #57300f; font-weight: bold; }


.Clear { clear: both; }
input.MainButton { background-color: #ba8947; font-weight: bold; color: white; border: outset 2px #ba8947; cursor: pointer; font-variant: small-caps; padding: 3px 7px 3px 7px; filter: 
            progid:DXImageTransform.Microsoft.gradient(enabled='true',
                startColorstr=#ffd7a862, endColorstr=#ff522d10);  }

.AllCaps { text-transform: uppercase; }

.GenericBorderObj { border: solid 3px #ba8845; }

.InfoMessage { font-size: 10px; font-weight: bold; }
