@charset "UTF-8";
/* CSS Document */

body {
	font-family:Arial, Helvetica, sans-serif;
 	margin:20px;
 	text-align: center;
	background-color:#ffffff;
 	}

#container {
	margin-left: auto;
 	margin-right: auto;
 	width: 910px;
 	text-align: left;
 	}

/* Rows */

#header {
	height:50px;
	width:622px;
	position:relative;
	font-size:13px;
	line-height:75px;
	font-weight:bold;
	padding:0 26px 0 262px;
	background-image:url(../images/headbck.jpg);
	background-repeat:no-repeat;
	color:#8c8c8c;
	text-align: center;
	overflow:hidden;
}

#main {
	
	height:517px;
	width:910px;
	background-image:url(../images/mainbck.jpg);
	background-repeat:no-repeat;
	position:relative;
	overflow:hidden;
	clear:both;
}

#footer {
	height:auto;
	width:890px;
	color:#8c8c8c;
	font-size:12px;
	padding:10px;
	text-align:center;
	position:relative;
	overflow:hidden;
	clear:both;
}

/* Layers */

#bullets {
	position:absolute;
	width:285px;
	height:70px;
	overflow:hidden;
	font-weight:bold;
	z-index:1;
	color:ffffff;
	font-size:20px;
	left: 25px;
	top: 447px;
}

#map2 {
	position:absolute;
	width:325px;
	height:280px;
	background-color:#FFF;
	border:1px solid black;
	overflow:hidden;
	z-index:1;
	left: 11px;
	top: 158px;
}

/* Buttons */

a.direction {
	float:left;
	display: block;
	position:absolute;
	width: 124px;
	height: 40px;
	background-image:url(../images/direct_btn.png);
	background-repeat: no-repeat;
	background-position: 0 0px;
	top:388px;
	left:354px;
	overflow:hidden;
}

a.direction:hover {
  background-position: 0px -40px;
}

.phone {
	float:left;
	display: block;
	position:absolute;
	width: 271px;
	height: 63px;
	background-image:url(../images/phone.png);
	background-repeat: no-repeat;
	background-position: 0 0px;
	top:442px;
	left:318px;
	overflow:hidden;
}

/* List Styles */

ul {
	padding:0;
	margin:0;
	width:auto;
	list-style:none;
}

li {
	width:auto;
	text-indent:-5000px;
}

#bullets ul {
	padding:0 0 0 25px;
	margin:0;
}

#bullets li {
	padding:0;
	margin:0;
	text-indent:0px;
	list-style-image:url(../images/square.jpg);
}

/* Links */

#footer a:link {
	color:#8c8c8c;
	text-decoration:none;
}

#footer a:visited {
	color:#8c8c8c;
	text-decoration:none;
}

#footer a:hover {
	color:#F00;
	text-decoration:none;
}
