/* You can put your own style stuff here */


/******************************** Additional styles ****************************/

/* Powered by */
.powered_by {
	font-size: 85%;
}
.powered_by a {
	font-size: 100%;
}

.standards {
	margin-top: 3px;
}

.box {
	border: 1px solid #334C84;
	background: #58BCF0;
	color: black;
	padding: 4px;
}

body {
	background: #334C84;
}

.logo {
	background: url(../img/logo.gif) no-repeat bottom left;
	height: 40px;
}

.header {
	border-top: 2px solid white;
	border-left: 2px solid white;
	border-right: 2px solid white;
	height: 150px;
	width: 600px;
}

.site {
	margin-top: 50px;
	border: none;
	text-align: left;
}


.body {
	border-bottom: 2px solid white;
	border-left: 2px solid white;
	border-right: 2px solid white;
	height: 350px;
	background: white;
	padding: 0px 12px 12px 12px;
}

#portlet_language_switcher {
	float: right;
}
#portlet_language_switcher h3 {
	display: none;
}
#portlet_language_switcher a {
	color: white;
	text-transform: uppercase;
}

/*******************************************************************************/



.my-navigation {
	border-left: 2px solid white;
	border-right: 2px solid white;
}

.first-root-navigation {
	background: #AB806F;
	height: 26px;
}
.root-navigation li a {
	display: inline;
	background: #AB806F;
	line-height: 26px;
	padding: 6px 12px 7px 12px;
	text-decoration: none;
	text-transform: uppercase;
	color: white;
}
.root-navigation li a:hover,
.root-navigation li.current a {
	background: #CEBBB4;
	color: #AB806F;
	font-weight: normal;
}

.white-layer {
	background: white;
	height: 26px;
}

.second-root-navigation {
	line-height: 26px;
	background: #CEBBB4;
}
.second-root-navigation ul {
	margin: 0;
	list-style: none;
	padding: 0;
}
.second-root-navigation li {
	display: inline;
}
.second-root-navigation li a {
	display: inline;
	background: #CEBBB4;
	line-height: 26px;
	padding: 6px 12px 7px 12px;
	text-decoration: none;
	text-transform: uppercase;
	color: white;
	margin: 0px !important;
}
.second-root-navigation li a:hover,
.second-root-navigation li.current a {
	color: #334C84;
	font-weight: normal;
}

.second-root-navigation li.level0 {
	display: none;
	font-weight: normal;
}


/********************************** Navigation *********************************/
/***** navigation *****/
.navigation {
	display: inline;
}

.navigation li.level1 {
	margin: 0px;
	display: inline;
	font-weight: normal;
}

.navigation li.level0,
.navigation li.level2,
.navigation li.level3,
.navigation li.level4 {
	display: none;
}
.navigation li a {
	text-decoration: none;
	font-weight: normal;
}

.navigation li.level1 a {
	font-size: 100%;
}
	
.navigation li.level2 a {
	font-size: 100%;
}
	
.navigation li.level3 a {
	font-size: 75%;
}
	
.navigation li.level4 a {
	font-size: 75%;
}

.navigation li.current a {
	color: #334C84;
}

.navigation li a:hover {
	color: #334C84;
}



.content {
	line-height: 16px;
}

h1 {
	color: #ab806e;
	padding: 0px;
	margin-top: 18px;
	margin-bottom: 18px;
	font-size: 25px;
	font-weight: 600;
	font-family: 'Cormorant Garamond';
}
.content h1 {
    color: #334c84;
    padding: 0px;
    margin-top: 3px;
    margin-bottom: 5px;
    font-size: 150%;
    font-family: Verdana;
}

.content h2 {
	color: #334c84;
	font-size: 120%;
}


.content ul, li {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
.content li {
	margin: 0px 0px 0px 17px;
}
.content li {
	list-style-image: url(../img/bullet.gif);
}


.introduction {
	font-weight: normal;
}

.field_wrap_hp {
	display: none;
}

.cke_top {
	width: 100% !important;
	box-sizing: border-box !important;
}
