/* CSS Document */

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	margin: 0;
	background-image: url('../images/weca_background1.jpg');
	background-color: #5F717F;
	background-repeat: repeat-y;
	}

h1, h2, h3
{
	margin: 10px 0px 0px 0px;

	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}



.home {
	background-color: #8A8E91;
	background-image: url('../images/member-signup-bg.jpg');
	background-position: top;
	background-repeat: no-repeat;
	}
	
.home form p {
	color: #5A6D7B;
	margin: 0;
	font-size: 11px;
	padding: 2px;
	padding-left: 18px;
	}
	
.home form input {
	padding: 2.5px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	}
	

.node h1 {
	font-size: 16px;
	font-weight: bold;
	color: #5B6D79;
}

.node #content #snippet {
	/*background-image: url('../images/blocks/articles/news_post_bg.jpg');
	background-repeat: repeat-y;*/
	margin: 0px;
	padding: 0px;
	color: black;
	font-weight: normal;
	height:100%;
}

.node #content #snippet .date {
	float: right;
	font-weight: bold;
}

.node #content #snippet h2 {
	font-size: 8pt;
	font-weight: bold;
	margin: 0px;
	float:left;
}

.node #content #snippet p {
	margin: 0px;
	display: block;
	clear: both;
}

#news_category, #news_category a  {
	font-size: 8pt;
	color: black;
	text-decoration: none;
}

#news_category a:hover {
	text-decoration: underline;
}


#snippet {
	background-image: url('../images/home/news_post_bg.jpg');
	background-repeat: repeat-y;
	color: #5B6D79;
	margin: 0px 0px 0px 15px;
	padding: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	height: 30%;
	overflow: hidden;
	
	}

.snippet_title {
	color: #5B6D79;
	padding:0px;
	margin: 0px;
}
	
.snippet_title a {

	color: #5B6D79;
	text-decoration: underline;
	}

#snippet .snippet_body {
	margin: 0px;
	padding: 0px;
}
	
.snippet a:hover {
	text-decoration: none;
	color: #5B6D79;
	}
	
#snippet img {
	float: left;
	margin-left: -12px;
	margin-top: 0px;
	}
	

#footer p {
	padding-left: 5px;
	color: #fff;
	}
	
#footer p a {
	color: #fff;
	text-decoration: underline;
	}
	
#main_content {
	font-size: 11px;
	text-align: left;
	font-weight: 100;
	padding-left: 15px;
	padding-right: 8px;
	}
	
#right-bg {
	margin-top: 200px;
	width: 159px;
	position: absolute;
	background-image: url('../images/right_hand-image.jpg');
	background-repeat: no-repeat;
	height: 100%;
	}


.img_border img{

	display: block;
	position: relative;
	background-color: #fff;
	border: 1px solid #a9a9a9;
	margin: -6px 6px 6px -6px;
	padding: 4px;
}

/** Drop Shadows */
.drop_shadow {
	float:left;
	background: url('../../../images/layout/shadowAlpha.png') no-repeat bottom right !important;
	background: url('../../../images/layout/shadow.gif') no-repeat bottom right;
	margin: 10px 0 0 10px !important;
	margin: 10px 0 0 5px;
	
}

.drop_shadow img {

	display: block;
	position: relative;
	background-color: #fff;
	border: 1px solid #a9a9a9;
	margin: -6px 6px 6px -6px;
	padding: 4px;
}

.drop_shadow img.noborder {
	border: none;
	padding: 0px;
	
}

.valign img {
	padding-top:4px;
	vertical-align: middle;
}



/** Usefull when using h-list.  Since float elements take up no space, border elements will appear above the list and not below it.
	use this to fix that */
.spacer {
	clear: both;
}

.error {
	
	/*font-size: 10px;
	padding-left: 10px;*/
	color: red;
/*	font-weight: bold;*/

}

input.error {
	display:block;
	border: 1px solid red;
}

.float_left {
	float:left;
	padding-right: 8px;
	padding-bottom: 5px;
	min-height: 100px;
}


.block {
	position: relative;
	font-size: 8pt;
	padding-bottom: 4px;
	color: white;

	
}
.block h1 {
	margin: 0px;
	font-size: 10pt;
	font-weight: bold;
	text-align: left;
}

.block p {
	margin-left: 0px;
	margin-right: 0px;

}

.block #header h1 {
	display: none;
}

.block #articles {
	margin-left: -7px;
	
	width: 261px;
	
	background-image: url('../images/blocks/articles/news_post_bg.jpg');

	height: 210px;
}

.block #vacancies {
	margin-left: -7px;
	width: 100%;
}



/* Menu */
#menu {
	color: white;
	font-size: 11px;
	font-weight: bold;
	/*font-variant: small-caps;*/
	width: 100%;

	
}


#weblinks {
	margin: 0px;
	color: black;
}

#weblinks a {
	color: black;
	font-weight: bold;
	text-decoration: none;	
}

#weblinks a:hover {
	text-decoration: underline;
}

#weblinks ul {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
}

#weblinks p {
	margin-top: 0px;
	margin-bottom: 10px;

}

#dropnav {
	
	list-style: none;
	width: 100%;
	padding:0px;
	margin:0px;

}

#dropnav li a {

	background: url( "../images/blocks/menu/menu_bg.gif" ) repeat-x;
	padding-left: 30px;
	padding-top:4px;
margin-top:0px;
	height: 19px;
	color: white;
	display: block;
	text-decoration: none;
	border-bottom: 0;
}

#dropnav li.over ul { 
	display: block; }

#dropnav li img {
	float:left;
	position:absolute;
	cursor: hand;
	margin:0px;
}
/* Fix IE. Hide from IE Mac \*/
/** html ul li { float: left; }
* html ul li a { height: 1%; }*/
/* End */

/*#nav {
	display: inline;
	list-style: none;	
	width: 150px;
	background: #fff;
}*/

#dropnav li {
	clear:both;
	position: relative;
	margin: 0px;
}

#dropnav li ul {
	list-style: none;
	margin-left: 0px;
	padding: 0px;
	position: relative;
	display: none;

	top: 0;

}


#dropnav ul li a{
	padding-left: 18px;
	padding-top: 7px;
	font-size: 10px;
	height: 19px;
	background: url( "../images/blocks/menu/nav_bg.jpg" ) no-repeat;
}



#vacancies p {
	color: #5B6D79;
	margin: 0;
	padding: 5px 5px 5px 10px;
	height:100%;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	}
	
#vacancies p a {

	color: #5b6d79;
	text-decoration: underline;
	}
	
#vacancies p a:hover {
	color: #5b6d79;
	text-decoration: none;
	}

#advertisement {
	position: absolute;
	top:126px;
	left: 430px;
	
	border: 0px solid black;
	width:163px;
	height:213px;
}

#advertisement img {
	border: 0px solid black;
}


table.vacancies {
	background: url('../images/vacancies_bg_fix.jpg' ) repeat-y;
}