/* +Off */

#globalNav ul,
#localNav ul,
#textSizeNav ul,
#footerNav ul {
	list-style: none;
}

/* -Off */


body {
	background: #ffffff;
}


#wrapper {
	margin: 0 auto;
	width: 980px;
}


#header {
	padding: 20px;
	height: 108px;
	background: url(../images/bg-header-sprite.gif) 0 0 repeat-x;
	z-index: 3;
}

#header .bg {
	position: absolute;
	bottom: 0;
	width: 5px;
	height: 5px;
	font-size: 0;
	background: url(../images/bg-header-sprite.gif) no-repeat;
	z-index: 1;
}

#header .bg-bl {
	left: 0;
	background-position: 0 -149px;
}

#header .bg-br {
	right: 0;
	background-position: 0 -154px;
}


#logo {
	position: absolute;
	left: 50px;
	top: 5px;
	z-index: 1;
}

#logo span {
	display: none;
}


#utilNav {
	float: right;
	margin-bottom: 10px;
	z-index: 2;
}

#utilNav .left {
	margin-left: 20px;
}


#textSizeNav {
	clear: both;
	float: right;
	font-size: 0.9em;
	color: #fae7d3;
}

#textSizeNav li {
	float: left;
	margin-left: 13px;
}

#textSizeNav a {
	color: #fae7d3;
}

#textSizeNav .title {
	font-weight: bold;
}

#textSizeNav .normal {  }
#textSizeNav .medium {  }
#textSizeNav .large {  }


#globalNav {
	position: absolute;
	left: 25px;
	bottom: 0;
	width: 930px;
	height: 40px;
	font-size: 1.17em;
	font-weight: bold;
	z-index: 1;
}

#globalNav li {
	float: left;
}

#globalNav li.active {
	background: url(../images/bg-globalnav-li-topleft.gif) #ffffff 0 0 no-repeat;
}

#globalNav a {
	display: inline-block;
	padding: 0 20px;
	height: 40px;
	line-height: 40px;
	color: #ffffff;
	text-decoration: none;
}

#globalNav li.active a {
	padding: 0 25px;
	color: #454545;
	background: url(../images/bg-globalnav-li-topright.gif) 100% 0 no-repeat;
}


#cols-wrapper {
	margin: 20px 0 10px 0;
	z-index: 2;
}

/* + cols corners */
.cols-bg {
	position: absolute;
	width: 7px;
	height: 7px;
	font-size: 0;
	background: url(../images/bg-cols-corners.gif) no-repeat;
	z-index: 1;
}

.cols-bg-tl { left: 0; top: 0; background-position: 0 0; }
.cols-bg-tr { right: 0; top: 0; background-position: -7px 0 }
.cols-bg-bl { left: 0; bottom: 0; background-position: 0 -7px ; }
.cols-bg-br { right: 0; bottom: 0; background-position: -7px -7px; }
/* - cols corners */

#cols-top {
	height: 2px;
	font-size: 0;
	background: url(../images/bg-cols-v.gif) 0 0 repeat-x;
}

#cols-bottom {
	height: 2px;
	font-size: 0;
	background: url(../images/bg-cols-v.gif) 0 -2px repeat-x;
}

#cols {
	padding: 20px;
	background: url(../images/bg-cols-h.gif) 0 0 repeat-y;
}


#content-wrapper {
	float: left;
	width: 700px;
}

#content .box-content {
	width: 660px;
	position:relative;
	padding: 20px;
}


#sidecol {
	float: right;
	width: 220px;
}


#sidebar {
	
}


#localNav {
	margin-bottom: 20px;
}

#localNav li ul {
	display: none;
	margin-left: 20px;
	font-size: 0.9em;
	line-height: 1.3em;
}

#localNav li.active ul,
#localNav li.hover ul {
	display: block;
}

#localNav li li a {
	padding-left: 20px;
	font-weight: normal;
	background: url(../images/btn-arrow-small.gif) 5px 10px no-repeat;
}

#localNav li li.active a {
	font-weight: bold;
}


#footer {
	font-size: 0.9em;
	color: #8f8f8f;
}

#footer p {
	margin: 0;
}

#footer a {
	color: #8f8f8f;
}

#legal {
	float: left;
}

#legal-links {
	/*
	float: left;
	padding-left: 65px;
	*/
	float: right;
}

#legal-links a {
	margin-left: 10px;
}

#divide {
	float: right;
}