﻿/*
---------------------------------
//Reset CSS
---------------------------------
*/

/*
Colors

dark blue: #003455
blue: #6ea3c4

*/


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 1em;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


/*
---------------------------------
//Normal CSS template
---------------------------------
*/

html {
	background: url(images/bg.png) repeat-x;
	background-color:#ffffff;
}

body {
	font-family: Arial;
	font-size: 13px;
	line-height: 1.5em;
	color: black;
	text-align: center;
	margin-bottom: 20px;
}

a {
	text-decoration: none;
	color: #916c66; /*blue*/
}

a:hover {
	text-decoration: none;
	color: #red; /*red*/
}

a img {
	border: none;
}

h1 {
	display:none;
}

h2 {
	font-family: Arial;
	font-size: 0.8em;
	font-weight:lighter;
	color: black;
	text-transform:uppercase;
	margin-bottom: 5px;
}

h3 {
	font-family: Arial;
	font-size: 0.8em;
	font-weight:bold;
	color: black;
}

p {
	color: black;
	font-size: 1em;
}
p:first-letter {
	font-size: 1.4em;
}

blockquote {
	font-size: 0.9em;
	font-style:italic;
}

.fr {
	float: right;
	padding: 1em 0 1em 1em;
}

.fl {
	float: left;
	padding: 1em 1em 1em 0;
}

.line {
	height: 1px;
	border-bottom: 1px dotted #7a7a7a;
	margin-bottom: 10px;
}

#container {
	text-align: justify;
	margin: auto;
	width: 900px;
	margin-top: 10px;
	background-color:#6ea3c4; /*blue*/
	padding:10px;
}

#menuContainer {
	z-index: 10;
	position:relative;
	width: 900px;
	height: 30px;
	float:left;
	background: #003455;
}

#menuContainer #flags {
	position: relative;
	float: right;
	text-align: right;
	width: 100px;
	margin-top: 4px;
	margin-right: 5px;
}

#banner {
	background: url(images/banner.png) no-repeat;
	width: 900px;
	height: 170px;
	margin-top: 5px;
}

#banner2 {
	background: url(images/banner2.png) no-repeat;
	width: 900px;
	height: 85px;
	margin-top: 5px;
}

#scenarios {
	width: 900px;
	height: 170px;
	margin-top: 5px;
}

#scenarios2 {
	float: right;
	width: 500px;
	height: 75px;
	margin: 5px;
	border: 1px solid #ffffff;
}

#contentContainer
{
	float:left;
	margin-top: 5px;
}

#contentContainer p {
	margin-bottom: 15px;
	font-size: 1em;
}

#contentContainer h2 a{
	color:white;
	font-size:1em;
}
#contentContainer h2 a:hover{
	color: #6ea3c4; /*blue main*/
	font-size: 1em;
}

#mainContent
{
	float:left;
	width:590px;
	background-color: #ffffff;
	padding: 20px;
	margin-top: 5px;

}

#mainContent_headline {
	background-color: #003455;
	height: 15px;
	width: 624px;
	padding: 3px;
	vertical-align: middle;
	line-height: 15px;
}

#mainContent_headline h2{
	font-size: 1em;
	font-weight: bold;
	color: white;
	margin-left: 5px;
}

#newsContainer
{
	float:left;
	width: 265px;
	margin-top: 5px;
	margin-left: 5px;
	line-height: 14px;
}

#news_headline
{
	background-color: #003455;
	height: 15px;
	width: 254px;
	padding: 3px;
	float:left;
	text-align: top;
}

#news_headline h2{
	color: white;
	font-weight: bold;
	font-size: 1em;
	margin-left: 5px;
}

DIV.news {
	width:240px;
	height:70px;
	background-color: #ffffff;
	padding: 10px;
	line-height: 15px;
	float:left;
	margin-top:5px;
}

DIV.news h3{
	font-size: 0.9em;
	font-weight: bold;
}
DIV.news blockquote{
	font-size: 1em;
	text-decoration: italic;
}

.newsBullet {
	float:left;
	margin-right: 15px;
	margin-top: 5px;
	/*width:55px;
	height:65px;*/
}

span.news{
	font-size:0.9em;
}

.readMore {
	float: right;
	font-size: 0.8em;
	margin-right: 5px;
	vertical-align: bottom;
}
.readMore a{
	color: #003455;
}
.readMore a:hover{
	color: #6ea3c4;
}

#footer {
	width:900px;
	margin-top: 5px;    
	margin-bottom: 15px;
}

DIV.footerLeft {
	font-size:1em;
	text-align:left;
	width: 300px;
	float:left;
	margin-left: 10px;
}

DIV.footerRight {
	font-size:1em;	
	text-align:right;
	width:300px;
	float:right;
	margin-right: 10px;
}

#footer a {
	text-decoration:none;
	color: black;
}
#footer a:hover {
	text-decoration:none;
	color: white;
}

#footer p {
	font-size: 0.8em;
	font-weight: bolder;
	color: black;
}
#footer p:first-letter {
	font-size:1em;
}

#fullmainContent
{
	float:left;
	width:860px;
	background-color: #ffffff;
	padding: 20px;
	margin-top: 5px;
}

#fullmainContent_headline {
	background-color: #003455;
	height: 15px;
	width: 894px;
	padding: 3px;
	line-height: 14px;
}
#fullmainContent_headline h2{
	color: white;
	font-weight: bold;
	font-size: 0.9em;
	margin-left: 5px;
}

/*****************************************/
#leftContent {
	float:left;
	width:590px;
	background-color: #ffffff;
	margin-top: 5px;
	padding: 10px 20px 10px 20px;
}
#rightContent {
	float:left;
	width: 224px;
	background-color: #ffffff;
	margin-top: 5px;
	margin-left: 5px;
	padding: 10px 20px 10px 20px;
}

#rightContent_headline {
	background-color: #003455;
	height: 15px;
	width: 250px;
	padding: 3px;
	float:left;
}


table.form {
	border-width: 2px 2px 2px 2px;
	border-spacing: 0px;
	border-style: none none none none;
	border-color: gray gray gray gray;
	border-collapse: collapse;
	background-color: white;
}
table.form th {
	border-width: 0px 0px 0px 0px;
	padding: 4px 4px 4px 4px;
	border-style: none none none none;
	border-color: black black black black;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
}
table.form td {
	border-width: 0px 0px 0px 0px;
	padding: 4px 4px 4px 4px;
	border-style: none none none none;
	border-color: black black black black;
	background-color: white;
	-moz-border-radius: 0px 0px 0px 0px;
}

table.form #label, #response{
	font-weight: bold;
	text-align: right;
	vertical-align: top;
	padding-right: 20px;
}

table.content_table .content_heading{
	font-weight: bold;
	font-size: 1.1em;
	height: 17px;
}

table.content_table p{
	font-size: 0.9em;
}

table.content_table a{
	text-decoration:none;
	color: #3a80bb;
}
table.content_table a:hover{
	color: red;
}

table.content_table ul li{
	list-style-type: disc;
	margin-left: 30px;
	padding-left: 1px;
	font-size: 1em;
}

table.content_table h2{
	font-weight: bold;
	font-size: 1em;
	padding-bottom: 5px;
}
table.content_table h3{
	font-weight: bold;
	font-style: italic;
	color: #3a80bb;
	font-size: 1em;
	padding-bottom: 3px;
}

table.list_table li{
	list-style-type: disc;
	margin-left: 40px;
	padding-left: 5px;
	font-size: 1em;
}

div.submenu {
	float:left;
	width: 224px;
	background-color: #ffffff;
	margin-top: 5px;
	margin-left: 5px;
	padding: 10px 20px 10px 20px;
}

div.submenu .submenu_heading{
	font-size: 1em;
	font-weight: bold;
	margin-bottom: 5px;
}

div.submenu ul{
	margin-bottom: 10px;
}

div.submenu li{
	font-size: 1em;
	list-style-type: disc;
	margin-left: 20px;
	padding-left: 1px;
	padding-bottom: 1px;
}


div.submenu li li{
	font-size: 1em;
	list-style-type: disc;
	margin-left: 20px;
	padding-left: 1px;
	padding-bottom: 1px;
}
div.submenu li li li{
	font-size: 0.9em;
	list-style-type: disc;
	margin-left: 20px;
	padding-left: 1px;
	padding-bottom: 1px;
}



div.submenu a{
	text-decoration:none;
	color: black;
}

div.submenu a:hover{
	color: red;
}

img.img_wrap{
	border-color: black;
	border: 1px;
	text-align: right;
	margin: 5px 10px 5px 10px;
}

table.grid .grid_heading{
	font-weight: bold;
	font-size: 1.1em;
	padding: 5px;
}
td.grid_right{
	width: 130px;
	padding-right: 20px;
	text-align: right;
}

table.grid a{
	font-size: 0.9em;
	text-decoration:none;
	color: black;
}
table.grid a:hover{
	color: blue;
}

p.go_back{
	text-align:right;
}
p.go_back a{
	text-decoration:none;
}
p.go_back a:hover{
	color:blue;
}

img.arrow_prev{
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(../images/prev-horizontal.png) no-repeat 0 0;
}

img.arrow_next{
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent url(../images/next-horizontal.png) no-repeat 0 0;
}

table.contacts_data td{
	font-size: 0.9em;	

}

div.scroll{
	overflow: auto;
	overflow-x: hidden;
	min-height: auto;
	height: 500px;
	padding-right: 10px;
}

div.showhidebox{
	border: thin solid black;
	padding: 10px;
	font-size: 1em;
}
div.showhidebox li li{
font-size: 1em;
}

div #colheader{
	font-family: tahoma;
	font-size: 1.4em;
	color: grey;
	font-weight: 500;
	line-height: 2.2em;
	text-align: left;
	vertical-align: top;
}

div #scenariosheader{
	font-family: tahoma;
	font-size: 1.3em;
	/*color: #ffffff; /*white*/
	color: #003455; /*dark blue*/
	/*color: #660c0b; /*dark red*/
	font-weight: bolder;
	text-align: center;
	vertical-align: top;
	padding-top:3px;
	font-style: oblique;
}

/*
---------------------------------
//Forms
---------------------------------
*/

form
{
	font-size: 0.9em;
}

input
{
	font-size: 0.9em;
}

textarea
{
	font-size: 0.9em;
}

input.submit, input.reset
{
	background-color: #3a80bb;
	width: 55px;
	height: 24px;
	color: #ffffff;
	font-family: Arial;
	font-size: 0.8em;
	font-variant: normal;
	border: 0px;
	cursor: pointer;
	font-weight: lighter;
	text-transform: uppercase;
}

form li
{
	
	list-style-type: none;
	padding-bottom: 10px;
}



label 
{
	float: left;
	width: 5em;
	margin-right: 2em;
	margin-top: 2px;
	
}

form .submit 
{
	margin-left: 134px;
}

/*
---------------------------------
//Content
---------------------------------
*/

#front_coloumn1
{
	width: 31%;
	float:left;
	padding: 0px 5px 0px 5px;
}

#front_coloumn1 ul li
{
	position: relative;
	list-style:square;
	margin-left: 20px;
	margin-top: 5px;
	font-size: 0.9em;
	text-align: left;
}

#front_coloumn2
{
	width:33%;
	float:left;
}

#front_coloumn2 p
{
	padding: 0px 20px 0px 20px;
}

#front_coloumn3
{
	width:33%;
	margin-left: 395px;
}

#front_coloumn3 blockquote
{
	padding: 0px 30px 0px 20px;	
}

#front_coloumn3 .quoteImage
{
	margin: 0px 10px 0px 0px;
	float:left;
	position:relative;
}

.quoteImage
{
	padding-left: 20px;
}

DIV.divider_vertical
{
	width: 2px;
	height: 180px;
	background: url(images/divider.png) repeat-y;
	float:left;
	margin-top: 5px;
}
