/* This is the Top of the Page with General Layout Options */
/* TAGS */
a:link {
	text-decoration: none;
	color: #303030;
	}
a:visited {
	text-decoration: none;
	color: #303030;
	}
a:active {
	text-decoration: none;
	color: #303030;
	}
	
	
body {
	background-color: #FFFFFF;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	}


h1 { /* Main title in personell section - name in large black lettering */
	font-family: "Century Gothic", Century;
	color: #303030;
	font-size: 1.5em;
	font-weight: bold;
	letter-spacing: 1px;
	margin-top: 30px;
	margin-bottom: 3px;
}
h2 { /* ??? */
	font-family: Arial, Helvetica, sans-serif;
	color: #6F1223;
	font-size: 1.1em;
	font-weight: bold;
}
h3 {
	font-family: Arial, Helvetica, sans-serif;
	color:#AAAAAA;
	font-size: .8em;
	font-weight: bold;
	letter-spacing: 1px;
}
h4 { /* Sub-title in personell section - position in grey lettering */
	font-family: Arial, Helvetica, sans-serif;
	color: #DEB271;
	font-size: 1.3em;
	font-weight: bold;
	letter-spacing: 1px;
	margin-top: 0px;
}
ul {
	list-style-type:square;
	padding: 0px;
	padding-left: 15px;
}

/* END TAGS */


/* MAIN BOX */
#main {
	width:960px;
	margin-left:60px;
	margin-top:60px;
	text-align:left;
	padding: 0px;
	background-image:url(../images/pagebackground.jpg);
	background-repeat:no-repeat;
	}
/* END MAIN BOX */



/* Page Head - Main head are of page including navagation, logo, portoflio and section headings. */
/* HEADER BOX */
#header {
	height: 158px;
	background-image:url(../images/hhalogo.png);
	background-repeat: no-repeat;
}
/* END HEADER BOX */


/* NAVIGATION */
.navigation {
	font-family: "Century Gothic", Century;
	font-size: 1.2em;
	text-align: right;
	padding-top: 62px;
	}
.navigation a {
	padding-left:20px;
	color: #999999;
	}
.navigation a:hover
  {
	color: #6F1223;
	}
/* END NAVIGATION */
/* End page header area */


/* CONTENT AREA */
#contentbox { /* Maint Content area - where all relevent info is located. */
	
}
	/* SIDE NAV - Left hand side navagation for 'about' section and portfolio */
	#navroot {
		float: left;
		width: 225px;
	}
	#title {
	height: 20px;
	width: 225px;
	margin-top: -35px;
	margin-left: 0px;
	position: absolute;
	text-align: center;
	}
	#navbox {
		font-family: Arial, Helvetica, sans-serif;
		font-size: .98em;
		font-weight: bold;
		line-height: 25px;
		padding-left: 50px;
		margin-top: -17px;
	}
	#navbox a:hover {
		color: #DEB271;
	}
	#navsec {
		list-style-type: none;
		padding: 10px;
	}
	/* END SIDE NAV */


#content {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .8em;
	color: #000000;
	float:right;
	width: 725px;
}
.contentnext {
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottoms: 10px;
}

#pagetitle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	color: #AAAAAA;
	font-weight: bold;
	margin-top: -35px;
	position: absolute;
	}
#personalimage {
	float:right;
	display: block;
	clear:right;
	margin-top: 14px;
	margin-left: 10px;
	width: 190px;
}
#address {
	display:block;
	height: 250px;
	width: 650px;
	float: left;
}
#address>p {
	font-size: .9em;
	color:#000000;
}
#map {
	float: right;
	margin-left: 10px;
}
.leftpic {
	float: left;
	margin-right: 20px;
}
#column {
	position: relative;
	text-align: justify;
	width: 485px;
	margin-left: -20px;
	margin-top: -10px;
}
#backnav {
	font-size: 1em;
	font-weight: bold;
	margin-left: 560px;
	margin-top: -30px;
}
#backnav a {
	color: #303030;
}
#backnav a:hover {
	color: #DEB271;
}

#project_list_counter {
	width: 400px;
	}
#project_list_counter .qp_prev {
	display: block;
	float: right;
	font-weight: bold;
	}
#project_list_counter .qp_counter {
	display: block;
	float: left;
	margin-left: 150px;
	}			
#project_list_counter .qp_next {
	display: block;
	float: left;
	font-weight: bold;
	}
#portfolioImages {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#portfolioImages li {
	float: left;
	margin-right: 5px;
}
#portfolioImages li img {
	border: #000000 solid thin;
}
/* END CONTENT AREA */

/* FOOTER */
#footbox {
	background-image: url(../images/footerbackground.png);
	background-repeat:no-repeat;
	padding-left: 15px;
	height: 85px;
	clear: both;
	}
#news {
	font-family: "Century Gothic", Century;
	font-size: .95em;
	font-weight: bold;
	padding-top: 2px;
	margin-top: 0px;
}
#client {
	margin-left: 795px;
	margin-top: -35px;
	position:absolute;
	font-weight: bold;
}
.invis {
	color:#FFFFFF;
}
.footer {
	margin-top: 18px;
	font-family: "Century Gothic", Century;
	font-size: .75em;
	}
.footer span {
	font-size: 1.25em;
	font-weight:bold;
	color:#6F1223;
}