﻿body
{
    background-color: #a69e81;
    font: 11px Verdana, Helvetica, Arial, sans-serif;
    PADDING-RIGHT: 0px;	
    PADDING-LEFT: 0px;
    PADDING-BOTTOM: 0px;
    margin: 0px;
    PADDING-TOP: 5px;
    
}

#wrapper  /* extreme outer shell div*/
{
    margin: 0px auto;
    width: 802px;
    background-image: url(../../images/1x1bg-brown.gif);
    background-repeat: repeat;
}

#bottomLine  /* bottom menu bar or line */
{
    float: left;
    width: 100%;
    margin: 25px 0px 0px 0px;
    color: #637d96;
    text-align: center;
    background-image: url(../../images/1x1bg.gif);
    background-repeat: repeat;
    
    
    PADDING-RIGHT: 0px;	
    PADDING-LEFT: 0px;	
    PADDING-BOTTOM: 5px;	
    MARGIN: 10px 0px;	
    PADDING-TOP: 5px;
    TEXT-ALIGN: center

}

#bottomLine a:link, #bottomLine a:visited
{
	color: #2a4e79;
	text-decoration: underline;
}

#bottomLine a:hover
{
	color : #a69e81;
	text-decoration: underline;
}

#bottomText  /* bottom text */
{
    background-color: #a69e81;
    width: 100%;
    height: 17px;
    margin: 5px 0px 0px 0px;
    color: #f8f4e5;
    text-align: center;
    float: left;
}

#bottomText a:link, #bottomText a:visited
{
	color: #2a4e79;
	text-decoration: underline;
}

 #bottomText a:hover
{
	color : #fefaed;
	text-decoration: underline;
}

#shell  /* just inside wrapper shell div*/
{
    margin: 0px auto;
    width: 100%;
}

#headerDiv  /* shell for header */
{
    float: left;
    width: 100%;
}

#logoDiv /* div for header logo */
{
    float: left;
    margin: 0px 0px 0px 7px;
}

#searchDiv  /* div for search label and text box */
{
   margin: 18px -6px 0px 0px;
   float: right;
   padding: 0 0 0 -15px;
}


#messageDiv  /* div for search label and text box */
{
    margin: 22px 0 0 0px;    
    float: left;
    color: #154370;
    font-size: 12px;
    /*font-style: italic;*/
}

#baseDiv
{
    
    border-right: #d7d4cb solid;
    border-top: #d7d4cb solid;
    border-left: #d7d4cb solid;
    border-bottom: #d7d4cb solid;
    background-color: #a69e81;
    float: left;
    width: 100%;
    padding:  8px 4px 8px 8px; /* 0px 1px 10px; */
}

#baseDivInner  /* inner shell for content below header and above bottom nav line */
{
    border-right: #D7D4CB thick solid;
    border-top: #D7D4CB thick solid;
    border-left: #D7D4CB thick solid;
    border-bottom: #D7D4CB thick solid;
    
    background-image: url(../../images/1x1bg.gif);
    background-repeat: repeat;
    float: left;
    width: 98%;
}


#defaultHeadline  /* div for inner  logo message */
{
    background-image: url(../../images/1x1bg.gif);
    background-repeat: repeat;
    FLOAT: right;	
    width: 100%;
}

#topMenuDiv  /* div for top menu div */
{
    width: 100%;	
    float: left;
}
 
#content  /* shell for all content below top menu and above bottom menu */
{
    width: 100%;
    background-image: url(../../images/1x1bg.gif);
    background-repeat: repeat; 
    float: left;
}

#sideDiv  /* left hand div that contains side menu and sidebar content | split with columnDiv */
{
    background-image: url(../../images/1x1bg.gif);
    background-repeat: repeat; 
    width: 20%;
    float: left;
    margin: 10px 0 20px 0;
}

#defaultPageColumnDiv  /* div that contains main content on default.aspx */
{
    background-image: url(../../images/1x1bg.gif);
    background-repeat: repeat; 
    width:100%;
    float: left;
}

#columnDiv  /* right hand div that contains 3 content divs  | split with sideDiv */
{
    margin: 10px 10px 10px 5px;
    width: 73%;
    float: right;
    background-image: url(../../images/1x1bg-content.gif);
    background-repeat: repeat; 
}

#sideMenuDiv  /* left hand div contained by side div and holds side menu */
{
   overflow:  hidden;
   float: left;
   width: 170px;
   padding: 1px;
   margin: 0px 0 0 2px;
}

#sideColumn  /* left hand div that contains sideBar content */
{
    font-size: smaller;
    color: black;
    float: left;
    width: 96%;
    margin: 0 0 20px 5px;
    padding: 0 0 0 0;
    text-align: center;
}

#columnDivTop  /* right hand div that top content div  */
{
    float: left;
    width: 98%;
    background-image: url(../../images/1x1bg-content.gif);
    background-repeat: repeat;
    margin: 0 15px 0 5px;
}

#defaultPageColumnDivTop  /* main page, default.aspx , div that top content div  */
{
    float: left;
    width: 100%;
}

#defaultPageColumnDivBottom /* main page, default.aspx , div that bottom content div  */
{
    width: 100%;
    float: left;
    padding: 3px 2px 1px 2px;
    
}

#columnDivBottom  /* right hand div that bottom content div  */
{
    width: 98%;
    float: left;
    padding: 0px 0px 5px 0px;
    margin: 5px 8px 5px 5px;
    background-image: url(../../images/1x1bg-content.gif);
    background-repeat: repeat; 
   
}

hr.cleaner  /* cleaner  */
 {
      clear:both;
      height:1px;
      margin: -1px 0 0 0; padding:0;
      border:none;
      visibility: hidden;
}

#bottomMenuShell    /* main page div that holds menu div  */
{
    width:100%;
    background-image: url(../../images/1x1bg.gif);
    background-repeat: repeat;
    float: left;
}

/* main page menu div  */
#mainPageMenuDiv  
{
  background-image: url(../../images/1x1bg.gif);
  background-repeat: repeat; 
  margin: 10px 0px 1px 1px;
  float: left;
}

 /* default/splash page picture class  */
.mainPagePics
{
float: left;
}


/* contactUs.aspx form control styles*/
.formTextBox
{
    
    
    width: 200px;
    margin: 1px;
    background-color: #f8f4e5;
    font: 11px Verdana, Helvetica, Arial, sans-serif;
}

/* contactUs.aspx form control styles*/
.formLabel
{
    
    padding: 0px 0px 0px 10px;
    margin: 1px;
    font: 11px Verdana, Helvetica, Arial, sans-serif;
}

/* contactUs.aspx form control styles*/
.formDropDownList
{
    margin: 1px;
    font: 11px Verdana, Helvetica, Arial, sans-serif;
}

.formCommentTextBox
{
    width: 350px;
    height: 100px;
}

/* siteMap.asp style for siteMap tree*/
#siteMapDiv
{
float: left;
margin: 0 0 0 50px;
}

/* tweek for RadMenu -- do not alter*/
h5
{
margin: 0 0 -5px 0;
    
}

/* tweek for RadMenu -- do not alter*/
h6
{
    font: 10px Verdana, Helvetica, Arial, sans-serif;
    line-height: 95%;
    font-style: italic;
    padding: -15px 0 0 0;
    margin: -3px 0 -10px 0;
}

/* master page horizontal bar tweek for RadMenu -- do not alter*/
#topMenuDiv hr 
{
    width:100px;
    border-top: 0px;
    border-right: 0px;
    border-left: 0px;
    border-bottom: 1px solid #fff;

}

/* default/splash page horizontal bar tweek for RadMenu -- do not alter*/
#mainPageMenuDiv hr 
{
    width:100px;
    border-top: 0px;
    border-right: 0px;
    border-left: 0px;
    border-bottom: 1px solid #fff;

}

