/* ------------------Home Page Cloud DIV Styles----------------------- */
#clouds {
width: 760px;
height: 121px;
background-image: url(../images/clouds1.jpg);
background-repeat: no-repeat;
font-family: Garamond;
font-size: 24px;
font-weight: bold;
text-align: right;
margin-top: 5px;
}
#service {
margin-top: 32px;
float: right;
}
/* ------------------Home Page Option Selector Styles----------------------- */
.menu {
width: 755px;
background: #E7E7E7;
border-left: 1px solid #CCCCCC;
border-right: 1px solid #CCCCCC;
border-bottom: 1px solid #CCCCCC;
text-align: left;
padding: 5px;
font-weight: bold;
}
.submenu, .submenuopen {	
text-align: left;
padding-left: 5px;
padding-right: 5px;
padding-top: 8px;
padding-bottom: 8px;
border-left: 1px solid #CCCCCC;
border-right: 1px solid #CCCCCC;
border-bottom: 1px solid #CCCCCC;
width: 755px;
}
.submenu {
display: none;
}
.submenuopen {	
display: block;
}
/* ------------------Floating Price Bar Styles----------------------- */
#pricebar {
display: block;
/*background: #66CCFF;*/
background: #6699CC;
opacity: 0.92;
filter: alpha(opacity=92);
width: 185px;
height: 198px;
border: solid 1px #000000;
padding: 5px;
position: absolute;
right: 2px;
text-align: right;
color: #000000;
}
/* ------------------Floating Description Styles----------------------- */
#desc {
display: none;
width: 300px;
height: auto;
/*background: #66CCFF;*/
background: #6699CC;
opacity: 0.92;
filter: alpha(opacity=92);
border: 1px solid #000066;
position: absolute;
padding: 9px;
text-align: left;
color: #000000;
z-index: 500;
}
/* ------------------Pop up resource, tank, and location collection styles----------------------- */
#resource {
display: none;
width: 500px;
height: auto;
position: absolute;
/*background: #66CCFF;*/
background: #6699CC;
opacity: 0.92;
filter: alpha(opacity=92);
border: 1px solid #000000;
font-weight: normal;
padding: 5px;
color: #000000;
z-index: 1000;
}
#premium {
display: none;
width: 500px;
height: auto;
position: absolute;
/*background: #66CCFF;*/
background: #6699CC;
opacity: 0.92;
filter: alpha(opacity=92);
border: 1px solid #000000;
font-weight: normal;
padding: 5px;
color: #000000;
z-index: 1000;
}
#tank {
display: none;
width: 500px;
height: auto;
position: absolute;
/*background: #66CCFF;*/
background: #6699CC;
opacity: 0.92;
filter: alpha(opacity=92);
border: 1px solid #000000;
font-weight: normal;
padding: 5px;
color: #000000;
z-index: 1000;
}
#bases {
display: none;
width: 500px;
height: auto;
position: absolute;
/*background: #66CCFF;*/
background: #6699CC;
opacity: 0.92;
filter: alpha(opacity=92);
border: 1px solid #000000;
font-weight: normal;
padding: 5px;
color: #000000;
z-index: 1000;
}
#numcharter {
display: none;
width: 500px;
height: auto;
position: absolute;
/*background: #66CCFF;*/
background: #6699CC;
opacity: 0.92;
filter: alpha(opacity=92);
border: 1px solid #000000;
font-weight: normal;
padding: 5px;
color: #000000;
z-index: 1000;
}
#get_contact {
display: none;
width: 340px;
height: 233px;
position: absolute;
right: 2px;
/*background: #66CCFF;*/
background: #6699CC;
border: 1px solid #000000;
font-weight: normal;
padding: 5px;
color: #000000;
z-index: 1000;
}