html {
	background-color: #d7d9ad;
	overflow-y: scroll;
	background-image: url(../images/bg_main.png);
}

body {
	margin: 0;
	text-align: center;

}

#main_holder {
	position: absolute;
	width: 800px;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	position: relative;
	z-index: 1;
	height: auto;
	#top: -4px;	
}

.bg_white_bottom {
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	position: absolute;
	z-index: 2;
	height: 50px;
	background-image: url(../images/bg_white_bottom.png);
}

.bg_white {
	background-image: url(../images/bg_white.png);
	width: 800px;
	min-height: 300px;
}

.content_holder {
	width: 700px;
	position: relative;
	left: 50px;
	top: 25px;
	font: 11px/18px "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #424242;
}

.menu {
	width: 750px;
	position: relative;
	left: 25px;
}

#header {
	margin-top: 40px;
	margin-left: auto;
	margin-right: auto;
	width: 800px;
}

/* @group Page Elements */

#top_menu {
	width: 690px;
	height: 48px;
	margin-left: auto;
	margin-right: auto;
}

#text_area_standard {
	width: 480px;	
}

.home_left {
	width: 260px;
	float: left;
}

.home_middle {
	width: 260px;
	position: relative;
}

html>body .home_rightcol {width: 174px; height: 201px;}

.home_rightcol {
	width: 204px;
	background-image: url(../images/bg_rightcol.gif);
	position: absolute;
	left: 520px;
	top: -24px;
	height: 240px;
	padding: 24px 15px 15px;
	font-size: 10px;
	line-height: 18px;
}

.hr {
	border-bottom: 1px solid #c0c0c0;
	width: 490px;
	margin-top: 20px;
	margin-bottom: 20px;
}



/* @end */

/* @group Text Styles */

h2 {
	color: #000;
	margin-bottom: 6px;
	font: bold 12px/18px "Lucida Grande", Lucida, Verdana, sans-serif;
}


/* extra stuff */
.spacer {
	clear: both;
}

.install { padding-left: 30px; }

.headline a:link, a:visited {
	font: 12px/15px "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #000;
	padding-bottom: 10px;
}

.headline-date {
	font-color: #cccccc;
	color: #a2a2a2;
	font-size: 9px;
	padding-top: 5px;
	line-height: 15px;
}

/* pressroom */
#latest-news { padding-bottom: 50px; }
.article-wrapper { padding: 20px; padding-bottom: 50px; }
.article-image {width: 300px; text-align: center;}
.article-image img {border: 1px solid silver;}
.relatedimages {float: right; padding: 20px; padding-top: 40px;}

.table {
	font: 11px/17px "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #676767;

}

.table strong   {
	font: bold 11px/15px "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #000;
}	

/* @end */

div.linkbox { padding: 5px; border-top: 1px solid silver; }

div.documents { padding: 0px 0px 30px; }
