/* CSS Document */
body{
margin:0px;
padding:0px;
background:#ccc;
color:#000;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
}
#container{
width:100%;
}
#page{
width:900px;
position:relative;
background:url(/images/layout/content_main.gif) repeat-y;
z-index:1;
} 
#header{
	width:900px;
	height:205px;
	background:url(/images/layout/header_curve.gif) no-repeat;
} 

#apDiv1 {
	position:absolute;
	left:225px;
	top:10px;
	width:650px;
	height:58px;
	z-index:2;
}
#address {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
}
#banner_title {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 56px;
	font-weight: bold;
	color: #FFF;
	text-transform:uppercase;
}
#apDiv2 {
	position:absolute;
	left:580px;
	top:90px;
	width:280px;
	height:50px;
	z-index:2;
	float: right;
}
#apDiv3 {
	position:absolute;
	left:5px;
	top:2px;
	width:120px;
	height:120px;
	z-index:2;
}

.tagline {font-family:"Times New Roman", Times, serif;
	font-style:italic;
	font-weight:bold;
	font-size:1.4em;
}

.taglineLG {font-family:"Times New Roman", Times, serif;
	font-style:italic;
	font-weight:bold;
	font-size:2em;
}

#links{
	position:relative;
	float:left;
	left:5px;
	top:0px;
	margin-bottom:30px;
	width:114px;
}
#links a{
color:#eeeeee;
font-size:14px;
font-weight:bold;
font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
text-decoration:none;
display:block;
border:1px solid #cccccc;
margin:8px;
width:112px;
}
#links a:hover{
color:#990000;
border-color:#600;
background-color:#FFF;
} 

#content{
	padding:0px 280px 0 190px;
	line-height:20px;
	z-index:2;
}
#clearfloats{
clear:left;
}
#footer{
	clear:both;
	width:900px;
	height:170px;
	background:url(/images/layout/footer_curve.gif) no-repeat;
} 
#footerT{
	position:absolute;
	float:right;
	right:60px;
	height:250px;
	width:300px;
	z-index:auto;
	top: 450px;
}
#footerC{
	position:relative;
	top:75px;
	width:400px;
	margin:0 20px 20px 14px;
	color:#FFF;
	font-size:11px;
	line-height:14px;
}



#welcome {
	margin-top:0;
	padding-top:10px;
	font-family:"Times New Roman", Times, serif;
	font-style:italic;
	font-size: 40px;
	color: #000;
}
#footerC a{color:#FFFFFF;text-decoration:none;}
#footerC a:hover{color:#FFFFFF;text-decoration:underline;}
#hours {
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	color: #FFF;
	margin-left: 5px;
	text-align: left;
}
.right {
	float: right;
	margin-right: 40px;
}
