body #page {
	width: 960px;
	margin: 0px auto 30px auto;
	height: 100%;
}

.header {
	float: left;
	width: 100%;
	
	position: relative;
	z-index: 100;
}

.nav#main-nav {

}

.nav ul#quick-links {
	float:left;
}

.nav span#welcome {
	float: left;
}

.nav div#search {
	float: right;
}

.nav ul#main-links {
	float: left;
	display: block;
	width: 100%;
	margin-top: 20px; 	
	position: relative;
	z-index: 90;
}

/* sub-navigation */

.nav ul#main-links li { 
	position: relative; /* set main nav item as position: relative for absolute pos of sub ul */
}

.nav ul#main-links li ul {
	visibility: hidden;
	position: absolute;
	top: auto;
	left: auto;
}

.nav ul#main-links li:hover ul, li.over ul { /* lists nested under hovered list items */
	visibility: visible;
}

.section#main {
	width: 100%;
	float: left;
	clear: both;
	/*border-right:solid 1px #e0e0e0;*/
	position: relative;
	z-index: 10;
}

.section#main .nav {
	width: 220px;
	float: left;
}

.section#main .section {
	float: left;
	width: 100%;
	
}

.section#main .global_home {
	width:960px; 
    position:relative; 
	background-color:#fff;
	border-right:none;
	
}




.section#main .layout-a .section {
	width: 780px;
	margin-left: 0px;
}

.section#main .layout-b .section {
	width: 550px;
	margin-left: 15px;
	margin-right: 0px;
	padding-right: 0px;
	padding-bottom:20px;	
}


.section#main .aside {
	width: 153px;
	float: right;
	margin-right:1px;
	 
}

.footer {
	width: 100%;
	color:#fff;
	text-decoration:none;
	clear: both;
	margin-top: 0px;
	border-top: solid 1px #fff;
	padding-top: 0px;
	background-color:#FF6600; 
}

