@charset "UTF-8";
/* 
	CSS Document 
	Styles for the index page.
*/

#linkArea {
	background-image:url(../images/index/front_image.jpg);
	background-repeat:no-repeat;
	background-position:center bottom;
	width:860px;
	height:450px;
	margin:0px auto;
}

#pageHeader { 
	padding:0px;
	text-align:center; 
	height:170px;
}

#pageHeader h1 {
	font-size:5em;
	color:#900;
	font-weight:lighter;
	letter-spacing:0.2em;
	padding:0px;
	margin:0px;
}

#pageHeader img {
	margin-top:-74px;
}

#pageHeader h2 {
	font-size:3em;
	letter-spacing:0.1em;
	margin-left:-27px;
	color:#555;
}


#news {
	margin-top:360px;
	color:#fff;
	padding:5px 0px;
}

#news p { font-size:1.3em; }

#addressStrap { margin-top:6px; }
#addressStrap h1 {
	font-size:1.9em;
	letter-spacing:0.1em;
	color:#555;
	margin:0px;
}
#addressStrap h2 {
	font-size:1.6em;
	margin-top:5px;
}

#addressStrap h2 a { text-decoration:none; color:inherit; }



#fadeBox {
	position:fixed; 
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background:#000;
	opacity:0.7; 

	text-align:center;
}

#telephoneDisplay {
	border:1px #fff solid;
	background-color:#fff;
	width:780px;
	height:110px;
	color:#000;
	font-size:8em;
	letter-spacing:0.1em;
	margin:25% auto;
}