@charset "UTF-8";
/* CSS Document */

/***************************************************
		Parents
***************************************************/

html, body{
	margin:0px;
	padding:0px;
}
ul, p{
	margin:0px;
	padding:0px;
}
html{
	background-image:url(bg-body.gif);
	background-position:center;
	background-repeat:repeat;
	background-attachment:fixed;
}
body{
	background-image:url(top.gif);
	background-position:top left;
	background-repeat:repeat-x;
}
#sitecontainer{
	position:relative;
	width:996px;
	margin-left:auto;
	margin-right:auto;
	border-left:2px solid #FFFFFF;
	border-right:2px solid #FFFFFF;
	border-bottom:2px solid #FFFFFF;
}
#header{
	height:113px;
}
/***************************************************
		Footer
***************************************************/

#footer{
	clear:both;
	border-top:2px solid #FFFFFF;
	text-align:center;
	background-image:url(footer-bg.gif);
	background-position:top left;
	background-repeat:repeat;
}
#footer p{
	margin:0px;
	color:#3366CC;
	letter-spacing:1.4pt;
}

/***************************************************
		Logo Image
***************************************************/
#logoImg{
	position:absolute;
	width:223px;
	height:145px;
	overflow:hidden;
	top:0px;
	left:0px;
}
#logoImg img{
	border:none;
}

/***************************************************
		Header Image
***************************************************/
#headerImg{
	position:absolute;
	top:0px;
	right:0px;
	height:80px;
	width:773px;
	overflow:hidden;
	z-index:5;
}
#headerImg img{
	border:none;
}

/***************************************************
		Header RTE (Text & Language)
***************************************************/

#header_rte{
	position:absolute;
	top:4px;
	right:0px;
	width:250px;
	height:76px;
	overflow:hidden;
	z-index:10;
	padding-right:10px;
	color:#FFFFFF;
}
/***************************************************
		Directlinks (Menu TopRight)
***************************************************/

#menuTopRight{
	position:absolute;
	top:80px;
	left:223px;
	width:773px;
	height:32px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:16px;
}
#menuTopRight ul{
	padding-right:10px;
	padding-top:8px;
	padding-bottom:8px;
	padding-left:0px;
	height:16px;
	float:right;
}
#menuTopRight ul li{
	float:left;
	display:inline;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}
#menuTopRight ul li a{
	color:#FFFFFF;
	text-decoration:none;
	padding-left:5px;
	padding-right:5px;
	border-right:1px solid #FFFFFF;
}
#menuTopRight ul li a:hover, #menuTopRight ul li a.active{
	text-decoration:underline;
}
#menuTopRight ul li a.last{
	border-right:none;
}
/***************************************************
		Menu (Menu Highlights)
***************************************************/

#menu{
	position:relative;
	left:223px;
	width:773px;
	height:34px;
}
#menu ul{
	float:right;
	padding-right:10px;
	padding-top:8px;
	padding-bottom:8px;
	padding-left:0px;
	height:16px;
}
#menu ul li{
	float:left;
	display:inline;
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}
#menu ul li a{
	color:#FFFFFF;
	text-decoration:none;
	padding-left:5px;
	padding-right:5px;
	border-right:1px solid #FFFFFF;
}
#menu ul li a:hover, #menu ul li a.active{
	text-decoration:underline;
}
#menu ul li a.last{
	border-right:none;
}

/***************************************************
		Columns
***************************************************/

#page{
	background-color:#F0F0F0;
	float:left;
	background-image:url(page-bg.gif);
	background-position:bottom left;
	background-repeat:no-repeat;
}
#columns{
	position:relative;
	float:left;
	clear:both;
	background-image:url(columns-bg.gif);
	background-position:top left;
	background-repeat:repeat-y;
}
#columns .column1{
	position:relative;
	float:left;
	width:223px;
	height:auto;
	display:block;
	margin-top:1px;
}
#columns #column2{
	position:relative;
	float:left;
	width:733px;
	margin:0px;
}

/***************************************************
		Menu Column left
***************************************************/

#SubmenuPanel ul{
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
}
#SubmenuPanel ul li{
	width:201px;
}
#SubmenuPanel ul li a{
	color:#666666;
	text-decoration:none;
	padding-left:20px;
}
#SubmenuPanel ul li a.active{
	color:#666666;
	text-decoration:none;
	background-image:url(menuleft-bg.gif);
	background-position:top left;
	background-repeat:repeat-y;
	padding-left:20px;
}
#SubmenuPanel ul li a:hover{
	color:#000000;
}

/***************************************************
		Panels
***************************************************/
#leftPanels{
	width:221px;
}
#leftPanels .isomargin{
	margin-bottom:130px;
}
#leftPanels .csesearch{
	color:#666666;
	margin-left:20px;
	margin-top:5px;
}
/***************************************************
		Google cse
***************************************************/
.cse-overlay{
	height:80%;
	margin-left:20px;
	margin-top:-180px;
	width:935px!important;
	z-index:100;
	overflow:auto;
}
.cse-overlay-bg{
	z-index:50;
}
.searchbox{
	width:177px;
	margin-left:20px;
}