/*startfile GRUCCI*/

/* zero-out defaults on all elements EXCEPT ul, ol, li */
html, body, p,
h1, h2, h3, h4, h5, h6,
form, fieldset, a {
   margin: 0;
   padding: 0;
   border: 0;
   }

/* element overrides */

html {
  height: 100%;
  }

body {
   font-size: 100.01%;
   font-family: Verdana, Arial, Helvetica, 'sans serif';
   height: 100%;
   background: #000;
   margin: 0;
   padding: 0;
   color: #f6ecbd;
   line-height: 1.1em;
   /*FORCES SCROLLBAR ON (for Firefox)*/
   /*overflow: scroll;*/
   }
   
.largetext  {
   font-size: 15px;
   line-height: 1.5em;
   }
   
.normaltext  {
   font-size: 13px;
   }

.normalgold  {
   font-size: 13px;
   color: #efc650;
   }
   
.smalltext  {
   font-size: 12px;
   line-height: 1.4em;
   }

.tinytext  {
   font-size: 11px;
   line-height: 1.2em;
   }

/* specialty classes for data dumps */

.nbgdate {
   font-size: 13px;
   color: #969696;
   }


/* defaults */

a {
   display: inline;
   }

h1, h2, h3, h4, h5, h6 {
   color: #fff;
   /*margin-left: 8px;*/
   }

h1 {
   color: #efc650;
   text-align: center;
   }

h2 {
   color: #efc650;
   text-align: left;
   }

h3 {
   color: #efc650;
   /*color: #ff00ff;*/
   /*color: #d9547f;*/
   /*color: #0f4;*/
   text-align: left;
   font-style: italic;
   }

h4, h5, h6 {
   color: #fff;
   text-align: left;
   }

hr  {
   width: 90%;
   background-color: #efc650;
   height: 2px;
   }

form {
  display: inline;
  }

/* OTHER FORM ELEMENTS HERE, such as:
input {
   font-size:
   color:
   background-color:
   border-style:
   border-width:
   border-color:
   }
*/

/* LINKS */

/*
a {
   color: #0033cc; text-decoration: none; border-bottom: 2px dotted #0033cc;
   }

a:hover {
   color: #ffffff; background-color: #0033cc; text-decoration: none;
   }
*/


a.grucci {
   color: #ffffff; text-decoration: none; border-bottom: 1px dotted #ffffff;
   }

a.grucci:hover {
   color: #ffffff; background-color: #0033cc; text-decoration: none;
   }

a.gruccinews {
   color: #ffffff; font-size: 13px; font-weight: bold; text-decoration: none; border-bottom: 1px solid #ffffff;
   }

a.gruccinews:hover {
   background-color: #0033cc; text-decoration: none;
   }

a.gruccismall {
   color: #ffffff; font-size: 10px; text-decoration: none; border-bottom: 1px dotted #ffffff;
   }

a.gruccismall:hover {
   color: #ffffff; background-color: #0033cc; text-decoration: none;
      }

a.gruccifooter {
   color: #000000; text-decoration: none;
   }

a.gruccifooter:hover {
   color: #ffffff; text-decoration: none;
      }

a.foot {
   color: #969696; text-decoration: none;
   }

a.foot:hover {
   color: #ffffff; background-color: #0033cc; text-decoration: none;
   }

#header {
  width: 100%;
  height: 110px;
  position: relative;
}

#footer {
  background: url(../images/V9FooterGradientExtracted.jpg);
  background-repeat: repeat;
  color: #000;
  font-size: .7em;
  /*clear: both;*/
  width: 770px;
  text-align: center;
  margin: 0 auto 0 auto;
}

div#main {
   /*position: relative;*/
   background-color: #8080ff;
   margin: 0 auto 0 auto;
   width: 770px;
   border: 1px solid white;
}


.prop {
    height:500px;
    float:left;
    width:1px;
  }


.vertprop {
   width: 1px;
   height: 401px;
   float: left;
   background-color: #ff0;
}

.horizprop {
   width: 780px;
   height: 10px;
   position: relative;
   /*background-color: #ff0;*/
   }

div#mainleft {
   position: absolute;
   left: 0;
   top: 0;
   width: 165px;
}

div#maincenter {
  /* position: relative; */
   float: left;
   margin: 0 auto 0 auto;
   text-align: center;
   width: 401px;
   height: 401px;
   border: 1px solid #efc650;
}



div#mainright {
   float: right;
   width: 165px;
}

/* FEE SCHEDULE PAGE */
table#fees {
   width: 95%;
   padding: 2px;
   color: #000;
   background-color: #b69032;
   }

table#fees td {
   width: 25%;
   text-align: center;
   }

table#fees td.blank {
   width: 25%;
   text-align: center;
   background-color: #b69032;
   }

table#fees tr.header {
   text-align: center;
   color: #fff;
   background-color: #000;
   }

table#fees tr.data1 {
   font-size: 12px;
   color: #000;
   text-align: center;
   background-color: #ccc;
   }
   
   
/* FEE SCHEDULE PAGE - PRINTABLE VERSION */

table#feesp {
   width: 730px;
   padding: 2px;
   color: #000;
   border: 1px solid black;
   }

table#feesp td {
   width: 25%;
   text-align: center;
   border: 1px solid black;
   }

table#feesp td.blankp {
   width: 25%;
   text-align: center;
   }

table#feesp tr.headerp {
   text-align: center;
   color: #000;
   }

table#feesp tr.data1p {
   font-size: 12px;
   color: #000;
   text-align: center;
   }
     