/* For Internet Explorer below version 7 

1.LAYOUT
2.NAVIGATION
	2.1. 
3.PAGES/SECTIONS
	3.1. Homepage (Public) 
*/

/* -- 1.LAYOUT -- */
#content {
	background-color: #fff;
	background-image: none;
	margin:0 auto;
	padding:20px 30px 30px;
	width:920px;
}
#header .inner {
	height: 171px;
}
#main-content {
	width: 520px;
}
#sidebar {
	float: right;
}
/* -- 2.NAVIGATION -- */
/* 2.1. Main Nav */
div#main-nav ul li a span {
	float: left;
	height: 24px;
	margin: 2px 0 0 4px;
	padding: 12px 5px;
}
/* 2.2. Sub Nav */
#sub-nav ul {
	background-image: none;
	padding-bottom: 0;
}
#sub-nav ul li {
	background-image: none;
}
/* 3.PAGES/SECTIONS */
/* 3.1. Homepage (Public) */
body#public.homepage #sidebar {
	height: 353px;
}
body#public.homepage #homepage-modules #homepage-module-1.homepage-module,
body#public.homepage #homepage-modules #homepage-module-2.homepage-module {
	height: 241px;
}
body.homepage #homepage-modules #homepage-module-3.homepage-module {
	height: 280px;
}
body#public.homepage #sidebar #login-container {
	height: 150px;
}
body#public.homepage #sidebar #sidebar-news-section ul li {
	margin: 0;
	padding: 0;
}
body#public.homepage #sidebar #sidebar-news-section ul li a span {
	background-image: none;
	padding: 0;
}
/* 4.4.1. Welcome Message */
body.homepage#public #welcome-message .welcome-message-description {
	background-image: none;
}

/* 3.1. Homepage (Private) */
body#private.homepage #main-content {
	background-image: none;
	height:300px;
}
body#private.homepage #welcome-message {
	margin-left: 20px;
}

