html,body {
	margin:0;
	padding:0;
	background:url(images/bgpattern.jpg) top left repeat-x #dce9f2;
	color:#000;
	}
body{
	padding:12px 0 0 0;
	font: 11px "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	text-align:center
	}
p	{
	margin:10px 0 10px 0;
	line-height:14px;
	}
h1 {
	margin:0;
	padding:0;
	font-size:17px;
	font-weight:bold;
	}
h3 {
	margin:0;
	padding:0;
	font-size:13px;
	font-weight:bold;
	color:#045e9d;
	}
h4 {
	margin:0 0 -5px 0;
	padding:0;
	font-size:13px;
	font-weight:bold;
	color:#045e9d;
	}
img {display:inline;}
a:link, a:active, a:visited {
	color:#154363;
	text-decoration:none;
	}
a:hover {
	background:#266590;
	color:#fff;
	}
div#bgcolor {
	background:#f0f0f0;
	margin:0 7px 0 7px;
	padding-bottom:15px;
	}	
div#container {
	text-align:left;
	background: #FFF;
	padding:7px 0 7px 0;
	}
div#container{width:605px; margin:0 auto}
div#content {
	min-height:470px;
	float:left;
	width:375px;
	padding:0 20px 0 20px;
	margin:15px 0 0 0;
	background:url(images/vertical-dot.gif) right top repeat-y;
	}
* html div#content {
	height:470px;
	}
div#address {
	float:right;
	width:155px;
	margin:15px 10px 0 0 !important;
	margin:15px 5px 0 0;
	background:url(images/horizontal-dot.gif) left bottom repeat-x;
	}
.partnerlogo {
	padding:12px 0 0 0;
	border:none;
	background:url(images/horizontal-dot.gif) left top repeat-x;
	}	
div#address table {margin:0 0 18px 5px;}
.tb_cell {width:13px;}
div#address p {margin:0 0 10px 5px;}
div#extra {
	float:right;
	clear:right;
	width:155px;
	margin:5px 10px 0px 0 !important;
	margin:5px 5px 0px 0;
	}
div#extra ul {margin:0 5px 18px 5px; padding:0;}
div#extra li {list-style-type:none; margin-bottom:8px;}
div#extra p {margin:10px 0 10px 5px;}

.projectitem {margin:5px 0 20px 0;}
.projectitem img {
	float:left;
	background:#fff;
	padding:5px;
	border:1px solid #dddddd;
	}
.projectitem p {
	margin:0 0 0 100px;
	}
.projectitem h1 {
	font-size:12px;
	font-weight:bold;
	color:#045e9d;
	margin:0 0 2px 100px;
	}

#skypeichat {clear:both;padding-top:30px;}
#skypeichat img {float:left; margin:-3px 4px 0 0;}
#skypeichat span {float:left;}


.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
	}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

#navcontainer ul {
	height:32px;
	padding: 0;
	margin: 0;
	margin-top:-2px !important;
	margin-top:-3px;
	background: url(images/navibg.gif) repeat-x #113872;
	float: left;
	width: 590px;
	}
#navcontainer ul li { display: inline; }
#navcontainer ul li a {
	height:28px;
	line-height:28px;
	vertical-align:middle;
	padding:0 19px 0 21px;
	color: #fff;
	font-weight:bold;
	text-decoration: none;
	float: left;
	border-right: 1px solid #205b91;
	}
#navcontainer ul li a:hover {
	background-color: #205b91;
	color: #fff;
	}
	
/* Formular Styles*/
form {margin:10px 0 10px 0;}
label.left {
	float: left;
	font-weight:bold;
	text-align: left;
	width:85px;
	margin-right: 10px;
	}

.input_text {
	float: left;
	width: 250px;
	border:1px solid #b0b0b0;
	margin:0 0 4px 0;
	}

input.right {
	float: left;
	clear: both;
	margin:0 0 0 5px;
	}

textarea {	
	float: left;
	border:1px solid #b0b0b0;
	width: 250px;
	height:70px;
	margin:0 0 4px 0;}

.input_submit {
	margin:5px 0 10px 95px;
	background:#17467e;
	color:#fff;
	display:block;
	border-left:1px solid  #9ebadb;
	border-top:1px solid  #9ebadb;
	border-right:1px solid  #021a37;
	border-bottom:1px solid  #021a37;
	}
form br {
	clear: both;
	}

