@charset "utf-8";
/* CSS Document */

/*@font-face {
    font-family: 'MyriadProRegular';
    src: url('myriadpro-regular-webfont.eot');
    src: url('myriadpro-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('myriadpro-regular-webfont.woff') format('woff'),
         url('myriadpro-regular-webfont.ttf') format('truetype'),
         url('myriadpro-regular-webfont.svg#') format('svg');
    font-weight: normal;
    font-style: normal;*/


body
{
	margin:0px;
}
#header
{
	background:url(../images/header.jpg) repeat-x;
	height:91px;
}

#fb
{
	background:url(../images/facebook.png) no-repeat;
	width:72px;
	height:20px;
	display:block;
	cursor:pointer;
	outline:none;
	float:right;	
	margin-right:5px;
}

#google
{
	background:url(../images/google.png) no-repeat;
	width:67px;
	height:20px;
	display:block;
	cursor:pointer;
	outline:none;
	float:right;	
}

#logo
{
	padding-top:17px;
}

#hrs-bg
{
	background:url(../images/hrs-bg.png) no-repeat;
	width:175px;
	height:57px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#ffffff;
	padding-top:6px;
	text-align:center;
}
#hrs-bg span
{
	font-size:18px;
}
.address
{
	text-align:right;
	color:#ffffff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
}
#home {
    background: url("../images/home.jpg") no-repeat scroll center top / cover transparent;
    height: 578px;
    width: 100%;
}
#home p
{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	margin:0px;
	padding:0px 0px 20px 0px;
	color:#FFFFFF;
	line-height:18px;
}
#map-title
{
	text-transform:uppercase;
	color:#FFFFFF;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	text-align:center;
	padding:10px 0px;
}
#map-bg
{
	background:url(../images/map-bg.png) no-repeat;
	width:396px;
	height:412px;
}
#footer
{
	background:url(../images/footer.jpg) repeat-x;
	height:128px;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	color:#FFFFFF;
	padding-top:20px;
}