/* INDEX LAYOUT STYLES, overrides layout.css */
/* the header is shorter */
#header { height: 100px; }
#nav { bottom: 0; }

/* the dotted border shouldn't appear alongside the header*/
#container { background: none; } 
#content { background: url(../../../images/index_content_dotted_border.gif) repeat-y left; }

/* content should take up the whole width */
#content { float: none; width: 750px; }

/* footer */
#footer { margin: 0; background: #000000; }
#footer-links li { background-image: url(../footer_arrow_white.gif); }
#footer-links #footer-top { background-image: url(../footer_arrow_top_white.gif); }
#footer a { color: #FFFFFF; }


/* INDEX SPECIFIC STYLES */
/* the three callouts */
#index-callouts {
	height: 170px;
	margin: 0; padding: 0;
	list-style: none;
	background: #FFFFFF;
}

#index-callouts li {
	float: left;
	width: 250px; height: 170px;
	margin: 0; padding: 0;
	background-repeat: no-repeat;
	background-position: bottom left;
}
#index-callouts #callout-accountants {
	background-color: #9F9B9A;
	background-image: url(../accountants/index_callout_text.gif);
}
#index-callouts #callout-consultancy {
	width: 248px; margin: 0 1px;
	background-color: #000000;
	background-image: url(../consultancy/index_callout_text.gif);
}
#index-callouts #callout-planning {
	background-color: #0F2C72;
	background-image: url(../planning/index_callout_text.gif);
}

#index-callouts li a {
	display: block;
	height: 0;
	padding-top: 170px;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: top left;
}
#index-callouts #callout-accountants a { background-image: url(../accountants/index_callout_image.jpg); }
#index-callouts #callout-consultancy a { background-image: url(../consultancy/index_callout_image.jpg); }
#index-callouts #callout-planning a { background-image: url(../planning/index_callout_image.jpg); }


/* welcome and sidebar */
#welcome {
	float: left;
	width: 479px;
	padding: 10px;
}
#welcome strong { font-size: 1.35em; margin: 0 .1em; }

#index-sidebar {
	float: right;
	width: 230px;
	padding: 10px 10px 1px;
	text-align: center;
}

#index-sidebar .box {
	margin: 0;
	padding: 10px 0;
	background: url(divider.gif) no-repeat top center;
}

/* searchbox */
#searchbox h3 {
	margin: 0; padding: 0;
	height: 0; padding-top: 30px; overflow: hidden;
	background: url(site_search.gif) no-repeat top center;
}

#searchbox #qt {
	width: 106px;
	padding: 1px;
	border: 1px solid #959595;
	margin-bottom: 4px;
}


/* memberships */
#memberships p { margin: 4px 0; }

/* utilities */
#utilities { text-align: left; }
#utilities ul { margin: 0; margin-left: 60px; }
#utilities ul li {
	margin: .2em 0;
	padding: 4px 25px;
	background-image: url(icon_sitemap.gif);
}
#utilities #print-link { background-image: url(icon_print.gif); }
#utilities #bookmark-link { background-image: url(icon_bookmark.gif); }
