/*
 * $Id: main.css,v 1.6 2008-12-11 10:22:31 hilmar Exp $
 */

div#container {
	width:800px;
	margin: 0 auto;
}
div#header	{
	width:100%;
	height:125px;
	margin:0;
	padding:0;
	background-image: url('/images/frameWork/bgHeader.jpg');
	background-position:left top;
	background-repeat: no-repeat;
}
div#content	{
	width:100%;
	float:right;
}
div#contentLeft	{
	background-image: url('/images/frameWork/contentTop.png');
	background-repeat: no-repeat;
	background-position: left top;
	margin-top:10px;
	margin-bottom:10px;
	padding:0;
	width: 488px;
	height: 22px;
	float:left;
	display:inline;
}
div#mainContent	{
	border: 1px solid #dfeaee;
	overflow:auto;
	width: 486px;
	height:405px;
	scrollbar-face-color: #FCFDFE;
	scrollbar-track-color: #E6EFF2;
	scrollbar-arrow-color:  #BECFE2;
	scrollbar-3dlight-color: #B5C8DE;
	scrollbar-highlight-color: #DEE3E7;
	scrollbar-shadow-color: #B5C8DE;
	scrollbar-darkshadow-color: #DEE3E7;
	}
div#contentRight	{
	width:305px;
	margin-top:10px;
	margin-bottom:10px;
	padding:0;
	float:right;
	display:inline;
	background-color: #e6eff2;
	}
div#contentRightTop	{
	background-image: url('/images/frameWork/contentRightTop.png');
	background-repeat: no-repeat;
	background-position: left top;
	width:305px;
	height:43px;
	}
div#footer	{
	background:url(/images/frameWork/bgFooter.jpg) left top repeat-y;
	background-color:#B5C8DE;
	font-style:italic;
	color:White;
	padding:2px;
	margin-top:10px;
	padding-left:5px;
	font-weight:800;
	font-size:11px;
	border:1px solid #1C4B9F;
	width:792px;
	}
div.rightStrokeFooter {
	position:relative;
	z-index:20;
	float:right;
	width:305px;
	height:21px;
	background-color:#88A4C4;
	color:White;
	text-align:right;
	font-weight:800;
	font-size:11px;
}
div#menu	{
	width:790px;
	height:24px;
	margin:0;
	padding-left:10px;
	background-image: url('/images/frameWork/menuGradient2.gif');
	background-position: left top;
	background-repeat: repeat-y;
	border:1px solid #BCC7DC;
	background-color: #065d79;
}
ul.dropMenu	{
	display:inline;
	padding:0;
	margin:0;
	width: 488px;
}

ul.dropMenu li	{
	float: left;
	display:inline;
	list-style:none;
	position:relative;
	text-align:center;
	background:none;
}
ul.dropMenu li a 	{
	display:block;
	margin:0;
	height:20px;
	padding-top:4px;
	padding-bottom:0;
	width:90px;
	font-weight:bold;
	text-decoration:none;
	color:#1C4B9F;
	font-size: 11px;
}
ul.dropMenu li a.itemOn	{
	color:#1C4B9F;
	text-decoration:none;
}
ul.dropMenu li a:hover	{
	color:#1C4B9F;
	text-decoration:none;
}

ul.dropMenu li ul {
	display: none;
	width:150px;
}

ul.dropMenu li ul.show {
	display: block;
	margin: 0;
	padding: 0;
	list-style: none;
	position:absolute;
	float:left;
	border: 1px solid #bcc7dc;
	background-color: #eff2f7;
	width:150px;
}
ul.dropMenu li.hasChildren ul.show	li	{
	text-align:left;
	background-color: #eff2f7;
	width:150px;
	height:16px;
	}
ul.dropMenu li ul.show li a	{
	white-space: nowrap;
	display: block;
	margin:0;
	float:left;
	color:#1c4b9f;
	font-size: 11px;
	font-weight:bold;
	padding-left: 4px;
	padding-top:1px;
	padding-bottom:2px;
	padding-right:0;
	width:146px;
	height:16px;
}
ul.dropMenu li ul.show li a:hover	{
	float:left;
	display: block;
	width:146px;
	height:16px;
	background-color: #b5c8de;
}

ul.dropMenu li ul li ul	{
	width:150px;
	margin:0;
	padding:0;
	left:150px;
	top:0;
	}
ul.dropMenu li.hasChildren ul li.hasChildren a	{
	background-image: url('/images/icons/flyoutArrow.gif');
	background-position: right center;
	background-repeat: no-repeat;
	padding-right: -8px;
	height:15px;
	}
ul.dropMenu li.hasChildren ul li.hasChildren a:hover	{
	background-image: url('/images/icons/flyoutArrow.gif');
	background-position: right center;
	background-repeat: no-repeat;
	padding-right: -8px;
	height:15px;
	}
ul.dropMenu li.hasChildren ul li.hasChildren ul li a	{
	background-image:none;
	}
ul.dropMenu li.hasChildren ul li.hasChildren ul li a:hover	{
	background-image:none;
	}
ul.dropMenu li ul li ul	li a{

	}
div#toggleLogos	{
	margin-top:37px;
	padding:0;

	}
/* Start logos markup */
ul.logos {
	z-index:10;
	list-style-type:none;
	width:280px;
	margin:0;
	padding:0;
	overflow:hidden;
	height:70px;
}
ul.logos li {
	z-index:20;
	float:left;
	display:block;
	margin:0;
	padding:0;
}
ul.logosLarge {
	width:290px;
	height:280px;
	overflow:hidden;
	list-style-type:none;
	display:block;
	margin:0;
	padding:0;
	top:-35px;
	margin-left:6px;
}
ul.logosLarge li {
	margin-bottom:2px;
	width:290px;
}
div.logosHidden {
	z-index:1;
	width:1px;
	height:1px;
	overflow:hidden;
	display:none;
	visibility:hidden;
}
/* End logos markup */