/********** TOP **********/

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

/* fix for gecko browsers so background stays in the center of the body width instead of resizing 
with the viewport */
html, body {
	min-width: 874px;
}

body {
	background: url(images/portal/body_bg.gif) repeat-y center center;
}

div#top {
	margin: auto;
	width: 874px;
	height: 106px; /* force height */
}

div#top_listing {
	float: left;
	width: 679px;
	height: 106px;
	text-align: left;
	background-color: white;
}

div#top_column {
	float: right;
	width: 195px;
	height: 92px;
	padding-top: 14px;
	background-color: white;
}

div#top_dashed {
	width: 100%;
	clear: both;
	padding-bottom: 2px;
	border-top: 1px dashed #e5b9b3;
	font-size: 0; /* IE bug workaround with height */
	background-color: white;
}

/********** MIDDLE **********/
div#wrapper {
	clear: both;
	height: 195px;
	background: url(images/portal/repeat.png) repeat-x top left;
}

div#wrapside1 { 
	float:left;
	width:50%;
	margin-left:-437px;
}

div#side1 {
	margin-left:438px;
	height: 195px;
	background: url(images/portal/left.png) no-repeat bottom right;
}

div#middle_outer {
	float: left;
	width: 873px;
	height: 195px;
	text-align: left;
}

div#middle_items {
	float: left;
	width: 678px;
	height: 192px;
}

div#middle_items img {
    display: inline;
}

div.category_list {
	height: 188px;
	width: 225px;
	float: left; 
	border-top: 6px solid #cc7673;
	border-left: 1px dashed #e5b9b3;
	position: relative;
	z-index: 1;
}

div.category_title {
	padding-bottom: 3px;
}

div.category_list_items {
	height: 160px;
}

div#building_right {
	float: right; 
	border-left: 1px dashed #e7beb9;
}

/* change z-index to position the element below the category_list, otherwise links cannot be clicked */
div#wrapside2 { 
	float:right;
	width:49.9%;
	margin-left:-436px;
	z-index: 0;
	position: relative;
}

div#side2 {
	margin-left:436px;
	background: url(images/portal/right.png) no-repeat bottom left;
	height: 195px;
}

/********** MENU **********/
div#menu_outer {
	width: 100%;
	height: 19px;
	/* 
	background: #d48f88; 
	
	use a background image to avoid color rendering differences between IE & Firefox with background
	*/
	background: url(images/menu_bg.png) repeat-x top left;
	clear: both;
	border-top: 2px solid white;
	border-bottom: 4px solid #cc7673;
	position: relative;
	z-index: 3;
}

div#menu {
	margin: auto;
	width: 874px;
	text-align: left;
}

#menu img {
	display: block;
	float: left;
}

/********** BOTTOM **********/

div#bottom_dashed {
	width: 100%;
	padding-top: 2px;
	border-bottom: 1px dashed #e5b9b3;
	background-color: white;
	font-size: 0; /* IE bug workaround with height */
}

div#bottom_outer {
	margin: auto;
	width: 874px;
	min-height: 310px;
}

td#bottom_content_image {
	width: 288px; 
	text-align: right; 
	padding-right: 5px; 
	padding-top: 10px; 
	vertical-align: top;
}

td#bottom_content {
	width: 378px;
	padding-left: 6px; 
	padding-top: 10px; 
	vertical-align: top;
	text-align: left;
}

div#content_item {
	width: 300px;
}

td#bottom_news {
	width: 177px; 
	padding-left: 6px; 
	padding-top: 10px; 
	padding-right: 13px;
	vertical-align: top; 
	text-align: left;
}

.news_item {
	font-size: 8pt;
	padding-bottom: 10px;
}

div#middle_items ul {
	margin: 0;
	padding-left: 34px;
}

div#middle_items ul li {
	padding-top: 4px;
}

a.portal_item:link, a.portal_item:visited, a.portal_item:active, a.portal_item:hover {
	font-family: Arial;
	font-weight: bold;
	font-size: 9pt;
	color: black;
	text-decoration: none;
}

a.portal_item:hover {
	color: #a80231;
	text-decoration: underline;
}

a.portal_item_active:link, a.portal_item_active:visited, a.portal_item_active:active, a.portal_item_active:hover {
	font-size: 9pt;
	font-family: Arial;
	text-decoration: underline;
	color: #a80231;
	font-weight: bold;
	
}

div#ftwrapside1 {
	float:left; 
	width:50%; 
	margin-left:-437px;
}

div#ftside1 {
	margin-left: 438px; 
	height: 195px; 
	background: url(images/portal/footer_bg.gif) repeat-x top left;
}

div#ftwrap {
	float: left; 
	width: 678px; 
	height: 84px; 
	background: url(images/portal/footer_bg.gif) repeat-x top left;
}

div#ftcontent {
	margin: 8px;
	margin-left: 100px;
}

div#ftwrapside2 {
	float:right; 
	width:49.9%; 
	margin-left:-436px;
}

div#ftside2 {
	margin-left: 436px;
	height: 84px;
	background: url(images/portal/footer_bg.gif) repeat-x top left;
}
