﻿/* MASTER PAGE */

html, body { padding: 0px; margin: 0px; border: 0px; width: 100%; }
body { background-color: #333333; background-image: url("../Content/Images/bkgd-pat-green.jpg"); background-repeat: repeat; font-family: Georgia;}
h1 { margin-bottom: 0px; }
h2 { margin-top: 0px; padding: 0px; }

/* HEADER STYLES */

#HeaderNavBar { position: absolute; top: 0; margin-left: 0; height: 40px; width: 100%; background-color:#32271E; font-family: Verdana; font-size: 15px; min-width: 765px;}
#HeaderNavBarTable { width: 700px; color: White; margin-top: 10px; margin-left: auto; margin-right: auto; }
#HeaderNavBarTableLeft { width: 50%; text-align: left; }
#HeaderNavBarTableRight { width: 50%; text-align: right; }
#HeaderNavBarTable a:visited, #HeaderNavBarTable a:link { color: White; text-decoration: none; }
#HeaderNavBarTable a:hover { color: Yellow; }
#HeaderLogo { position: absolute; top: 0; margin-left: -70px; left: 50%; width: 140px; }
#HeaderLogo img { border-style: none; }

/* FOOTER STYLES */

/*#Disclaimer { position: fixed; bottom: 40px; color: #e4e5b8; font-size: xx-small; padding: 0px; margin: 0px; padding-left: 20px; padding-right: 20px; background-color: Gray; height: 60px;  z-index: 999;}*/

#Footer { position: fixed; bottom: 0; background-color: #32271E; color: #FFFFFF; height: 30px; width: 100%; text-align: center; padding-top: 10px; min-width: 765px; z-index: 999;}
#Footer a:visited, #Footer a:link { color: White; text-decoration: none; }
#Footer a:hover { color: Yellow; }

#FooterTable { font-family: Verdana; font-size: 13px; width: 90%; margin-left: auto; margin-right: auto;}
#FooterTableLeft { text-align: left; }
#FooterTableLeft a img { border: none; vertical-align: middle; }
#FooterTableRight { text-align: right;}

/* CONTENT STYLES */

#ContentWrapper { width: 80%; margin: 0px auto; margin-top: 100px; min-width: 765px; }
#Disclaimer { width: 80%; margin: 0px auto; min-width: 765px; color: #e4e5b8; font-size: xx-small; background-color: Transparent; padding-bottom: 50px; }
#Disclaimer p { padding-left: 20px; padding-right: 20px; text-align: justify; }

/* VIEW PAGES */

/* About */

#AboutWrapper { background-color: White; }
#AboutLeftCol { float: left; padding-left: 20px; }
#AboutRightCol { margin-left: 300px; padding: 20px; }
#AboutHomeButtonContainer { margin: 0 auto; width: 200px; }
#AboutHomeButton { margin-bottom: 20px; }

/* CONTACT */

#contactform { text-align: left; margin-bottom: 50px;}
#contact { width: 680px; margin: 0px auto; background-color: #cdd8ab; padding: 10px; border: solid 1px #32271E;}
#contactform #formfieldcontainer { padding: 15px; overflow: auto; }
#contactform #submitbutton { text-align: center; }
.input-validation-error { border: 1px solid #ff0000; background-color: #ffeeee; }
.field-validation-error, .validation-summary-errors { color: Red; }
.wm {color: Gray;}
