/* Normalizes margin, padding */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, p, blockquote, th, td 
{ margin: 0; padding: 0; }

/* Normalizes font-size for headers */
h1,h2,h3,h4,h5,h6 { font-size: 100%; }

/* Removes list-style from lists */
ol,ul { list-style: none; }

/* Removes border from images */
img { border: 0; }


html,
body {
	height: 100%;
}

body	{
	background-color: #EEE;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #505050;
}

a:link, a:visited {
	text-decoration: underline;
	color: #505060;
}
a:active, a:hover {
	color: #505050;
}


p {
	margin: 0 0 1.2em 0;
	line-height: 1.4em;
}


h1 {
	margin:  0 0 0.65em 0;
	font-size: 1.4em;
	color: #505060;
}
h2 {
	margin: 0 0 0.55em 0;
	padding: 0;
	font-size: 1.1em;
	color: #505060;
}
h3 {
	margin: 0 0 0.85em 0;
	padding: 0;
	color: #505050;
}


li {
	margin-bottom: 0.3em;
	line-height: 1.4em;
}

ul {
	margin-bottom: 1.2em;
}


.highlight {
	font-weight: bold;
	color: #505060;
}


.imageLeft	{
	float: none;
	margin: 0 auto 1.2em auto;
	padding: 0;
	text-align: center;
}
.imageRight {
	float: none;
	margin: 0 auto 1.2em auto;
	padding: 0;
	text-align: center;
}



/*-------------------WRAPPERS-------------------*/


#wrapper {
	position: relative;
	min-height: 100%;
	width: 100%;
}

#contentWrapper {
	width: 90%;
	padding: 0 5%;
}


/*-------------------HEADER-------------------*/


#headerWrapper {
	width: 100%;
	background-color: #FFF;
	text-align: center;
}

#header {
	margin: 0 auto;
	padding: 30px 0;
	text-align: center;
	font-size: 0.7em;
	text-transform: uppercase;
}

#header .logo {
	margin-bottom: 15px;
}

#btn-menu {
	padding: 20px 0 0 0;
	text-align: center;
}
#btn-menu a {
	padding: 10px;
	border: 1px solid #AAA;
	text-decoration: none;
}
#btn-menu .icon {
	margin: 2px 3px 0 0;
	font-size: 1.3em;
}


/*-------------------CONTENT-------------------*/


#contentMain {
	width: 100%;
	margin: 40px 0 0 0;
	font-size: 0.9em;
	color: #444;
}

#contentMain ul {
	margin: 0 0 1.2em 1em;
}
#contentMain li {
	padding: 0 0 0 12px;
	background: url(images/bullet.png) no-repeat 0 0.55em;
}

#contentMain p {
	line-height: 1.5em;
}
#contentMain table {
	margin: 0 0 1.2em 0;
}
#contentMain table table {
	margin: 0;
}


/*-------------------CONTENT SUB-------------------*/


#contentSub {
	width: 100%;
	margin: 40px 0 0 0;
	padding: 0 0 300px 0;
	font-size: 0.9em;
	color: #666;
}

#flags li {
	float: left;
}
#flags li img {
	margin: 0 3px;
}


/*-------------------NAV-------------------*/


#nav {
	padding: 15px;
	background-color: #FFF;
	border-radius: 7px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	font-size: 1.05em;
	font-weight: bold;
}
#nav a:link, #nav a:visited {
	text-decoration: none;
	color: #999;
}
#nav a:active, #nav a:hover {
	color: #505050;
}
#about #nav-about a,
#services #nav-serviceProgramme a,
#costs #nav-costsAndExpenses a,
#offices #nav-officeLocations a,
#contact #nav-contactUs a {
	color: #505050;
}


/*-------------------NAV SUB-------------------*/


#navSub {
	float: right;
	margin: 0;
	padding: 0;
}

#navSub ul {
	margin: 0;
	padding: 0;
}

#navSub li {
	float: left;
	padding: 30px 0 0 15px;
	font-size: 0.9em;
}


/*-------------------CONTENT MAIN-------------------*/


#titleHome { width: 450px; height: 30px; margin: 0 0 15px 0; text-indent: -1976px; background: url(images/title_home.gif); }



/*-------------------HOME-------------------*/


#home #header {
	padding-bottom: 10px;
}
#home #header p {
	margin-bottom: 0.85em;
}
#home #contentWrapper {
	padding: 30px 5% 70px 5%;
	font-size: 0.7em;
}

img {
	max-width: 100%;
}

.languageRow {
	clear: both;
}

.languageRow .language {
	float: none;
	width: 100%;
	margin: 0 0 20px 0;
}
.languageRow .language .flag {
	float: left;
}
.languageRow .translations {
	display: none;
}
.languageRow p.welcome {
	clear: none;
	margin: 0;
	padding: 0 0 0 90px;
	font-weight: bold;
}
.languageRow p.question {
	clear: none;
	margin: 0 0 12px 0;
	padding: 0 0 0 90px;
}
.languageRow p.intro {
	display: none;
}

/*--------------------FOOTER-------------------*/


#contentFooter {
	clear: both;
}

#footer {
	display: none;
}

/*#footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 15px;
	margin: 0 auto;
	padding: 15px 0;
	background-color: #FFF;
	text-align: center;
	font-size: 0.9em;
	font-weight: bold;
}
#footer a:link, #footer a:visited {
	color: #505060;
}
#footer a:active, #footer a:hover {
	color: #505050;
}*/

#ambrit {
	float: right;
	width: 250px;
	text-align: right;
}


/*-------------------FORM-------------------*/

form input, form textarea {
	width: 96%;
	padding: 2%;
	border: 1px solid #999;
}

form input[type=submit] {
	width: 30%;
}




/*-------------------CAPTCHAS-------------------*/

#captchaError		{ display: none; font-size: 90%; } 

#captchaError p		{ color: #CC0000; } 

.captcha 			{ margin-bottom: 0.3em; }

.captchaInput		{ width: 50%; }

.captchaLabel p		{ margin-bottom: 0.1em; }

.captchaLabel p.caseSensitive		{ margin-bottom: 0.3em; font-size: 80%; font-weight: normal; }

#errorList			{ margin-left: 40px;  }