@charset "UTF-8";

body {
	margin: 0;
	padding: 0;
	font-family: 'Cabin', sans-serif;
	font-size: 62.5%;
	color: #3d007e;
	background-color: #fff;
}

#print_logo { display: none; }

#header_bg { 
	width: 100%;
	height: 70px;
	position: fixed;
	top: 0;
	left: 0;
	background-color: #130d69;
}
#nav_bg { 
	width: 100%;
	height: 2em;
	position: fixed;
	top: 70px;
	left: 0;
	background-color: #8986b4;
}

/* ======================================== */
/* layout div's */
/* ======================================== */

#pageWrapper { 
	width: 950px;
	position: relative;
	display: table;
	margin: 0 auto;
	padding: 0;
}
#headerRow {
	display: table-row;
}
#contentRow {
	display: table-row;
}

/* ======================================== */
/* header */
/* ======================================== */

#header {
	position: fixed;
	top: 0;
	width: 950px;
	height: 90px;
	margin: 0;
	padding: 0;
	background-color: #130d69;
	border-bottom: 5px solid white;
	z-index: 999;
}

#logo {
	position: absolute;
	float: left;
	top: 28px;
	left: 11px;
	width: 400px;
	height: 112px;
	margin: 0;
	padding: 0;
	font-size: 1.5em;
	font-weight: 500;
	color: #fff;
	letter-spacing: 3px;
	cursor: pointer;
}

#topNavBar { 
	float: left; 
	position: absolute;
	width: 100%;
	top: 70px;
	height: 2em;
	padding-left: 3px;
	background-color: #8986b4;
}

/* __________ top menu __________ */
/* skinning of Superfish menu: /resources/scripts/superfish */

.sf-menu a, .sf-menu a:visited  { 
	color: #fff;
	}
	.sf-menu li {
		font-size: 1.1em;
		line-height: 1.5em;
		font-weight: 600;
		letter-spacing: 2px;
	}
	.sf-menu li li {width:170px !important;
		font-size: 1em;
		line-height: 1.3em;
		font-weight: normal;
		letter-spacing: 1px;
		background:	#8986b4;
		border-bottom: 1px solid #fff;
	}
	.sf-menu li li:hover, .sf-menu li li.sfHover, .sf-menu li li li:hover, .sf-menu li li li.sfHover,
	.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active, .sf-menu a.current, .sf-menu a.current:visited {
		color: #fedd01;
	}
	.sf-menu li li:hover, .sf-menu li li.sfHover, .sf-menu li li li:hover, .sf-menu li li li.sfHover { background-color: #aba4c2; }
	.sf-menu li li a:focus, .sf-menu li li a:hover, .sf-menu li li a:active {
		color: #3d007e;
	}

/* toolbar */
#toolbar {
	float: right;
	width: 380px;
	margin-right: 5px;
	margin-top: 20px;
	}
	#toolbar a {
		float: left;
		display: block;
		margin: 0 6px 0 0;
		padding: 0;
		text-decoration: none;
	}
	#toolbar img { 
		vertical-align: middle; 
		margin-top: 6px; 
		border: 1px solid #8986b4;
	}
	#toolbar img.icon_lang {
		opacity: 0.7;
		filter: alpha(opacity=70);
		border: 1px solid #cf9732;
	}
	#toolbar img:hover, #toolbar img.selected {
		opacity: 1;
		filter: alpha(opacity=100);
	}
	
	#search {
		float: right;
		margin-top: 6px;
		margin-left: 5px;
	}
	#searchSite {
		width: 140px;
		height: 14px;
		padding: 0px 3px 0px 3px;
		color: #3d007e;
		background-color: #c4c2d9;
		border: 1px solid #fff;
	}


/* __________ content wrapper __________ */

#contentWrapper {
	position: relative;
	height: auto !important;
	margin-top: -2em;
	margin-bottom: 2em;
}

/* ======================================== */
/* left column */
/* ======================================== */

#left_column { 
	float: left; 
	position: fixed;
	top: 140px; 
	left: 0p;
	width: 180px;
}

#left_column h3 {
	float: left;
	width: 170px;
	margin: 0;
	margin-left: 11px;
	padding: 0;
	font-size: 1.3em;
	line-height: 2em;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 2px;
}

#left_column h3 a { text-decoration: none; }
#left_column h3 a:hover, #left_column h3 a.selected { color: #cf9732; }

/* __________ left sub menu __________ */

#subNav ul {
	clear: left;
	margin: 0;
	margin-left: -10px;
	/*border-top: 3px double #ddd;
	border-bottom: 1px solid #dad6d1;*/
	list-style: none;
}
#subNav ul ul {
	margin: 0;
	margin-left: -10px;
	padding-top: 0;
	border: none;
}
#subNav ul li {
	/*border-top: 1px solid #dad6d1;*/
	font-size: 1.2em;
	line-height: 1.3em;
	padding: 4px 0 4px 14px;
	/*background: transparent url('../images/menu_bullet.png') no-repeat 4px 8px;*/
}
#subNav ul li:hover {
	background: transparent url('../images/menu_bullet.png') no-repeat 4px 8px;
}
#subNav ul li.selected {
	background: transparent url('../images/menu_bullet_hover.png') no-repeat 4px 8px;
}
/*
#subNav ul li:first-child {
	border-top: none !important;
}
*/
#subNav ul li a { text-decoration: none; color: #3d007e; }
#subNav ul li.selected a, #subNav ul li a:hover { color: #cf9732; }


/* __________ right column with content __________ */

#right_column { 
	float: right; 
	width: 740px;
}

#content { 
	position: relative; 
	top: 120px; 
	font-size: 1.3em; 
	line-height: 1.6em;
}

/* __________ breadcrumb __________ */

#breadcrumb {
	position: relative;
	width: 100%;
	height: 24px;
	margin: 0;
	padding: 0;
	font-size: .85em;
	line-height: 24px;
	color: #979189;
}
#breadcrumb a { text-decoration: none; color: #979189; }
#breadcrumb a:hover { text-decoration: underline; color: #666; }

/* __________ content menu __________ */

ul#content_anchorMenu { 
	margin: 0;
	padding: 0;
	list-style: none;
	list-style-position: outside;
}

ul#content_anchorMenu li { margin-bottom: .5em; }

ul#content_anchorMenu a {
	padding: 7px 10px;
	font-size: 1em;
	font-weight: bold;
	text-decoration: none;
	line-height: 1.2em;
	background: url(../images/menu_bullet_hover.png) no-repeat 0px 10px;
}
ul#content_anchorMenu a:hover { color: #000; text-decoration: underline; }

/* ======================================== */
/* misc */
/* ======================================== */

/************** clearfix ****************/
/** http://nicolasgallagher.com/micro-clearfix-hack/
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the contenteditable attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements that are clearfixed.
 * 2. The use of `table` rather than `block` is only necessary if using `:before` to contain the top-margins of child elements.
 */
.clearfix:before, .clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
	}
	.clearfix:after {
		clear: both;
	}
	/**
	 * For IE 6/7 only
	 * Include this rule to trigger hasLayout and contain floats.
	 */
	.clearfix {
		*zoom: 1;
	}
.clear { clear: both; }


