/* CSS Document */

/*------------------ POSITIONING DIVS -----------------------*/


body {
	background-color:#F3F3F4;
	text-align : center; /*For IE */
	font-family: Arial, sans-serif;
	background-image: url(images/bgnd.gif);
	margin: 0;
}

#container {
position: relative;
width: 1090px;
height: 570px;
margin: 0 auto; /* to centre container in browser */
margin-top: 34px;
text-align: left;
}

#masthead {
	position: absolute;
	top: 0;
	left: 48px;
	width: 1043px;
	height: 120px;
	z-index:5;
	padding-top: 40px;
	background-image: url(images/mast.jpg);
	background-color: transparent;
	background-position: right;
	background-repeat: no-repeat;
}

#sidestripe {
	position:absolute;
	width:48px;
	height:570px;
	background-image: url(images/stripe.gif);
	z-index:0;
	left: 0px;
	top: 0px;
	background-repeat: no-repeat;
	}
	
#stripe-map {
	position:absolute;
	width:579px;
	height:570px;
	background-image: url(images/stripe-map.gif);
	z-index:0;
	left: 0px;
	top: 0px;

	}
	
#detail {
position: absolute;
top: 160px;
left: 48px;
width: 1043px;
height: 343px;
z-index:1;
}

	#maincontent {
	position: absolute;
	top: 28px;
	left: 102px;
	width: 611px;
	height: 283px;
	}
		#leftside {
		position:absolute;
		width:281px;
		height:278;
		z-index:1;
		}
		
		#rightside {
	position:absolute;
	width:281px;
	height:278px;
	z-index:1;
	left: 327px;
	top: 0px;
		}
	
	#sidecontent {
	position: absolute;
	top: 28px;
	left: 854px;
	width: 189px;
	height: 283px;
	
	}
	
	#home-maincontent {
	position: absolute;
	top: 28px;
	left: 429px;
	width: 611px;
	height: 283px;
	overflow: hidden;
	}
		#home-leftside {
	position:absolute;
	width:281px;
	height:278px;
	z-index:1;
	left: 0px;
	top: 0px;
		}
		
		#home-rightside {
		position:absolute;
		width:281px;
		height:278px;
		z-index:1;
		left: 332px;
		top: 0px;
		}
	
	#home-sidecontent {
	position: absolute;
	top: 0px;
	left: 102px;
	width: 270px;
	height: 343px;
	}
	
	#contact-maincontent {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 1043px;
	height: 316px;
	}
	
	#contact-1 {
	position:absolute;
	width:250px;
	height:278;
	z-index:1;
	left: 256px;
	top: 28px;
}
#contact-2 {
	position:absolute;
	width:250px;
	height:278;
	z-index:1;
	top: 28px;
	left: 524px;
}

#contact-3 {
	position:absolute;
	width:250px;
	height:278;
	z-index:1;
	top: 28px;
	left: 792px;
	overflow: hidden;
}
	
	#contact-address {
	position: absolute;
	top: 28px;
	left: 18px;
	width: 182px;
	height: 278px;
	z-index:1;
	}
	
	#lmfooter {
	position:absolute;
	width:405px;
	height:23px;
	background-image: url(images/footer.gif);
	background-position:right;
	background-repeat:no-repeat;
	z-index:1;
	left: 637px;
	top: 320px;
	}
	
#download {
	position:absolute;
	width:173px;
	height:12px;
	z-index:1;
	left: 13px;
	top: 269px;
	text-align: right;
}
#downloadmap {
	position:absolute;
	width:200px;
	height:13px;
	z-index:1;
	left: 5px;
	top: 197px;
	text-align: right;
}

/*------------------ TYPOGRAPHY -----------------------*/

a:link {text-decoration: none; color: #050505;}
a:visited {text-decoration: none; color: #e36f1e;}
a:active {text-decoration: underline; color: #050505;}
a:hover {text-decoration: underline; color: #e36f1e;}


#home-maincontent p , #contact-address p, #contact-1 p, #contact-2 p, #contact-3 p{
font-family: Arial, sans-serif;
font-size: 12px;
color: #050505;
line-height: 210%;
}

#maincontent p {
font-family: Arial, sans-serif;
font-size: 12px;
color: #050505;
line-height: 160%;
}


#maincontent h1, #home-maincontent h1 {
font-family: Arial, sans-serif;
font-size: 14px;
color: #e36f1e;
font-weight: bold;

}

#maincontent h2, #home-maincontent h2 {
font-family: Arial, sans-serif;
font-size: 11px;

color: #e36f1e;
font-weight: bold;
}

#sidecontent p, #home-sidecontent p {
font-family: Arial, sans-serif;
font-size: 11.5px;

color: #050505;
}

#sidecontent h1, #home-sidecontent h1 {
font-family: Arial, sans-serif;
font-size: 12px;

color: #e36f1e;
font-weight: bold;

}

#sidecontent h2, #home-sidecontent h2 {
font-family: Arial, sans-serif;
font-size: 11px;

color: #e36f1e;
font-weight: bold;
}


#download h2 a:link, #download h2 a:active, #download h2 a:visited {
font-size:11px;
color: #e36f1e;
text-decoration: none;

}

#download h2 a:hover {
font-size:11px;
color: #e36f1e;
text-decoration: underline;

}


.highlight {
	color: #e36f1e;
	font-weight: bold;
	font-size: 12px;
}

