/**** header tag definitions ****/

#gallery_header_container {
	text-align: left;
	position:absolute;
	width:978px;
	height:141px;
	top:0px;
	left:50%;
	margin-left:-489px;
	padding: 0;
}
	
#gallery_header_container h1 a{
	margin: 25px 0 0 0;
	padding: 0px;
	display:block;
	width:306px;
	height:65px;
	position:absolute;
	text-indent:-99999px;
	background:url(/images/logo.png) no-repeat top left;
}

.haccordion{
	padding: 0;
}

.haccordion ul{
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden; /*leave as is*/
}


.haccordion li{
	margin: 0;
	padding: 0;
	display: block; /*leave as is*/
	width: 100%; /*For users with JS disabled: Width of each content*/ /*For users with JS disabled: Height of each content*/
	overflow: hidden; /*leave as is*/
	float: left; /*leave as is*/
}

.haccordion li .hpanel{
	width: 100%; /*For users with JS disabled: Width of each content*/
	height: 100px;  /*For users with JS disabled: Height of each content*/
}

#projects{
	padding: 0;
	width:600px;
	margin:0 10px 0 395px;
}

#projects li{
	margin:0 0 0 0; /*Spacing between each LI container*/
	border: 3px solid #100e0f;
}

#projects li .hpanel{
	font-family: Verdana, Geneva, Arial;
	font-size:10px;
	color: #FFF;
	padding: 5px; /*Padding inside each content*/
	background:url(/images/tr.png) repeat top left;
	background-color:none;
	cursor: hand;
	cursor: pointer;
}

#projects li a{
	font-family: Verdana, Geneva, Arial;
	font-size:10px;
	color: #FFF;
	text-decoration:underline;
}


/**** footer tag definitions ****/

#gallery_footer_container {
	margin: auto;
	padding: 0px 120px 4px 120px;
	clear: both;
	background: #eee;
}
	
#gallery_footer_container div.footer {
		margin: 40px 0px 12px 0px;
		padding: 4px 4px 0px 4px;
		background: #EEE;
	}
	
#gallery_footer_container div.footer p {
		color: #000;
		font-size: 11px;
	}
	
#gallery_footer_container div.footer p img.footer_logo {
		vertical-align: middle;
		margin: 0px 4px 4px 0px;
		border: 0px;
	}
	
#gallery_footer_container div.footer a {
		font-size: 11px;
		font-weight: normal;
	}