/* ===================================================== */
/*
** SITE GRID / COLUMN DEFINITIONS
*/
/* ===================================================== */

#main-wrap {
	width:870px;
	margin:0 auto;
	text-align:left;
}

/* 2 column layout */
.sidebar {
	float:left;
	width:220px;
}

.content {
	float:right;
	width:640px;
}



/* ===================================================== */
/*
** PAGE HEADER
*/
/* ===================================================== */

#head {
	width:840px;
	position:relative;
	text-align:left;
	margin:0 auto;
	padding:15px;
}

/*
** Logo
*/
#branding {
	float:left;
	width:310px;
	height:76px;
	background:url(../images/logo.png) no-repeat;
}
#branding a {
	display:block;
	width:310px;
	height:76px;
	overflow:hidden;
	text-indent:-9999px;
}


#nav-meta {
	float:right;
}
#nav-meta li {
	display:inline;
	margin-left:7px;
	border-left:1px solid #999;
	padding-left:7px;
}
#nav-meta a {
	color:#000 !important;
}
#nav-meta em {
	font-weight:bold;
	color:#f87b00;
	font-style:normal;
}


/* ===================================================== */
/*
** MAIN NAVIGATION
*/
/* ===================================================== */

#nav-main {
	background:url(../images/navmain_bg.gif) repeat-x #000;
	margin-bottom:10px;
}

#nav-main ul {
	width:870px;
	margin:0 auto;
}
#nav-main li {
	float:left;
	font-size:14px;
	font-weight:bold;
}
#nav-main a {
	display:block;
	padding:8px 8px;
	color:#fff;
	text-decoration:none;
}
#nav-main li.nm-act a,
#nav-main a:hover {
	color:#f8b600;
}



/* ===================================================== */
/*
** SUB NAVIGATION
*/
/* ===================================================== */

.nav-sub {
	border:1px solid #999;
	margin-bottom:10px;
	padding:11px;
}

.nav-sub li {
}
.nav-sub a {
	display:block;
	padding:4px 11px 4px 19px;
	background:url(../images/arrow.gif) 11px 7px no-repeat;
	text-decoration:none;
	font-weight:bold;
}
.nav-sub li.ns-act a,
.nav-sub a:hover {
	background:url(../images/arrow.gif) 11px 7px no-repeat #eee;
	color:#000;
}



/* ===================================================== */
/*
** BREADCRUMBS
*/
/* ===================================================== */

.breadcrumbs {
	padding:0 10px 10px 10px;
	border-bottom:1px solid #ccc;
	margin-bottom:10px;
	font-size:11px;
	color:#333;
}
.breadcrumbs li {
	display:inline;
	margin-right:7px;
	color:#555;
}
.breadcrumbs li a {
	color:#555;
}
.breadcrumbs li a:hover {
	color:#333;
	text-decoration:underline;
}




/* ===================================================== */
/*
** PAGE FOOTER
*/
/* ===================================================== */

#footer {
	width:840px;
	margin:15px auto 0 auto;
	text-align:center;
	padding:15px;
	background:url(../images/footer_bg.gif) repeat-x #e6e6e6;
}

#footer li {
	display:inline;
	margin-left:8px;
	border-left:1px solid #999;
	padding-left:8px;
}
#footer a {
	color:#000 !important;
}
#footer p {
	margin-top:0.5em;
}

