@charset "UTF-8";
/* CSS Document */

/* contact page CSS*/


div#header_left {
background: url("../images/logo_contact.gif") no-repeat;
}

/* main layout */

div#contact_title {
float: left;
width: 800px;
height: 100px;
margin-top: 5px;
}

html>body #contact_title {
background: url(../images/contact_title.gif) top left;
margin-top: 0;
}

div#contact_content {
font-size: 85%;
float: left;
width: 800px;
background-color: #FFFFFF;
}

div#contact_content_group {
float: left;
width: 800px;
height: auto;
background: url(../images/contact_content_bg.gif) top left repeat-y;
margin: 19px 0 0 0;
display: inline;
}

div#contacttext {
float: left;
width: 750px;
margin: 0 20px 0 10px;
display: inline;
}

p#contact{
padding-bottom: 10px;
}

table#details th{
vertical-align: top;
padding: 0 0 10px 0;
margin: 0;
font-size: 125%;
font-weight: bold;
width: 70px;
}

table#details td{
vertical-align: top;
line-height: 135%;
padding-bottom: 10px;

}


div#bottom_border {
float: left;
width: 800px;
padding: 20px 0 0px 0;
overflow: hidden;
background: url("../images/contact_border_bottom.gif") no-repeat;
height: 0px !important; 
height /**/:20px; 
}

ul.MenuBarHorizontal a.MenuBarItemSubmenu_Contact {
	background-image: url(../images/nav/contact.gif);
	background-repeat: no-repeat;
	background-position: 0 -30px;
	width: 100px;
	height: 30px;
	margin: 0;
	padding: 0;
}


/* AIDA Idea position adjust*/

.aidaidea {
margin-top: -53px;

}