/************************************************************************************************************************/
/*                                              Common.css                                                  	VER:5   */
/*                                                                                                                      */
/* 05/15/13 2  - Chg: #NavContainer ul li a										*/
/*               To:  #NavContainer a											*/
/* 07/04/13 3  - Add hr after NavContainer										*/
/* 04/09/14 4  - Remove #NavContainer ul & il										*/
/* 06/12/14 5  - Add "#NavContainer form " to keep serach input from displaying too far right of screen.		*/
/************************************************************************************************************************/

body{
    background-color:   #5c5c5c;	/* Gray36  http://www.color-hex.com/color/5c5c5c  */
}

/*----------------------------------------------------------------------------------------------------------------------*/
/* Common Site Logo													*/
/*															*/
#LogoContainer {
   font-family:         Verdana,Arial,sans-serif;
   font-size:           25px;
   float:               left;           /* Keep nav menu from going to next line        */
   padding-right:       30px;
   color:               white;
}

#LogoContainer a {
   text-decoration:     none;           /* Remove the text underline from links                 */
   color:               white;          /* Color of logo text.                             	*/
}


/*----------------------------------------------------------------------------------------------------------------------*/
/* Common Site Navmenu													*/
/*															*/
#NavContainer {
   border-width:        1px;
   border-color:        black;
   overflow:            hidden;         /* Keep the border within this div. Need width also.    */
   display:             inline;         /* Horiz menu (one line)                                */
   padding-left:        25px;           /* Seperate list items                                  */
   padding-right:       12px;           /* Seperate list items                                  */
   font-family:         Verdana,Arial,sans-serif;
   text-align:          right;
   font-size:           12px;
}


#NavContainer a:hover {
   background-color: 	#A9A9A9;        /* Change backgroud to DrakGray when curosr is on link */
}

#NavContainer a{
   text-decoration:     none;           /* Remove the text underline from links                 */
   color:               white;          /* Color of menu item text.                             */
}

#NavContainer pre {
   font-family:         Verdana,Arial,sans-serif;
   display:             inline;         /* Horiz menu (one line)                                */
   color:               white;          /* Color of menu item text.                             */
}

#NavContainer form {
   display:             inline;		/* Keep form input fld in proper alignment		*/
}


/*----------------------------------------------------------------------------------------------------------------------*/
/* Search input box in Common Site Navmenu										*/	
/*															*/
#SearchContainer {
   -padding:            4px;width:20em;
   text-align:          right;
   font-family:         Verdana,Arial,sans-serif;
   -font-size:          10px;
   -width:              30px;
}

#SearchContainer input {
   font-family:         Verdana,Arial,sans-serif;
   border-style:        solid;
   border-width:        1px;
   border-color:        black;
   font-size:           12px;
}



#submit  {
   background-color:    gray;
   font-family:         Verdana,Arial,sans-serif;
   font-weight:         bold;
   color:               white;
}

/*----------------------------------------------------------------------------------------------------------------------*/
/* HR after NavContainer												*/
/*															*/
hr {
  clear:                both;
  width:                95%;
  margin-left:          0;
}

/***********************************************************************************************************************/
/*                                              End Common.css                                                         */
/***********************************************************************************************************************/
