/* Holmes Consulting Group homepage styles */

/* ---------- layout ---------- */

html,
body {
	height: 100%;
	margin: 0;
	padding: 0;
	}

body {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	text-align: center;
	color: #333;
	background-color: #333;
	}

#shim {
	visibility: hidden;
	width: 100%;
	height: 50%; /* Bump #container down half the height of the screen. */
	margin-top: -312px; /* Half the height of #container (including top and bottom padding) */
	float: left;
	}

#page-container {
	width: 772px;
	height: 604px;
	clear: both;
	margin: 0 auto;
	padding: 10px 10px 10px 10px;
	text-align: left;
	}


/* ---------- header ---------- */			

#header {
	width: 772px;
	height: 96px; /* retains same position as other pages without main nav */
	float: left;
	position: relative;
	}

#header img {
	border: none;
	float: left;
	margin: 0;
	padding: 0;
	}

#header form {
	float: right;
	margin: 21px 0 0 0;
	padding: 0;
	width: 220px;
	text-align: right;
	}

#header form input {
	width: 136px;
	border: 1px solid #ececec;
	margin: 0;
	padding: 3px;
	font-size: 11px;
	color: #fff;
	background-color: #acacac;
	}

#header form input.button {
	width: auto;
	overflow:visible;
	color: #fff;
	cursor: pointer;
	font-weight: bold;
	margin: 0 0 0 2px;
	padding: 2px 3px;
	}

#hidden-text {
	display: block;
    background: transparent;
    background-image: none; 
    border: none;
    height: 0;
    overflow: hidden;
    padding: 0;
    margin: -1px 0 0 -1px;
    margin: 0;
    width: 0;
	}
	
#header .print-logo {
	display: none;
	}	

	
/* ---------- main box structure ---------- */		

#box-wrapper {
	width: 762px;
	height: 477px;
	border: 1px solid #fff;
	clear: both;
	padding: 4px;
	}
	
#box {
	width: 760px;
	height: 475px;
	border: 1px solid #808080;
	float: left;
	background-color: #fff;
	clear: both;
	overflow: hidden; /* fixes added bottom margin bug in IE6 */
	}	
	
/* ----- photos ----- */

#photo-wrapper {
	float: left;
	width: 760px;
	height: 475px;
	margin: 0; /* FF */
	position: relative;
	}
	
#photo-wrapper ul.kwicks li {
	position: relative;
	}	
	
.nav {
	position: absolute;
	left: 2px;
	bottom: 0;
	font-size: 1.3em;
	text-transform: uppercase;
	line-height: 1.3;
	}
	
li#kwick1 .nav {
	left: 0;
	}

.nav h2 {
	margin: 0;
	padding: 0;
	line-height: 1;
	font-weight: normal;
	font-size: 1.0em;
	}

.nav a:link, 
.nav a:visited {
	color: #fff;
	text-decoration: none;
	background: url(../img/bg-nav-homepage.png) repeat 0 0; /* FF */
	display: block;
	width: 267px;
	padding: 10px 10px 7px 8px;
	}	
	
.nav a:hover {
	color: #fff;
	text-decoration: none;
	background: url(../img/bg-nav-homepage.png) repeat 0 0; /* FF */
	display: block;
	width: 267px;
	padding: 10px 10px 7px 8px;
	font-weight: bold;
	}	
	
.nav a:focus {
	outline: none;
	}	
	
li#kwick1 .nav a:link, 
li#kwick1 .nav a:visited {
	padding: 10px 10px 7px 10px;
	}	
	
li#kwick1 .nav a:hover {
	padding: 10px 10px 7px 10px;
	}
	
.hidden-summary {
	display: block;
    background: transparent;
    background-image: none; 
    border: none;
    height: 0;
    overflow: hidden;
    padding: 0;
    margin: -1px 0 0 -1px;
    margin: 0;
    width: 0;
	}	
	
	
/* ---------- footer ---------- */	

#footer {
	float: left;
	width: 772px;
	margin: 7px 0 0 0;
	color: #fff;
	font-size: 1.0em;
	}
	
#footer .copyight {
	float: left;
	width: 292px;
	}	
	
#footer .design {
	float: left;
	width: 250px;
	}
	
#footer .design a:link, 
#footer .design a:visited {
	color: #fff;
	text-decoration: none;
	}
	
#footer .design a:hover {
	color: #fff;
	text-decoration: underline;
	}		
	
#footer .legal-link {
	float: right;
	width: 150px;
	text-align: right;
	}
	
#footer .legal-link a:link, 
#footer .legal-link a:visited {
	color: #fff;
	text-decoration: none;
	}
	
#footer .legal-link a:hover {
	color: #fff;
	text-decoration: underline;
	}		
	
/* ---------- clearing divs ---------- */			
	
.clear { /* simple clearing div with no height */
	clear: both;
	font-size: 0.1px;
	border: none;
	margin: 0; 
	padding: 0;
	background: transparent;
	}	
	
/* ---------- accessibility ---------- */	
	
/* Skip links */

.accessLinks {
	display: block;
    background: transparent;
    background-image: none; 
    border: none;
    height: 0;
    overflow: hidden;
    padding: 0;
    margin: -1px 0 0 -1px;
    margin: 0;
    width: 0;
	}
			
