/* Top Elements */
* { margin: 0; padding: 0; }

body {
	background: #FFF;
	font: 70%/1.5em Verdana, Tahoma, arial, sans-serif;
	color: #000; 
}

/* links */
a, a:visited {
	text-decoration: underline;
	color: #5f8949;
	background: inherit;
}
a:hover {
	color: #f5a344;
	background: inherit;
	text-decoration: underline;
}

/* headers */
h1, h2, h3, h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
}
h1 {
	font-size: 130%;
	text-align: center;
	color: FFF;
	font-weight: lighter;
	letter-spacing: 0.15em;
	text-transform: uppercase;
}
h2 {
	font-size: 110%;
	text-transform: uppercase;
	color: #f5a344;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #f5a344;
}
h3 {
	font-size: 100%;
	color: #000; 
}

h1, h2, h3, ul {
	padding: 20px 0 0 5px;
	margin: 0;
}

h4 {
	font-size: 110%;
	color: #063;
	padding:20px 0 0 5px;
}

p {
	padding: 10px 0 10px 5px;}



#main ul{
	list-style:disc outside none;
	margin:0 0 15px 30px;
	padding:0;
}

#main li {
	margin:15px 15px;
}

/* images */
img {
	padding: 0px;
}
.right {
  margin: 5px 0px 10px 10px;  
}
.left {
  margin: 5px 10px 10px 0px;
}

#agencies a{
	font-size: 78%;
	font-weight: bold;
	line-height: 1.5em;
	color: #000000;
	text-decoration: none;
}

/********************************************
   LAYOUT
********************************************/ 
div#wrap {
	width: 853px;
	margin: 0 auto;
	text-align: left;
}

#content-wrap {
	clear: both;
	width: 853px;
	padding: 0; 
	margin: 0px auto;
}

#header {
	width: 853px;
	position: relative;
	height: 190px;
	margin: 0;
	padding: 0;
	color: #FFF;
	background-color: #f5a344;
	background-image: url(images/hhyp-header-photo.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;/* font-size: 14px; */
}
#header img {
	position: absolute;
	margin: 0;
	padding: 0;
	/* change the values of top and left to adjust the position of the logo*/
	top: 35px;
	left: 20px;
}


#header h1 {
	padding-top: 20px;
}

/* Menu */
#menu {
	clear: both;
	margin: 0 auto;
	padding: 0;
	height: 34px;
	width: 853px;
	background-color: #2c6536;
	background-image: url(images/nav-bg.gif);
	background-repeat: repeat-x;
	background-position: left center;
	border-top: 2px solid #14542d;
	border-bottom: .3em solid #14542d;
}

#menu ul {
	float: right;
	list-style: none;
	margin:0; 
	padding: 0;
}
#menu ul li {
	display: inline;
}
#menu ul li a {
	display: block;
	float: left;
	padding: 0 10px;
	color: #FFF;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 95%;
	line-height: 34px;
	font-weight: lighter;
	letter-spacing: .15em;
}
#menu ul li.last a {
	padding-right: 20px;
}
#menu ul li a:hover {
	color: #ffd519;
}
#menu ul li#current a {
	color: #FFF;
}

/* Main Column */
#main {
	float: left;
	width: 600px;
	padding: 0; 
	margin: 0 0 0 20px;
}

.members{
	margin:0 auto;
	display:table;
}


.members ul {
	height:100px;
	margin:0 auto;
	
}

.members li {
	display: inline-block;
	float:left;
	height: 55px;
	list-style-image: none;
    list-style-position: outside;
    list-style-type: none;
	text-align:center;
	
}

.members img {
	margin-bottom: 5px;
}


.node-footer {
	background-color: #FAFAFA;
	padding: 5px; margin: 20px 10px 0 10px;
	border: 1px solid #f2f2f2;
	font-size: 110%;
}
.node-footer ul,.node-footer ul li {
	margin:0!important;
	padding:0!important;
}
.node .node-footer a.comment_add {
	padding-left: 20px; margin: 0 10px 0 5px;
}
.node .node-footer a.node_read_more {
	background: url(images/page.gif) no-repeat left center;
	padding-left: 20px; margin: 0 10px 0 5px;
}

/* Sidebar */
#sidebar {
	float: left;
	width: 230px;
	padding: 0;
	margin: 0;
	color: #000;
	background-image: url(images/bg-gradient.gif);
	background-repeat: repeat-x;
	background-position: left top;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #f5a344;
	border-left-color: #f5a344;
}
#sidebar h1{
	margin-top: 35px;
	padding: 0 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	font-size: 120%;
	font-weight: bold;
	text-align: left;
}

#sidebar p{
	margin-top: 10px;
	padding: 0px 15px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 2em;	
}


#sidebar ul{
	margin-top: 10px;
	padding: 5px 15px 25px 30px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	line-height: 2em;
	
}


#sidebar img{
	padding: 25px 0px;
	
}


/* Footer */
#footer {
	color: #000;
	clear: both;
	width: 853px;
	height: 55px;
	padding-top:50px;
	text-align: center;
	font-size: 92%;
}
#footer a { 
	color: #000;
	text-decoration: none; 
}
#footer p {
	margin:0;
	padding:0;
}

.caption{
	font-size:10px;
	font-style:italic;}
	
	
.img-Lt{
	float:left;
	padding: 0 8px 8px 0;
	}
	
.img-Rt{
	float:right;
	padding: 0 0 8px 8px;
	}		

/* display and additional classes */
	.clear { clear: both; }

/***ADT***/

/* (Bug)fixes for drupal elements */

	#main .node .content img {
	margin: 0 2px 0 2px;
}

