body {
font-family: verdana, arial, helvetica, sans-serif;
font-size: 11px;
background-color: #3B3B3B;
color: #000;
margin: 0;
padding: 0;
cursor: default;
line-height:1.3em;
text-align:center;	
}

h2 {
font-size:14px;

}

#container {
margin: 0 auto;
width:776px;
text-align:left;
background-color: #333;
position:relative;
}

form {

padding:0px;
margin:0px;
}

/* HEADER */

#header {
background-image: url("images/header.gif");
background-repeat: repeat-x;
height:223px;
position:relative;
}
	
#headerleft {
background-image: url("images/headerleft.gif");
background-repeat: no-repeat;
background-position: top left;
height:223px;
}
	
#headerright {
background-image: url("images/headerright.gif");
background-repeat: no-repeat;
background-position: top right;
height:223px;
}

#offer {
position:absolute;
top: 63px;
left: 17px;
width:235px;

text-align:left;
line-height:12px;
}

#offer h2 {
font-size: 12px;
font-weight: bold;
color:#055D7E;
margin:3px 0px 2px 0px;
}

#offer p {
margin:0px;
padding:0px;
font-size: 10px;
}

#contactemail {
position:absolute;
top: 170px;
left: 35px;
}

#logo {
position:absolute;
top: 5px;
right: 24px;
}


#navigation {
width:100%;
margin-bottom:8px;
}




/* CONTENT */

#subcontainer{
width:100%;
float:left;
background-color: #fff;
}

#content {
background-image: url("images/int_content.gif");
background-repeat: repeat-y;
float:left;
width:100%;
}
	
#contenthdr {
background-image: url("images/int_contenthdr.gif");
background-repeat: no-repeat;
background-position: top left;
float:left;
width:100%;
}
	
#contentftr {
background-image: url("images/int_contentftr.gif");
background-repeat: no-repeat;
background-position: bottom left;
float:left;
width:100%;
}

#content .inner {
padding:0px 0px 0px 20px;
float:left;
}

/* Main Area */

#main {
width:397px;
float:left;
}

#main .inner{
padding:8px 14px 0px 10px;

}

#main p {
font-size: 11px;
margin-left:5px;
margin-right:10px;

}

#main h3 {
font-size: 14px;
font-weight:bold;
margin:0;
padding: 3px 0px 3px 0px;

}

#executive  {
clear:both;
background-color:#f3f3f3;
border:1px solid #dbdbdb;
margin:0px 10px 5px 0px;
padding:10px 10px 55px 10px;

}


/* Column 2 */

#col1 {
width:171px;
float:left;
padding-bottom:50px;
}


#col1 .inner{
padding:3px 0px 0px 0px;

}

#col1 p{
color:#d1e8f1;
font-size:10px;
line-height:12px;
margin:0px 3px 7px 5px;

}

#col1 input{
display:block;
float:left;
}

/* Column 2 */

#col2 {
width:165px;
float:left;
}

#col2 .inner{
padding:1px 6px 10px 12px;
}

#col2 p {
font-size: 10px;
padding:0px;
margin:10px 3px;
}


/* FOOTER */

#footer {
background-image: url("images/footer.gif");
background-repeat: no-repeat;
height:42px;
clear:both;
}

#footer p{
margin:0px;
padding:5px 20px 0px 20px;
font-size:10px;
color:#999;
}
	




