/*

	Stylesheet for PROJECT
	
	Media:      screen, projection
	Copyright:  Netlash <http://www.netlash.com>
	author:     John Doe johndoe@netlash.com>

*/

/*
	Reset
*/

body, form, ol, ul, dl, li, dt, dd, td, th ,tr, h1, h2, h3, h4, h5, h6, p, pre, blockquote, address { margin: 0; padding: 0; }
ol, ul { list-style: none; }
img { border:0; }
fieldset { margin: 0; padding: 0; border: 0; }
input, select, textarea { font-size: 100%; vertical-align: middle; }
table { border-collapse: collapse; border-spacing: 0; empty-cells: show; }
th { text-align: left; }
a:focus { overflow: hidden; }

/*
	Clearfix
*/

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.guillotineBugFix {
	display: none;
}

/*
	General
*/

body {
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 12px;
	line-height: 1.5;
	color: #000;
	background: #FFF;
}

/*
	Typography and text styles
*/

/* General */

p {
	padding: 0 0 12px 0;
}

strong, th, thead td, h1, h2, h3, h4, h5, h6 {
	font-weight: 700;
}

/* Headings */

h1, h2, h3, h4 {
	font-family: Helvetica, Arial, Verdana, sans-serif;
	line-height: 1.3;
	color: #031B58;
}

 h3 a:link, h3 a:visited,
 h2 a:link, h2 a:visited,
 h4 a:link, h4 a:visited {
	color: #478DFB;
	border-bottom: none;
}

 h3 a:hover, h3 a:active, h3 a:focus,
 h2 a:hover, h2 a:active, h2 a:focus,
 h4 a:hover, h4 a:active, h4 a:focus {
	border-bottom: 1px solid #B6CCEC;
}

h1 {
	font-size: 20px;
	border-bottom: 1px solid #D8D8D8;
	padding: 0 0 6px 0;
	margin-bottom: 12px;
	color: #041B59;
}

h2 {
	font-size: 16px;
	padding: 0 0 12px 0;
}

h3 {
	font-size: 14px;
	padding: 0 0 6px 0;
}

h4 {
	font-size: 12px;
	padding: 0 0 4px 0;
}

/* Links */

a {
	border-bottom: 1px solid #666;
	text-decoration: none;
}

a:link {
	color: #478DFB;
	border-color: #B6CCEC;
}

a:visited {
	color: #005EA0;
	border-color: #B6CCEC;
}

a:hover {
	color: #0075C7;
	border-color: #0075C7;
}

a:active {
	color: #005EA0;
	border-color: #0075C7;
}

/* .content defaults */

.content ul {
	list-style: disc;
	padding: 0 0 12px 12px;
}

.content ol {
	list-style-type: decimal;
	padding: 0 0 12px 12px;
}

.content dl {
	padding: 0 0 12px 12px;
}

.content ul ul,
.content ul ol,
.content ol ul,
.content ol ol {
	padding-bottom: 0;
}

.content code {
	font-family: Monaco, "Courier New", monospace;
}

.content pre {
	font-size: 12px;
	line-height: 18px;
	background: #FFF;
	margin: 0 0 12px 0;
	padding: 12px;
	border: 1px solid #D8D8D8
}

blockquote,
q,
.content blockquote,
.content q {
	font-style: italic;
	color: #666;
}

blockquote,
.content blockquote {
	padding: 0 0 6px 20px; 
	background: url(../images/quote.gif) no-repeat 0 2px;
	margin: 6px 0;
	border-bottom: 1px solid #D8D8D8;
}

.content cite,
.content em {
	font-style: italic;
}

.content table {
	border-top: 1px solid #D8D8D8;
	border-left: 1px solid #D8D8D8;
}

.content td, 
.content th {
	border-right: 1px solid #D8D8D8;
	border-bottom: 1px solid #D8D8D8;
	font-size: 11px; 
	padding: 6px;
}

.content th {
	font-weight: 700;
	background: #D8D8D8;
}

.content hr {
	border: none;
	border-top: 1px solid #D8D8D8;
	padding: 0;
}

/*
	Page structure and layout
*/

#container {
	width: 940px;
	margin: 0 auto;
}

	/* General */

	/* Header */

	#header {
		padding: 12px 0;
		width: 940px;
	}

	#home #header {
		padding-bottom: 0;
	}

	#header #top {
		width: 940px;
		height: 123px;
		background: url(../images/header.jpg) no-repeat 0 0;
		overflow: hidden;
	}
	

	/* Logo */

	#logo h1, #logo h2 {
		width: 297px;
		height: 37px;
		background: none;
		padding: 18px 0 0 20px;
		text-indent: -9999px;
		float: left;
	}

	#logo h1 a, #logo h2 a {
		width: 100%;
		height: 100%;
		display: block;
		overflow: hidden;
		border-bottom: none;
	}

	/* language */

	#lang {
		padding: 30px 20px 0 0;
	}

	#lang ul {
		float: right;
		height: 24px;
		line-height: 24px;
		background: url(../images/lang_bar.gif) repeat-x 0 center;
	}

	#lang ul li {
		float: left;
		padding-left: 6px;
	}

		#lang ul li.firstChild {
			padding-left: 0;
		}

	#lang ul li a {
		float: left;
		height: 24px;
		width: 24px;
		text-align: center;
		overflow: hidden;
		font-size: 9px;
		font-weight: 500;
		border-bottom: none;
		background: url(../images/lang_bg.png) no-repeat 0 0;
		color: #FFF;
	}

	#lang ul li a:link, #lang ul li a:visited {
		background-position: 0 0;
		color: #FFF;
	}

	#lang ul li a:hover, #lang ul li a:active, #lang ul li a:focus {
		background-position: 0 -24px;
		color: #FFF;
	}

	#lang ul li.selected a:link,
	#lang ul li.selected a:visited,
	#lang ul li.selected a:hover,
	#lang ul li.selected a:active,
	#lang ul li.selected a:focus {
		background-position: 0 -24px;
		color: #FFF;
	}

	/* breadcrumb */

	#breadcrumb {
		color: #FFF;
		font-size: 11px;
		clear: both;
		padding: 38px 0 5px 20px;
	}

	#breadcrumb a {
		color: #FFF;
		border-color: #5F729B;
	}

	#breadcrumb a:link, #breadcrumb a:visited {
		color: #FFF;
		border-color: #5F729B;
	}

	#breadcrumb a:hover, #breadcrumb a:active, #breadcrumb a:focus {
		color: #FFF;
		border-color: #FFF;
	}

	/* Navigation */

	#navigation ul {
		width: 940px;
		background: #A0C4FC;
		height: 35px;
		line-height: 38px;
	}

	#navigation ul li {
		float: left;
		border-right: 1px solid #85aff2;
	}

	#navigation ul li a {
		font-weight: 700;
		float: left;
		height: 35px;
		padding: 0 18px;
		color: #FFF;
		background: #A0C4FC;
		font-size: 14px;
		text-transform: uppercase;
		border-bottom: none;
		font-family: Helvetica, Arial, Verdana, sans-serif;
	}

	#navigation ul li a:link, #navigation ul li a:visited {
		color: #FFF;
		background: #A0C4FC;
	}

	#navigation ul li a:hover, #navigation ul li a:active, #navigation ul li a:focus {
		color: #FFF;
		background: #8AB4F4;
	}

	#navigation ul li.selected a:link,
	#navigation ul li.selected a:visited,
	#navigation ul li.selected a:hover,
	#navigation ul li.selected a:active,
	#navigation ul li.selected a:focus {
		color: #FFF;
		background: #6A9BE8;
	}

	/* Content */

	#main {
		width: 880px;
		background: url(../images/main_bg.gif) repeat-x 0 0;
		padding: 18px 40px 72px 20px;
		position: relative;
	}

	#main #footerlogos {
		position: absolute;
		width: 120px;
		height: 46px;
		bottom: 8px;
		left: 20px;
	}

	#main #footerlogos ul li{
		float: left;
		padding-right: 12px;
	}

	#main #footerlogos ul li a {
		border-bottom: none;
	}

	#main #footerlogos ul li a img {
		display: block;
		border-bottom: none;
	}

	#home #main {
		width: 900px;
		padding: 0 20px;
	}

	#mainWrapper {
		width: 880px;
		background: url(../images/ver_divider.gif) repeat-y 281px 0;
	}

	#mainDeco {
		background: #EDF0F2 url(../images/bg_deco.gif) no-repeat 0 bottom;
		margin-bottom: 10px;
	}

	#side {
		float: left;
		width: 260px;
	}
	
		#home #side {
			width: 427px;
			padding-top: 18px;
			margin-bottom: 24px;
		}

	#content {
		float: right;
		width: 562px;
	}

	#home #content {
		width: 453px;
		padding: 0;
	}

	#sideImage {
		width: 260px;
		height: 164px;
		overflow: hidden;
	}

	/* subnavigation */

	/* first level */
	
	#subnavigation {
		margin-bottom: 18px;
	}

	#subnavigation ul {
		background: #AEB0B1;
	}

	#subnavigation ul li {
		border-bottom: 1px solid #BEC0C1;
	}

	#subnavigation ul li a {
		padding: 8px 14px;
		background: #AEB0B1;
		color: #FFF;
		border-bottom: none;
		display: block;
	}

	#subnavigation ul li a:link, #subnavigation ul li a:visited {
		background: #AEB0B1;
		color: #FFF;
	}

	#subnavigation ul li a:hover, #subnavigation ul li a:active, #subnavigation ul li a:focus {
		background: #8C8E8E;
		color: #FFF;
	}

	#subnavigation ul li.selected a:link,
	#subnavigation ul li.selected a:visited,
	#subnavigation ul li.selected a:hover,
	#subnavigation ul li.selected a:active,
	#subnavigation ul li.selected a:focus {
		background: #6b6c6c;
		color: #FFF;
	}

	/* second level */

	#subnavigation ul li.selected ul li {
		border-bottom: 1px solid #3E3F3F;
	}

	#subnavigation ul li.selected ul li a {
		padding: 6px 14px;
		background: #343535;
		color: #FFF;
		border-bottom: none;
		display: block;
	}

	#subnavigation ul li.selected ul li a:link, #subnavigation ul li.selected ul li a:visited {
		background: #343535;
		color: #FFF;
	}

	#subnavigation ul li.selected ul li a:hover, #subnavigation ul li.selected ul li a:active, #subnavigation ul li.selected ul li a:focus {
		background: #6A9BE8;
		color: #FFF;
	}

	#subnavigation ul li.selected ul li.selected a:link,
	#subnavigation ul li.selected ul li.selected a:visited,
	#subnavigation ul li.selected ul li.selected a:hover,
	#subnavigation ul li.selected ul li.selected a:active,
	#subnavigation ul li.selected ul li.selected a:focus {
		width: 243px;
		background: #6A9BE8 url(../images/subnav_active.png) no-repeat right center;
		color: #FFF;
	}

	/* Fancy Side stuff */

	#side .redSide {
		background: #D70000;
		padding: 0;
		margin: 0;
		margin-top: 18px;
		font-size: 11x;
	}

	#side .redSide .redSideTop h4 {
		color: #FFF;
		padding-bottom: 0;
	}

	#side .redSide p,
	#side .redSide h2,
	#side .redSide h3,
	#side .redSide h4,
	#side .redSide h5 { 
		color: #FFF;
	}

	/* red side links */

	#intro .content a {
		border-bottom: 1px solid #FFF;
		text-decoration: none;
	}

	#intro .content a:link, #intro .content a:visited {
		color: #FFF;
		border-color: #6AA1D5;
	}

	#intro .content a:hover, #intro .content a:active {
		color: #FFF;
		border-color: #FFF;
	}

	#intro .content p {
		padding-bottom: 18px;
	}

	#side .redSide .redSideTop {
		padding: 8px 14px;
	}

	#side .redSide .redSideBottom {
		background: #A80000 url(../images/red_side.jpg) no-repeat 0 0;
		padding: 12px 14px 0 14px;
	}

	.sideBlock {
		border: 1px solid #D8D8D8;
		background: #FFF url(../images/white_gradient.gif) repeat-x 0 0;
		padding: 14px;
		margin-top: 18px;
	}

	/* Footer */

	#footer {
		width: 940px;
		font-family: Helvetica, Arial, Verdana, sans-serif;
	}

	#footerContent {
		float: left;
		width: 420px;
		height: 48px;
		overflow: hidden;
		background: #002A7A;
		color: #FFF;
		padding: 8px 20px 4px 20px;
		font-size: 11px;
	}

	#footerContent h3 {
		border-bottom: 1px solid #325290;
		padding-bottom: 3px;
		margin-bottom: 3px;
		color: #FFF;
	}

	#footerContent a {
		color: #FFF;
		border-color: #5F729B;
	}

	#footerContent a:link, #footerContent a:visited {
		color: #FFF;
		border-color: #5F729B;
	}

	#footerContent a:hover, #footerContent a:active, #footerContent a:focus {
		color: #FFF;
		border-color: #FFF;
	}

	#footer #banner {
		float: right;
		width: 468px;
		height: 60px;
		overflow: hidden;
	}

	#footer #banner a {
		border-bottom: none;
	}

/*
	Pagination
*/

.pagination-wrap {
	width: 100%;
	overflow: hidden;
}

.pagination {
	float: left;
	position: relative;
	left: 50%;
}

.pagination ul {
	padding: 18px 0;
	z-index: 2;
	overflow: hidden;
	position: relative;
	left: -50%;
}

.pagination li {
	float: left;
	list-style: none;
	margin: 0 5px 0 0;
	text-decoration: none;
	padding: 0;
	line-height: 15px;
	font-size: 12px;
	text-align: center;
}

.pagination li span {
	float: left;
	display: block;
	padding: 4px 5px;
	color: #ccc;
	min-width: 12px;
}

.pagination li.currentpage span {
	font-weight: 700;
	color: black;
}

.pagination li.selected span {
	padding: 4px 5px;
	font-weight: 700;
	color: black;
}

.pagination li a:link,
.pagination li a:visited {
	float: left;
	display: block;
	padding: 3px 4px;
	border: 1px solid #ddd;
	text-decoration: none;
	min-width: 12px;
}

li.ellipsis {
	margin: 0;
}

li.ellipsis span {
	color: black;
}

.pagination li a:hover,
.pagination li a:active {
	background: #eee;
	border: 1px solid #bbb;
	color: black;
}

.nextpage, .previouspage {
	font-size: 11px !important;
}

.pagination li.nextpage {
	margin-left: 10px;
}

.pagination li.previouspage {
	margin-right: 15px;
}

/* formBlock */


.formBlock h3 {
	border-bottom: 1px solid #B4B4B4;
	padding-bottom: 6px;
	margin-bottom: 24px;
}

.formBlock form p {
	padding-bottom: 6px;
}

.formBlock form input {
	display: block;
}

.formBlock form .checkbox input {
	float: left;
	display: block;
	margin-right: 6px;
}

.formBlock label {
	display: block;
	width: 110px;
	text-align: left;
	float: left;
	line-height: 20px;
}

	.formBlock .checkbox label {
		width: 250px;
	}

.formBlock textarea {
	width: 430px;
}

/* forms */

label {
	font-size: 12px;
	display: block;
	padding: 4px 0;
}

input.input-text, input.inputText, input.text, input.password,input.input-submit, input.inputSubmit, textarea {
	font-size: 12px;
	background: #FFF;
	border: 1px solid #B4B4B4;
	padding: 4px;
	color: #333;
	margin: 0;
	font-weight: 700;
	font-family: Verdana, Helvetica, Arial, sans-serif;
}

input.input-radio {
	margin: 0 3px 0 0;
	padding: 0;
}

input[disabled] {
	color: #777;
}

textarea {
	line-height: 1.4;
	width: 430px;
	height: 250px;
}

input.input-text, input.inputText, input.text, input.password {
	width: 200px;
}

input#title {
	width: 430px;
}

input:focus, textarea:focus {
	border-color: #969696; 
	background: #FFF;
	color: #000;
}


@-moz-document url-prefix() {
	input[type="text"]:focus,
	textarea:focus { 
		border-color: #969696;
	}
}

input.input-submit, input.inputSubmit, button {
	cursor: pointer;
	overflow: visible;
	font-weight: 700;
	padding: 4px 3px;
	background: url(../images/button_bg.gif) repeat-x 0 0;
	border: 1px solid #b4b4b4;
	font-size: 10px;
	font-weight: 700;
	padding: 3px 6px;  
	display: block;
	color: #101010;
	margin: 0;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

	#newsletterBlock input.input-submit, #newsletterBlock input.inputSubmit, #newsletterBlock button {
		background: #606045;
		border: 1px solid #4E4E38;
		color: #FFF;
	}

input.input-submit:hover, input.inputSubmit:hover {
	background-position: 0 -22px;
	border: 1px solid #979797;
	color: #101010;
}

input.input-submit:active,
input.input-submit:focus {
	background-position: 0 -22px;
	border: 1px solid #727272;
	color: #101010;
}

select, option {
	font-family: Arial, sans-serif;
	font-size: 12px;
}

.formError {
	font-size: 11px;
	color: #E60000;
	display: block;
	clear:both;
	font-style: italic;
	margin: 3px 0;
	padding-left: 110px;
}

.formSuccess {
	font-size: 11px;
	color: #66814A;
	display: block;
	clear:both;
	font-style: italic;
	margin: 3px 0;
	padding: 6px 12px;
	background: #dbf3c1;
}

form p
{
	padding-bottom: 6px;
}

.formEnd {
	border-top: 1px solid #D8D8D8;
	margin-top: 12px;
	padding-top: 12px;
}

/* checkboxes */

li.label_checkbox_pair {
	clear: both;
	float: none;
	position: relative;
}

li.label_checkbox_pair input {
	left: 0;
	position: absolute;
	top: 0;
	margin: 0;
	width: auto !important; /* IE6 fix */
}

li.label_checkbox_pair label {
display: block;
margin-left: 22px;
width: 150px;
padding: 0 0 3px 0;
}

ul.section {
	float:left;
	width: 200px;
	font-size: 11px;
	color: #6B6B6B;
}

.newsletterContent input.input-text, .newsletterContent input.inputText, .newsletterContent input.text, .newsletterContent input.password {
	float: left;
	margin-right: 6px;
}

/* General classes */

.hidden { display: none; }
.block { display: block; }
.noPadding { padding: 0 !important; }
.noMargin { margin: 0 !important; }
.floatLeft { float: left; }
.floatRight { float: right; }
.noBorder { border: none; }
.description { font-style: italic; color: #002156;}
#home .description { font-size: 11px; padding-bottom: 12px;}
.date { font-style: italic; font-size: 10px; color: #6E6D6D;}
.red { color: #D70000;}
.mute { font-style: italic; font-size: 10px; color: #6E6D6D;}
.noItems { padding-top: 12px; }
.blue { color: #031B58 !important;}
.red { color: #D70000 !important;}

/* 
	likeButtons 
*/

/* redbutton */

.likeRedButton a {
		background: url(../images/redbutton_bg.gif) repeat-x 0 0;
	border: 1px solid #990000;
	font-size: 10px;
	font-weight: 500;
	padding: 0 6px;  
	display: block;
	color: #FFF;
	height: 14px;
	line-height: 14px;
	margin: 0;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.likeRedButton a:link, .likeRedButton a:visited {
	background-position: 0 0;
	border: 1px solid #990000;
	color: #FFF;
}

.likeRedButton a:hover, .likeRedButton a:active, .likeRedButton a:focus {
	background-position: 0 -18px;
	border: 1px solid #770000;
	color: #FFF;
}

/* white button */

.likeButton a {
	background: url(../images/button_bg.gif) repeat-x 0 0;
	border: 1px solid #b4b4b4;
	font-size: 10px;
	font-weight: 700;
	padding: 0 6px;  
	display: block;
	color: #101010;
	height: 22px;
	line-height: 22px;
	margin: 0;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.likeButton a:link, .likeButton a:visited {
	background-position: 0 0;
	border: 1px solid #b4b4b4;
	color: #101010;
}

.likeButton a:hover, .likeButton a:active, .likeButton a:focus {
	background-position: 0 -22px;
	border: 1px solid #979797;
	color: #101010;
}


/* lists */

.linkList li, .plusList li {
	display: block;
	padding: 6px 0;
}
	.plusList li {
		background: url(../images/grey_bullet.png) no-repeat 0 6px;
		padding-left: 26px;
	}

.linkList a, .plusList a {
	color: #000;
	border-color: #b4b4b4;
}

.linkList a:link, .plusList a:link,
.visitedList a:visited, .plusList a:visited {
	color: #000;
	border-color: #b4b4b4;
}

.linkList a:hover, .plusList a:hover,
.visitedList a:active, .plusList a:active {
	color: #000;
	border-color: #000;
}

.linkList li.twitter, .linkList li.rss, .linkList li.mail {
	background: url(../images/icons.gif) no-repeat 0 8px;
	padding-left: 24px;
}

.linkList li.rss {
	background-position: 0 -16px;
}

.linkList li.mail {
	background-position: 0 -39px;
}

/* Image classes */

img.alignLeft {
	float: left;
	padding: 0 10px 10px 0;
}

img.alignRight {
	float: right;
	padding: 0 0 10px 10px;
}

/* 
	Vacatures 
*/

#vacbrowse {
	margin-top: 12px;
	background: url(../images/hor_divider.gif) repeat-x 0 0;
}

#category #vacbrowse {
	margin-top: 0;
	background: 0;
}

#home #vacbrowse {
	padding-bottom: 12px;
}

.vacblock {
	width: 100%;
	background: url(../images/vacblock_bg.jpg) no-repeat bottom;
	padding: 18px 0 6px 0;
}

	#home .vacblock {
		padding: 15px 0;
		background-image: url(../images/vacblock_bg_home.jpg);
	}

/* header */
.vacHeader .vacTitle {
	float: left;
	width: 475px;
}

	#home .vacHeader .vacTitle {
		float: none;
		width: 100%; /* no float thus no fixed width needed */
	}

.vacHeader .vacDate {
	float: right;
	width: 72px;
	background: url(../images/ver_divider.gif) repeat-y 0 1px;
	padding-left: 12px;
}

.vacHeader .vacDate p {
	padding-bottom: 0;
}

.vacHeader h3 {
	text-transform: uppercase;
	padding-bottom: 3px;
}

	#home .vacHeader h3 {
		font-size: 11px;
	}

/*
	home
*/

/* intro */

#intro {
	width: 940px;
	background: #0084E1; /* editable background in CMS */
}

#intro .content {
	width: 393px;
	margin-left: 467px;
	background: #0075C7;
	color: #FFF !important;
	padding: 38px 30px 26px 30px;
	font-size: 11px;
	line-height: 1.7em;
}

#intro .content h1, 
#intro .content h2, 
#intro .content h3, 
#intro .content h4,
#intro .content ul,
#intro .content ol {
	color: #FFF;
}

/* intro Links */

#intro .content a {
	border-bottom: 1px solid #FFF;
	text-decoration: none;
}

#intro .content a:link, #intro .content a:visited {
	color: #FFF;
	border-color: #6AA1D5;
}

#intro .content a:hover, #intro .content a:active {
	color: #FFF;
	border-color: #FFF;
}

#intro .content p {
	padding-bottom: 18px;
}	

/* prospect info */

#prospectInfo {
	background: #DFE2E4 url(../images/prospect_bg.png) repeat-x 0 0;
	padding: 18px 15px 30px 30px;
	font-size: 11px;
}

#prospectInfo .wrapper {
	background: url(../images/ver_divider_dark.gif) repeat-y 202px 0;
}

#prospectInfo .column {
	float: left;
	width: 195px;
}

#prospectInfo .lastColumn {
	float: right;
	width: 190px;
}

/* subscribe */

#subscribe {
	background: #FFF;
	margin: 18px 0;
	padding: 18px 80px 18px 30px;
	font-size: 11px;
}

#newslettersubscribeform .floatLeft {
	margin-right: 6px;
}

#newslettersubscribeform .floatLeft {
	margin-right: 6px;
}

#newslettersubscribeform { 
	position:relative;
}

#newslettersubscribeform label {
	position:absolute;
	top: 0;
	left: 0;
	padding-left: 6px;
}

/* snippet Block */

.snippetBlock {
	margin-bottom: 28px;
}

.snippetBlock .snippetContent {
	float: right;
	width: 344px;
}

.snippetBlock img {
	float: left;
	width: 194px;
	height: auto;
}

.snippetBlock img a {
	border-bottom: none;
}

/* CTA */

p.cta {
	background:url(../images/cta_bg.png) no-repeat 0 6px;
	border-top: 1px solid #D8D8D8;
	color: #4B4B4B;
	font-size: 14px;
	margin-top: 6px;
	padding-left: 36px;
	padding-top: 9px;
}

/* adress */

.adress {
	background: url(../images/ver_divider.gif) repeat-y 195px 0;
	margin-bottom: 24px;
}

.adress .col {
	float: left;
	padding-right: 24px;
	width: 195px;
}

.adress .col ul {
	list-style: none;
	padding: 0;
	margin: 0;
}