/* Classes and styles */

html, body {
	margin:0;
	padding:0;
	height:100%;
}

body {
	background-color:  #FFF;
	margin: 0px;
	height: 100%;
	background-position: center top;
	background-repeat: no-repeat;
}

body, input, select, textarea {
	text-align: left;
	font-size: 14px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #33414f;
	line-height: 1.5;
}

.bg1 { background-image: url(../images/backgrounds/bg1.jpg); }
.bg2 { background-image: url(../images/backgrounds/bg2.jpg); }
.bg3 { background-image: url(../images/backgrounds/bg3.jpg); }
.bg4 { background-image: url(../images/backgrounds/bg4.jpg); }
.bg5 { background-image: url(../images/backgrounds/bg5.jpg); }
.bg6 { background-image: url(../images/backgrounds/bg6.jpg); }
.bg7 { background-image: url(../images/backgrounds/bg7.jpg); }
.bg8 { background-image: url(../images/backgrounds/bg8.jpg); }
.bg9 { background-image: url(../images/backgrounds/bg9.jpg); }


a{
	color: #768da6;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;	
}

a:focus {	/* Disable the outline on clicked a-tag */
	outline: 0 !important;
}

a.active{
	color: red;
}

a img{
	border: 0;	
}	

p{
	margin: 0 0 18px 0;
	padding: 0	
}	

h1, h2, h3, h4, h5, h6, form {
	margin: 0px;
	padding: 0px;
}

#contentHolder h4 {
	font-size: 24px;
	line-height: 24px;
	margin-bottom: 26px;
}

.clear { clear: both; line-height: 0px; font-size: 0px; height: 0px; }
.clearLeft { clear: left; }
.clearRight { clear: right; }

.error {
	color: #FF0000 !important;
}

td.table_width {
	width: 150px;
}

#form_job td.table_width {
	width: 200px;
}

.contact_text, .contact_select, .contact_textarea_small, .contact_textarea, .input_small, .input_field_taf input, .input_field_taf_large textarea {
	border: 1px solid #000000;
	margin-bottom: 10px;
}

.input_small {
	width: 50px;
}

/* Twitterblock */
	.twitterBlock {
		color: #4d6277;
	}

	.twitterBlock a {
		color: #768da6;
		text-decoration: none;
	}
	
	.twitterBlock span {
		color: #768da6;
	}
	
	.twitterBlock span#tweetDate {
		display: block;
		font-size: 11px;
		background: url(../images/twitterblock_bg.gif) no-repeat right 3px;
		text-align: right;
		margin-top: 10px;
		padding-right: 35px;
	}
	
/* General search results */
	#searchResults h6 {
		margin: 0px;
		padding: 0px;
		font-size: 16px;
	}
	
	#searchResults a {
		display: block;
	}

	#searchResults .searchResult {
		margin-bottom: 10px;
	}
	
/* TESTIMONIALS */
	#testimonial_tabel {
		position: relative;
		height: 468px;
		z-index: 10;
		margin-bottom: 360px;
	}

	.testimonial {
		position: absolute;
	}
	.testimonial .img {
		border: 1px solid #d9d9d9;
	}
	.testimonial .rollover{
		border: none;
	}
	/*
	.testimonial:hover {
		z-index: 10;
	}
	.testimonial .rollover {
		display: none;
	}

	.testimonial:hover .rollover{
		display: block;
		z-index: 10;
	}

	.testimonial:hover .img{
		display: none;
	}
	*/

	#t_1 { top: 1px; left: 1px;}
	#t_2 { top: 1px; left: 150px; }
	#t_3 { top: 1px; left: 298px; }
	#t_4 { top: 150px; left: 1px; }
	#t_5 { top: 150px; left: 150px; }
	#t_6 { top: 150px; left: 298px; }
	#t_7 { top: 298px; left: 1px; }
	#t_8 { top: 298px; left: 150px; }
	#t_9 { top: 298px; left: 298px; }
