/* ---------------------------------------- */
/* -----| GENERAL |------------------------ */
/* ---------------------------------------- */

html {
	font-size: 100%;
	margin: 0;
	height: 100%;
	padding: 0;
}

body {
	background-color: #DEDEDE;
	color: #333;
	font-family: Tahoma, Arial, sans-serif, Helvetica, Verdana;
	font-size: 1em;
	margin: 0;
	height: 100%;
	padding: 0;
}

a, a:link {
	color: #369;
	text-decoration: underline;
}

a:hover, a:active {
	color: #333;
}

#page-wrapper {
	background-color: #FFF;
	border-left: 10px solid #121212;
	border-right: 10px solid #121212;
	min-height: 100%;
	width: 920px;
	margin: 0 auto;
	padding: 10px;
}

/* ---------------------------------------- */
/* -----| HEADER |------------------------- */
/* ---------------------------------------- */

#banner-wrapper {
	border: 1px solid #ACACAC;
	margin: 1em 0;
	height: 150px;
}

#banner-image {
	background: transparent url(../images/stuff.png) no-repeat center center;
	height: 100%;
}

#contact-info {
	line-height: 1.4em;
}

.phone-number {
	background: transparent url(../images/icons/telephone.png) no-repeat left center;
	margin-left: 1em;
	padding-left: 21px;
}

.fax-number {
	background: transparent url(../images/icons/printer.png) no-repeat left center;
	margin-left: 1em;
	padding-left: 21px;
}


/* ---------------------------------------- */
/* -----| BLURBS |------------------------- */
/* ---------------------------------------- */

#blurb-wrapper {
	height: 200px;
	margin: 1em 0;
}

.blurb-box {
	border: 1px solid #ACACAC;
	height: 100%;
	float: left;
	font-size: .9em;
	width: 294px;
}

.blurb-box.left {
	background-color: #FDD;
}

.blurb-box.center {
	background-color: #DFD;
	margin: 0 1em;
}

.blurb-box.right {
	background-color: #DDF;
}

.blurb-box h2 {
	color: #FFF;
	margin: 0;
	padding: 5px 0;
	text-align: center;
	text-shadow: 1px 1px 3px #000;
}

.blurb-box.left h2 {
	background: #900 url(../images/gradients/red-gradient.png) repeat-x bottom left;
}

.blurb-box.center h2 {
	background: #090 url(../images/gradients/green-gradient.png) repeat-x bottom left;
}

.blurb-box.right h2 {
	background: #009 url(../images/gradients/blue-gradient.png) repeat-x bottom left;
}

.blurb-box.left .arrow {
	background: transparent url(../images/gradients/red-arrow.png) no-repeat top center;
	height: 13px;
}

.blurb-box.center .arrow {
	background: transparent url(../images/gradients/green-arrow.png) no-repeat top center;
	height: 13px;
}

.blurb-box.right .arrow {
	background: transparent url(../images/gradients/blue-arrow.png) no-repeat top center;
	height: 13px;
}

.blurb-box p {
	line-height: 1.4em;
	margin: 0 10px 10px;
}


/* ---------------------------------------- */
/* -----| SURVEY |------------------------- */
/* ---------------------------------------- */


#survey-wrapper {
    border: 1px solid #ACACAC;
    background-color: #F3F3F3;
    display: block;
    font-weight: bold;
    padding: 10px;
    text-align: center;
}


/* ---------------------------------------- */
/* -----| INFO |--------------------------- */
/* ---------------------------------------- */

#info-wrapper {
	margin: 1em 0;
}

#info-box {
	border: 1px solid #ACACAC;
	height: 100%;
	padding: 10px;
}

#map-box {
	margin-right: -425px;
}

#info-text {
	margin-left: 425px;
	padding-left: 15px;
}

#info-text h3 {
	margin: 0 0 1em;
}

#info-text p {
	line-height: 1.4em;
}


/* ---------------------------------------- */
/* -----| FOOTER |------------------------- */
/* ---------------------------------------- */

#footer {
	background-color: #369;
	border: 1px solid #036;
	color: #FFF;
	font-size: .75em;
	margin: 1em 0 0;
	padding: 7px 10px;
	text-align: center;
}

#footer a {
	color: #FFF;
}

/* ---------------------------------------- */
/* -----| MISCELLANEOUS |------------------ */
/* ---------------------------------------- */

.text-right {
	text-align: right;
}

.hidden {
	display: none !important;
}

/* --- HORIZONTAL RULES --- */

div.hr {
  background-color: #CCC;
  height: 1px;
  margin: .8em 0;
}

div.hr hr {
  display: none;
}

