/* 
	Harrys Photos - Divs formatting  
*/

#div-header {
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	width: 100%;
	min-width: 360px;
	text-align: left;
}

/* containers for the images */
#div-images {
	clear: both;
	margin-left: auto;
	margin-right: auto;
	width: 80%;
	min-width: 660px;
}
#div-images2 {
	clear: both;
	margin-left: auto;
	margin-right: auto;
	width: 90%;
	min-width: 260px;
}
/* containers for the images */

#div-center {
	margin-left: auto;
	margin-right: auto;
	padding: 20px;
}

#div-before, #div-after {
	margin-left: 3%;
	margin-right: auto;
	width: 95%;
	color: #0000ff;
}

#cl_login {
	margin-left: auto;
	margin-right: auto;
	width: 360px;
}

/*  Footer
    Divs to help keep footer at bottom of page,
    and prevent it being overlaid 
*/
#cl_pageContainer {
	height: auto !important;
	height: 100%;
	min-height: 100%;
}
#cl_padding {
	padding: 0 0 45px 0;
}
#cl_footer {
	clear: both;
	position: relative;
	font-size: 1em;
	text-decoration: none;
}

#cl_buttonbar {
	clear:both;
	position:absolute;
	top:104px;
	float:left;
	width:30%;
	padding:10px;
}

#div-1 {
	width:95%;
	margin-left:3%;
	padding:4px;
}
#div-1a {
	float:left;
	width:160px;
	height:auto;
	padding-top: 0px;
}
#div-1b {
	float:left;
	width:680px;
	height:auto;
	padding: 12px;
}
#div-1c {
	float:left;
	margin: 4px 20px 10px 40px;
	width: 260px;
	height: auto;
}
#div-1d {
	float:left;
	width:5%;
	height:auto;
}
#div-1e {
	clear:both;
}

#nav_text {
	display: none; 
	background:#fff; 
	border: 1px solid gray; 
	position:absolute; 
	left:40px; 
	width:300px; 
	padding:5px 10px 5px 10px;
	float:left; z-index:3; 
}

#footer {
	clear: both;
	position:fixed;
	bottom: 20px;
	left: auto;
	right: auto;
	text-align: center;
	width:55%;
	height:50px;
	padding-left: 20px;
	padding-top: 10px;
}

#contactMe {
	margin-left:auto;
	margin-right:auto;
}

#gallery {
	margin-left:auto;
	margin-right:auto;
}

/* Horizontal Accordian */
#centerImages {
	margin-left: auto;
	margin-right: auto;
	width: 900px;
}
#horizAccordion {
	list-style: none;
	margin: 30px 0;
	padding: 0;
	height: 450px;
	width: 960px;
	overflow: hidden;
	background: #999;
}
#horizAccordion li {
	float: left;
	border-left: 0px;
	display: block;
	height: 420px;
	width: 60px;
	padding: 15px 0;
	overflow: hidden;
	text-decoration: none;
	font-size: 16px;
	line-height: 1.5em;
	border-left: 1px solid #fff;
}
 