html, body {
  height: 100%;
  width: 100%;
  padding: 0;
  margin: 0;
}

#full-screen-background-image {
  z-index: -999;
  min-height: 100%;
  /*min-width: 1024px;*/
  width: 100%;
  height: auto;
  position: fixed;
  top: 0;
  left: 0;
}

body {
	margin: 0;
	padding: 0;
	width:100%;
	font-family: 'Quattrocento Sans', sans-serif;
	font-size: 12px;
	font-weight: 200;
	color: #666;
	background-color:#fafaf2;
	line-height:20px;
}



h1, h2, h3 {
	margin: 0;
	padding: 0;
	
	text-align: left;
	font-weight:800;
	opacity: 0.75;
	font-weight:100;
	font-family: 'Quattrocento Sans', sans-serif;
	color: #000000;
	font-size: 1.5em;
}

h2 {
	font-size: 1.5em;
}

p, ol, ul {
	margin-top: 0px;
}

p {
}

strong {
}

a {
	color: #005195;
}

a:hover {
	text-decoration: none;
}

a img {
	border: none;
}

img.border {
}

img.alignleft {
	float: left;
}

img.alignright {
	float: right;
}

img.aligncenter {
	margin: 0px auto;
}

hr {
	display: none;
}

/** WRAPPER */

#wrapper {
	width: 1100px;
	margin: 0px auto;
	padding: 0px 0px 0px 0px;
	/**box-shadow: 0px 0px 10px 5px rgba(0,0,0,.2);*/
}

.container {
	width: 980px;
	margin: 0px auto;
}

.clearfix {
	clear: both;
}

/** HEADER */

#header {
	padding: 50px;
}

/* Logo */

#logo {
	width: 200px;
	float:left;
}

#logo h1, #logo p {
	margin: 0;
	padding: 0;
}

#logo h1 {
	line-height: 100px;
	letter-spacing: 0px;
	text-align: left;
	text-transform: lowercase;
	font-size: 5em;
	color: #1F1F1F;
}

#logo h1 span {
	color: #1F1F1F;
}

#logo p {
	text-align: center;
	font-size: 16px;
	color: #595959;
}

#logo p a {
	color: #595959;
}

#logo a {
	border: none;
	background: none;
	text-decoration: none;
	color: #1F1F1F;
}

/** MENU */


 
#menu {
	position: relative;
	width: 750px;
	font-size:1em;
	z-index:90;
	float:right;
	margin-top:23px;
}

#menu .current_page_item a {
   color: #005092;
}

#menu li {
   list-style: none;
   float: right;
   }
   
#menu li a {
   display: block;
   padding: 3px 20px;
   text-transform: uppercase;
   text-decoration: none; 
   color: #333;
   }
   
#menu li a:hover {
   color: #005092;
   }

#menu li .language{
	padding:3px 20px;
}

#menu li .language a {
	display:inline-block;
	padding:3px;
   }
   
#menu li .language a:hover {
   }
   
#menu li ul {
   display: none;
   }
   
#menu li:hover ul, #menu li.hover ul {
   position: absolute;
   display: inline;
   left: 0;
   width: 100%;
   margin: 0;
   padding: 0;
   }
   
#menu li:hover li, #menu li.hover li {
   float: right;
   padding-top:15px;
   }
   
#menu li:hover li a, #menu li.hover li a {
   color: #000;
   padding: 0;
   border-left: #FFF thin solid;
   height:57px;
   }
   
#menu li li a:hover {
   }
   
#menu p {
	position:absolute;
	padding:20px 0 0 15px;
	color:#999;
   }
   

/** MENU */


/** submenu */

#submenu {
	overflow: hidden;
	width: 1100px;
	/**padding-top: 10px;*/
	font-size: 20px;
	color: #ffffff;text-decoration: none;
	text-transform: uppercase;
	text-align: center;
	font-family: 'Quattrocento Sans', sans-serif;
	font-size: 9px;
	font-weight: 200;
	margin-top:10px;
}

#submenu ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px;
	list-style: none;
	line-height: normal;
	text-align: center;
}

#submenu li {
	display: inline-block;
	vertical-align:middle;
}

#submenu a {
	display: block;
	padding: 0px 5px 0px 5px;
	text-decoration:none;
	color:#999;
	border: none;
}


#submenu a:hover/*, #submenu .current_page_item a */{
	/*text-decoration: none;*/
	color:#005195;
}

#submenu .current_page_item a {
	font-weight:bold;
	/*border-radius: 5px;*/
	/*color: #000000;*/
}

#submenu .last {
	border-right: none;
}

/** PAGE */

#page {
}

/** CONTENT */

#content {
}

/** SIDEBAR */

#sidebar {
}

/* Footer */

#footer {
	overflow: hidden;
	width: auto;
	margin: 0 auto;
	padding: 0 0 15px 0;
}

#footer p {
	margin: 0;
	line-height: normal;
	text-align: center;
	text-transform: uppercase;
}

#footer a {
}

/* Footer Content */

#footer-content {
	overflow: hidden;
	width: 1100px;
	padding: 50px;
	background: #ECECEC;
	text-shadow: 1px 1px 0px #000000;
	color: #666666;
}

#footer-content h2 {
	padding: 0px 0px 30px 0px;
	text-transform: uppercase;
	font-size: 24px;
}

#footer-content #fbox1 {
	float: left;
	width: 600px;
	margin-right: 30px;
}

#footer-content #fbox2 {
	float: left;
	width: 220px;
}

#footer-content #fbox3 {
	float: right;
	width: 220px;
}

/* Welcome */


#welcome {
	width: 1100px;
	margin: 0px auto;
	padding: 30px 50px;
}

#welcome .content {
	padding: 0px 0px 40px 0px;
	border-bottom: 1px solid #D4D4D4;
}

#welcome h2 {
	padding: 0px 0px 20px 0px;
}

#welcome h2 a {
	text-decoration: none;
	color: #000000;
}


/* Three Columns */

#blueline {
	height:3px;
}


/* List Style 1 */

.list-style1 {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

.list-style1 li {
	padding: 20px 0px 20px 0px;
	border-top: 1px solid #D4D4D4;
}

.list-style1 .date {
	font-weight: bold;
	color: #212121;
}

.list-style1 img {
	float: left;
	margin-right: 25px;
}

.list-style1 .first {
	padding-top: 0px;
	border-top: none;
}


/* List Style 2 */

.list-style2 {
	margin: 0px;
	padding: 0px 0px 20px 0px;
	list-style: none;
}

.list-style2 li {
	padding: 10px 0px 10px 0px;
	border-top: 1px solid #D4D4D4;
}


.list-style2 .first {
	padding-top: 0px;
	border-top: none;
}

/* List Style 1 */

.link-style {
	display: inline-block;
	margin-top: 10px;
	padding: 5px 15px;
	background: #005195;
	border-radius: 5px;
	letter-spacing: 1px;
	text-decoration: none;
	text-shadow: 1px 0px 1px #5C1111;
	text-transform: uppercase;
	color: #000000;
}










