/* City of Surrey Report A Problem Style Sheet */

* {margin:0 auto;padding:0;}
body 
{
	margin:0 auto;/*background:url(images/background-tile.jpg) repeat-x;*/
	
}

#wrapper {height:2904px;width:1017px;background:url(images/background.jpg) no-repeat;}
#spacer {height:260px;width:1017px;}
#rap-spacer {width:100%;height:2600px;margin:0 0 0 18px;}
body {font: 12px Arial, Helvetica, sans-serif;color: #000;}
a {text-decoration:none;}
a.blue {color:#79AAC7;text-decoration:underline;}
.clear {clear:both;}
.left {float:left;}
.right {float:right;}
.middle { vertical-align:middle;}
img {border:none;}
h1 {color:#79AAC7;font-size:24px;margin:0 0 15px 0}
h2.step-heading {
	width:655px;
	color:#FFF;
	font-size:14px;
	text-transform: uppercase;
	background-color: #999;
	line-height: 20px;
	margin: 0 0 10px 0;
	padding: 0 0 0 5px;
}
h3 {
	width:655px;
	color:#FFF;
	font-size:14px;
	text-transform: uppercase;
	background-color: #79AAC7;
	line-height: 20px;
	margin: 0;
	padding: 5px 0 5px 5px;
}
blue {color:#79AAC7;text-decoration:underline;}
h4 {color:#000;font-size:13px;margin:0 0 10px 0;font-weight:normal;}
h4 span {color:#79AAC7;text-decoration:underline;}
.breadcrumbs {color:#000;text-decoration:underline;text-transform:capitalize;}
.line {height:1px;border-top:1px solid #B2B2B2;border-bottom:none;}

#rap-container {width:660px;/*float:left;*/}
p.main {width:650px;text-align: justify;}
p.overview {width:300px;float:left;margin:0 35px 0 0;}
p.top-step {width:300px;float:left;}
.screen-readers {margin:0 0 20px 0;}
.rap-col-left {width:200px;float:left}
.rap-right-col {width:400px;float:right;text-align:right;margin:0 0 10px 0;}
.next {margin:0 0 0 5px;}
.step1-left {float:left;width:85%;}

/* Image Map */
/* Relative positioning*/
#rapmap {
			position: relative;
			margin: 0 auto;
			width:660px;
		}
#rapmap a 
    {
        text-decoration:none;
        color:#FFF;
        display:block;
        filter:alpha(opacity=100);
        opacity:1;
        padding: 8px 0 10px;
         background:url(images/blank.gif);
        
    }		



		
#r-a-p-map {
	position:absolute;
	top:0;
	left:0;
	height:613px;
	width:656px;
	float:left;
	margin:20px 0 10px 0px;
	z-index:0;
	}
	
#map {
        padding:0;
        width:656px;
        height:613px;
        background:url(images/report-a-problem.jpg) top left no-repeat #fff;
        font-family:arial, helvetica, sans-serif;
        font-size:8pt;
    }

#map li {
        margin:0;
        padding:0;
        list-style:none;
    }

#map li a {
        position:absolute;
        display:block;
        /*
           Specifying a background image
           (a 1px by 1px transparent gif)
           fixes a bug in older versions of
           IE that causeses the block to not
           render at its full dimensions.
        */
        background:url(images/blank.gif);
		text-decoration:none;
    }

#map li a span { display:none; }

#map li a:hover span {
        position:relative;
        display:block;
        width:200px;
        left:20px;
        top:20px;
        padding:5px;
        border:1px solid #000;
        background:#fff;
        text-decoration:none;
        color:#000;
        filter:alpha(opacity=80);
        opacity:0.8;
    }

#map a.shopping-cart {
    position:relative;
	top:187px;
    left:355px;
    width:50px;
    height:50px;
	float:left;
}
       
#map a.sewer {
    position:relative;
	top:190px;
    left:450px;
    width:85px;
    height:50px;
	float:left;
}
       
#map a.hydrant {
    position:relative;
	top:230px;
    left:135px;
    width:25px;
    height:45px;
	float:left;
}

/* Drop Down inside Map */
#map-dropdown {
	position:absolute;
	z-index:100000;
	top:0px;
	left:0;
	}

/* Box shadow */
.shadow {
	margin:0 0 10px 0;
	height:20px;
  	background: -webkit-gradient(linear, left top, left bottombottom, from(#eee), to(#ffffff));  
  	background: -moz-linear-gradient(top,  #eee,  #ffffff);
  	border-right: 2px solid #ddd;
  	border-bottom: 2px solid #ddd;
}

/* Shadow Dropdowns */
.rap-dropdowns {
	width:200px;
	background: -webkit-gradient(linear, left top, left bottombottom, from(#eee), to(#ffffff));  
  	background: -moz-linear-gradient(top,  #eee,  #ffffff);
  	border-right: 2px solid #ddd;
  	border-bottom: 2px solid #ddd;
	}

	
/* Invisible Dropdown */
ul#css3menu1 .main {width:300px;word-wrap:break-word;}
ul#css3menu1 .main li {width:300px;word-wrap:break-word;}
ul#css3menu1 .main li a {word-wrap:break-word;}

ul#css3menu1,ul#css3menu1 ul{
	margin:0;
	list-style:none;
	padding:0;
	max-width:300px;
}
	
ul#css3menu1 ul{
	
	/*position:absolute;*/
	left:0;
	top:100%;
	padding:0;
	margin-left:2px;
	-moz-box-shadow:    3px 3px 6px #333;
  	-webkit-box-shadow: 3px 3px 6px #333;
  	box-shadow:         3px 3px 6px #333;}
	
ul#css3menu1 li:hover>*{
	display:block;}
	
ul#css3menu1 li{
	position:relative;
	display:block;
	font-size:0;
	float:left;
	
}
	
ul#css3menu1 li:hover{
	z-index:0;}
	
ul#css3menu1 ul ul
{
    margin-left:0px;
    display:none;
	position:absolute;
	left:100%;
	top:0;}
	
ul#css3menu1{
	font-size:0;
	z-index:999;
	position:relative;
	display:inline-block;
	zoom:1;
	*display:inline;
}
	
ul#css3menu1>li{
	margin:0;
	}
	
* html ul#css3menu1 li a{
	display:inline-block;}
	
ul#css3menu1 a:active, ul#css3menu1 a:focus{
	outline-style:none;}
	
ul#css3menu1 a
{
	display:block;
	vertical-align:middle;
	text-align:left;
	text-decoration:none;
	font:14px Arial;
	color:#FFF;
	cursor:pointer;
	padding:7px;
	background-color:#79AAC7;
	}
	
	
	ul#css3menu1 ul li{
	float:none;
	margin:0;
	border-top: 1px solid #FFF; /* leave these for normal inner box lines */
	border-left: 1px solid #FFF;
	border-bottom: 1px solid #bbb;
	border-right: 1px solid #bbb;
	}
	
	
	
ul#css3menu1 ul a
{
	text-align:left;
	padding:7px;
	background-color:#efefef;
	font:14px Arial;
	color:#000;
	text-decoration:none;
	display:block;
}
	
ul#css3menu1 li:hover>a,ul#css3menu1 a.pressed{
	background-color:#79AAC7;
	color:#000000;
	text-decoration:none;}
	
ul#css3menu1 img{
	border:none;
	vertical-align:middle;
	margin-right:10px;}
	
ul#css3menu1 img.over{
	display:none;}
	
ul#css3menu1 li:hover > a img.def{
	display:none;}
	
ul#css3menu1 li:hover > a img.over{
	display:inline;}
	
ul#css3menu1 li a.pressed img.over{
	display:inline;}
	
ul#css3menu1 li a.pressed img.def{
	display:none;}
	
ul#css3menu1 span{
	display:block;
	overflow:visible;
	background-position:right center;
	background-repeat:no-repeat;
	padding-right:0px;}
	
ul#css3menu1 ul span{
	background-image:url("images/right-icon.png");
	padding-right:28px;}
ul#css3menu1 ul span.down{
	background-image:url("images/down-icon.png");
	padding-right:28px;}
	
		
ul#css3menu1 li:hover>a,ul#css3menu1 li>a.pressed {
	background-color:#79AAC7;
	color:#FFF;
	text-decoration:none;
}


ul#css3menu1 ul li:hover>a,ul#css3menu1 ul li>a.pressed{
	background-color:#cccccc;
	color:#000;
	text-decoration:none;
	}
ul#css3menu1 li.toplast>a{
	background-color:#79AAC7;
	}	
ul#css3menu1 li.toplast>a:hover{
	background-color:#79AAC7;
	}
	
	
	
/* TOOLTIPS */

/* Relative positioning*/
#wrapper1 {
        position: relative;
        /*margin: 50px auto 20px auto;*/
        border: 1px solid #fafafa;
        -moz-box-shadow: 0 3px 3px rgba(0,0,0,.5);
        -webkit-box-shadow: 0 3px 3px rgba(0,0,0,.5);
        box-shadow: 0 3px 3px rgba(0,0,0,.5);
}
 
#wrapper1 img {
    margin-top: 0;
    margin-bottom: 0;
}
 
/* Hide the original tooltips contents */
.pin {
        display: none;
}
 
/* Begin styling the tooltips and pins */
.tooltip-up, .tooltip-down {
        position: absolute;
        background: url("images/blank.gif") repeat;
        width: 20px;
        height: 40px;
}
 
.tooltip-down {
        background-position: 0 -52px;
}
 
.tooltip {
        display: none;
        width: 200px;
        cursor: help;
        text-shadow: 0 1px 0 #fff;
        position: absolute;
        top: 0px;
        left: 50%;
        z-index: 9999;
        margin-left: -115px;
        padding:0px;
        color: #222;
        background: #FF3333;
		border:1px solid #FFF;
		text-align:center;
		filter:alpha(opacity=80);
        opacity:0.8;
}
 

 
.tooltip::after {
        content: '';
        position: absolute;
        top: -10px;
        left: 50%;
        margin-left: -10px;

}
 
.tooltip-down .tooltip {
        bottom: 12px;
        top: auto;
}
 
.tooltip-down .tooltip::after {
        bottom: -10px;
        top: auto;
        border-bottom: 0;
        border-top: 0;
}
 
.tooltip h2 {
        font: bold 12px Arial, Helvetica, sans-serifl;
        text-transform: uppercase;
	    letter-spacing: 1px;
}
 
.tooltip ul {
        margin: 0;
        padding: 0;
        list-style: none;
}

h4.question
{
    padding: 5px;
    margin:0px !important;
    text-transform:capitalize;
    font-weight:bold;
    background-color:#dedede;
    
}

h3.thankYou
{
	color:Green;	
}

div#thankYouPnl
{
	border:2px solid #79AAC7;
}

div.tellCaller
{
	position:absolute;
	top:50px;
	width:70%;
	margin:auto 15% auto 15%;
	border:3px solid #79AAC7;
}

div.tellCaller h3
{
	width:100%;
	padding:5px 0px 5px 0px;
}

.tellCaller p
{
	padding:10px 20px 20px 10px !important;
	background-color:White !important;
	color:Black !important;
	font-size:small;
}
.tellCaller a
{
	padding:0px !important;
	background-color:Transparent !important;
	color:Blue!important;
    text-decoration:underline !important;
    display:inline !important;
}

noscript
{
     width:600px;
     background:url(images/blank.gif);
     margin-left:-300px;
     border:solid 2px #79AAC7;
     left:50%;
     top:5%;
     position:absolute;
     z-index:99999999;
     background-color:#FFF;
     
}

noscript h3
{
    width:595px;
    text-transform:none;
}

noscript div
{
    padding:20px;
}

noscript h1
{
    color:Red;
    text-align:center;  
}

noscript small
{
    color:green;
}