@charset "UTF-8";
/* CSS Document */

html, body {
    overflow: hidden;
}
body {
	margin:0;
	padding:0;
	background:#000;
	color:#FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-smoothing:always;
	text-align:center;
}
#container {
	position:relative;
	margin:0 auto;
	padding:0;
	min-height:100%;
	width:100%;
	line-height:18px;
}
@media print
{
#container {top:0%; margin-top:0px;}
}
button::-moz-focus-inner { border: 0; }
a:focus { outline: none; }

/* ------------------------------ full browser ------------------------------ */
#imgContainer {
	z-index: -10;
	width: 100%;
}

/* ------------------------------ header ------------------------------ */
#header {
	position:relative;
	margin:0;
	height:95px;
	width:100%;
	z-index:0;
	background:url(images/header_BG.png) top repeat-x;
}

/* ------------------------------ content ------------------------------ */
#content {
	position:relative;
	margin:50px auto 60px;
	padding:0 0 60px;
	height:430px;
	width:666px;
}
#content.home {
	background:url(images/bg_box.png) top center no-repeat;
}

/* ------------------------------ typography ------------------------------ */
p {
	margin: 0 0 20px;
}
strong {
}
.ital,
em {
	font-size:90%;
	font-style:italic;
	font-variant:normal;
	letter-spacing:0em;
}
a img,
a:link,
a:visited {
	color:#000;
	text-decoration:underline;
	border:none;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	line-height:18px;
	font-weight:normal;
	text-transform:uppercase;
	letter-spacing:.1em;
}
a:hover,
a:active {
	text-decoration:none;
	border:none;
}
#content.home h1 {
	display:block;
	margin:0px 100px;
	padding:40px 0 15px;
	height:100px;
	width:466px;
	text-align:center;
	color:#000;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:30px;
	line-height:30px;
	font-style:normal;
	font-weight:normal;
	font-variant:small-caps;
	letter-spacing:.1em;
	background:url(images/border_white_double.gif) bottom repeat-x;
}
#content.home p {
	display:block;
	padding:22px 33px 18px;
	height:140px;
	width:600px;
	text-align:center;
	color:#000;
	line-height:20px;
	font-weight:normal;
}
#content.home .address {
	display:block;
	padding:0px 33px 15px;
	height:50px;
	width:600px;
	text-align:center;
	color:#000;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	line-height:18px;
	font-weight:normal;
	text-transform:uppercase;
	letter-spacing:.1em;
}
