body {
	/*background: url(/assets/img/portal/bodyBgRepeat.png) repeat-x center center;*/
}

div#siteBg {
	background: url(/assets/img/portal/siteBg.png) no-repeat top right;
}

div#header {
	height: 61px;
}

div#headerLinks {
	float: left;	
	padding-left: 20px;
	padding-top: 10px;
}

div#headerLinks a, div#headerLinks a:hover {
	font-family: Myriad Pro, Arial;
	font-size: 10px;
	color: white;
	text-decoration: none;
	margin-right: 40px;
}

div#headerLinks a:hover {
	text-decoration: underline;
}

img#logo {
	float: right;
	margin-right: 100px;
	margin-top: 14px;
}

div#menu {
	height: 33px;
	background: url(/assets/img/portal/menuBg.png) repeat-x top left;
	padding-top: 11px;
	padding-left: 20px;
}

div#menu ul {
	margin: 0;
	padding: 0;
}

div#menu ul li {
	list-style: none;
	float: left; 
	margin-left: 30px;
	margin-right: 30px;	
}

div#menu ul > li:first-child {
	margin-left: 0;
}

div#content {
	height: 420px;
}

div#portalContent > h1:first-child {
	height: 20px;
}

div#portalContent {
	width: 400px;
	padding-top: 20px;
	padding-right: 30px;
	margin-left: 570px;
}

div#contentScroll {
	width: 400px;
	height: 215px;
	overflow-y: auto;
}

div#contentScroll > p:first-child {
	margin-top: 0;
	padding-top: 0;

}

div#portalBgOverlay {
	width: 970px;
	height: 150px;
	margin-left: 15px;
}

div#portalArrows {
	background: url(/assets/img/portal/arrowsBg.png) no-repeat top left; 
	width: 625px; 
	height: 159px; 
	float: left;
}

div#portalMovie {
	width: 140px;	
	height: 123px;
	float: left;
	margin-top: 15px;
	margin-left: 53px;
}


div#portalNews {
	width: 140px;	
	height: 123px;
	float: left;
	margin-top: 15px;
	margin-left: 53px;
}

div#portalNews ul {
	height: 80px;
}

div#portalNews ul li {
	padding-bottom: 2px;
}

div#portalNews ul li a {
	text-decoration: none;
	font-size: 10px;
}

div#portalNews ul li a:hover {
	text-decoration: underline;
}

div#portalCompanyInfo {
	width: 135px;	
	height: 123px;
	margin-left: 60px;
	margin-top: 15px;
	float: left;
}

div#portalCompanyInfo ul li {
	padding-bottom: 2px;
	font-size: 10px;
}

div#projectsFlash {
	width: 288px;
	height: 120px;
	float: right;
	margin-right: 0px;
}

div#footer {
	clear: both;
	height: 49px;
}

div#registrations {
	width: 450px;
	height: 50px;
	float: left;
	clear: both;
}


div#address {
	width: 500px;
	height: 39px;
	margin-left: 35px;
	padding-top: 10px;
	float: left;
}

div#address ul {
	margin: 0;
	padding: 0;
}

div#address ul li {
	float: left;
	margin-left: 15px;
	margin-right: 6px;
	padding: 0;
	height: 15px;
}

div#address ul li:first-child {
	list-style-type: none;
	margin-left: 0;
}

