/*
* This is the styles sheet for the Rend Lake Resort Web site
* It was created by Grant Walker, Iron Horse Communications
*
* The main colors for this site are
                -- Brown RGB(102,51,0)
                -- Olive RGB(153,153,102)
                -- Blue RGB(51,0,153)
                -- Light Green RGB(204,255,102)
                -- Really Light Green RGB(238,236,207)
                -- Really light tan color (233,221,175)
*/

/* Colors for links */

a{color:rgb(51,0,153);}
a:visited{color:rgb(51, 0, 153);}
a:hover{color:rgb(153, 153, 102);}

/* All the classes */

.browndiv {background-color:rgb(102,51,0); padding:5px; position:relative; color:rgb(204,255,102);}

.olivediv {background-color:rgb(153,153,102); padding:5px; position:relative;}

.bluediv {background-color: rgb(44,69,133); padding:5px; position:relative; color:rgb(204,255,102); z-index:0;}

.boxline {border-style:solid; border-width:1px; border-color:rgb(0,0,255);}

.lightgreendiv{background-color:rgb(204,255,102); padding:5px; position:relative;}

.tandiv{background-color:rgb(233,221,175); padding:5px; position:relative; }

.headline{font-family:verdana; font-size:14pt;}

.subhead{font-family:verdana; font-size:10pt; color:RGB(102,51,0); font-weight:700;}

.longspacetext{font-family:verdana; font-size:10pt; line-height:16pt;}

.text{font-family:verdana; font-size:11pt;}

.tinytext{font-family:arial; font-size:8pt;}

.tinygreentext{font-family:arial; font-size:8pt; color:rgb(204,255,102);}

.gazette{font-family:Garamond; font-size:11pt; line-height:14pt; color:rgb(0,0,0);}

.formstyle{background-color:rgb(238,236,207); font-family:arial; font-size:9pt; color:rgb(108,95,77);}

.niftybox{border-style:inset; border-width:1px; border-color:rgb(178,218,122); padding:3px;}

.customList{list-style-image:url(../images/art_wedbells25.gif); font-family:verdana; font-size:9pt; color:rgb(55,55,55); font-weight:600;}

/* Menu objects for main page */

.menu{float:left; background-color:rgb(153,153,102); border:dotted 1px rgb(102,51,0); padding:3px; font-family:verdana; font-size:8pt; line-height:9pt; text-align:center;}
.menu a {color:rgb(255,226,148); text-decoration:none;}
.menu a:visited {color:rgb(255,226,148); text-decoration:none;}
.menu a:hover{color:rgb(204,255,102); text-decoration:none;}

/* Menu objects for all inside pages and headers */
.inmenu{background-color:rgb(153,153,102); border-color:rgb(102,51,0); border-style:dotted; border-width:1px; padding:3px; height:15px; z-index:5; overflow:hidden; position:absolute; top:125px; width:100px; font-family:verdana; font-size:8pt; line-height:9pt; text-align:center;}

.inmenu a {color:rgb(255,226,148); text-decoration:none;}
.inmenu a:visited {color:rgb(255,226,148); text-decoration:none;}
.inmenu a:hover{color:rgb(204,255,102); text-decoration:none;}

.phoneNumber{float:left; background-color:rgb(153,153,102); border-color:rgb(102,51,0); border-style:dotted; border-width:1px; padding:3px; height:15px; z-index:5; overflow:hidden; position:absolute; top:125px; width:175px; font-family:verdana; font-size:8pt; line-height:9pt; text-align:center;}

.phoneNumber1 {float:left; background-color:rgb(153,153,102); border-color:rgb(102,51,0); border-style:dotted; border-width:1px; padding:3px; height:15px; overflow:hidden; width:175px; font-family:verdana; font-size:8pt; line-height:9pt; text-align:center; z-index:7;}

/* This is where we put the object declarations */

/* Declare the menu objects for main page and for headers on other pages */

#home{left:15px; background-image:url(../images/art_background_menu.jpg);}
#visit{left:125px; background-image:url(../images/art_background_menu.jpg);}
#meet{left:235px; background-image:url(../images/art_background_menu.jpg);}
#wedding{left:345px; background-image:url(../images/art_background_menu.jpg); }
#about{ left:455px; background-image:url(../images/art_background_menu.jpg);}
#tour{left:565px; background-image:url(../images/art_background_menu.jpg);}
#info{left:675px; background-image:url(../images/art_background_menu.jpg);}
#phone{left:795px; background-image:url(../images/art_phoneNumber.gif);}



