/* Browser / Viewport
----------------------------------------------------------------------------------------------------*/

html {
   overflow-y: scroll;
   overflow-x: auto;
   background: red;
}

body {
	overflow: -moz-scrollbars;
	color: #3399cc;
	line-height: 1.58em;
}

html,
body {
	height: 100%;
	min-height: 100%;
	background: #003a55;
}

/* Global Classes
----------------------------------------------------------------------------------------------------*/

.left { float: left; }

.right { float: right; }

.hidden {
	display: none;
	text-indent: -9999px;
}

.emphasis { font-weight: bold; }

/* Links
----------------------------------------------------------------------------------------------------*/

#content a { color: #ffff99; }

#content a:hover { color: #fad907; }

#content #addresses a { color: #3399cc; }

#content #addresses a:hover { color: #fad907; }

/* Containers
----------------------------------------------------------------------------------------------------*/

#main-container {
	margin: 0 auto;
	width: 960px;
}

#wrap-header {
	width: 940px;
	margin: 0 auto;
	height: 97px;
	padding-top:50px;
	position: relative;
}

#welcome-message {
	width: 100%;
	background: #00405e;
	overflow: hidden;
	border-top: 1px solid #005177;
	border-bottom: 1px solid #005177;
	font-family: Georgia,"Nimbus Roman No9 L",serif;
}

#wrap-message {
	width: 940px;
	margin: 0 auto;
	height: 165px;
	background: url("../images/welcome_message_backgroung.png") no-repeat;
}

#wrap-message h1 {
	color: #ccffff;
	font-size: 1.83em;
	font-weight: normal;
	margin: 0.90em 0 0.45em 0;
}

#wrap-message p {
	font-size: 18px;
	line-height: 1.33em;
	color: #48b0e3;
	margin-bottom: 0.56em;
}

#welcome-message em {
	display: block;
	margin-top: 0.83em;
	line-height: normal;
	font-size: 0.67em;
	color: #257ba5;
	font-family: Arial, Helvetica, sans-serif;
}

#addresses {
	padding: 1.50em 0;
	overflow: hidden;
	border-top: 1px solid #005177;
	border-bottom: 1px solid #005177;
}

#footer { margin-top: 1.5em; }

/* Header
----------------------------------------------------------------------------------------------------*/

#header #useinternational,
#header #signature {
	position: absolute;
}

#header #useinternational {  }

#header #signature {
	color: #336177;
	font-size: 1.17em;
	right: 0;
	bottom: 18%;
}

/* Main
----------------------------------------------------------------------------------------------------*/

#content h1 {
	font-size: 1.67em;
	color: #ccffff;
	font-weight: normal;
	padding: 0.82em 0;
}

/* Services
----------------------------------------------------------------------------------------------------*/

#use-services {
	overflow: hidden;
}

#use-services p{margin-bottom:2.7em}

#use-services a.service {
	width: 300px;
	height: 100px;
	margin-bottom: 0.83em;
	display: block;
	text-indent: -9999px;
	background: url("../images/useinternational_services.png") 0 0 no-repeat;
}

#use-services #useassociations a.service:hover { background-position: 0 -100px; }

#use-services #useprofessionals a.service { background-position: -300px 0; }

#use-services #useprofessionals a.service:hover { background-position: -300px -100px; }

#use-services #usetraining a.service { background-position: -600px 0; }

#use-services #usetraining a.service:hover { background-position: -600px -100px; }

#use-services h2 {
	color: #ccffff;
	margin: 0;
	padding: 43px 0 1em;
	font-size: 1.67em;
}

#use-services img { margin-bottom: 0.83em; }

/* Adresses
----------------------------------------------------------------------------------------------------*/

#addresses dl {
	line-height: 1.27em;
	font-size: 0.92em;
}

#addresses dl dt {
	color: #ccffff;
	font-weight: bold;
}

/* Footer
----------------------------------------------------------------------------------------------------*/

#footer address {
	font-size: 0.91em;
	font-style: normal;
}