@charset "utf-8";
/* CSS Document */

* {margin: 0;padding: 0;}
img {border: none;}
.clearfix {clear:both;}
html {height: 100%; margin-bottom: 1px; }  /* add vertical scrollbars to every page */


p {text-align: justify; color: #6a6767;}
h1 {color: #801515; font-size: 19px; font-weight: normal; margin-bottom: 25px;}
h2 {color: #595252; font-size: 15px; font-weight: bold; margin-top: 22px;}
h3 {color: #2a69a7; font-size: 17px; font-weight: normal;}

body {
	text-align: center;
	background: url(../images/page_bg.jpg);
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	}

div#container {
	width: 969px;
	margin: 0 auto;
	text-align: left;
	}

div#content_wrap {
	background: url(../images/content_wrap.png) repeat-y;
	behavior: url(styles/iepngfix.htc);
	width: 960px;
	padding-left: 1px;
	padding-right: 8px;
	}

div#content_wrap_faucet {
	background-image: url(../images/faucet_right.jpg);
	background-repeat: no-repeat;
	background-position: bottom right;
	min-height:670px;
  	height:auto !important;
  	height:670px;
	}
div#content_wrap_faucet2 {
	background-image: url(../images/faucet_right2.jpg);
	background-repeat: no-repeat;
	background-position: bottom right;
	min-height:100px;
  	height:auto !important;
  	height:100px;
	}
div#content_wrap_faucet3 {
	background-image: url(../images/faucet_right3.jpg);
	background-repeat: no-repeat;
	background-position: bottom right;
	min-height:670px;
  	height:auto !important;
  	height:670px;
	}
div#content_wrap_faucet4 {
	background-image: url(../images/faucet_right4.jpg);
	background-repeat: no-repeat;
	background-position: bottom right;
	min-height:670px;
  	height:auto !important;
  	height:670px;
	}

body#home div#content_wrap_faucet {
	background-image: url(../images/faucet_left.jpg);
	background-position: bottom left;
	}

div#header {
	width: 969px;
	height: 155px;
	margin-top: 4px;
	}

img#logo {
	behavior: url(styles/iepngfix.htc);
	}

div#navbox {
	width: 211px;
	display: inline;
	float: left;
	margin-left: 12px;
	background: url(../images/nav_top.jpg) top no-repeat #ea2c2d;
	padding-top: 19px;
	margin-bottom: 220px;
	margin-right: 46px;
	}
div#navbox2 {
	width: 211px;
	display: inline;
	float: left;
	margin-left: 12px;
	background: url(../images/nav_top.jpg) top no-repeat #ea2c2d;
	padding-top: 19px;
	margin-bottom: 50px;
	margin-right: 46px;
	}

div#navbox_bottom {
	background: url(../images/nav_bottom.jpg) no-repeat;
	height: 20px;
	width: 211px;
	}

ul#nav {
	list-style: none;
	width: 211px;
	}

ul#nav ul {
	list-style: none;
	}

ul#nav li {
	line-height: 34px;
	border-top: 2px solid #FFFFFF;
	width: 211px;
	}

ul#nav li.last {
	border-bottom: 2px solid #FFFFFF;
	}

ul#nav li a {
	behavior: url(styles/iepngfix.htc);
	text-decoration: none;
	color: #FFFFFF;
	display: block;
	padding-left: 30px;
	background-image:url(../images/nav_bullet.png);
	background-repeat: no-repeat;
	line-height: 34px;
	height: 34px;
	width: 181px;
	}

ul#nav li li a {
	background-color: #f77576;
	margin-left: 17px;
	width: 154px;
	}

ul#nav li li {
	background-color: #f77576;
	}
	
div#content {
	padding-left: 20px;
	padding-right: 15px;
	/* background: #0000FF; */
	}

div#breadcrumb {
	border-top: 1px solid #d7d7d7;
	border-bottom: 1px solid #d7d7d7;
	height: 27px;
	margin-bottom: 15px;
	}

span.crumb {
	background: url(../images/breadcrumb_seperator.jpg) right no-repeat;
	display: block;
	height: 27px;
	float: left;
	padding: 0px 20px 0px 15px;
	line-height: 27px;
	font-size: 13px;
	}

span.crumb_first {
	font-size: 19px;
	font-weight: bold;
	color: #771F1C;
	}

a.more_link {
	text-decoration: none;
	color: #2c68c4;
	}

a.more_link span {
	text-decoration: underline;
	}

img.photo_right {
	float: right;
	margin-left: 20px;
	}

div#footer {
	width: 969px;
	height: 81px;
	background: url(../images/footer.png) no-repeat;
	behavior: url(styles/iepngfix.htc);
	padding-bottom: 100px;
	color: #9d9d9d;
	}

p#footer_info_left {
	width: 400px;
	float: left;
	position: relative;
	top: 8px;
	left: 26px;
	color: #9d9d9d;
	}

p#footer_info_left a {
	text-decoration: none;
	color: #9d9d9d;
	}

p#footer_info_right {
	width: 400px;
	float: right;
	text-align: right;
	line-height: 49px;
	position: relative;
	left: -30px;
	top: 8px;
	color: #9d9d9d;
	}
	
p#footer_info_right img {
	vertical-align: middle;
	margin-left: 15px;
	}

p.phone_cta {
	float: right;
	color: #771F1C;
	font-size: 15px;
	line-height: 27px;
	font-weight: bold;
	margin-right: 20px;
	display: inline;
	}