/* BGA */

/******** IE BUG FIXES *****************/
/*This solves the problem of extra
white spaces that IE adds between
stacked list items*/

/*For IE, the IMG tag must be
defined as 'display: block;' to prevent
unwanted padding

Use display: inline; for floats with left margins
to fix IE6 bug
*/
/***********************************/

/*fix for contribute edit mode*/
/*made up by lpb 6/1/6 */
.sideBarBox img { clear:both; }
/*end fix*/

html{
	margin: 0px;
}

body{
	
	background-color: #F3F3F3;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #092632;
	margin-top: 10px;
	padding-top: 0px;
}
img{
	border: 0;
	padding: 0;
	margin: 0;
	border: 0;
	display: block;
}
img.nonBlock {
	display: inline;
	}
a{
	color: #092632;
	font-weight: bold;
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	text-decoration: underline;
}

form, input{
	padding: 0px;
	margin: 0px;
}
.clear{
	clear: both;
}
.boldText{
	font-weight: bold;
}
.italics{
	font-style: italic;
}
.redText{
	color: #FF3333;
}
/* added by mjs */
.errorText {
      color: #ff3333 !important;
}
/* added by mjs */
.mandatory {
      font-weight: bold !important;
}
.inputError {
      background-color: rgb(234,139,139);
}
.inputTdError {
      border: 2px solid rgb(234,139,139);
}
.highlight { color: #f57e20 }
p{
	line-height: 14px;
	margin-top: 0px;
	margin-bottom: 5px;
	padding:0px;
	color: #092632;
}
#spacer{
 width: 559px;
	height: 10px;
	background-color: #F3F3F3;
}
 h1{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #FFFFFF;
	font-weight: bold;
	margin: 0px;
	line-height: 25px;
	background-image: url(../images/common/heading_Other.gif);
	text-align: center;
	padding: 0px;
}
/* h2{
	display: none;
	padding: 0px;
	margin: 0px;
} */
 h2{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFFF;
	font-weight: bold;
	margin: 0px;
	line-height: 17px;
	background-image: url(../images/index/heading_Index.gif);
	text-align: left;
	padding: 0px;
}
 h3{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
	margin: 0px;
	line-height: 20px;
	background-image: url(../images/common/para-mid.gif);
	text-align: center;
	padding: 0px;
	background-repeat: repeat-x;
}

h4, h5{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #092632;
	font-weight: bold;
	margin: 10px 14px 0px 14px;
	line-height: 20px;
}
.imageReplace{
	display: none;
}
li{
	padding: 0px;
	margin: 0px;
	border: none;
}
#bottomMargin{
	height: 20px;
	width: 780px;
	clear: both;
}
td{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #092632;
}
/*
a:hover{ 
	color: #313159;
}
*/
/*
a:visited{ 
	color: #CC661B;
}
*/
a:active{ 
	color: #8181A5;
}
#leftColumn a.openLink{
	color: #FF3333;
}

.redText{
	color: #FF3333;
}
object, embed, script{
	padding: 0px;
	margin: 0px;
}
form{
	padding: 0px 0px 0px 0px;
	margin: 0px 0px 0px 0px;
	text-align: left;
	display: inline;
}
input{
/* removed by mjs */
/* display:inline;
 float: left; */
 font-family: Arial, Helvetica, sans-serif;
 font-size: 12px;
 color: #092632;
}
.underline{
	text-decoration: underline;
}
table{
	padding: 0px;
	margin: 0px;
}
/************************* HEADER **********************************/

#pageContainer{
	width: 780px;
	/*
	margin-right: auto;
	margin-left: auto;
	*/
	text-align: left;
	background-color: #F4F3F3;
	float: left;
	position: relative;
}
#PopContainer{
	width: 400px;
	/*
	margin-right: auto;
	margin-left: auto;
	*/
	text-align: left;
	background-color: #F4F3F3;
	
}
#searchForm{
	position: relative;
}
#searchInput2{
	position: absolute;
	top: 4px;
	left: 49px;
	width: 140px;
}
#searchButton2{
	position: absolute;
	top: 3px;
	left: 193px;
	background-image: url(images/common/button_Search.gif);
}

/* Header Buttons */
 #headerButtons2{
	width: 136px;
	height: 16px;
	padding: 0px;
	margin: 0px;
	/*position: relative;*/
	background-image: url(../images/common/headerButtonsnew22.gif);
	overflow: hidden;
	position: absolute;
	/*right: 0px;*/
	left: 350px;
	top: 110px;
}
#headerButtons2 li {
    margin: 0px; 
	padding: 0px; 
	list-style: none;
    position: absolute; 
}
#headerButtons2 li, #headerButtons2 a {
	display: block;
}

#register2 {top: 1px; left: 0px; right: 66px;}
#register2 a{width: 62px; height:16px; background: url(../images/common/headerButtonsnew22.gif) 0px -16px no-repeat;}
#register2 a:hover, #register2 a:active{background: transparent;}

#login2 {top: 1px; left: 62px; right: 0px;}
#login2 a{width: 74px; height:16px; background: url(../images/common/headerButtonsnew22.gif) -62px -16px no-repeat;}
#login2 a:hover, #login2 a:active{background: transparent;}
/****/

/* Breadcrumbs */

#breadcrumbsContainer{
	clear: both;
	width: 780px;
	height: 29px;
	padding-top: 0px;
	padding-left: 10px;
	background-color: #F4F3F3;
}

#breadCrumbs{
	margin-left: 0px;
	margin-top: 0px;
	padding-top: 7px;
}

#breadCrumbs ul {
	margin: 0;
	padding: 0px 0px 0px 0px;
	border: none;
	display: inline;
	} 

#breadCrumbs ul li {
	margin-left: 0px;
	padding-left: 0px;
	border: none;
	list-style: none;
	font-size: 11px;
	display: inline;
	color: #092632;
	}
#breadCrumbs ul li.current {
	color: #092632;
	text-decoration: none;
	font-weight: bold;
	}
#breadCrumbs a{
	text-decoration: none;
	font-weight: normal;
	color: #092632;
	font-size: 11px; 	
	}	
#breadCrumbs a:hover {
	text-decoration: underline;
	}


/* Page Body */
#pageBodyContainer_Other{
	width: 780px;
	position: relative;
}

#pageBodyContainer_Pop{
	width: 400px;
	position: relative;
}


/************************************ INDEX *******************************/

#pageBodyContainer_Index{
	width: 800px;
	background-image: url(../images/index/infoBoxBackground.gif);
	background-repeat: repeat;
	position: relative;
	
}
#infoBoxHeadings{
	background-image: url(../images/index/infoBoxHeadings.gif);
	height: 17px;
	width: 780px;
	background-repeat: no-repeat;
}

#paraBox{
width: 249px;
margin-left: 16px;
float:left;
display: inline;
margin-top:0px;
}

#paraBox p{
margin-left: 6px;
margin-right: 6px;
}

#paraBox hr {
margin-top:20px;
margin-bottom:20px;
}

#paraBox2{
width: 249px;
margin-left: 8px;
float:left;
display: inline;
margin-top:0px;
}
#paraBox2  p {
margin-left: 6px;
margin-right: 6px;
}

#paraBox2  hr {
margin-top:20px; margin-bottom:20px;
}

 #paraBox2 ul, li{
 	padding: 0px;
	margin: 0px;
	list-style-type: none;
 }

 #newsBox ul, li{
 	padding: 0px;
	margin: 0px;
	list-style-type: none;
 }
#newsBox{
width: 249px;
margin-left: 8px;
float:left;
display: inline;
margin-top:0px;
}

#newsBox p {
margin-left:6px;
margin-right:6px;
}

#newsBox hr { 
margin-top:20px;
margin-bottom:20px; 
}

#heading_Para{
	background-image: url(../images/common/heading_para.gif);
	height: 17px;
	width: 249px;
}
#heading_Events{
	background-image: url(../images/common/heading_para.gif);
	height: 17px;
	width: 249px;
}
#heading_News{
	background-image: url(../images/index/heading_News.gif);
	height: 17px;
	width: 249px;
}
.infoBoxContainter{
	width: 249px;
}
.infoBoxContainter_para{
	height: 175px;
	width: 249px;
	background-color: #CAD9E3;
	padding-top: 3px;
	margin-top:16px;
}

.infoBoxContainter_para p {
margin-left: 6px;
margin-right: 6px;
}
.infoBoxContainter_para hr { margin-top:15px; margin-bottom:15px; }

p.infoBox{
margin-left: 6px;
margin-right: 0px;
}
p.infoBox_Top{
margin-left: 6px;
margin-right: 0px;
margin-top: 5px;
}
.linkBox a{
margin-left: 6px;
margin-right: 0px;
display: block;
}
.newsBox a{
margin-left: 0px;
margin-right: 0px;
display: inline;
}
li.moreInfoLink{
	margin-left: 6px;
	display: inline;
	padding-bottom: 3px;
}
.linkBox_Date{
margin-left: 6px;
margin-right: 0px;
display: block;
}
.linkBox_News{
margin-left: 6px;
margin-right: 0px;
display: inline;
}
.linkBox_News_WithoutLink{
margin-left: 0px;
margin-right: 0px;
display: inline;
}
#infoBoxBottomBorder{
	background-image: url(../images/index/infoBoxBottomBorder.gif);
	clear: both;
	width: 800px;
	height: 3px;
	background-repeat:no-repeat;
	background-position:bottom;
	
}
.linkBox{
	width: 220px;

}
.newsBox {
	width: 220px;

}
.linkBox_TopBorder_Square{
	background-image: url(../images/index/linkBox_TopBorder_Square.gif);
	width: 249px;
	height: 4px;
}
.linkBox_BottomBorder_Square{
	background-image: url(../images/index/linkBox_BottomBorder_Square.gif);
	width: 249px;
	height: 4px;
}
.linkBox_TopBorder_Round{
	background-image: url(../images/index/linkBox_TopBorder_Round.gif);
	width: 249px;
	height: 4px;
}
.linkBox_BottomBorder_Round{
	background-image: url(../images/index/linkBox_BottomBorder_Round.gif);
	width: 249px;
	height: 4px;
}
.newsContentContainer{
	width: 220px;
	margin-left: 6px;
	margin-right: 6px;

}
/**************************************************************/
/* Navbar */

#primaryNavBar{
	width: 780px;
	height: 30px;
	padding: 0px;
	margin: 0px;
	position: relative;
	background-image: url(../images/common/navBar_Home.gif);
	overflow: hidden;
}
#primaryNavBar li {
    margin: 0px; 
	padding: 0px; 
	list-style: none;
    position: absolute; 
}
#primaryNavBar li, #primaryNavBar a {
	display: block;
}

/* Navbar Buttons */

#home {top: 0px; left: 0px; right: 734px;}
#home a{width: 66px; height:30px;}

#aboutUs {top: 0px; left: 66px; right: 661px;}
#aboutUs a{width: 73px; height:30px;}

#joinUs {top: 0px; left: 139px; right: 597px;}
#joinUs a{width: 64px; height:30px;}

#living {top: 0px; left: 203px; right: 453px;}
#living a{width: 144px; height:30px;}

#events {top: 0px; left: 347px; right: 395px;}
#events a{width: 58px; height:30px;} 

#projects {top: 0px; left: 405px; right: 329px;}
#projects a{width: 86px; height:30px;}

#affiliates {top: 0px; left: 491px; right: 259px;}
#affiliates a{width: 120px; height:30px;}

#contributors {top: 0px; left: 611px; right: 165px;}
#contributors a{width: 94px; height:30px;}  

/************************************ FOOTER ******************************/

#bottomContentContainer{
	width: 780px;
	/*height: 51px;*/
	float: left;
	position: relative;
	color: #092632;
	font-size: 11px;
	float: left;
}
#footerContainer{
	width: 780px;
	/*height: 18px;*/
	position: relative;
	color: #092632;
	font-size: 11px;
}

#footerNav{
	margin: 0px 0px 0px 0px;
	position: relative;
	left: 0px;
	top: 10px;
	/*background-color:#fff;*/
	height: 16px;
	padding-top: 2px;
	width: 480px;
	float: left;
}

#footerNav ul {
	margin: 0px;
	padding: 0px;
	border: none;
	display: inline;
	} 

#footerNav ul li {
	margin-left: 0px;
	padding-left: 0px;
	border: none;
	list-style: none;
	display: inline;
	font-size: 12px;
	margin-right: 12px;
	}
#footerNav ul li.current {
	color: #3A347A
	}
#footerNav ul li.first {
	margin-left: 19px;
	}	
#footerNav a{
	text-decoration: none;
	color: #092632;
	font-weight: normal;
	font-size: 12px;
	}	
#footerNav a:hover {
	text-decoration: underline;
	}
/*** end Footer Nav */

#copyright{
	font-size: 12px;
	right: 21px;
	height: 16px;
	padding-top: 10px;
	width: 200px;
	float: right;
}



/********************************** LIVING - INDEX ***********************************/
.sideBarListItem_ContentNav{
	width: 150px;
	display: block;
	margin-left: 14px;
	padding-top: 2px;
}
.contentNavBox{
	width: 164px;
	background-color: #fff;
	border-bottom: 1px solid #B0BDC7;
	padding-bottom: 12px;
	padding-left: 0px;
	float: right;
	margin: 10px 10px 10px 10px;
}
.contentNavBox ul{
 	padding: 0px;
	margin: 0px;
	display: block;
	list-style: none;
}

ul.contentNav li{
	background-image: url(../images/common/bullet_Circle_Content.gif);
	background-repeat: no-repeat;
	margin-left: 0px;
	display: block;
	clear: both;
	margin-top: 8px;
	padding: 0px;
	color: #092632;
}
.contentNavBox ul li a{
	font-weight: normal;
	text-decoration: none;
	 color: #092632;
}
.contentNavBox ul li a:hover{
	text-decoration: underline;
}
ul.contentNav{
	margin-left: 0px;
}
/*#rightColumn ul.contentNav{
	margin-left: 0px;
}*/
#navBar_Living{
	width: 780px;
	height: 30px;
	background-image: url(../images/other/navBar_Other2.gif);
}

#primaryNavBar_Living{
	width: 780px;
	height: 30px;
	padding: 0px;
	margin: 0px;
	position: relative;
	background-image: url(../images/other/navBar_Other2.gif);
	overflow: hidden;
}
#primaryNavBar_Living li {
    margin: 0px; 
	padding: 0px; 
	list-style: none;
    position: absolute; 
}
#primaryNavBar_Living li, #primaryNavBar_Living a {
	display: block;
}
#headerImageOther2{
	background-image: url(../images/common/othermida.jpg);
	height: 74px;
	width: 780px;
}
#searchFormContainer_Other2{
	background-image: url(../images/common/othermidb2b.jpg);
	height: 29px;
	width: 780px;
}
#header_Other{
	background-color: #F4F3F3;
	width: 780px;
	margin-bottom: 0px;
}
/**************************************************************************/
#leftColumn{
 /*width: 300px;
 height: 400px;
   position: relative;*/
 width: 180px;
  padding:5px 0 0 0;
 background-color:#FFFFFF;
 float: left;
 margin-left: 0px;
 display: inline;
 color: #092632;
}
#leftColumnInner{
 height: 600px;
 width: 0px;
 float: left;
   position: relative;
}
#menubot{
 /*top:500px; height: 300px;*/
 width: 172px;
 left:0px;
 /*
 display: inline;*/
  padding:0px 0 0 0;
 background-color:#F3F3F3;
 float: right;
 margin-left: 0px;
}
#menubot img{
 background-color:#F3F3F3;
}
#quotationContainer{
 background-color:#FFFFFF;
   position: relative;
 top:0px;
 left:0px;
	width: 170px;
}
#quotationContainer p{
	margin: 5px 5px 0px 5px;
	line-height: 16px;
	color: #092632;
}
#quotationContainer p.name{
	margin-top: 4px;
	font-weight: bold;
	font-size: 11px;
}
/****************************************************************/
.sideBarBox{
	width: 164px;
	background-color: #fff;
	border-bottom: 1px solid #B0BDC7;
	padding-bottom: 12px;
}
.sideBarBox ul, li{
 	padding: 0px;
	margin: 0px;
	display: block;
	
}
.sideBarBox li{
	background-image: url(../images/common/bullet_Triangle_SingleLine.gif);
	background-repeat: no-repeat;
	margin-left: 0px;
	display: block;
	clear: both;
	margin: 7px 0px 0px 0px;
	padding: 1px 0px 0px 0px;
	color: #092632;
}
.sideBarBox li.secondary{
	background-image: url(../images/common/bullet_Circle.gif);
	margin: 7px 0px 0px 0px;
	padding: 1px 0px 0px 0px;
}

.sideBarBox li.secondary_Open{
	background-image: url(../images/common/bullet_Circle_Red.gif);
	margin: 7px 0px 0px 0px;
	padding: 1px 0px 0px 0px
}
.sideBarBox li.primary_Open{
	background-image: url(../images/common/bullet_Circle_Red.gif);
	margin: 7px 0px 0px 0px;
	padding: 1px 0px 0px 0px
}
.sideBarBox li.tertiary_Open{
	background-image: url(../images/common/bullet_dash_open.gif);
	line-height: 12px;
	width: 123px;
	margin-top: 0px;
	font-size: 11px;
	margin-bottom: 3px;
	padding: 0px 0px 0px 7px;
	clear: both;
}
.sideBarBox li.tertiary{
	background-image: url(../images/common/bullet_dash.gif);
	line-height: 12px;
	width: 123px;
	margin-top: 0px;
	font-size: 11px;
	margin-bottom: 3px;
	padding: 0px 0px 0px 7px;
	clear: both;
}
.sideBarBox li.tertiary_Dash_Open{
	background-image: url(../images/common/bullet_dash_Open.gif);
	line-height: 12px;
	width: 100px;
	margin-top: 0px;
	font-size: 11px;
	margin-bottom: 3px;
	padding: 0px 0px 0px 7px;
	clear: both;
}
.sideBarBox li.tertiary_Dash{
	background-image: url(../images/common/bullet_dash.gif);
	line-height: 12px;
	width: 50px;
	margin-top: 0px;
	font-size: 11px;
	margin-bottom: 3px;
	padding: 0px 0px 0px 7px;
	clear: both;
	background-color:#00CC66;
}
.sideBarBox li.tertiary_Square_Open{
	background-image: url(../images/common/bullet_Square_Red.gif);
	line-height: 12px;
	width: 123px;
	margin-top: 0px;
	font-size: 11px;
	margin-bottom: 3px;
	padding: 0px 0px 0px 7px;
	clear: both;
}
.sideBarBox li.tertiary_Square{
	background-image: url(../images/common/bullet_Square.gif);
	line-height: 12px;
	width: 123px;
	margin-top: 0px;
	font-size: 11px;
	margin-bottom: 3px;
	padding: 0px 0px 0px 7px;
	clear: both;
}
.tertiary_Current{
	color: #FF3333;
	font-size: 11px;
}
.sideBarBox ul.tertiaryList, .sideBarBox {
	background-repeat: no-repeat;
	margin-top: 8px;
	margin-bottom: 0px;
	padding-bottom: 0px;
	width: 159px;
}

.sideBarBox ul.levelFourList{
	margin-top: 8px;
	padding-bottom: 3px;
}

.sideBarBox ul.tertiaryList li a, .sideBarBox ul.levelFourList li a{
	font-size: 11px;
}

.sideBarBox_Down li{
	background-image: url(../images/common/bullet_Triangle_Down.gif);
	background-repeat: no-repeat;
	margin-left: 0px;
	display: block;
	clear: both;
	margin: 7px 0px 0px 0px;
	padding: 1px 0px 0px 0px;
	color: #FF0000;
}
.sideBarBox li.p_Down{
	background-image: url(../images/common/bullet_Circle_Red.gif);
	margin: 7px 0px 0px 0px;
	padding: 1px 0px 0px 0px
}
.sideBarListItem{
	width: 150px;
	display: block;
	margin-left: 14px;
}
.sideBarListItem_Secondary{
	width: 139px;
	display: block;
	margin-left: 25px;
	margin-bottom: 0px;
}
.sideBarListItem_Secondary2{
	width: 139px;
	display: block;
	margin-left: 25px;
	margin-bottom: 0px;
}
.sideBarListItem_Tertiary{
	width: 130px;
	display: block;
	margin-left: 25px;
	margin-bottom: 0px;
}
.sideBarListItem_Tertiary_Dash{
	width: 100px;
	display: block;
	margin-left: 25px;
	margin-bottom: 0px;
}
.sideBarListItem_Secondary_Open{
	width: 139px;
	display: block;
	margin-left: 25px;
	color: #FF3333;
}
.sideBarListItem_Secondary_Open2{
	width: 139px;
	display: block;
	margin-left: 25px;
	color: #FF3333;
}
.sideBarListItem_P_Open{
	width: 139px;
	display: block;
	margin-left: 25px;
	color: #FF3333;
}
.sideBarListItem_Down{
	width: 130px;
	display: block;
	margin-left: 14px;
	color: #FF3333;
	background-image: url(../images/common/bullet_Triangle_Down.gif);
	background-repeat: no-repeat;
}
.sideBarListItem_Down2{
	background-image: url(../images/common/bullet_Triangle_Down.gif);
	background-repeat: no-repeat;
	width: 130px;
	display: block;
	margin-left: 14px;
	color: #FF3333;
}
.sideBarListItemmg1{
	width: 130px;
	display: block;
	margin-left: 14px;
	color: #FF3333;
}
.sideBarBox ul li a{
	font-weight: normal;
	text-decoration: none;
	 color: #092632;
}
.sideBarBox ul li a:hover{
	text-decoration: underline;
}
/*****************************************************************************/
/******************************************************************/
#rightColumnInner{
 height: 600px;
 width: 0px;
 float: left;
}
#rightColumn{
 float: left;
 width: 559px;
 /*	height: 350px;
 position: relative;
	position: relative;
 display:inline;
 margin:0 0 0 150px;*/
 background-color: #DDE4E9;
 padding-bottom: 10px;
margin-left: 27px;

}
#rightColumn a.namedAnchor{
	text-decoration: none;
}
#rightColumn a.namedAnchor:hover{
	text-decoration: none;
}
#rightColumn a:hover{
	text-decoration: underline;
}
#photo_Living{
	float: right;
}
#rightColumn p{
	margin: 10px 14px 0px 14px;
	line-height: 16px;
	color: #092632;
}
#rightColumn p.top{
	margin: 10px 14px 20px 14px;
	line-height: 18px;
	font-weight: bold;
	font-size: 13px;
}
#rightColumn ul, li{
	padding: 0px;
	margin: 5px;
	/*list-style-type: none;
	display: block;*/
	list-style-type: circle;
}
#rightColumn ul{
	margin-left: 14px;
}
/*#rightColumn ul li{
	background-repeat: no-repeat;
	margin-bottom: 5px;
	width: 530px;
}*/



.inline{
	display: inline;
}
#rightColumn table{
	margin: 0px 0px 20px 0px;
}
#rightColumn table td.info{
	width: 80px;
	vertical-align: top;
}
#rightColumn table td.annualFee{
	width: 140px;
	vertical-align: top;
}
#rightColumn table td.numberOfStudents{
	width: 140px;
	vertical-align: top;
}
#rightColumn table td.address{
	padding-top: 14px;
	padding-bottom: 14px;
	
}

/****************************************** NAVIGATION BAR MODULAR - MAP **********************************************/
#mapContainer{
	left: 100px;
	width: 400px;
	height: 346px;
	background-image: url(../images/affiliates/map.gif);
	position: relative;
	background-repeat: no-repeat;
}

#mapList{
	width: 500px;
	height: 346px;
	padding: 0px;
	margin: 0px;
	background-position: right;
}
#mapList li {
    margin: 0px; 
	padding: 0px; 
	list-style: none;
	color: #142632;
	font-size: 11px;
	width: 100px;
	height: 38px;
}

#mapList li, #mapList a {
	display: block;
	text-decoration: none;
	position: absolute;
}
#mapList a {
	width: 120px;
}
#mapList .name_Right{
	position: absolute;
	/*position: absolute;*/
	left: 105px;
	top: -8px;
	width: 120px;
}
#mapList .name_Left, #mapList .name_SouthWest, #mapList .name_Wales{
	position: absolute;
	left: -90px;
	top: -8px;
	width: 120px;
}
#mapList .name_SouthWest{
	left: -70px;
	top: -8px;
}
#mapList .name_Wales{
	left: -42px;
	top: -8px;
}
#mapList li a:hover{
	color: #FACD36;
	text-decoration: none;
}
#mapList .map_Towns{
	display: none;
}

img.marker{
	/*position: absolute;*/
}

/*Map Items:*/

#eastMidlands{
	top: 212px;
	left: 219px;
}
#easternRegion{
	
}
#london{
	top: 244px;
	left: 219px;
}
#northEast{
	top: 145px;
	left: 195px;
	z-index: 1;
}
#northWest{
	top: 144px;
	left: 113px;
}
#scotland{
	top: 56px;
	left: 162px;
}
#southEast{
	top: 263px;
	left: 238px;
}
#southWest{
	top: 268px;
	left: 96px;
}
#westMidlands{
	top: 208px;
	left: 140px;
}
#yorkshire{
	top: 165px;
	left: 211px;
}
#wales{
	top: 230px;
	left: 96px;
}
#easternRegion{
	top: 230px;
	left: 241px;
}

/*****************************************************************/
div.search_result {
    border-top: 1px solid #8ea3b1;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
}

div.search_result div.url a {
/*    color: #ff3333; */
    color: #aa393a;
    text-decoration: none;
}
div.search_result2 {
    border-top: 1px solid #8ea3b1;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-left: 20px;
    margin-right: 20px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
}

div.search_result2 div.url a {
/*    color: #ff3333; */
    color: #aa393a;
    text-decoration: none;
}
/**************************************************************/
#rightColumn a {
    text-decoration: underline !important;
}

#rightColumn a:hover {
    color: rgb(255, 51, 51) !important;
}

#rightColumn a:visited {
    color: #551a8b !important; 
}

.linksContainer {
	position:relative;
    width:520px;
}
