@charset "utf-8";
/* CSS Document */

#sitetopdiv {
	width:770px;
	text-align:left;
	margin:0 auto; /*important! to center website with fixed width*/
	/*width:100%;*/
}
#containerdiv{
	width:770px;
	/*height:770px; */
	height:100%;
	/*margin:auto;*/
}

/* --- HEADER --- */
#headerdiv{
	width:770px;
	height:146px;
	vertical-align:top;
}
#quicksearchdiv{
	width:200px;
	height:22px;
	margin-left:200px;
	position:relative;
	top:-5px;
	display:inline;
	float:none;
	font-size:10px;
}
#toplinksdiv{
	float:none;
	width:400px;
	height:5px;
	text-align:right;
	color:#999;
	font-size:5px;
	/*margin-right:48px;*/
	/*position:relative;
	top:-40px;*/
	background-color:#fff;
	display:none;
}
#topmenudiv {
	height:19px;
	width:770px;
	text-align:left;
}
#topmenudivmiddle {
	background-image:url(\images\Raptor-toolsSiteSpecificImages\naviRibbon.png); /* Background image for navigation */
	background-repeat:repeat-x;
	float:left;
	width:730px;
	height:19px;
}
/*--- CONTENT ---*/
#bodydiv {
	height:auto;
	width:770px;
}
#bodydivmiddle {
	float:none;
	height:100%;
	width:770px;
}
#bodydivmiddlemiddle {
	float:left;
	width:730px;
	height:500px;
	background-color:#FFF;
}

/*--- BOTTOM ---*/
#bodydivbottom {
	height:81px;
	width:770px;
}
#bodydivbottomleft {
	float:left;
	background-image:url(\images\Raptor-toolsSiteSpecificImages\footerLeftCorner.png); /* Left bottom corner on the site */
	background-repeat:no-repeat;
	width:35px;
	height:81px;
}
#bodydivbottomright {
	float:left;
	background-image:url(\images\Raptor-toolsSiteSpecificImages\footerRightCorner.png); /* Right bottom corner on the site*/
	background-repeat:no-repeat;
	width:35px;
	height:81px;
}

/*--- Table ---*/
td.infoBox{
	background-image:url(\images\Raptor-toolsSiteSpecificImages\infoBox.jpg); /* background for information boxes on the frontpage*/
}
	

