/* This is the Top of the Page with General Layout Options */
/* TAGS */
a:link {text-decoration: none; color: #303030;}
a:hover { color: #aaaaaa; }
a:visited {text-decoration: none; color: #303030;}
a:active {text-decoration: none;}
	
body { background-color: #FFFFFF; color: #666666; font-family: Arial, Helvetica, sans-serif;}

h1 { /*section navigation*/
	font-family: "Century Gothic", AppleGothic, Futura, Arial, sans-serif;
	color: #6F1223;
	font-size: 1.2em;
	text-transform: lowercase;
	display:block;
	margin: -35px 0 40px 12px;
	}
h2 { /*page title*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.5em;
	color: #AAAAAA;
	font-weight: bold;
	margin: -35px 0 0 0;
	position: absolute;
}
h3 { /* name */
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	font-weight: bold;
	margin: 12px 0 12px 0;
	}
	h3>span { color: #AAAAAA; font-size: .9em;}

ul {
	list-style-type:square;
	padding: 0px;
	padding-left: 15px;
}
/* END TAGS */

/* MAIN BOX */
#main {
	width:960px;
	margin: 60px 0 0 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", AppleGothic, Futura, Arial, sans-serif;
	font-size: .95em;
	font-weight: bold;
	text-align: right;
	padding-top: 67px;
	}
.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;}
#navbox {
	font-family: "Century Gothic", AppleGothic, Futura, Arial, sans-serif;
	font-size: .8em;
	line-height: 25px;
	margin: -35px 0 0 0;
	}
	#navbox a:hover {color: #AAAAAA;}
	#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;
}

/* Contact Page */
#hha_add {font-weight: bold; font-size: 1.5em; color: #666666; line-height:1;}
#address { display:block; list-style-type: none; padding: 5px 0 0 12px;}
#address>li { line-height: 1.25; margin: 0 0 8px 0; }
#map {float: right;margin-left: 10px;}
.leftpic { float: left; margin-right: 20px;}


/* Profile Pages */
#column {
	position: relative;
	text-align: justify;
	width: 485px;
	margin-left: -20px;
	margin-top: -10px;
	padding: 10px 20px 10px 20px;
}
.right_pic {
	float:right;
	display: block;
	clear:right;
	margin: 14px 0 0 10px;
	width: 190px;
	}

/* Project Lists Page*/
#projects { display: block; list-style-type: none; padding: 0;}
#projects li {
	display:block;
	float:left;
	height: 85px;
	width: 350px;
	margin: 0 8px 8px 0;
	color: #000000;
	border: solid #999999 thin;
	}
#projects>li>a:hover { color: #AAAAAA;}
#projects>li>a>img { 
	border-right: solid #999999 thin;
	margin: 0 5px 0 0; 
	float:left; 
	display:block;
	border-top: none;
	border-bottom: none;
	border-left: none;
	}
.project_name {
	font-size: 1em; 
	font-weight:bold; 
	display: block; 
	margin: 5px 5px 0 5px;
	}
.project_location {
	font-size: 1em; 
	font-weight: normal; 
	display: block; 
	margin: -15px 5px 0 5px;
	}

/* Project Paginator */
#project_list_counter { width: 150px; clear:both;}
#project_list_counter .qp_prev { display: block; float: right; font-weight: bold; }
#project_list_counter .qp_counter { display: block; float: left; margin-left: 20px;}			
#project_list_counter .qp_next { display: block; float: left; font-weight: bold;}

/* Portfolio Front Page */
#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", AppleGothic, Futura, Arial, sans-serif;
	font-size: .95em;
	font-weight: bold;
	padding-top: 2px;
	margin-top: 0px;
}
#plan_room {
	margin-left: 795px;
	margin-top: -35px;
	position:absolute;
	font-weight: bold;
}
.invis { color:#FFFFFF;}
.footer {
	margin-top: 18px;
	font-family: "Century Gothic", AppleGothic, Futura, Arial, sans-serif;
	font-size: .75em;
	}
.footer span {
	font-size: 1.25em;
	font-weight:bold;
	color:#6F1223;
}
