/* ---------- Basic Layout Styles ----------- */



html, body, #page {
	height: 100%;
}

#page-wrapper {
	min-height: 100%;
	min-width: 985px;
}

#header div.section, #featured div.section, #messages div.section, #main, #triptych, #footer-columns, #footer {
	width: 985px;
	margin-left: auto;
	margin-right: auto;
}

#header div.section {
	position: relative;
	background: url(../images/header.jpg);
}

.region-header {
	float: right; /* LTR */
	margin: 0 5px 10px;
}

.with-secondary-menu .region-header {
	margin-top: 3em;
}

.without-secondary-menu .region-header {
	margin-top: 15px;
}

#secondary-menu {
	position: absolute;
	right: 0; /* LTR */
	top: 0;
	width: 480px;
}

#content, #sidebar-first, #sidebar-second, .region-triptych-first, .region-triptych-middle, .region-triptych-last, .region-footer-firstcolumn, .region-footer-secondcolumn, .region-footer-thirdcolumn, .region-footer-fourthcolumn {
	display: inline;
	float: left; /* LTR */
	position: relative;
}

.one-sidebar #content {
	width: 685px;
}

.two-sidebars #content {
	width: 480px;
}

.no-sidebars #content {
	width: 985px;
	float: none;
}

#sidebar-first, #sidebar-second {
	width: 300px;
}

#main-wrapper {
	min-height: 300px;
	margin-top: 0px;
}

#content .section, .sidebar .section {
	padding: 0 15px;
}

#breadcrumb {
	margin: 0px;
}

#logobar {
	width: 985px;
	min-width: 965px;
}

#footer {
	width: 985px;
	min-width: 965px;
}