body,html{
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif; 
	font-weight: 300;
	color: #ccc;
	font-size: 0.95em;
}
p{
	padding:0px 0px 18px 0px;
}
h2{
	font-size: 125%
}
.wrapper{
	min-width: 960px;
}
.dark-grey{
	background-color: #282929;
}
.grey-border{
	border: 1px solid #ccc;
}
.content{
	width: 960px;
	margin: 0 auto;
	line-height: 2em;
	/*background-color: blue;*/
}
.float-left{
	float: left;
}
.float-right{
	float: right;
}
.clear{
	clear:both;
}
.background-hdez{
	background-image: url("images/hdez-smile.jpg");
}
.full-width{
	width: 100%;
}
.half-width{
	width: 50%;
}
.quarter-width{
	width: 25%;
}
.third-width{
	width: 33%;
}
.padding-6{
	padding:6px;
}
.menu-headers{
	text-align: center;
}
.text-XXL{
	font-size: 150%
}
.menu-headers a{
	text-decoration: none;
}
.italics{
	font-style:italic;
}
ul{
	list-style-type: circle;
}
li{
	margin-left: 24px;
	margin-bottom: 12px;
	line-height: 1.25em
}
a:link{
	color: #FEA801
}
a:visited{
	color: #FEA801
}
a:hover{
	color: #ccc;
}
a:active{
	color: #FEA801;
}
a.active-menu{
	color: red;
}
.description, .images{
	float:left;
}
.description{
	width: 60%;
}
.description h2{
	color: #fff;
}
.images{
	width: 40%;
	text-align: right;
}
.images img{
	border:1px solid #111;
}
.spacer{
	height: 36px;
}
/*#FEA801*/