@import url("nivo-slider.css");

@import url("menu.css");

html, body{
  margin: 0;
  padding: 0;
  text-align: center;
}

html {
  font: normal 15px Arial, Verdana, Helvetica, sans-serif;
  color: #000;
}

* html, body {
  background: #f4eed4 url(../img/html.jpg) no-repeat;
  background-position: left bottom;
  background-attachment: fixed;
}

#bgTopDiv {
  background: transparent url(../img/body.jpg) no-repeat right top;
  background-attachment: fixed;
}

#pagewidth {
  width: 100%;
  background: #f4eed4 url(../img/body.jpg) no-repeat right top;
  background: transparent;
  position: relative;
  display: block;
  left: 0;
  top: -1px;
  bottom: 0 !important;
}
.clear {
  clear: both;
  font-size: 0;
  height: 0;
  line-height: 0;
}



/* --------- Links --------- */

a, a:link, a:visited {
  font-size: 14px;
  text-decoration: none;
  color: #f04e23;
  border: none;
}

a:hover, a:active, a:focus {
  text-decoration: underline;
  color: #ec1c24;
  border: none;
  outline: none;
}

a img {
  border: none;
}



/* --------- Typography --------- */

h1 {
  font: bold 32px Arial, Verdana, Helvetica, sans-serif;
  color: #f04e23;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  letter-spacing: 0;
}

h2 {
  font: bold 22px Arial, Verdana, Helvetica, sans-serif;
  color: #f04e23;
  text-transform: uppercase;
  margin: 0;
  line-height: 1.3;
}

h3 {
  font: bold 18px Arial, Verdana, Helvetica, sans-serif;
  color: #ec1c24;
  margin: 0;
}

h4 {
  font: bold 16px Arial, Verdana, Helvetica, sans-serif;
  color: #ec1c24;
  margin: 0;
  padding-bottom: 7px;
}


/* --------- Layout Structure --------- */

#pagewidth p {
  margin: 0;
  padding: 7px 0;
  line-height: 20px;
}



/* --------- Header --------- */

#header, #header-index {
  width: 100%;
  text-align: center;
  margin: 0 auto;
  background: transparent;
}

#header-index {
  height: 180px;
}

#header {
  border-bottom: 3px solid #f04e23;
  height: 182px;
}

#header-content {
  width: 1000px;
  height: 180px;
  margin: 0 auto;
  text-align: center;
}

.logo {
  position: relative;
  top: 50px;
}



/* --------- Wrapper - Twocols --------- */

#wrapper {
  width: 1000px;
  height:100% !important;
  text-align: left;
  margin: 0 auto;
}

#twocols {
  width: 800px;/* total width 1000px */
  padding: 0 100px !important;
  margin: 0 auto;
  background: transparent;
  position: relative;
  clear: both;
  display: block;
}

/* --------- Wrapper - rightcol --------- */

#wrapper {
  width: 1000px;
  height:100% !important;
  text-align: right;
  margin: 0 auto;
}

#twocols {
  width: 800px;/* total width 500px */
  padding: 0 100px !important;
  margin: 0 auto;
  background: transparent;
  position: relative;
  clear: both;
  display: block;
}

/* --------- Leftcol --------- */

#leftcol-index {
  width: 32%;
  float: left;
  position: relative;
}

#leftcol-index .leftcol {
  padding: 30px 10px 20px 30px;
}

#leftcol-index p img.orange-border {
  margin-top: 30px;
}

#leftcol {
  width: 35%;
  float: left;
  position: relative;
  margin-top: 30px;
}

#leftcol .leftcol {
  padding: 10px 0 20px 40px;
  text-align: left;
}

#leftcol-dir {
  width: 25%;
  float: left;
  position: relative;
  margin-top: 10px;
}

#leftcol-dir .leftcol {
  padding: 10px 0 20px 25px;
  text-align: left;
}

#leftcol h2 {
  font-size: 22px;
}



#info #leftcol, #contact #leftcol {
  width: 415px;
}

#leftcol ul {
  margin-top: 35px;

  line-height: 20px;
}

#leftcol li h3 {
  font-size: 15px;
  text-transform: uppercase;
  color: #000;
}

#leftcol #bh li span {
  font-size: 15px;
  line-height: 20px;
  display: inline-block;
  width: 100px;
  text-transform: uppercase;
}

#contact #leftcol p {
	line-height: 20px;
	margin-bottom: 15px;
	font-size: 15px;
}



/* --------- Maincol --------- */

#intro {
  padding: 30px 45px 100px;
  width: 720px;
  text-align: justify;
}

#maincol-index {
  background: transparent;
  position: relative;
  width: 68%;
  float: right;
}

#maincol-index .maincol {
  width: 500px;
  padding: 30px 0 20px 50px;
  text-align: justify;
}

#maincol {
  background: transparent;
  position: relative;
  width: 65%;
  float: right;
  margin-top: 30px;
}

#maincol .maincol {
  padding: 0px 30px 20px 30px;
  text-align: justify;
}

#info #maincol, #contact #maincol {
  width: 580px;
}

#maincol-dir {
  background: transparent;
  position: relative;
  width: 75%;
  height: 100%;
  float: right;
  margin-top: 30px;
}

#maincol-dir .maincol {
  padding: 0px 30px 20px 45px;
  text-align: left;
  font-size: 14px;
}

#maincol-dir h3 {
	font-size: 18px;
 /* padding-top: 45px;*/
}

#maincol-dir .border {
  float: left;
  border-left: 1px solid #999;
}

#maincol-dir .article {
  float: left;
  display: block;
  width: 700px;
  margin-bottom: 17px;
}

#maincol-dir .article a.view {
  font-size: 13px;
  color: #656565;
}

#maincol-dir .article a.view:hover {
  color: #F04E23;
  text-decoration: none;
}

#maincol-dir .article a.back-top {
  font-size: 13px;
  float: right;
  margin-left: 10px;
  line-height: 22px;
}

ul#links {
  min-height: 450px;
  display: block;
}
ul#links li {
  padding: 8px 0;
}
ul#links li a {
	font-weight: bold;
	font-size: 18px;
	color: #ee1d23;
}
#hours {
	font-size: 15px;
	min-height: 85px;
	margin-top: 5px;
	padding-top: 10px;
	background: url(../img/hours-dots.gif) 0 0 repeat-x;
}
#pic-wrap {
  padding-left: 215px;
  position: relative;
  min-height: 192px;
  padding-bottom: 15px;
}
#pic-wrap h4 {
  padding-bottom: 0;
}


#pic-wrap .thumb {
  position: absolute;
  top: 0;
  left: 0;
  width: 192px;
  height: 192px;
}
#pic-wrap li {
  float: left;
}
#pic-wrap li a {
	display: block;
	padding: 40px 8px 0;
	color: #656565;
	font-size: 12px;
	background-position: 50% 5px;
	background-repeat: no-repeat;
}
#pic-wrap li a#menu {
	background-image: url(../img/pdf-icon.png);
	font-size: 14px;
}
#pic-wrap li a#map {
	background-image: url(../img/map-icon.png);
	font-size: 14px;
}
#single p {
	font-size: 14px;
}
#single {
  min-height: 450px;
}

/*   map pop-up   */

#fade { /*--Transparent background layer--*/
	display: none; /*--hidden by default--*/
	background: #000;
	position: fixed; left: 0; top: 0;
	width: 100%; height: 100%;
	opacity: .80;
	z-index: 9999;
}
.popup_block{
	display: none; /*--hidden by default--*/
	background: #fff;
	padding: 20px;
	border: 10px solid #ddd;
	float: left;
	font-size: 1.2em;
	position: fixed;
	top: 50%; left: 50%;
	z-index: 99999;
	/*--CSS3 Box Shadows--*/
	-webkit-box-shadow: 0px 0px 20px #000;
	-moz-box-shadow: 0px 0px 20px #000;
	box-shadow: 0px 0px 20px #000;
	/*--CSS3 Rounded Corners--*/
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
img.btn_close {
	float: right;
	margin: -35px -35px 0 0;
}
*+html #fade {
  display: none !important;
}



/*--Making IE6 Understand Fixed Positioning--*/
*html #fade {
	display: none !important;
}
*html .popup_block {
	position: absolute;
}




/* --------- Footer --------- */

#footer{
  width: 100%;
  clear: both;
  display: block;
}

#footer .footer {
  width: 1000px;
  margin: 0 auto;
  padding: 20px 0;
  color: #666;
  text-align: center;
  font-size: 12px;
}

#footer p {
  padding: 3px 0;
}

.footer a {
  color: #666;
}

p.fnav a {
  text-transform: uppercase;
  padding: 0 5px;
}

p.author {
  font-size: 10px;
}



/* --------- List Style --------- */

ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}


/* --------- Common Styles --------- */

.left {
  float: left;
}

.right {
  float: right;
}

img.left {
  margin: 5px 20px 5px 0;
}

img.right {
  margin: 5px 0 5px 10px;
}

label {
	float: left;
	width: 80px;
	font-size: 14px;
}

table, tr, td {
  margin: 0;
  padding: 0;
}

.orange-border {
  border: 3px solid #f04e23;
}





/* ******************************************************************** */
/* Clearfix  */
/* ******************************************************************** */

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.clearfix{
  display: inline-block;
}
/* Hides from IE-mac \*/

* html .clearfix{
  height: 1%;
}

.clearfix{
  display: block;
}
/* End hide from IE-mac */



/* ******************************************************************** */
/*                      printer styles                                  */
/* ******************************************************************** */

 @media print{
/*hide the left column when printing*/
#leftcol{display:none;}
#twocols, #maincol{width:100%; float:none;}
}
