﻿body
{
    background-color: #50515a;
    /*background-color: #604848;*/
    font-size: 62.5%;
    font-family: Verdana, helvica, Sans-Serif;
    text-align: left;
    line-height: 1.55em;
    color: #363636;
    margin:15px 0 20px 0;
}
img a, img
{
    border:none;
    outline:none;
}
p
{
    font-size:1.1em;
}
a
{
    color:#f0e8ad;
    text-decoration:none;
    border-bottom:1px dotted #f0e8ad;
}
a:hover
{
    border:none;
}
.clear
{
    clear:both;
    height:1px;
}
#siteContainer
{
    width:898px;
    height:100%;
    border:1px solid #fff;
    margin:0 auto;
 }
 #top
 {
     height:100px;
     background-color: #adbbc8;
     /*background-color:#d8c0a8;*/
 }
 div#icon
 {
     float:left;
     width:308px;
     height:84px;
 }
 div#top .logo
 {
     width:303px;
     height:80px;
     margin:10px 0 0 10px;
 }

/*TOP NAVIGATION STYLING*/
div#topNav
{
    float:right;
    margin-top:20px;
    margin-right:20px;
    width:530px;
    height:25px;
    text-align:right;

}
 div#toNav ul
 {
     margin:0 0 10px 0;
     padding:0;
 }
 div#topNav ul, div#topNav li
 {
     display:inline;
     margin:0;
     padding:0;
     list-style-type:none;
 }
 div#topNav a:link, div#topNav a:visited
{
    text-decoration: none;
    margin: 0 6px 4px 6px;
    border: none;
    color: #5A2E2E;
    font-family: Verdana;
    text-align: right;
}
 div#topNav a:hover
 {
     text-decoration: underline;
 }
 div#topNav .bold
 {
     font-weight:600;
 }
 div#topNav a.manageSite
{
    font-weight: 600;
}
 #nav
 {
     height:38px;
     background-color: #604848;
     /*background-color:#484848;*/
     color:#fff;
     border:1px solid #fff;
     border-left:none;
     border-right:none;
     width:898px;
     position:absolute;
 }
 div#nav li
 {
     list-style-type:none;
 }
 .homeBanner
 {
     border:none;
     border-bottom:1px solid #fff;
     margin-bottom:0;

 }

 
 /* STYLING FOR MAIN CONTENT SECTION*/
 div#content
 {
     width:100%;
     padding:20px 0 0 0;
     margin:0;
     text-align:left;
     background-color:#907878;
     background: url(../Images/content_bg.jpg) 0 0 repeat-y;
}

 #content p.mission
 {
     font-size:1.1em;
     margin-right:35px;
     margin-bottom:20px;
     margin-top:0;
 }
 
 /*FOOTER STYLING*/
 div#footer
 {

      margin:3px auto 10px auto;
      background: transparent;
      width:898px;
      padding-bottom: 10px;
      
 }
 div#copyright
 {
     width:35%;
     float:left;
     color:#ccc;
}
div#websiteBy
{
    width:63%;
    float:right;
    text-align:right;
    color:#ccc;
 }
 div#websiteBy a
 {
     color:#f0e8ad;
     text-decoration:none;
     border:none;
 }
div#websiteBy a:hover
{
   text-decoration:underline;
}


img.vegasLogo 
{
    border: 1px solid #880000;
    float: left;
    padding:2px;
    margin-right: 10px;
    margin-top: 5px;
}

/*CONTACT US FORM STYLING*/
input.txtBox
{
    width:300px;
    border: 1px solid #363636;
}
textarea.txtComments
{
    width:375px;
    border: 1px solid #363636;
}
textarea.txtComments:hover, input.txtBox:hover
{
    background-color: #F9F9F9;
}
.btn
{
    border: 1px solid #363636;
    background-color: #D3A97E;
    color: #363636;
    padding: 2px 10px;
}
.confirmationLabel
{
    color: #00DF00;
    border: 1px solid #00DF00;
    padding: 2px 5px;
}

/*STYLE TO GIVE TOP LINKS BOTTOM MARGIN FROM SUB-LINKS WHEN A USER LOGS IN*/

ul#loggedIn
{
    margin-bottom:10px;}
    
    #message p 
{
    color: #FFF;
    font-size: 18px;
    font-family: Georgia, 'Times New Roman', Verdana;
    padding: 0 30px;
    margin: 30px 0;
    line-height: 1.8em;
    font-style:italic;
}