/*
---------------------------------
//General
---------------------------------
*/

body 
{
	text-align: center;
	font: 12px Arial, sans-serif;
	line-height: 15px;
	background: #b5cace url(../images/bg.png) repeat-x;
	color:#7a9da5;
	margin-bottom:10px;
}

a {color:#7a9da5; text-decoration:underline; }

a:hover { text-decoration:none; }

p { line-height:22px; margin-bottom: 25px; color:#868686; }

h1{
	color:#4285b9;
	margin-top:10px;
	font-size:30px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	margin-bottom:20px;
	line-height:30px;
	font-weight:lighter;
}

h2{
	color:#4285b9;
	margin-top:10px;
	font-size:25px;
	font-family:Arial, Helvetica, sans-serif;
	margin-bottom:20px;
}

h3{
	color:#4285b9;
	margin-top:10px;
	font-size:22px;
	font-family:Arial, Helvetica, sans-serif;
	margin-bottom:20px;
}

h4{
	color:#4285b9;
	margin-top:10px;
	font-size:18px;
	font-family:Arial, Helvetica, sans-serif;
	margin-bottom:20px;
}

h5{
	color:#4285b9;
	margin-top:10px;
	font-size:16px;
	font-family:Arial, Helvetica, sans-serif;
	margin-bottom:20px;
}

h6{
	color:#4285b9;
	margin-top:10px;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	margin-bottom:20px;
}

dl { margin-left:20px; margin-bottom:20px;}

dt { font-weight:bold; color:#333333;}

dl { color:#828282; }

ul { 
	list-style:circle; 
	margin-left:50px; 
	list-style-position:inside; 
	margin-bottom: 20px;
	color:#7a9da5;
}

ol { 
	list-style: decimal; 
	margin-left:50px; 
	list-style-position:inside; 
	margin-bottom:20px;
	color:#7a9da5;
}

li { margin-bottom:8px; }

legend {
	color:#4285b9;
	padding:0px 10px 0px 10px;
	margin-bottom: 10px;
	margin-top:20px;
	font-size:14px;
	margin-left:-26px;
}

fieldset {
	padding:10px 30px 20px 40px;
	margin-bottom:20px;
	border:1px solid #cccccc;
}

label { float:left; width: 100px;}

	/* Input classes */
	
	.text_field, .file, .password {
		background: url(../images/input_bg.png) repeat-x;
		height: 21px;
		border:1px solid #d1d1d1;
		padding:4px 0px 0px 5px;
		font-size:12px;
	}
	
	.text_area{
		background: url(../images/textbox_bg.png) repeat-x;
		border:1px solid #d1d1d1;
		padding:4px 0px 0px 5px;
		font-family: Arial, Helvetica, sans-serif;
		font-size:12px;
	}
	
	.radio, .checkbox { margin-top:5px; }

blockquote {
	margin-left:20px;
	border-left:4px solid #4285b9; 
	margin-bottom: 20px;
	color:#666666;
	line-height:20px;
	padding-left:5px;
	font-style:italic;
}

pre {
	margin-left: 50px;
	background-color:#f1f1f1;
	border-top:1px solid #cccccc;
	padding:10px;
	margin-bottom:20px;
	color:#333333;
}

hr {
	color:#e1e1e1;
	margin: 10px 0px 10px 0px;
}

table {margin-bottom: 20px;}

tr{}

th { 
	padding: 5px 10px 5px 10px; 
	text-align:left; 
	border:1px solid #cccccc; 
	background:#4285b9;
	color:#fff;
}

td{
	padding:5px 10px 5px 10px;
	text-align:left;
	border: 1px solid #cccccc;
	background:#f9f9f9;
}

/* COMMEN USED CLASSES */

.more {text-align: right; font-weight:bolder;}

.ar {text-align:right;}

.al {text-align:left;}

.ac {text-align:center;}

.fl {float:left;}

.fr {float:right;}

.clear {clear: both;}

.italic {font-style:italic;}

.bold {font-weight:bold;}

.lighter {font-weight:lighter;}

.underline {text-decoration:underline;}

.no_underline {text-decoration:none;}

.clear_margin {margin:0px;}

.read_more {text-align:right; margin:0px 5px 0px 0px; }

/* DEFAULT STYLE */

/* Container */

#container 
{
	text-align: left;
	margin: auto;
	background:#fff;
	width:940px;
	margin-top:20px;
	padding:10px;
}

/* Top */

#top { width:940px; height:100px; }

.logo {
	height:100px;
	width:419px;
	float:left;
}

#search_box { float:right; width:193px; margin-top:40px; }
.search_label { margin: 3px 10px 0px 0px; float:left; }
.search_field { width:100px; float:left; margin-right:5px;}
.search_submit { 
	background:url(../images/search_submit_bg.png) 0px -27px no-repeat; 
	border:none; 
	height:27px;
	width:33px;
	cursor:pointer;
	float:left;
}

.search_submit:hover { background:url(../images/search_submit_bg.png) 0px 0px no-repeat; }

/* Menu */

#menu {
	width: 940px;
	height:37px;
	background:#d6d6d6;
	margin-bottom:20px;
	float:left;
	padding:1px;
}

#menu_items {
	margin:0;
	position:relative;
	background:url(../images/menu_bg.png) repeat-x;
	border:1px solid #fff;
	padding-left:20px;
	width:918px;
	height:35px;
}

#menu_items li { 
	display:inline;
	margin-right:0px;
	float:left;
	list-style:none;
}

#menu_items li a {
	background:url(../images/menu_item_bg.png) 0px 0px repeat-x;
	height:	26px;
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	text-decoration:none;
	display:inline-block;
	padding:9px 15px 0px 15px;
}

#menu_items li a:hover {
	background:url(../images/menu_item_bg.png) 0px -35px repeat-x;
	border-left:1px solid #fff;
	border-right:1px solid #fff;
	padding:9px 14px 0px 14px;
}

#menu_items li a.active {
	background:url(../images/menu_item_bg.png) 0px -35px repeat-x;
	border-left:1px solid #fff;
	border-right:1px solid #fff;
	padding:9px 14px 0px 14px;
}

/* Content */

#banner { margin-bottom:20px; height:300px; position:relative; background:#fff;}

.banner_text {
	position:absolute;
	top:80px;
	right:30px;
	height:100px;
	width:180px;
	line-height:20px;
	font-size:11px;
}

.banner_text p { color:#f1f1f1; display:none;}
.banner_images img { display:none;}

#content {float:left; margin-bottom:20px;}

/* Left column */

#left_column { width:160px; float:left; margin-right:30px;}
	
	/* Submenu */
	
	.submenu {margin-top:65px; font-size:11px;}
	
	.submenu ul { list-style: none; margin:0; list-style-position: outside; }
	.submenu li {margin:0; height:35px; float:left; width:160px;}
	.submenu li a { 
		height:25px; 
		display:block; 
		background:url(../images/submenu_bg.png) 0px -70px no-repeat;
		padding:10px 0px 0px 25px;
		text-decoration:none;
		color:#7e7e7e;
		margin:0;
	}
	.submenu li a:hover {background:url(../images/submenu_bg.png) 0px -35px no-repeat; color:#333333; }
	.submenu li a.submenu_current { background:url(../images/submenu_bg.png) 0px 0px no-repeat; color:#fff; }
	.submenu li a.submenu_current:hover { background:url(../images/submenu_bg.png) 0px 0px no-repeat; color:#fff; }
	
	.submenu li.submenu_divider {background:url(../images/submenu_divider.png) no-repeat; height:2px; width:160px; padding:0;}

/* Main Content */

#main_content {
	margin-right:30px;
	float:left;
	width:470px;
}
	 
	.column_big {
		width:321px;
		height:246px;
		border:1px solid #c3d4d7;
		padding:1px 1px 1px 1px;
		font-size:11px;
		float:left;
		position:relative;
		margin:0;
	}
	.column_big p { margin-bottom:15px; line-height: 16px; color:#7a9da5;}
	
	.column_headline {
		height:30px;
		width:311px;
		background:url(../images/column_headline_bg.png) repeat-x;
		position:relative;
		font-family:Arial, Helvetica, sans-serif;
		font-size:13px;
		color:#fff;
		padding:10px 0px 0px 10px;
	}
	.column_content {
	background:#e5e5e5 url(../images/column_bg.png) repeat-x;
	height:166px;
	padding-top: 0px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
	
/* Right Column */

#right_column {
	float:left;
	width:250px;
}
	
	/* Latest info box */
	
	#latest_info {
		width: 248px;
		border:1px solid #c3d4d7;
		font-size:11px;
	}
	
	#latest_info a { text-decoration:none; }
	#latest_info p { font-size:11px; line-height:16px; }
	#latest_info ul { margin-left:10px; margin-top:10px; }
	
	#latest_info a.latest_info_heading {
		cursor:pointer;
		display:block;
		padding:3px 3px 3px 6px;
		text-decoration: none;
		font-weight: bold;
		font-size: 11px;
		color: #f1f1f1;
		background:url(../images/latest_info_headline_bg.png) no-repeat;
		height:18px;
	}
	#latest_info a.latest_info_heading:hover {
		background:url(../images/latest_info_headline_bg.png) no-repeat;
	}
	#latest_info a.selected {
		color: #fff;
		background:url(../images/latest_info_headline_bg.png) 0px -24px no-repeat;
	}
	
	.latest_info_item {background:url(../images/latest_info_bg.png) #e8e8e8 0px 0px repeat-x; height:225px;}
	.latest_info_content { width:228px; padding:10px; }
		
	.news_date { color:#b0b0b0; }
	.news_heading { font-weight:bold; font-size:12px;}
	.news_text { }
	.news_divider { background:url(../images/news_divider.png) no-repeat; height:2px; width: 228px; margin: 15px 0px 15px 0px;}

	/* Login box */
	
	#login {
		width:246px;
		height:246px;
		border:1px solid #c3d4d7;
		padding:1px 1px 1px 1px;
		font-size:11px;
		float:left;
		position:relative;
		margin-top:20px;
	}
	#login p {color:#7a9da5;}
	
	.column_headline_small {
		height:30px;
		width:236px;
		background:url(../images/column_headline_bg.png) repeat-x;
		position:relative;
		font-family:Arial, Helvetica, sans-serif;
		font-size:13px;
		color:#fff;
		padding:10px 0px 0px 10px;
	}
	
	.lock { float:right; position:absolute; top:120px; right:10px;}

/* Footer */

#footer {
	width: 940px;
	height:37px;
	background:#d6d6d6;
	float:left;
	padding:1px;
}

.footer_content {
	width: 919px;
	height:17px;
	background:url(../images/menu_bg.png) repeat-x;
	float:left;
	color:#f1f1f1;
	font-size: 11px;
	padding:9px;
	padding-left:10px;
	border:1px solid #fff;
}

#footer a {color:#f1f1f1; text-decoration:none; }
#footer a:hover {text-decoration:underline;}


/*
---------------------------------
//SPECIFIC PAGES -> Index
---------------------------------
*/

/* Services */

.services_icon {
	position:absolute;
	right:10px;
	bottom:10px;
}

.services {
	list-style-position:outside;
	margin-left:20px;
	list-style-image:url(../images/services_bullet.png);
}

.services li { margin-bottom:10px; padding-left:5px;}
.services li a {text-decoration:none; margin-top:200px;}
.services li a:hover {text-decoration:underline}

/* Our departments */

.globe { position:absolute; right:10px; bottom:5px; }

	/* Vertical slider menu */
	
	.menu_slider {
		height: 32px;
		width: 184px;
		margin: auto;
	}
	
	.menu_slider_button {
		border:none;
		position:absolute;
		cursor:pointer;
		left:20px;
		z-index:999;
		background:url(../images/choose_bg.png) 0px 0px no-repeat;
		height:25px;
		width:178px;
	}
	
	.menu_slider_button_active {
		background:url(../images/choose_bg.png) 0px -25px no-repeat;
	}
	
	.menu_slider_content {
		display:none;
		width:174px;
		border: 1px solid #fff;
		margin:0;
		list-style-position:outside;
		background:#a5bac4 url(../images/choose_content_bg.png) repeat-x;
		padding:20px 1px 1px 1px;
		margin-top:5px;
		position:absolute;
		left:20px;
		
	}
	
	.menu_slider_content li {
		
		margin:0;
		list-style:none;
	}
	
	.menu_slider_content li a {
		color:#FFFFFF; 
		text-decoration:none; 
		padding:0px; 
		display:block;
		padding:5px 0 5px 10px;
		width:164px;
	}
	
	.menu_slider_content li a:hover {
		padding:5px 0 5px 10px;
		background:#b4c3ca;
	}


/*
---------------------------------
//SPECIFIC PAGES -> Contact us
---------------------------------
*/

#response p{ margin-bottom:15px; color:#fff;}

#form_fields { position:relative; margin-top:20px;}

#form_fields img.loaderIcon
{
	width: 48px;
	position: absolute;
	top:340px;
	right:100px;
}

.contact_form_field {width:270px;}

.form_succes { 
	background:#9fbaa1; 
	border-top: 1px solid #757575; 
	border-bottom: 1px solid #757575; 
	margin:0; 
	padding:20px;
}

.form_error { 
	background:#e58585; 
	border-top: 1px solid #757575; 
	border-bottom: 1px solid #757575; 
	margin:0;
	padding:20px; 
	color:#fff;
}
.form_error li {margin-left:45px; }

.form_response_image { float:left; margin-right:10px;}

.form_p { margin-bottom:10px;}

.button {
	background:url(../images/button_bg.png) no-repeat 0 0;
	border:0px;
	height:31px;
	width:68px;
	cursor:pointer;
	color:#f1f1f1;
	padding:0;	
	font-family:Arial, Helvetica, sans-serif;
	font-size:13px;
	margin-top:10px;
}

.button:hover { background:url(../images/button_bg.png) no-repeat 0 -31px; }
.button_margin { margin-left:100px; }

.verification_image {margin-right:10px; float:left; }
.verification_input {margin:1px 0px 5px 0px;}
