
/* html styles */

body, html {color: #000;font-family: Arial, Helvetica, sans-serif;text-align:center;/*** Centers the design in old IE versions ***/margin:0;padding:0; background-color:#999999; height:100%; background-image:url(/images/background-image.gif); background-repeat:repeat-x; background-position:top;}
p { font-family:Verdana, Arial, Helvetica, sans-serif; font-size:11px;}
a {color:#003d7d; font-size:11px;}
a:hover {color:#red; }
h3 {color:#003d7d; font-size:11px; margin:0px; padding:0px;}

/* custom styles */
#bottom_banner p {color:#FFFFFF;}
#map_border { border:9px solid #003d7d; width:446px; margin-left: auto; margin-right:auto; background-color:#003d7d}
.adverts { margin-left:auto; margin-right:auto; margin-bottom:15px;}

/* layout styles */
#container {width:930px; margin-bottom: 10px; margin-left:auto; margin-right:auto; text-align:left; background-color:#FFFFFF; border:5px solid #FFF; margin-top:30px;}
#banner{ height:70px; }
#search_bar {float:left; width:230px; width/**/:/**/210px; background-color:#CCCCCC; height:450px; height/**/:/**/435px; background-image:url(/images/background-body.gif); padding:25px 10px 0 10px;}
#map_container {float:left; width:480px; background-color:#666666; height:460px; background-image:url(/images/background-body.gif); background-repeat:repeat-x; text-align:center; }
#productSupportLogo {float:right; text-align:right; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:11px;padding-top:1px;  margin-top:15px;}
#productSupportTxt {float:left; width:155px;text-align:left; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:11px; padding-top:5px;  line-height:12px}
#productSupportNumber {float:left; width:155px;text-align:left; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:14px;}
#productSupportCopy {float:left; width:155px;text-align:left; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:11px; padding-top:5px;  line-height:12px}
#links {float:left; width:230px;text-align:left; font-family:Verdana, Arial, Helvetica, sans-serif; font-size:11px; padding-top:5px; line-height:15px; margin:10px 0 0 10px;;}
#adverts {float:left; width:220px; background-color:#CCCCCC; height:460px; background-image:url(/images/background-body.gif); text-align:left;}
#bottom_banner  {background-color:#f1f1f1; height:40px; clear:both; background-color:#003d7d; padding-left:30px; line-height:40px;}
#bottom_banner a { color:white;}
#bottom_banner a:hover { text-decoration:none;}
.quickLinks { font-size:1pt; padding:0px; margin-right:10px;}
#selectLabel { float:left; display:inline; margin:0; padding:0; }
#key p { font-weight:bold; margin:0 0 5px 0;}
#key ul { font-family:Verdana, Arial, Helvetica, sans-serif; font-size:11px; margin:0 0 0 15px; padding:0}
#key li { line-height:15px; list-style-image:url(/images/arrow0.gif); height:20px; margin:0;padding:0}
.addressInfo { font-size:11px; font-family:Verdana, Arial, Helvetica, sans-serif;}





/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/simple_vertical.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

/* Add a margin - for this demo only - and a relative position with a high z-index to make it appear over any element below */
#menu_container { font-family:Arial, Helvetica, sans-serif; margin:0; position:relative; width:100px; height:30px; z-index:100;}

/* Get rid of the margin, padding and bullets in the unordered lists */
#pmenu, #pmenu ul {padding:0; margin:0; list-style-type: none;}

/* Set up the link size, color and borders */
#pmenu a, #pmenu a:visited {display:block;width:175px; font-size:11px; color:#000; height:16px; line-height:15px; text-decoration:none; text-indent:5px; border:1px solid #ccc; border-width:1px 1px 1px 1px;}

/* Set up the sub level borders */
#pmenu li ul li a, #pmenu li ul li a:visited {border-width:0 1px 1px 1px;}
#pmenu li a.enclose, #pmenu li a.enclose:visited {border-width:1px;}

/* Set up the list items */
#pmenu li {float:left; background:#fff;}

/* For Non-IE browsers and IE7 */
#pmenu li:hover {position:relative;}
/* Make the hovered list color persist */
#pmenu li:hover > a {background:#e0eef9; color:#000;}
/* Set up the sublevel lists with a position absolute for flyouts and overrun padding. The transparent gif is for IE to work */
#pmenu li ul {display:none;}
/* For Non-IE and IE7 make the sublevels visible on list hover. This is all it needs */
#pmenu li:hover > ul {display:block; position:absolute; top:-11px; left:80px; padding:5px 5px 2px 30px; background:transparent url(transparent.gif); width:200px;}
/* Position the first sub level beneath the top level links */
#pmenu > li:hover > ul {left:-30px; top:16px;}

/* get rid of the table */
#pmenu table {position:absolute; border-collapse:collapse; top:0; left:0; z-index:100; font-size:1em;}

/* For IE5.5 and IE6 give the hovered links a position relative and a change of background and foreground color. This is needed to trigger IE to show the sub levels */
* html #pmenu li a:hover {position:relative; background:#e0eef9; color:#000;}

/* For accessibility of the top level menu when tabbing */
#pmenu li a:active, #pmenu li a:focus {background:#fff; color:#c00;}

/* Set up the pointers for the sub level indication */
#pmenu li.fly {background:#fff url(http://www.cssplay.co.uk/menus/fly. gif) no-repeat right center;}
#pmenu li.drop {background:#fff url(http://www.cssplay.co.uk/menus/drop. gif) no-repeat right center;}


/* This lot is for IE5.5 and IE6 ONLY and is necessary to make the sublevels appear */

/* change the drop down levels from display:none; to visibility:hidden; */
* html #pmenu li ul {visibility:hidden; display:block; position:absolute; top:-11px; left:80px; padding:5px 5px 2px 30px; background:transparent url(transparent.gif);}

/* make the second level visible when hover on first level link and position it */
#pmenu li a:hover ul {
visibility:visible; left:-30px; top:14px; lef\t:-31px; to\p:15px;
}
