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

body {
    background: #ffffff;
	font-family: Verdana, Garamond, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #000000;

	width: 100%;
    margin-top: 0px;
	text-align: center;
}

hr { border: none; border-bottom: 1px dotted #000000; height: 0; }
div { padding: 0px; margin: 0px; }
a { color: #000000; text-decoration: none; }
a:hover { color: #000000; text-decoration: underline; }
h1 { padding: 0px; margin: 0px; font-size: 25px; }
h2 { padding: 0px; margin: 0px; font-size: 18px; }
h3 { padding: 0px; margin: 0px; font-size: 18px; }
h4 { padding: 0px; margin: 0px; font-size: 13px; }
h5 { padding: 0px; margin: 0px; font-size: 10px; }
h6 { padding: 0px; margin: 0px; font-size:  9px; }
p { margin: 0px; margin-left: 0px;}
div { margin: 0px; padding: 0px;}
table, tr, td { border: 0px; padding: 4px; border-spacing: 0px; border-collapse: collapse; font-size: 11px; }
img { border: 0px; margin-right: 10px; }
select, input, textarea { font-size: 10px; font-family: Verdana, Arial, Helvetica, sans-serif; }
.image_border { border: 1px solid #000000; }
form { padding: 0px; margin: 0px; }
.small { font-size: 10px; }
.clear { margin: 0px; padding:: 0px; clear: both;}
.guestbook_bottom { border-bottom: 1px dotted #000000; }
.toggler { padding: 3px 5px 5px 5px; margin-bottom: 5px; margin-top: 5px; font-size: 11px; font-weight: normal; background: #9f9f9f; border: 1px solid white; cursor: pointer; }
.element {margin-left: 10px;}
.required { color: red; }

#line_top {
    position: relative;
    top: 134px;
    width: 100%;
    height: 10px;
    z-index: 1;
    background: url('/img/itinmind/border-top.png');
}

#address {
    height: 56px;
}

#line_bottom {
    position: relative;
    width: 100%;
    top: -70px;
    height: 10px;
    background: url('/img/itinmind/border-bottom.png');
}

#container {
	width: 1000px;
	text-align: left;
	position: relative;
	margin-left: auto;
	margin-right: auto;

}

	#header {
        height: 125px;
    }

	#header a { color: #ffffff; }

		#topmenu { background: #0063b1; text-align: right; height: 20px; padding-top: 18px; padding-right: 15px; }
		#topbottommenu { background: #0063b1; text-align: right; padding-top: 0px; padding-right: 15px; }

		#logo h1 span { display: none; }
		#logo a {
            background: url('/img/itinmind/itinmind.png');
            background-repeat: repeat-y;
            width: 248px;
            height: 122px;
            display: block;
            margin-top: 0px;
        }

    #content {
        background: url('/img/itinmind/menu_background.png') #f2f5fa;
        background-repeat: repeat-y;
        padding-top: 2px;
        padding-bottom: 2px;
        border-right: 1px double #a3a3a3;
        border-left: 1px double #a3a3a3;
    }
		.menu {
            float: left;
            width: 250px;
            color: #ffffff;
            font-size: 15px;
            line-height: 30px;
            letter-spacing: 3px;
        }

		.menu ul { list-style: none; padding-left: 10px; padding-top: 10px; }
        .menu ul li { border-bottom: 1px solid white; width:220px; }
		.menu ul li a { font-weight: bold; color: #ffffff; text-decoration: none; }
		.menu a:hover { text-decoration: underline;}
        .menu ul ul {margin-top: -10px; }
		.menu ul ul li a { font-weight: normal; }
		.menu li { margin: 0px; padding: 0 0 0 9px; }

        .menu_compensation {height: 240px;}

		.content_menu { margin-top: 10px;  }

		.content {
            float: right; Width: 728px; padding: 10px;
        }

        .content p { margin: 5px 0px 5px 0px; }

        .content h2 { margin-bottom: 10px; }
        .content h3 { margin-bottom: 10px; }

        .content ul { margin: 15px; }

    #imagebar {
        position: relative;
        height: 110px;
    }

    #imagebar .reference {
        position: absolute;
        width: 400px;
        height: 61px;
        top: 30px;
        left: 280px;
    }

    #footer {
        text-align: left;
    }

    #footer #address { width: 700px; margin-left: 4px; margin-top: 8px; }
	#footer #disclaimer { padding-right: 5px; padding-top: 3px; padding-bottom: 6px; }

    .image2 {
        position: absolute;
        width: 341px;
        height: 184px;
        top: -175px;
        left: 655px;
        background: url('/img/itinmind/servers.png');
    }
