/* =============================================== */
/* Forte Designs Stylesheet */
/* Layout Definition */
/* Created by Ben Wakeford / Digino 2007 */
/* =============================================== */


/* =============================================== */
/* SECTION : OVERALL LAYOUT */
/* =============================================== */

/* - BODY ------------ */

body {
	background-color : #EAE9D9;
	/* :HACK: IE5 hack to center divs: */
	text-align:center;
	/* :END HACK: */
	margin : 0;
}

/* - CONTAINER ------------ */

div.container {
	width : 771px;
	margin : 30px auto 0 auto;
	position : relative;
	background-color : #EAE9D9;
	/* :HACK: Reset IE5 hack from BODY tag: */
	text-align : left;
	/* :END HACK: */
}


/* =============================================== */
/* SECTION : MAIN DIVISIONS */
/* =============================================== */

div.header {
	width : 771px;
	height : 111px;
	overflow : hidden;
	margin : 0 0 6px 0;
	background-color : #BE6419;
}

div.logo {
	width : 117px;
	height : 111px;
	float : left;
	background : #EAE9D9 url(../../images/common/logo-main.gif) no-repeat scroll 0 0;
}

div.menu {
	width : 654px;
	float : right;
}

div.content {
	width : 771px;
	margin : 0 0 6px 0;
}

div.content-text {
	width : 363px;
	height : 363px;
	float : left;
	background-color : #949266;
	overflow : auto;
}

div.content-imagery {
	width : 402px;
	height : 363px;
	float : right;
}

div.footer {
	width : 751px;
	height : 2.5em;
	background-color : #483C32;
	padding : 0.4em 10px 0 10px;
	overflow : hidden;
	margin : 0 0 10px 0;
}



/* =============================================== */
/* SECTION: MISCELLANEOUS LAYOUT ELEMENTS*/
/* =============================================== */

/* -- Force succeeding elements onto the next line -- */
.clear {
	clear : both;
	/* :IE6 HACK: Ensure empty DIV has no height */
	font-size: 0;
	height : 0;
	/* :End HACK: */
}

/* -- Hide accessibility elements from advanced browsers -- */
.hide {
	display : none;
}

.horizontal-rule {
	height : 1px;
	background-color : #B2B091;
	margin : 10px 0;
	font-size : 0;
	clear : both;
}

