/*   *********************************************     */
/*    CSS design by Distinct Graphics & Web Design     */
/*              by Diane Dickler                       */
/*            / 2008 / 2009 / 2010 / 2011              */
/*   *********************************************     */
body {
    margin: 0;
    padding:0;
    color: #4A4A4A;
    background-color: transparent;
    font-family: "trebuchet ms", "lucida sans", arial, sans-serif;
    background: url(images/waterfallslong.jpg) no-repeat;
    background-position: top left;
    background-attachment: fixed;
    width: 100%;
}

a {
	text-decoration: none;
      font-weight: bold;
}
a:link {
    color: #0033FF;
    font-weight: bold;
}

a:hover {
	color: #CC0000;
    font-weight: bold;
}

/*    ************************************* top menu   */
.wireframeauramenu{
font-weight: bold;
font-size: 14px;
width: 100%;
}

.wireframeauramenu ul{
border-bottom: 1px solid #BBB;
padding: 5px 0;
margin: 0 15% 0 25%;
text-align: center;
overflow: hidden;

}

.wireframeauramenu ul li{
display: inline;
}

.wireframeauramenu ul li a{
color: #000000;        /* #494949;  */
padding: 6px 12px 6px 6px;
margin: 0;
height: 54px;
text-decoration: none;
border-right: 1px dashed #858585; /*right border between menu items*/
}

.wireframeauramenu ul li a:hover{
color: red;
background: transparent url(images/lightyellow.gif) center center no-repeat; /*background of menu item onMouseover*/
}

.tagline {
    padding-top:  6px;
    color: #8B8B2E;
    font-style: oblique ;
    text-align: center;
    font-size: 80%;
    display: block;
    letter-spacing: 1px;
    width: 100%;
}

/*  ******************************************    end top menu       */

 #tophdr {
margin: 0;
width: 45%;
margin-left: 27%;
height: 50px;
float: left;
padding-top: .5em;
font: bold 1.25em "trebuchet ms", "lucida sans", arial, sans-serif;
color: #386A45;
text-transform: uppercase;
text-indent: 1.5em;
}

h1 {
font: italic bold 1.5em "trebuchet ms", "lucida sans", arial, sans-serif;
color:  #E34728;                /*#3F784E; */
letter-spacing: 1px;
}

h2 {
font: italic bold 1.25em "trebuchet ms", "lucida sans", arial, sans-serif;
color:  #3F660B;            /*   #005500;  */
letter-spacing: 1px;
/*text-indent: 1em;*/
padding: 0em 2em 0em 2em;
}

h3 {
    font-family: "trebuchet ms", "lucida sans", arial, sans-serif;
    font-size: 1.25em;
    font-weight: bold;
    line-height: 110%;
    text-align: left;
    padding: 0 0 0 2em;
    color: #2B547D;
    font-style: italic;
}
h4 {
    font-family: "Trebuchet MS", "Lucida Sans", Arial, sans-serif;
    font-size: 1.25em;
    font-weight: bold;
    line-height: 110%;
    text-align: left;
    padding: 0 0 0 2em;
    color: #2B547D;
}
h5 {
    font: italic bold 2em "trebuchet ms", "lucida sans", arial, sans-serif;
    color:  #3F660B;            /*   #005500;  */
    letter-spacing: 1px;
    line-height: 2em;
    text-align: center;
    font-size: 1.25em;
}



p.dropcap:first-letter {
	float: left; /* Make the text flow around the letter */
	font-family: Georgia, Times, Times New Roman, Serif;
	color: #252525;
	font-size: 2.5em; /* Makes the letter twice the size of the rest of the text */
	font-weight: bold;
	line-height: 1em; /* Adjustment for IE. Otherwise it doesn't line up correctly */
	padding-right: 0.10em; /* If it's getting crowded - adjust */
    position: absolute;
}
.headline {
    font: italic bold 1.5em "trebuchet ms", "lucida sans", arial, sans-serif;
    color:  #3F660B;            /*   #005500;  */
    letter-spacing: 1px;
}


/*    ********************************  images formatting *************   */

.imgright {
    float: right;
    border: 1px solid #959595;
    padding: .5em;
    margin: 10px;
}
.imgleft {
    float: left;
    border: 1px solid #959595;
    padding: .5em;
    margin: 10px;
}
img.displayed {
    display: block;
    margin-left: auto;
    margin-right: auto;
    padding: 2px;
}
img.displayed2 {
    display: block;
    border: 1px solid #959595;
    margin-left: auto;
    margin-right: auto;
    padding: 2px;
}
.imgrightnoborder {
    float: right;
    padding: .5em;
    margin: 10px;
}
.imgleftnoborder {
    float: left;
    padding: .5em;
    margin: 10px;
}
/*    ********************************** content ******************     */
#content {
    background: transparent;
    color: #252525;
    margin: 4% 10% 0% 30%;
    padding: 1em 1em 0em 1em;
}
#contentprintform {
    background: transparent;
    color: #252525;
    margin: 7% 10% 0% 30%;    /*top bottom left right*/
    padding: 1em 1em 0em 1em;
}
#contentprint {
    background: transparent;
    color: #252525;
    margin: 10px;
    padding: 1em 1em 0em 1em;
}
#content p {
    margin:0;
    padding: 1em 1em .5em 1em;
    text-align: justify;
    font-size: .95em;
    margin: 0;
 }
 #contentprintform p {
    margin:0;
    padding: 1em 1em .5em 1em;
    text-align: left;
    font-size: .95em;
    margin: 0;
 }
.rightcontent {
    float : right;
    width : 350px;
    margin : 0em 0em 0em 2em; /* top right bottom left */
    border: 1px solid red;
}

span {
text-transform: uppercase;
font-weight: bold;
color: #800000;
font-size: 110%;
font-style: oblique;
}

p.main {
   font-size: 2em;
   text-align : left;
   margin : .5em 0.5em 0.5em 0.5em;
   color: #3F5A85;
   background: transparent;
   font-weight: bold;
}
.paybutton {
   text-align: center;
}



/*    ****************************  print form page       */
table.form   {
    border-color: #CCCCCC;
    border-width: 2px;
    border-style: solid;
    border-bottom: 1px solid #CCCCCC;
    /*width: 100%; */
    float: left;
    margin: 3px;

}

td.form    {
 border-color: #CCCCCC;
   border-width: 1px;
    border-style: solid;
    margin: 0;
    padding: 2px;
    background-color: #fff;
    color: #000000;
   font-size: .85em;
}

table   {
    margin: 0em .5em 0em 1em;
    padding-bottom: 0em;
}

td    {
    vertical-align: top;
    margin: 0;
    padding: 4px;
    background-color: transparent;
    color: #515151;
    /*width: 33%;   */
    border-bottom: 1px solid #000;
}




/*           ***************************   disclaimer box ************************     */
#rbox {
    width: 450px;
    border: 1px solid #663300;
    float: left;
    margin: 0px 0px 0px 10%;
    padding: 5px;
    background-color: transparent;
    color: #333333;
    font-size: 1.15em;
    display: block;
    text-align: center;
}

#rboxtop {
    width: 450px;
    height: 25px;
    background: #462300;
    color: #F0E2C6;
    font-family: "trebuchet ms", "lucida sans", arial, sans-serif;
    font-size: 1em;
    font-weight: bold;
    text-align: center;
}
#rbox p {
    font-size: .75em;
    margin: 0px;
}
/*     *********** for cehours page ******  */
#rboxl {
    width: 550px;
    border: 4px solid #47AECE;
   /* float: left;  */
    margin: 25px 0px 0px 5%;
    padding: 5px;
    background-color: transparent;
    color: #333333;
    font-size: 1em;
    display: block;
    text-align: left;
    padding-top: 2em;
}

#rboxtopl {
    width: 550px;
    height: 30px;
    background: #47AECE;
    color: #000;
    font-family: "trebuchet ms", "lucida sans", arial, sans-serif;
    font-size: 1.25em;
    font-weight: bold;
    text-align: center;
}
#rboxl p {
    font-size: .85em;
    margin: 0px;
}
li {
    padding-bottom: .5em;
    font-size: .90em;
}

/*     **************************************  right column insert  *******************    */
#right {
   float : right;
   width : 300px;
   margin : 1em 0px 1em 1em;
   border : 2px solid #5277AE;
   background: #FEFBE2;
   clear: right;
}
#right p {
   margin : 0;
   font-size : .85em;
   text-align: left;
   font-family: "trebuchet ms", "lucida sans", arial, sans-serif;
   padding-top: 1em;
}
#right2 {
   float : right;
   width : 225px;
   margin : 0em 0px 1em 1em;
    clear: right;
}
#right2 p {
   margin : 0;
   font-size : .75em;
   text-align: left;
   font-family: "trebuchet ms", "lucida sans", arial, sans-serif;
   padding-top: 1em;
   color: #B07221;
   font-weight: bold;
}
#right3 {
   float : right;
   width : 225px;
   margin : 0em 0px 1em 1em;
    clear: right;
}
#right3 p {
   margin : 0;
   font-size : .75em;
   text-align: center;
   font-family: "trebuchet ms", "lucida sans", arial, sans-serif;
   padding-top: 1em;
   color: #B07221;
   font-weight: bold;
}


#rightop {
    width : 300px;
    float : right;
	color: #595959;
	text-align: center;
	font-size : 1em;
	background-color: #FDF096;
    border-bottom: 2px solid #5277AE;
    font-family: "trebuchet ms", "lucida sans", arial, sans-serif;
    font-weight: bold;
}
/*           ***************************   end right column ************************     */
#totop {
   float: right;
   font-size: .80em;
}
.bottomnav {
    font-size: .80em;
    padding: 1em;
    text-align: center;
    font-weight: bold;
}

.footer {
text-align: center;
width: 99%;
color: #3C3C3C;
border-top: 3px solid green;
position:relative;
font-size: .85em;
padding-top: 6px;
    background-color: transparent;
}
.footer a:link {
     color: #0066FF;
     font-weight: bold;
}
.footer a:hover {
     color: #FF0033;
     font-weight: bold;
}
#des {
    font: 11px "trebuchet ms", "lucida sans", arial, sans-serif;
    float: left;
    padding-left: 6px;
    color: #C4C4C4;
    width: 99%;
}
#des a {
   color: #0066FF;
}
#des a:hover {
     color: #FF0033;
}


