/********************************
RESET
********************************/


* {
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
	font-size: 1.0em;
	}

ul {
  list-style: none;
  }

a {
  color: #476db3;
  text-decoration: none;
  }
  
a:hover, a:active, a:focus {
  color: #5c8ce5;
  text-decoration: underline;
  }



/********************************
BODY
********************************/


html {
	overflow-y: scroll;
  }

html, body {
  height: 100%;
  }

div#wrapper {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 0 -130px;
  }

body {
	background: #F6F6F6 url('../images/layout/bg.png') top center repeat-x;
	font-family: verdana, arial, helvetica, sans-serif;
  font-size:   13px;
  line-height: 18px;
	}

p a {
  color: #476db3;
  text-decoration: underline;
  }
  
p a:hover {
  color: #5c8ce5;
  text-decoration: none;
  }



/********************************
HEADER
********************************/


#header {
	width: 772px;
	height: 100px;
	margin: 0 auto;
	position: relative;
	}

#logo {
  position: absolute;
  top: 18px;
  left: 0;
  }



/********************************
FOOTER
********************************/


#footer {
	width: 100%;
	background: #222222 url('../images/layout/footer_bg.png') top center repeat-x;
	color: #999;
	margin: 0 auto;
	}

#footer #footer_content {
  text-align: center;
  width: 772px;
  padding: 20px 0;
  margin: 0 auto;
  }

#footer_content ul li {
  display: inline;
  margin: 0 10px;
  }

#footer_content ul li a {
  color: #FFF;
  }
  
#footer #company_link {
  color: #999;
  }

.push {
  height: 130px;
  margin: 10px 0;
  clear: both;
  } 

#footer .accreditations {
  background: url('../images/layout/accreditation_bg.png') top center no-repeat;
  height: 170px;
  width: 370px;
  margin: 20px auto 0 auto;
  }

#footer .accreditations_content img {
  margin: 20px;
  }



/********************************
GENERAL CLASSES
********************************/


.clear 		{ clear: both;	       }

.hidden		{ display: none;       }

.left		  { float: left;	       }

.right		{ float: right;        }

.l-gut		{ margin-left: 32px;   }

.r-gut  	{ margin-right: 32px;  }

.bottom   { margin-bottom: 24px; }

.gut 		  { margin: 0 16px;      }

.scroll   { overflow: auto;      }



/********************************
COLUMN CLASSES
********************************/


.span1  { width: 35px;  }
	
.span2  { width: 102px; }
	
.span3  { width: 169px; }
	
.span4  { width: 236px; }
	
.span5  { width: 303px; }
	
.span6  { width: 370px; }

.span7  { width: 437px; }
	
.span8  { width: 504px; }
	
.span9  { width: 571px; }
	
.span10 { width: 638px; }
	
.span11 { width: 705px; }
	
.span12 { width: 772px; }



/********************************
HOME
********************************/


.container {
  width: 804px;
  margin: 4px auto 48px auto;
  background: url('../images/layout/container_bg.png') top center repeat-y;
}

#content {
  padding: 40px 16px 5px 16px;
  min-height: 150px;
  background: url('../images/layout/container_top.png') top center no-repeat;
  }

.container_bottom {
  height: 41px;
  background: url('../images/layout/container_bottom.png') top center no-repeat;
  }

h2 {
  color: #52778c;
  font-size: 1.6em;
  padding: 0 40px;
  margin: 40px 0 12px 0;
  line-height: 1.6em;
}

h3 {
  color: #f79646;
  font-size: 1.2em;
  padding: 0 60px;
  margin: 40px 0 12px 0;
  line-height: 1.6em;
}

p {
  font-size: 1.0em;
  padding: 0 80px;
  margin-bottom: 18px;
  line-height: 1.8em;
  }
  
#content_bottom {
  height: 46px;
  width: 772px;
  margin: 0 auto;
  margin-bottom: 48px;
  padding: 0 20px;
  background: url('../images/layout/container_bottom.png') top center no-repeat;  
  }

#hhcahps_logo {
  margin: 20px 0 0 40px;
  }

.feature_block {
  background: #EEE;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
}

.feature_block h4 {
  margin: 20px 20px 4px 20px;
  font-weight: bold;
  font-size: 1.3em;
  padding: 0;
  color: #52778c;
}

.feature_block p {
  margin: 4px 0 12px 0;
  padding: 10px 20px;
  color: #444;
}

.feature_block p.learn_more {
  text-align: right;
  font-size: 1.1em;
}
