/* CSS Document */

body {
margin: 0px 0px 0px 0px;
background: #8c8c8c url(../images/bg.jpg) 0% 0% repeat-x fixed;
height:100%;
}

html>body {
	min-height:100%;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}



body,td,th, p, h1, h2 {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
color: #8c8c8c;
}
/* HTML tags */

a {
color: #8c8c8c;
text-decoration:none;
}
a:hover {
color: #8c8c8c;
text-decoration:underline;
}
div, img {
border:0;
margin:0;
padding:0;
}
h1 {
font-size: 13px;
font-weight: normal;
line-height: 18px;
padding: 103px 22px 0px 19px;
color: #436786;
}
/* DIV id labels */
#main {
position:absolute;
top:0;
left:50%;
width:780px;
margin-left:-390px;
background-color: white;
height:100%;
padding-bottom:60px;
}
html>body #main {
	height:auto;
	}
#logo {
width: 236px;
height: 330px;
float:left;
}
.position {
padding: 28px 0px 0px 0px;
}
#intro {
width: 518px;
height: 330px;
float: left;
}
#colOne {
width: 236px;
height: 500px;
float:left;
}
#colTwo {
width: 264px;
float: left;
}
#colTwo p {
margin: 3px 0px 14px 19px;
line-height: 16px;
font-size:11px;
color:#666;
}
#colThree {
width: 264px;
float:left;
}
#colThree p {
margin: 3px 19px 14px 21px;
line-height: 16px;
font-size:11px;
color:#666;
}
#contact 
{
clear:both;
margin: 20px 0px 10px 250px;
padding-top:40px;
color: #8c8c8c;
background:url(../images/contact-box.jpg) top left no-repeat;
width:510px;
height:162px;
}
    
#contact .details 
{
   margin:0px 0 0 270px;
   padding-top:0px;
   color: #436786; 
    }
    
a.mail-link {color:#436786;}
a.mail-link:hover {color:#436786; text-decoration:underline;}
