.fullWidth_right {
	width: 94%;
}

/** html .fullWidth_right {
	width: 98%;
	padding: 0 0 0 10px;
	position: relative;
}*/
.halfWidth {
	width: 50%;
}

.halfWidth_comparator {
	width: 48%;
	padding: 0 0 0 10px;
}

.halfWidth_comparator h2 {
	font-size: 100%;
	margin: 0 0 1em 0;
}

.quarterWidth {
	width: 25%;
}
.threequarterWidth {
	width: 75%;
}

/* Rules for the top corners and border */
.cb{
	margin: 0 0px 0 5px;
}
.bt {
	background: url('/media/box.png') no-repeat 100% 0;
	margin: 0 0 0 18px;
	height: 17px;
}
	
.bt div {
	height: 17px;
	width: 18px;
	position: relative;
	left: -18px;
	background:url('/media/box.png') no-repeat 0 0;
}

/* Rules for the bottom corners and border */
.bb {
	background:url'/media/box.png') no-repeat 100% 100%;
	margin:0 0 0 12px;
	height:24px;
	z-index:10;
}
	
.bb div {
	height:24px;
	width:12px;
	position:relative;
	left:-12px;
	background:url('/media/box.png') no-repeat 0% 100%;
	z-index:10;
}

/* Insert the left border */
.i1 {
	padding:0 0 0 10px;
	background:url('/media/borders.png') repeat-y 0 0;
	height: 100%;
}
	
/* Insert the right border */
.i2 {
	padding: 0 10px 0 0;
	background:url('/media/borders.png') repeat-y 100% 0;
}
	
/* Wrapper for the content. Use it to set the background colour and insert some padding between the borders and the content. */
.i3 {
	background: #f6f4f4;
	border:1px solid #f6f4f4;
	border-width:1px 0;
	padding: 0 10px;
}
/* Page specific tweaks */
#introColumn .cb{
	margin-left: 10px;
	margin-bottom: 20px;
}

/*GOOGLE MAP */

#map {
     text-align: left;
     float: right;
     width: 474px;
     height: 281px;
   	 padding: 2px;
 	 border: 1px solid #b6adad;
	 margin: 1px 17px 20px 5px;
}

/*
#mapp img {
	float: right;
	padding: 2px;
	border: 1px solid #b6adad;
	margin: 1px 17px 20px 5px;
}
*/

.mapper {
     text-align: left;
}

.mapper h3 {
       color: #aba000;
}

.mapper p {
       color: #455560;
       margin: -8px 0px 0px 12px;
       font-size: 12px;
       line-height: 1.1em;
}

#map a, a:link a:active a:visited   {
       color: #56afcd;
       text-decoration: none; 
       background-color: transparent;
}


#map a:hover {
            color: #333;
            text-decoration: none;  
            background-color: transparent; 
        }


/*GOOGLE MAP 2*/

#map2 {
     text-align: left;
     float: right;
     width: 727px;
     height: 405px;
   	 padding: 2px;
 	 border: 1px solid #b6adad;
	 margin: 0px 17px 15px 1px;
}





