html, body, form {
	margin: 0;
	padding: 0;
}

html {
	overflow: -moz-scrollbars-vertical;
}

body {
	background: #f3c658 url(/site_assets/img/siteBg.jpg) no-repeat top center;
}

/* blue top navigation bar */
div#topNav {
	width: 100%;
	height: 30px;
	background-color: #30b6c8;
}

div#topNavContent {
	margin: 0 auto; 
	width: 990px;
}


div#topNavLeft {
	margin-left: 45px; 
	margin-top: 6px; 
	float: left;
	width: 500px;
}

div#topNavRight {
	margin-right: 10px; 
	margin-top: 6px;
	float: right;
}

div#topNavRight a, div#topNavRight a:hover {
	text-decoration: none;
	font-size: 9px;
	margin-right: 5px;
}

div#topNavRight img {
	vertical-align: bottom;
	margin-right: 2px;
}

/* site container centered */
div#siteContainer {
	width: 990px;
	min-height: 100%;
	margin: 0 auto;
}

/* header container with skyline and knowledgebase index */
div#headerSkyLine {
	background: url(/site_assets/img/portal/skyline.jpg) no-repeat top center;
	width: 100%;
	height: 317px;
 	position: relative; 
 	z-index: 2;
		
}

/* skyline with logo */
div#headerTop {
	height: 188px;
	border-bottom: 1px solid #e09301;
}

div#headerTop img#logo {
	margin-left: 30px;
	margin-top: 10px;
	float: left;
}

div#headerTop div#logoText {
	background: url(/site_assets/img/logoText.png) no-repeat top left;
	width: 258px;
	height: 58px;
	float: left;
	margin-top: 15px;
	margin-left: -10px;
}

/* knowledgebase index */
div#headerKbIndex {
	height: 128px;
}

/* container for news menu and photo presentation */
div#centerContainer {
	height: 351px;
	background: url(/site_assets/img/portal/bgRepeat.png) repeat-y top left;
}

/*  news bar */
div#news {
	height: 52px;
	background: url(/site_assets/img/portal/newsBg.png) no-repeat top left;	
	z-index: 2;
	position: relative;
}

div#newsContent {
	padding-top: 14px;
	padding-left: 110px;
	padding-right: 5px;
}

div#newsContent a {
	text-decoration: none;
}

/* the thing behind the menu */
div#theThing {
	width: 440px; 
	height: 375px;
	top: -290px; 
	left: -178px; 
	margin-bottom: -375px; 
	margin-right: -178px;
	z-index: 1; 
	background: url(/site_assets/img/theThing.png) no-repeat top left; 
	position: relative; 
}

/* menu left floated */
div#menu {
	width: 205px;
	height: 252px;
	float: left;
	border-left: 1px solid #9b710c;
}

div#menuLayer {
 	position: relative; 
 	z-index: 2;
}

div#newsLink {
	position: relative; 
	margin-left: 80px;
	top: -10px;
}

/* menu list layout */
div#menu ul {
	list-style-type: none;
	margin-left: 0;
}

div#menu ul li img {
	display: inline-block;
	vertical-align: middle;
}

div#menu ul li {
	height: 25px;
	padding-left: 18px;
	padding-top: 2px;
	padding-bottom: 2px;
	border-bottom: 1px dotted #dad67f;
}

div#menu ul li:first-child {
	border-top: 1px dotted #dad67f;
}

div#askQuestion {
	width: 578px;
	float: left;	
}

div#questionFlashContainer {
	position: relative;
	z-index: 2;		
	margin: 0 auto;
	width: 535px;
	height: 252px;
	background-color: #c8d20a;
}

/* banner container positioned on the right */
div#banners {
	width: 180px;
	height: 180px;
	float: right;
	margin-left: 10px;
	margin-right: 15px;
}

div#bannerAFlashContainer {
	width: 85px;
	height: 85px;
	float: left;
}

div#bannerBFlashContainer {
	width: 85px;
	height: 85px;
	float: right;
}

div#bannerCFlashContainer {
	width: 85px;
	height: 85px;
	float: left;
	clear: left;
	margin-top: 10px;
}

div#bannerDFlashContainer {
	width: 85px;
	height: 85px;
	float: right;
	margin-top: 10px;
}

/* container for footer components */
div#footerContainer {
	height: 425px;
	background: url(/site_assets/img/portal/footerBg.jpg) repeat-y top left;
}

div#footerLeft {
	width: 218px;
	padding-top: 20px;
	float: left;
}

div#pollFlashContainer {
	width: 180px;
	height: 370px;
	margin-left: 20px;
}

div#footerCenter {
	width: 554px;
	float: left;
}


div#photoPresentation {
	width: 554px;
}

div#photoFlashContainer {
	width: 420px;
	height: 240px;
	margin: 0 auto;
	position: relative;
	z-index: 3;
	top: -90px;
	margin-bottom: -90px;
	moz-user-select: none;
}

div#tagCloud {
	width: 350px;
	height: 120px;
	margin-left: 40px;
	margin-top: 6px;
}

div#footerRight {
	width: 218px;
	float: right;
}

/*
div#chatFlashContainer {
	height: 130px;
	position: relative;
	left: 40px;
	top: -60px;
	
	margin-bottom: -60px;
	margin-right: 40px;
}

div#calendarFlashContainer {
	height: 320px;
	margin-left: 18px;
}
*/

div#mostPopularFlashContainer {
	height: 280px;
	position: relative;
	left: 20px;
	top: -60px;
}

div#adminLogin {
	clear: both; 
	float: right; 
	margin-top: 10px;
	margin-right: 10px;
}