﻿/* CSS Document */

body {
	text-align: center;
	font-size:xx-small;
	font-family:'Trebuchet MS', Verdana, Sans-Serif;
	background: #000 url(../img/blackgradient_backgrd.gif) repeat-x top left;
	margin: 0;
	padding: 0;
	}

/* site structure */

#container {
	width: 780px;
	margin: 0 auto;
	text-align: left;
	}
	
#header-home {
	width: 780px;
	height: 241px;	
}		

.header-bg-home {
	width: 780px;
	height: 241px;
	background:  url(../img/site_header.gif) no-repeat right top;
	padding: 0;
	margin: 0;
}		

.home-resultex-logo
{
	position: relative;
	float: left;
	top: 80px;
	left: 13px;
}

.home-inov8-logo
{
	position: relative;
	float: right;
	top: 80px;
	right: 21px;
}
	
#content-wrapper {
	margin: 0;
	position: relative;
	float: left;
}
	
#content {
	width: 780px;
	background: #FFFFFF url(../img/rightcol_shadowborder_top.gif) repeat-x left top;
	min-height: 400px;
	position: relative;
}
	
#footer {
	float: left;
	width: 780px;
	color: #FFF;
	background-color: #000;	
	position: relative;
	margin-top: -15px;
}	
 

/*-------------------Links CSS-------------------*/

a:link {
	color: #bf5a02;
	text-decoration: none;
	border: none;
	}
	
a:visited {
	color:#bf5a02;
	text-decoration: none;
	}

a:hover {
	color: #bf5a02;
	text-decoration: underline;
	}
	
a:active {
	color: #000;
	text-decoration: none;
	}
	
a.link:link {
	font-weight: bold;
	color: #F58320;
	padding: 0 0 0 12px;
	text-decoration: none;
	}

a.link:visited   {
	font-weight: bold;
	color:#F58320;
	padding: 0 0 0 12px;
	text-decoration: none;
	}	
	
a.link:hover   {
	font-weight: bold;
	color: #F58320;
	padding: 0 0 0 12px;
	text-decoration: underline;
	}		
	
.extralinks {
	color: #FFF;
	background:#F58320 url(../img/nav_btn_right.gif) repeat-y right top;
	font-size: 1.1em;
	font-weight: bold;
	padding: 15px 0 12px 16px;
	margin: 0; 
	}
	
.extralinks a:link, .extralinks a:visited, .extralinks a:hover {	
	color: #FFF;
	}
	
.extralinks a.current:link, .extralinks a.current:visited, .extralinks a.current:hover  {
	text-decoration: underline !important;
	}	
	
.logo
{
	margin-left:50px;
}
/*------------------- Common styles in content area -------------------*/

h1
{
	font-size: 18px;
}

h2 {
	color: #f58320;
	font-size: 1.6em;
	font-weight: bold;
	margin: 10px 10px 10px 20px;
	padding: 0;
	}

h3 {
	color: #f58320;
	font-size: 1.3em;
	padding: 3px 0 12px 0;
	margin: 0;
	}
	
.text {
	background: #FFF;
	margin: 0 0 0 0;
	padding: 10px 20px;
}
	
#content p {
	color: #58595b;
	}		
	
.text p {
	font-size: 1.2em;
	padding: 0 0 10px 0;
	margin: 0;
	text-align: left;
	}	
	
.text .leftcolumn
{
	text-align: left;
	border-right: 1px solid #CCC;
}		

.text .rightcolumn
{
	text-align: left;
}		
	
.text .leftcolumn a img
{
	padding-left: 50px;
}						

.text .rightcolumn a img
{
	padding-left: 50px;
}						

/*------------------- Homepage CSS-------------------*/

.welcome {
	margin: 0px 0px;
	padding: 10px 20px 10px 20px;		
	background-color: #F7F7F7;
	margin-top: 2px;
	width: 740px;
	}

.welcome p
{
	font-size: 1.3em;
	margin: 0 20px;
	padding: 0 0 10px 0;
} 

.welcome table
{
	border:0;
}

.welcome table td
{
	padding: 0 0 20px 0;
}

.welcomebox {
	background:  url(../img/welcome-box.gif) no-repeat left top;	
	width: 740px;
	height: 115px;
	margin: 0 0 15px 0;
}

.leftcolumn
{
	position: relative;
	float: left;
	width: 350px;
	padding: 10px 0px 0px 10px ;
}

.rightcolumn
{
	position: relative;
	float: left;
	width: 350px;
	padding: 10px 0px 0px 20px ;
}

	
#content .welcomebox p 
{	
	display: block;
	width: 520px;
	font-size: 1.2em;
	line-height: 20px;
	color:#FFFFFF;	
	padding: 25px 0 0 0;
}	

.textcontact
{
	padding: 15px 0 0 0;
}

.textcontact p
{
	text-align: center;
}

.textcontact table
{
	font-size: 1.2em;
}

/*------------------- Footer CSS-------------------*/

#footer p 
{
	color: #FFF;
	padding: 0 0 20px 0;
	margin: 0;
	font-size: 1.1em;
}	
	
#footer .left 
{
	float: left;
	position: relative;
}		
	
#footer .right 
{
	float: right;
	position: relative;
	color:#999;
}	
	
#footer a 
{
	color: #FFF;
}								
	

