@import url("reset.css");
@import url("navigation.css");
@import url("contentstyles.css");

body {
	background: url('../images/bg.jpg') top center no-repeat #fff;
	/*background: url('../images/template.jpg') top center no-repeat;*/
	text-align: center;
	/* Reduce default font size to 10pt */
	color: #1d1060;
}
#container {
	width: 850px;
	margin: 0 auto;
	text-align: left;
	background: url('../images/bg_content.jpg') top center no-repeat;
/*	overflow: auto;
	overflow-y: hidden; */
}
.container {
	overflow: auto;
}

a:link, a:visited {
	color: #1d1060;
}
a:hover {
	text-decoration: none;
}
h3 {
	font-size: 1.6em;
	padding-bottom: 17px;
	font-family: "Trebuchet MS", arial, helvetica, sans-serif;
	color: #1d1060;
	font-weight: bold;
	background: url('../images/green_swoosh.gif') bottom left no-repeat;
}
h4 {
	font-size: 1.4em;
	font-family: "Trebuchet MS", arial, helvetica, sans-serif;
	color: #1d1060;
	font-weight: bold;
	clear: both;
	display: inline-block;
} 


/*--------
			header 
						-------*/
#header {	
	width: 100%;
	clear: both;
}
#header h1 {
	background: url('../images/hhdgp_logo.jpg') no-repeat;
	display: inline;
	width: 226px;
	height: 88px;
	float: left;
	margin: 50px 0 0 10px;
	text-indent: -9000px;
}

/*------- text-size changer -------*/ 

#accessibility {
	position: absolute;
	top: 7px;
	right: 4px;
}
#accessibility ul {
	display: block;
	height: 14px;
	width: 139px;
	list-style-type: none;
	background: transparent url('../images/aaa.gif') no-repeat !important;
}
#accessibility ul li {
	float: left;
}
#accessibility ul li.printer,
#accessibility ul li.siteMap {
	border-left: 1px solid #999;
}
#accessibility ul li a {
	text-indent: -9000px;
	display: block;
	width: 14px;
	height: 14px;
	margin: 0 2px 0 2px;
}
#accessibility ul li.small a:hover {
	background: transparent url('../images/aaa.gif') -2px -16px no-repeat !important;
}
#accessibility ul li.medium a:hover {
	background: transparent url('../images/aaa.gif') -20px -16px no-repeat !important;
}
#accessibility ul li.large a:hover {
	background: transparent url('../images/aaa.gif') -38px -16px no-repeat !important;
}

#accessibility ul li.printer {
	padding: 0 5px;
}

#accessibility ul li.printer a {
	background: url("../images/icons/icon-printer.gif") 0 0 no-repeat;
}

#accessibility ul li.printer a:hover {
	background: url("../images/icons/icon-printer.gif") 0 -14px no-repeat;
}

#accessibility ul li.siteMap a {
	text-indent: 0;
	display: inline;
	background: 0;
	margin-left: 6px;
	font: 12px  Arial, Helvetica, sans-serif;
}

/*--------
			feature image 
						-------*/
#feature {
	background: url('../images/feature_bg.gif') no-repeat;
	display: block;
	width: 770px;
	height: 224px;
	clear: both;
	position: absolute;
	top: 134px;
	right: 15px;
	z-index: 200;
}
#featureImage {
	width: 406px;
	height: 251px;
	position: absolute;
	right: 0;
	top: -17px;
}
#featureInfo h2 {
	text-indent: -9000px;
	display: block;
	margin: 54px 0 0 30px;
	padding: 0;
	background: transparent url('../images/feature_text.gif');
	width: 442px;
	height: 60px;
}
#featureInfo p a {
	display: block;
	clear: both;
	padding-left: 24px;
	background: url('../images/green_arrow.gif') bottom left no-repeat;
	font-size: 1.4em;
	font-weight: bold;
	color: #eff8fe;
	margin: 10px 0 0 30px;
}
#featureInfo p a:hover {
	color: #fff;
	text-decoration: none;
}
#magicDivider {
	width: 100%;
	clear: both;
	font-size: 11px;
}

/*--------
			level 2 heading 
								-------*/
#level2Heading {
	background: url('../images/level2_heading_bg.gif') no-repeat;
	display: block;
	width: 770px;
	height: 134px;
	clear: both;
	position: absolute;
	top: 134px;
	right: 15px;
	z-index: 200;
}
#level2Heading h2 {
	display: block;
	margin: 40px 0 0 30px;
	padding: 0;
	color: #fff;
}
#breadCrumbs {
	margin-left: 31px;
	margin-top: 4px;
	color: #fff;
}
#breadCrumbs p {
	float: left;
	font-size: 1.1em;
}
#breadCrumbs p a:link, #breadCrumbs p a:visited {
	background: url('../images/raquo.gif') center right no-repeat;
	padding-right: 15px;
	margin-right: 5px;
	color: #cef9cb;
	font-weight: bold;
}

/*--------
			sub menu 
						-------*/
#subMenu {
	width: 254px;
	background: url('../images/level2_menu.gif') no-repeat;
	float: left;
	margin: 81px 0 0 6px;
	display: inline;
	/*position: absolute;
	top: 306px;
	left: 4px;*/
	clear: both;
}
#subMenu h3 {
	margin: 54px 0 0 35px;
}
#subMenuBase {
	margin-left: 6px;
}
#subMenu p {
	margin: 10px 0 0 35px;
	font-size: 1.1em;
}
#subMenu p strong {
	font-weight: bold;
}
#ctoc {
	margin: 0 0 0 35px;
	font-size: 1.1em;
	width: 170px;
	text-align: right;
}
.ctoc_item1, .ctoc_item0 {
	border-bottom: 1px solid #acc5d4;
	padding: 4px 0 4px 0;
}
.ctoc_children a {
	display: block;
}
.ctoc_children a:link, .ctoc_children a:visited, .ctoc_item0 a:link, .ctoc_item0 a:visited {
	text-decoration: none;
}
.ctoc_children a:hover, .ctoc_item0 a:hover {
	text-decoration: underline;
}
#ctoc_current_item {
	font-weight: bold;
}

/*-------
			contact form
		
								-------- */
								
#contactForm {
	border: 1px solid #eee;
	padding: 10px 20px 10px 20px;
	background-color: #fff;
}
#contactForm p {
	position: relative;
	clear: both;
	border-bottom: 1px solid #DDF1E6;
	padding: 0 0 8px 0;
	margin: 3px 0 1px 0;
}			
#contactForm .field {
	position: absolute;
	left: 60px;
	width: 350px;
	padding: 4px;
	border: 1px solid #A5ACB2;
	background-color: #fff;
	vertical-align: middle;
}
#contactForm textarea {
	border: 1px solid #A5ACB2;
	background-color: #fff;
	height: 210px;
	width: 410px;
	margin-top: 10px;
	padding: 4px;
}					
#contactForm textarea {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	clear: both;
}		
#contactForm .sendButton {
	position: absolute;
	left: 348px;
	top: 5px;
}						



/*--------
			main content
								-------*/
#leftColumn {
	float: left;
	width: 259px;
	margin-left: 10px;
	display: inline;
}
#rightColumn {
	float: left;
	width: 500px;
}				
#mainContent {
	width: 518px;
	background: url('../images/main_content_bg.jpg') no-repeat;
	/*float: left;*/
	margin: 87px 0 0 0;
	overflow: hidden;
	font-size: 1.2em;
}
#mainContent .pad {
	margin: 50px 24px 24px 24px;
	clear: both;
}
#mainContent p {
	padding: 14px 0 14px 0;
}

#mainContent h1,
#mainContent h2,
#mainContent h3,
#mainContent h4,
#mainContent h5,
#mainContent h6 {
	background: none;
	color: #1d1060;
	display: block;
	font-family: "Trebuchet MS", arial, helvetica, sans-serif;
	font-weight: bold;
	line-height: 1.2em;
	padding: 0;
}

#mainContent h1 {
	font-size: 1.8em;
	margin: 0 0 10px 0;
}

#mainContent h2 {
	font-size: 1.7em;
	margin: 0 0 9px 0;
}

#mainContent h3 {
	font-size: 1.6em;
	margin: 0 0 8px 0;
}

#mainContent h4 {
	font-size: 1.5em;
	margin: 0 0 7px 0;
}

#mainContent h5 {
	font-size: 1.4em;
	margin: 0 0 6px 0;
}

#mainContent h6 {
	font-size: 1.3em;
	margin: 0 0 4px 0;
}

em, i {
	font-style:					italic;
}

strong, b {
	font-weight:				bold;
}

sup {
	vertical-align: 			super;
}

sub {
	vertical-align: 			sub;
}


#search {
	background: url('../images/search_box.gif') no-repeat;
	height: 101px;
	clear: both;
	padding: 22px;
	margin-top: 10px;
	margin-left: 3px;
}
#search .searchField {
	width: 174px;
}
/*--------
			home page panels
								-------*/

#panel1 {
	width: 264px;
	height: 380px;
	background: url('../images/panel_left.gif') no-repeat;
	float: left;
	margin: 150px 0 0 4px;
	display: inline;
	/*position: absolute;
	top: 306px;
	left: 4px;*/
}
#panel2 {
	width: 264px;
	background: url('../images/panel_middle.gif') no-repeat;
	float: left;
	margin: 150px 0 0 0px;
	/*position: absolute;
	top: 306px;
	left: 267px;*/
}
#panel3 {
	width: 264px;
	background: url('../images/panel_right.gif') no-repeat;
	float: left;
	margin: 150px 0 0 0px;
	/*position: absolute;
	top: 306px;
	left: 529px;*/
}


.newsList {
	font-size: 1.2em;
}
.newsList dd {
	border-bottom: 1px solid #acc5d4;
	padding-bottom: 4px;
}
.newsList dt {
	margin-top: 4px;
	font-weight: bold;
}
.greenLink:link, .greenLink:visited {
	display: block;
	width: auto;
	height: 28px;
	padding-left: 38px;
	padding-top: 6px;
	font-size: 1.2em;
	background: url('../images/green_arrow2.gif') 10px 7px no-repeat #f1fff0;
}

#panel1 .container {
	margin: 50px 30px 0 40px;
}
#panel2 .container {
	margin: 50px 24px 0 28px;
}
#panel3 .container {
	margin: 70px 24px 0 27px;
}
.tickList {
	font-size: 1.2em;
	margin-top: 10px;
}
.tickList li {
	border-bottom: 1px solid #acc5d4;
	padding: 6px 0 6px 18px;
	background: url('../images/tick.gif') 0px 10px no-repeat;
}
.search {
	margin-bottom: 10px;
}
.searchButton {
	width: 25px;
	height: 26px;
	float: left;
}
.search img {
	margin-left: 10px;
}
.searchField {
	width: 179px;
	float: left;
	margin-top: 2px;
}

/*--------
				footer
								-------*/
								
#footer {
	width: 770px;
	background: url('../images/footer_bg.gif') top center no-repeat;
	overflow: auto;
	clear: both;
	float: left;
	display: inline;
	margin: 15px 0 0 15px;
	padding-top: 18px;
}
#footer p {
	font-size: 1.2em;
	float: left;
	width: 350px;
}
#footer ul {
	float: right;
	width: 410px;
}
#footer ul li {
	float: left;
}
#footer ul li a:link, #footer ul li a:visited {
	font-size: 1.1em;
	padding: 0 6px 0 6px;
	border-right: 1px solid #999;
}
#footer ul li.imagin8 a {
	border-right: 0;
	color: #4db748;
}
#footerBase {
	height: 95px;
	width: 810px;
	clear: both;
	margin: 0 auto;
}
input.send-btn {
	width: 130px;
	height: 25px;
	background: url('../images/search.gif') no-repeat 0 -26px;
	outline: none;
	margin: 0;
	padding: 0;
	border: 0;
	float: left;
	width: 25px;
	height: 26px;
}
input.send-btn:hover {
	background: url('../images/search.gif') no-repeat;
}
.rsvpButton:link, .rsvpButton:visited {
	display: block;
	height: 37px;
	width: 210px;
	text-indent: -9000px;
	background: url('../images/rsvp.jpg') no-repeat 0 -37px;
	margin-left: 26px;
}
.rsvpButton:hover, .rsvpButton:focus {
	background: url('../images/rsvp.jpg') no-repeat 0 0;
}


.test_div { background-color: #ff0000; }

/** sitemap links
--------------------------------------- */	
	
#siteMap {
	font-size: 1.2em;
	margin-top: 20px;
}
a.category 
{
	font-weight: bold;
	/*text-decoration: 		none;
	color:					#DC0E2C;*/
	}
	
a.item 
{
	text-decoration: 		none;
	color: 					#444;
	}	

a.document 
{
	text-decoration: 		none;
	font-size:				90%;
	}
	
a.category:hover, a.item:hover, a.document:hover
{
	text-decoration:		underline;
		}
		
		
		
/* ---------- TESTING --------- */

/*.container { display: none !important; }
#featureImage {
	display: none !important;
}

#featureInfo p a {
	display: none !important;
}
#featureInfo h2 {
	display: none !important;	
}*/

