/* HTML / Body */

html, body
{
	margin: 0px;
	padding: 0px;
	font-size: 86%;
	font-family: Verdana;
	height: 100%;
	width: 100%;
	color: #545454;
}

/* Links */

a
{
	text-decoration: none;
	color: #545454;
}

a:hover
{
	text-decoration: underline;
}

/* Forms */

form
{
	margin: 0px;
	padding: 0px;
}

form.lang select
{
	border: 0px;
	font-weight: bold;
	font-size: 0.8em;
	color: #939393;
	background-color: #D8D8D8;
	width: 184px;
	margin-left: 1px;
	padding: 3px 2px 3px 8px;
}

form.lang option
{
	border: 0px;
	font-weight: bold;
	color: #939393;
	background-color: #D8D8D8;
	width: 170px;
	margin: 0px;
	padding-left: 8px;
}


/*--- Block level resets ---*/
ul
{
	margin: 0;
	padding: 0;
}

li
{
   margin: 0;
   padding: 0;	
}

/* Tables */

table
{
	font-size: 100%;
}

/* Wrappers */

#wrapper
{
	height: 100%;
	padding: 0 1px 1px 12px;
	-moz-box-sizing: border-box;
}

#container
{
	float: left;
	min-height: 100%;
	width: 100%;
	background: url(images/bg-body.gif) repeat-x 0 -19px;
	border-top: 1px solid #BDBDBD;
}

#inner
{
	width: 903px;
}

/* Header */

#header
{
	float: left;
	width: 903px;
	height: 190px;
	border-left: 1px solid #BDBDBD;
	background: url(images/header.jpg) no-repeat 0 bottom;
}

/* Menu */

#menucol
{
	float: left;
	width: 903px;
	position:relative;
}

#homelabel
{
	float: left;
	background-color: #6FCAD2;
	border-top: 1px solid #8E8E8E;
	border-bottom: 1px solid #8E8E8E;
	color: #FFFFFF;
	font-size: 1.3em;
	font-weight: bold;
	letter-spacing: 1px;
}

#homelabel a
{
	color: #FFFFFF;
	display: block;
	height: 9px;
	width: 172px;
	padding: 7px 0px 15px 13px;
}

#homelabel a:hover
{
	text-decoration: none;
	color: #6A6A6A;
}

div#h-head
{
	background-color: #6A6A6A;
	width: 715px;
	height: 32px;
}

/*--- Side Navigation  ---*/

ul#navigation
{
	width: 100px;
}

#menu, #menu ul {
	list-style: none;
	line-height: 1;
	font-weight: bold;
	padding: 0;
	margin-bottom:10px;
}

#menu ul {
	float: left;
}

#menu li {
	display: inline;
}

#menu a {
	padding: 10px 16px;
	display: block;
	color: #6FCAD2;
	text-decoration: none;
	font-weight: bold;
	font-size: 1.2em;
}

#menu li li a {
	padding: 9px 10px;
	font-size: 0.9em;
	line-height: 1.3em;
}

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

#menu a.daddy {
	background: url(rightarrow2.gif) center right no-repeat;
}

#menu li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 14.4em;
	w\idth: 13.9em;
	font-weight: normal;
	margin: -35px 0 0 185px;
	background: #fff;
	border: 2px solid #6FCAD2;
	border-left: none;
	z-index:10;
}

#menu li ul ul {
	margin: -1.75em 0 0 14em;
}

#menu li:hover ul ul, #menu li:hover ul ul ul, #menu li.sfhover ul ul, #menu li.sfhover ul ul ul {
	left: -999em;
}

#menu li:hover ul, #menu li li:hover ul, #menu li li li:hover ul, #menu li.sfhover ul, #menu li li.sfhover ul, #menu li li li.sfhover ul {
	left: auto;
}

#menu li:hover, #menu li.sfhover, #menu li:hover a, #menu li.sfhover a {
	color: #FFFFFF;	
	background-color: #8A8A8A;
}

#menu li li a:hover {
	/*background: #6FCAD2;*/
}



/* Left Column */

        #leftline {
            height: 100%;
            margin: 0 auto;
            width: 903px;
        }


#leftcol
{
	float: left;
	width: 185px;
}

#news
{
	margin: 24px 13px 13px 13px;
}

.newstitle
{
	color: #6FCAD2;
	font-size: 1.3em;
	font-weight: bold;
	margin-bottom: 12px;
}

.newsitem
{
	border: 1px solid #BEBEBE;
	padding: 3px;
	padding-right: 5px;
	font-size: 90%;
	color: #888888;
}

.newsitem img
{
	margin-bottom: 5px;
}

.readmore
{
	font-weight: bold;
	margin-bottom: 4px;
}

.readmore a
{
	font-weight: bold;
	color: #6FCAD2;
}

/* Content */

#content
{
	float: left;
	width: 699px;
	padding: 18px 0px 18px 18px;
	text-align: justify;
	background: url(images/bg-content.gif) no-repeat top right;
	line-height: 1.6em;
}

#content a
{
	font-weight: bold;
}

#content ul
{
	padding-left: 25px;
}

.bold
{
	font-weight: bold;
}

h1
{
	margin: 0px 0px 8px 0px;
	padding: 0px;
	font-weight: normal;
	font-size: 2em;
}

h2
{
	margin: 0px 0px 8px 0px;
	padding: 0px;
	font-weight: bold;
	font-size: 17px;
}

h3
{
	margin: 16px 0 0 0;
	font-size: 1.5em;
	font-weight: normal;
	clear: both;
}

#menucol h3
{
	clear: none;
	font-size: 1.3em;
}

h4
{
	margin: 30px 0 0 0;
	font-size: 1.2em;
	clear: both;
	
}

p {
	margin: 5px 0;
}

ul.services
{
	float: left;
	width: 193px;
}

table.clients
{
	border: 0px;
	text-align: center;
}

table.clients td
{
	
	padding: 10px;
	width: 33%;
	font-weight: bold;
	border: 1px dotted #BDBDBD;
}

table.clients img
{
	display: block;
	margin: 0px auto 10px;
}

table.contact td {
	padding: 2px;
}

/* Footer */

#footer
{
	float: right;
	width: 699px;
	padding-top: 5px;
	margin-left: 204px;
	margin-bottom: 0px;
	border-top: 1px solid #BDBDBD;
	color: #6FCAD2;
	font-weight: bold;
	font-size: 0.9em;
}

#footer a
{
	color: #6FCAD2;
}

#footer .email
{
	float: left;
}

#footer .tel
{
	float: left;
	margin-left: 320px;
}

.publication-cover {
	float: right;
	margin: 10px 0 10px 30px;
}

ul#client-list {float: left;}
ul#client-list li {border:1px dotted #BDBDBD; display:inline-block; font-size:81%; line-height:1.3; list-style-type:none; margin:1px 0 3px; min-height:205px; padding:0 10px 0; vertical-align:top; width:143px;
}

ul#client-list li img {margin:0 11px; }
ul#client-list li h3 {font-size:1.2em; margin:-1px 0 0; text-align:center; }

#homeContent {
	float:left;
	width:470px;
}

/* -- Articles -- */

#articlesBox {
	background-color:#6FCAD2;
	border:1px solid #4CA8AF;
	color:#FFFFFF;
	float:right;
	padding:10px;
	width:188px;
}

#articlesBox h1 {
	background-color:#4CA8AF;
	font-size:18px;
	font-weight:bold;
	padding:5px;
	text-align:center;
}

#articlesBox p {
	color:#FFFFFF;
	font-size:11px;
	line-height:13px;
	margin:0;
	text-align:left;
	width:186px;
}

#articlesBox p a {
	color:#fff;
}

