/* ===================================================== */
/*
** SITE GRID / COLUMN DEFINITIONS
*/
/* ===================================================== */

#global-wrapper {
	width:965px;
	margin:0 auto;
	text-align:left;
}
#main-wrapper {
	width:890px;
	margin:0 auto;
	text-align:left;
}
.content-wrapper {
	width:660px;
	float:right;
}
.sidebar {
	float:left;
	width:210px;
	margin:0 10px 0 10px;
}
.content-wrapper .sidebar {
	float:right;
	width:138px;
	margin:0px;
}
.content-wrapper .content {
	float:left;
	width:500px;
	padding:10px;
	padding-bottom:0px;
}

/* ===================================================== */
/*
** PAGE HEADER
*/
/* ===================================================== */

.skip-links {
	display:none;
}

/* ===================================================== */
/*
** PAGE HEADER
*/
/* ===================================================== */

#head {
	position:relative;
	width:890px;
	height:129px;
	color:inherit;
	z-index:0;
	margin:0 auto;
	text-align:left;
}

/* Logo */
#branding {
	display:block;
	position:absolute;
	left:20px;
	top:61px;
	width:190px;
	height:58px;
	z-index:1;
	color:inherit;
}


/* ===================================================== */
/*
** META-NAV / TOOLS
*/
/* ===================================================== */

#tools {
	display:inline;
	position:absolute;
	left:11px;
	top:8px;
}
#tools li {
	display:inline;
	padding-left:8px;
	margin-left:8px;
}
#tools li a {
	background-color:inherit;
	line-height:1.1em;
}
#tools li a:hover {
	background-color:inherit;
}

/* ===================================================== */
/*
** LANGUAGE
*/
/* ===================================================== */

#language {
	display:inline;
	position:absolute;
	right:11px;
	top:8px;
}
#language li {
	display:inline;
	line-height:1;
	padding-left:8px;
	margin-left:8px;
}
#language li a {
	background-color:inherit;
	line-height:1.1em;
}
#language li a:hover {
	background-color:inherit;
}


/* ===================================================== */
/*
** PAGE FOOTER
*/
/* ===================================================== */

#footer-wrapper {
	padding-top:13px;
	padding-bottom:13px;
}
#footer {
	width:870px;
	padding:15px 10px 15px 10px;
	margin:0 auto;
	position:relative;
}
#footer .utypia-logo {
	position:absolute;
	right:10px;
	bottom:15px;
}
#footer p {
	text-align:left;
	line-height:1.2em;
}


div#nav-sub div
{
	border-top-width:0px !important;
}

