/* CSS Document */

* {
  margin: 0;
  padding: 0;
}

html, body {
  height: 100%; /* Required */
}

body {
  	font: .9em Georgia, "Times New Roman", Times, serif;
	color: #333300;
	background: #A2A089 url(../images/HH-Back_03.gif) no-repeat center top;
	margin: 5px;
}

/*----------------*/
/*----------------*/
/*----------------*/

#nav {
	background: #D9D8B8;
	margin: 0px;
	padding: 0px;
}

#nav ul {
	font-size: 95%;
	font-weight: bold;
	list-style: none;
	margin: 0px;
	padding: 5px;
	text-align: center;
	border-bottom: 2px solid #A09E86;
}

#nav li {
	display: inline;
}

#nav a {
	border-right: 1px solid #E3E3E3;
	border-left: 1px solid #E3E3E3;
	background: #D3D3C2 url(../images/navBACK.gif) repeat-x;
	color: #333300;
	padding: 5px 10px;
	margin: 0px;
	text-decoration: none;
}

#nav a:hover {
	border-right: 1px solid #E3E3E3;
	border-top-style: none;
	border-top-color: #E3E3E3;
	border-left: 1px solid #E3E3E3;
	background: #9BCFD3 url(../images/navBACK2.gif) repeat-x;
	border-bottom: 2px solid #99CC66;
}

/*----------------*/
/*----------------*/
/*----------------*/


#container-page {
	margin: 0 auto;
	width: 700px;
	text-align: left;
	position: relative;
	min-height: 100%; /* For Modern Browsers */
	height: auto !important; /* For Modern Browsers */
	height: 100%; /* For IE */
	background: #FFFFFF;
}

#container-head {
	background: #fff
}

#header {
	font-weight: bold;
	color: #99CC99;
	margin: 0px auto;
	padding: 0px;
	background:  url(../images/HealthAndHealongLogo.gif) no-repeat 20px center;
	height: 150px;
	border-bottom: 2px solid #A09E86;
}

#container-content {
	padding: 0 0px 75px;
	background: #FFFFFF;
}

#container-content:after {
  clear: both;
  display: block;
  font: 1px/0px serif;
  content: ".";
  height: 0;
  visibility: hidden;
}

#copy {
	padding: 10px 20px;
}

#copy h3 {
	font-size: 1.5em;
	font-weight: bold;
	color: #74B5C7;
	border-left: #E8E8E8;
	padding-left: 10px;
	margin-bottom: 5px;
	background: url(../images/news-backPINK.jpg) no-repeat right bottom;
}

#gallery {
	padding: 10px;
	margin: 10px;
	text-align: center;
}


#gallery img {
	border: 10px solid #ABD3E0;
	padding: 0px;
	margin: 10px 5px;
}

#container-foot {
	width: 100%;
	position: absolute;
	bottom: 0 !important;
	bottom: -1px; /* For Certain IE widths */
	height: 75px;
	border-top: 5px solid #6CB3CA;
	background: #DFDDC3 url(../images/navBACK.gif) repeat-x top;
}

#foot {
	padding: 10px 10px 0;
	font-size: 80%;
	color: #333300;
	margin: 5px;
}

#foot img {
	padding: 0px;
	float: left;
	margin-right: 10px;
}

/*----------------*/
/*----------------*/
/*----------------*/

div.hr {
	height: 25px;
	background: #fff url(../images/hr-leaf.gif) no-repeat scroll center;
	margin-top: 10px;
	margin-bottom: 0px;
}

div.hr hr {
  display: none;
}

/*----------------*/
/*----------------*/
/*----------------*/

#copy a, #foot a, #news a{
	color: #009999;
	text-decoration: none;
	border-bottom: 1px dotted #333300;
	padding-right: 3px;
	padding-left: 3px;
}

#copy a:hover, #foot a:hover, #news a:hover {
	color: #006666;
	text-decoration: none;
	border-bottom: 1px double #333300;
	padding-right: 3px;
	padding-left: 3px;
}

/*----------------*/
/*----------------*/
/*----------------*/


#copy .float-r {
	float: right;
	margin-left: 10px;
}

#copy .float-l {
	float: left;
	margin-right: 10px;
}

.float-r {
	float: right;
}

.float-l {
	float: left;
}

.clear {
	clear: both;
}

/*----------------*/
/*----------------*/
/*----------------*/

#news {
	margin: 0px 0px 10px;
	padding: 0px;
	width: 100%;
	background: #EDF6FB url(../images/news-back.jpg) no-repeat right top;
	border-bottom: 4px solid #903580;
}

#news-l {
	float: left;
	width: 320px;
	margin: 0px;
	padding: 10px;
}

#news-r {
	float: right;
	width: 329px;
	margin: 0px;
	padding: 10px 15px 0px;
	
}

#news .pad {
	padding-top: 10px;
	padding-bottom: 10px;
}

#news h1 {
	font-weight: bold;
	color: #336699;
	font-size: 1.5em;
	padding: 0px;
	margin: 0px;
}

/*----------------*/
/*----------------*/
/*----------------*/

fieldset {
	margin: 10px 0 0;
	padding: 0;
	background: url(../images/news-backPINK.jpg) no-repeat left bottom;
	border-top: 2px solid #81BCCE;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

fieldset label {
	text-align: right;
	float: left;
	color: #646354;
	margin-right: 15px;
	width: 150px;
	padding-top: 5px;
}

fieldset ol {  
padding: 1em 1em 0 1em;  
list-style: none;
}

fieldset li {  
padding-bottom: 1em;
}

legend {
	color: #5A594C;
	font-weight: bold;
	background: #FFFFFF;
	padding: 5px 10px;
	border-right: 1px solid #87BFD0;
}

input, textarea {
	background: #FFFFFF url(../images/hh-newsBack.jpg) no-repeat right bottom;
	padding: 3px;
	border: 1px solid #9FCDDC;
	width: 400px;
}

input:focus, textarea:focus {
	border: 1px solid #900;
}

submit {
	height: 20px;
	width: 100px;
	margin-top: 15px;
}
.small {
	font-size: 80%;
}

#fcf2 div.r {
	clear: both;
	padding-top: 5px;
}

#fcf2 span.f {
float: left;
width: 335px;
text-align: left;
}.blu {
	color: #B8D9E5;
}
