@charset "UTF-8";
/* CSS Document */

div#brandinternal {
	background:#FFFFFF;
	height:180px;
	position:relative;
}

div.pagetitlecontainer {
	margin:20px 20px 0px 20px;
	height:48px;
	border-bottom:1px dotted #b3b3b3;
}

div#pagetitle {
	background:url(../assets/bkg_pagetitle.png) no-repeat;
	height:70px;
	position:absolute;
	left:224px;
	top:216px;
	width:732px;
	z-index:10;
}


div.pageactions {
	float:right;
}

div.menucol {
	width:174px;
	height:300px;;
	position:relative;
	float:left;
}
div.pagemenu {
	position:absolute;
	top:15px;
	left:0px;
	width:150px;
	padding-top:12px;
	border-top:3px solid #3399cc;	
}
div.pagemenu2 {
	position:absolute;
	top:15px;
	left:0px;
	width:150px;
	padding-top:12px;
	border-top:3px solid #85BA0C;	
}
/**/
div.pagebodycol {
	width:764px;
	float:left;
	z-index:10;
}
div.pagebody {
	background-image:url(../assets/bkg_pagebody.png);
	background-repeat:repeat-y;
	width:726px;
	padding-left:6px;	
}
div.pagebodycloser {
	background:url(../assets/bkg_pagebodycloser.png) no-repeat;
	height:26px;
	width:732px;
	margin-bottom:18px;
}
div.secondcol {
	float:left;
	width:510px;
	margin:15px 0px 15px 15px;
}
div.thirdcol {
	float:left;
	width:165px;
	margin:15px 0px 15px 15px;
}
/**/
div.glossary{
	height:130px;
	width:150px;
	padding:14px 0px 0px 0px;
	border-top:solid 3px #CCCCCC;
}
/**/
#chain{
	height:100px;
	clear:both;
	margin-top:58px;
	margin-bottom:58px;
}
div.chain_col {
	height:80px;
	padding-top:20px;
	width:140px;
	float:left;
}
div.chain_separator {
	height:100px;
	width:32px;
	float:left;
	background-image:url(../assets/chainseparetor.gif);
	background-repeat:no-repeat;
	background-position:center;
}
/**/
#distinctive {
	background-image:url(../assets/bkg_distinctive.gif);
	background-repeat:repeat-x;
	background-color:#ebebeb;
	padding:0px 0px 30px 50px;
	border-bottom:1px solid #e5e5e5;
}
div.rowdistinctive {
	clear:both;
}
div.distinctive_one_col {
	width:148px;
	padding:0px 15px;
	float:left;
}

div.distinctive_two_col {
	width:328px;
	padding:0px 15px;
	float:left;
}
div.distinctive_one_col img {
	margin:12px 0px;
}

div.distinctive_two_col img {
	margin:12px 0px;
}
div.distinctive_separator {
	height:200px;
	border-left:1px solid #FFFFFF;
	border-right:1px solid #CCCCCC;
	float:left;
}