
/******************************************************************************/
/* Header Styles - standard page header
/******************************************************************************/

.hdra {
  font-size:            20px;
  text-decoration:      none !important;
}

.pagelinks {
  font-family:          Helvetica;
  font-size:            14px;
  font-weight:          bold;
  margin-top:           15px;
  padding-left:         230px;
}

.link {
  color:                #ffffff;
}

.link:hover {
  color:               #ccccff;
}

#logo {
  width:                60px;
  height:               60px;
  padding-top:          0px;
  padding-left:         50px;
}

.title {
  color:                black;
  padding-top:          0px;
  padding-left:         50px;
  font-size:            30px;
}

/******************************************************************************/
/* Nav Menu Styles
/******************************************************************************/

.menu {
  list-style-type:      none;
  margin:               0;
  padding:              0;
  overflow:             hidden;
/*  background-color:     #6688ff;*/
}

.menuitem,
.dropitem {
  float:                left;
  display:              inline-block;
  padding-top:          14px;
  padding-bottom:       16px;
  padding-left:         50px;
  padding-right:        0px;
  text-decoration:      none !important;
}

.menuitem a,
.dropitem a {
  color:                #ffffff;
  text-decoration:      none !important;
}


.menuitem a:hover, 
.dropitem a:hover {
  color:                #aaccff
}

.dropitem {                                           /* menu item with submenu */
  display:              inline-block;
}

.dropitem:hover .submenu-content {                    /* menu item with submenu hover */
  display:              block;
}

.submenu-content {                                    /* submenu container */
  display:              none;
  position:             absolute;
  background-color:     #f8f8f8;
  box-shadow:           0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index:              1;
}

.submenuitem {                                        /* submenu item */
  font-size:            17px !important;
  color:                #000000 !important;
  font-weight:          normal;
  padding:              10px 10px 10px 20px;
  text-decoration:      none;
  display:              block;
  text-align:           left;
}

.submenuitem:hover {                                  /* submenu item hover */
  color:                #888888 !important;
}

/******************************************************************************/
/* Body Styles - common to all pages
/******************************************************************************/

body {
  font-family:          Helvetica; 
}

h1 {
  font-size:            30px;
}

a {
  color:                black;
  text-decoration:      none;
}

a:hover {
  color:                black;
  text-decoration:      underline;
}

.gallery {
  height:               200px;
}

.picture {
  width:                500px;
  padding:              20px;
}

.description {
  width:                50%;
  height:               200px;
  text-align:           center;
  padding:              20px;
}

.btnInfo {
  width:                100px;
  height:               40px;
}

.homeImage {
  display:              block;
  margin-left:          auto;
  margin-right:         auto;
  padding:              100px;
  width:                60%  
}

/******************************************************************************/
/* Sctipts Page Styles
/******************************************************************************/

/*
.center60 {
  width:                60%; 
  margin-left:          20%; 
  margin-right:         20%;
}
*/

.border {
  border:               1px solid black;
}
  
.scripts {
/*  width:                100%; */
  border-collapse:      collapse;
  display:              inline-block
}

th {
  text-align:           center !important;
}

.col1 {
  width:                30%; 
  padding:              5px;
  padding-left:         20px;
  padding-right:        70px;
  border:               1px solid black;
  text-align:           left;
}

.col2 {
  width:                70%; 
  padding-top:          5px;
  padding-bottom:       5px;
  padding-left:         20px;
  padding-right:        50px;
  border:               1px solid black;
  text-align:           left;
}

/******************************************************************************/
/* Footer Styles - standard page footer
/******************************************************************************/

.footer {
  background:           #f0f0f0;
  height:               30px;
  font-size:            14px;
  margin-top:           20px;
  padding-top:          15px;
  padding-left:         15px;
}




