/* CSS Document */

body {
	  font-family: verdana, arial, sans-serif;
	  font-size:100%;
	  behavior: url(csshover2.htc);
	  margin: 0 0 0 0;
	  }

a:link {color:white; text-decoration:none}
a:visited {color:white;}	  
a:hover {text-decoration:none;}
a:hover {color:navy;}



/*TOP AND SIDE LOGOS ARE SET UP HERE*/

#logowrapper {
position:fixed;
top:0px;
z-index: 50;
} 

#logo_top {
background:url(graphic_elements/logo_top.png) repeat-x;
position:fixed;
top:0px;
z-index:50;
height:73px;
width:100%;
}
*html #logo_top {
position:absolute;
}
#logo {
position:fixed;
top:0px;
z-index:51;
height:165px;
width:165px;
border:0px !important;
}
*html #logo {
position:absolute;
}
#logo a{
border:0px !important;
}
#leftbgwrapper 
{
position:fixed;
float:left;
z-index:50;
} 

#leftbg {
position:fixed;
margin:166px 0 0 0;
z-index:50;
float:left;
width:165px;
height:100%;
}
*html #leftbg {
position:absolute;
}
/*END OF LOGO AND SIDE LOGO HERE*/


/* ICON MENU STARTS HERE */

#iconwrapper {
position:absolute;
top:2px;
left:190px;
float:left;
z-index:75;
}

#icon {
position:fixed;
}




/*BEGINNING OF CUSTHELP BOX AND SEARCH IN UPPER RT.CORNER*/

#search form.search,
#search form.search i {
    background-image: url(/public/php/resources/search_box.png);
	
}

#search form.search {
    position:fixed;
    padding:2px 2px 2px 65px;
    float:left;
    white-space:nowrap;
    background-position:60px -46px;
    background-repeat:no-repeat;
    height:22px;
    overflow:hidden;
}
#search form.search i.ll {
    position:absolute;
    left:0;
    top:0;
    height:22px;
    width:61px;
    background-position:0 0px;
}
#search form.search i.rr {
    position:absolute;
    right:0;
    top:0;
    height:22px;
    width:26px;
    background-position:100% -23px;
}

#search form.search input.itext {
    border:none;
    background:transparent;
    width:218px;
	position: relative;
	bottom: 8px;
}


#search form.search input.ibutton {
	color: #ffffff;
	border:none;
    position:relative;
	height:22px;
    width:26px;
	bottom: 10px;
	top:-8.5px;
	background-image: url(/public/php/resources/search_box.png);
	background-position:100% -23px;
}
#search form.search input.button {
	color: #ffffff;
	border:none !important;
    position:relative;
	height:22px;
    width:26px;
	top:-2px;
}

#search form.search:not(:notsafari),
#search form.search i.ll:not(:notsafari),
#search form.search i.rr:not(:notsafari) {
    background-image:none;
    overflow:visible;
}



#searchwrapper {
position:absolute;
top:40px;
left:190px;
height:22px;
z-index:50;
}


/*END OF CUSTHELP BOX AND SEARCH IN UPPER RT.CORNER*/



/*	FLOATING PICTURE AT TOP RIGHT OF BANNER  */

#picturewrapper {
position:absolute;
left:80%;
top:0px;
z-index:53;
}

#chatwrapper{
position:absolute;
left:73%;
top:0px;
z-index:50;
}

#picture_chat {
position:fixed;
}

#price_banner_wrapper{
position:absolute;
left:525px;
top:27px;
z-index:55;
}

#picture {
position:fixed;
}

.formclass {
	position: absolute;
	left: 0px;
	top: 0px;
	visibility: hidden;
	height: 0px;
	width: 0px;
	background: #A2BAFA;
	border-style: solid;
	border-width: 1px;
	border-color: #000000;

}



.autocomp {
	position:fixed ;
	top:62px !important;
	left:250px !important;
	font-size:.8em;
	width:285px;
	visibility: hidden;
	z-index:30080;
}
* html .autocomp{
  position:absolute;
}

.dborder {
	width: 100px;
	padding: 4px;
	height: 20px;
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
	margin-top: 2px;

}

		

/* THE HORIZONTAL DROP DOWN MENU STARTS HERE */

div#menucontainer {
	float:none;
	top:73px;
	width:598px;
	left:30%; 
	z-index:4;
	position: absolute;
	background-color:#ffffff;}

/* the horizontal menu starts here */
*{margin:0px; padding:0px;}
div#listmenu {
	width:599px; 	/* makes the div full width */
	float:left; /*makes the div enclose the list */
	border-top:0px;	/* draws line on top edge of div */
	border-bottom:0px;	 /* draws line on bottom edge of div */
	background-color:#ffffff; /* colors the div */
	position:fixed;

	z-index:4;
	}
div#listmenu ul {margin:0 0 0 0; /* indents ul from edge of container */
	}
div#listmenu li {
	float:left;	/* causes the list to align horizontally instead of stack */
	position:relative; /* positioning context for the absolutely positioned drop-down */
	list-style-type:none;	/* removes the bullet off each list item */
	background-color:#000000; /*sets the background of the menu items */
	border-right:1px solid #FFFFFF; /* creates dividing lines between the li elements */
	z-index:4;
	}
div#listmenu li:first-child {
	border-left:0px; /*the first vertical line on the menu */
	z-index:4;
	}
div#listmenu li:hover { 
	 /*sets the background of the menu items */
	}
div#listmenu a {
	display:block; /*makes list items in drop down highlight and wrapped lines indent correctly */
	padding-bottom:0px; /*creates space each side of menu item's text */
	text-decoration:none;	 /* removes the underlining of the link */
	color:#FFFFFF;	/* sets the type color */
	}
div#listmenu a:hover {
	color:#C69C6D;
	
	}
/* the horizontal menu ends here */
/* the drop-down starts here */
div#listmenu ul li ul {
	margin:0; /* prevents the TEMP value inheriting from the horiz menu - OK to remove if you remove TEMP above */
	z-index:4; /* puts drop-down on top of div - Safari needs this as menu is 1px higher */
	position:absolute; /* positions the drop-down ul in relation to its relatively positioned li parent */
	width:108px; /*sets the width of the menu - in combo with the li's 100% width, makes the menu stack*/
	left:0px; /*aligns the drop exactly under the menu */
	z-index:4;
	padding-top:3px;
	padding-bottom: 10px;
	font-size:11px !important;
	}
div#listmenu ul li ul li {
	width:100%; /* makes the list items fill the list container (ul) */
	border:none; /*  three sides of each drop-down item */;
	padding-top:0px;
	z-index:4;
	}
div#listmenu ul li ul li:first-child {
	border-top:0px; /*the top edge of the dropdown */
	z-index:4;
	}
/* make the drop-down display as the menu is rolled over */
div#listmenu ul li ul {display:none;} /* conceals the drop-down when menu not hovered */
div#listmenu ul li:hover ul {display:block; } /* shows the drop-down when the menu is hovered */

/* pop-out starts here */
body div#listmenu ul li ul li ul  {
	visibility:hidden; /* same effect as display:none in this situation */
	top:-5px;
	z-index:4;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	}

div#listmenu ul li ul li:hover ul {visibility:visible;
	z-index:4;} /* same effect as display:block in this situation */

/* second level popouts start here*/
div#listmenu ul li ul li:hover ul li ul {visibility:hidden;}
div#listmenu ul li ul li ul li:hover ul {visibility:visible;z-index:4;} /* same effect as display:block in this situation */

/* third level popouts start here*/
div#listmenu ul li ul li ul li:hover ul li ul {visibility:hidden;}
div#listmenu ul li ul li ul li ul li:hover ul {visibility:visible;z-index:4;} /* same effect as display:block in this situation */

/* fourth level popouts start here*/
div#listmenu ul li ul li ul li ul li:hover ul li ul {visibility:hidden;}
div#listmenu ul li ul li ul li ul li ul li:hover ul {visibility:visible;z-index:4;} /* same effect as display:block in this situation */

/* THE HACK ZONE - */
/* hack for IE (all flavors) so the menu has a vertical line on the left */
* html div#listmenu ul {
	float:left; /* makes the ul wrap the li's */
	border-left:1px solid #FFFFFF; /* adds the rightmost menu vertical line to the ul */
	margin-left:0px; /* IE doubles the given value above - why? */
	}
/* add a top line to drops and pops in IE browsers - can't read :first-child */
* html  div#listmenu ul li ul {
	border-top:0px;
	border-left:0px; /* stops the drop inheriting the ul border */
	}
/* the Tantek hack to feed IE Win 5.5-5.0 a lower value to get the pop-out to touch the drop-down */
* html  div#listmenu ul li ul li ul { 
  left:108px; 
  voice-family: "\"}\""; 
  voice-family:inherit;
  }
/* and the "be nice to Opera" rule */
html>body div#listmenu ul li ul li ul {
  left:108px;
  }

/* an Opera-only hack to fix a redraw problem by invisibly extending the ul */
/* the first-level drop stays open for 100px below the bottom but at least it works */
/* this can be reduced to as little as 22px if you don't have pop-outs */
/* the pop-out menu stays open for 22px below the bottom but at least it works */
	@media all and (min-width: 0px){
   body div#listmenu ul li ul {padding-bottom:200px;}
   body div#listmenu ul li ul li ul {padding-bottom:22px;}
   body div#listmenu ul li ul li ul li ul li:hover {visibility:visible;} /* same effect as display:block in this situation */

   }
/*end Opera hack */
/* end of hack zone */
/* END OF LIST-BASED MENU */

/* finally after feeding values to all others, we deal with MAc5 IE */
/* IE5 Mac can't do drop-downs so we need to present the info in a different way*/
/* we present the drop down choices in a row and never show any second-level drops */
 /* this stylesheet is read by IE5 Mac only - hack omits 'url' and leave no space between @import and ("   */
@import("ie51_menu_hack.css"); 
/* END OF DROP DOWN MENUS */



/* the horizontal buttons starts here */

div#buttonchoices {
	margin: 75px 0 0px 360px;
}

.buttonmenu {
	height: 28px;
	width: 500px;
}

.cssbutton	{
	position:relative;
	float: left;
	margin: 0; 
	padding: 0;
	font-family: arial, helvetica, sans-serif;
	background: url(graphic_elements/button_bk2.png) no-repeat;
	width: 110px;
	height: 28px;
	overflow:hidden;/* for ie to hide extra height*/	
}

.cssbutton a {
	display: block;
	font-size: .7em;
	width: 110px;
	height: 28px;
	display: block;
	float: left;
	color: white; 
	text-decoration: none;
	overflow:hidden;/* for ie to hide extra height*/

}

.cssbutton a:hover {
	color: #000000;
}



.cssbutton a:visited {
	color: white;
}



.cssbutton a:visited:hover {
	color: #000000;
}		



.cssbutton img {width: 110px; height: 28px; border: 0; }

* html a:hover {visibility:visible}

.cssbutton a:hover img{visibility:hidden}



.cssbutton span {
	position: absolute;
	left: 0px;
	top: 7px;
	text-align: center;
	width: 110px;
	cursor: pointer;					     
}

/* the horizontal buttons end here */
#mapDiv {
	background-color:#CCCCCC;
	color:#000000;
	border: 1px solid #666666 !important;
	position:absolute;
	left:35%;
	font-size:12px;
	width: 200px;
	z-index:100;
	visibility:hidden;
}

#mapDiv2 {
	background-color:#CCCCCC;
	color:#000000;
	border: 1px solid #666666 !important;
	position:fixed;
	left:45%;
	top:35%;
	font-size:12px;
	width: 200px;
	z-index:150;
	visibility:hidden;
}
*html #mapDiv2 {
position:absolute;
}
#chat_frame {
	position:absolute;
	top:120px;
	left:190px;
}


#center_page {
	position:absolute;
	top:110px;
	left:23%;
	width: auto;
}

#sidebar_graphic {
	position:absolute;
	width:15%;
	top:270px;
	left:190px;

}

/* Dock */
#dock {
	z-index: 100;
	position: fixed;
	top: 2px;
	width: 100%px;
	text-align: center;
	left: 200px;
	}
*html #dock {
	position: absolute;
	}
#dock a:visited{
	text-decoration: none;
	}
#dock a{
	text-decoration: none;
	margin:-3px;
	}
#dock img {
	vertical-align: top;
	border: none;
	width: 0px;
	padding-right: 4px;
	padding-left: 4px;
	}
#legend {
	z-index: 100;
	position: fixed;
	top: 5px;
	left:122px;
	font-family: arial;
	font-weight: bold;
	font-size: 1em;
	color: #FFFFFF;
	}
*html #legend {
	position: absolute;
	}

#directory{
width:250px;
background-color:#FFFFFF;
padding:80px 20px 20px 20px;
border:2px solid #494948;
position:absolute;
font-size:.7em;
top:-40px;
left:-65px;
}

#directory ul {
list-style-type:none;
text-decoration:none;
font-color:#CCCCCC;
position:relative;
left:20px;
}

#directory ul li{
list-style-type:none;
text-decoration:none;
font-color:#CCCCCC;
position:relative;
left:20px;
}

#directory a:link{
color:#000000;
text-decoration:none;
}


#directory a:visited{
color:#000000;
text-decoration:underline;
}
#directory a:hover {
color:#333333;
text-decoration:none;
}

/*-------Menu Links pages--------*/

#menuLinksWrapper{
	position:absolute;
	left:32%;
	top: 135px;
	z-index:0;
}

#menuLinks{
width:250px;
background-color:#FFFFFF;
padding:20px 20px 20px 20px;
border:2px solid #494948;
font-size:.7em;
}

#menuLinks ul {
list-style-type:none;
text-decoration:none;
font-color:#CCCCCC;
position:relative;
left:20px;
padding-bottom: 5px;
}

#menuLinks ul li{
list-style-type:none;
text-decoration:none;
font-color:#CCCCCC;
position:relative;
left:20px;
}

#menuLinks a:link{
color:#000000;
text-decoration:none;
}


#menuLinks a:visited{
color:#000000;
text-decoration:underline;
}
#menuLinks a:hover {
color:#333333;
text-decoration:underline;
}

/*-------Index Low Bandwidth Links--------*/
#lowLinks{
position:absolute;
left:165px;
top: 135px;
margin-left: 10%;
border:2px solid #494948;
font-size:.7em;
}
#lowLinks ul {
list-style-type:none;
text-decoration:none;
font-color:#CCCCCC;
}
#lowLinks ul li{
list-style-type: disc;
list-style-position:inside;
text-decoration:none;
font-color:#CCCCCC;
}
#lowLinks a:link{
color:#000000;
text-decoration:none;
}
#lowLinks a:visited{
color:#000000;
text-decoration:underline;
}
#lowLinks a:hover {
color:#333333;
text-decoration:underline;
}
#lowLinks td {
width: 50%;
vertical-align:top;
}
/*-------Bandwidth Selector--------*/
#bandwidth{
background-color: #f5f5f5;
border: 2px solid #000000;
padding: 20px;
position:absolute;
top:100px;
left:35%;
z-index:200;
}
#bandwidth p{
cursor:pointer;

}
#bandwidth a{
color:#000000;
text-decoration:none;
}
#bandwidth a:hover, #bandwidth p:hover{
text-decoration: underline;

}

