body {
    padding: 0;
    margin: 0;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    background-color: #ddd;
}
#container {
    width: 760px;
    background-color: #fff;
}
#branding img {
    display: block;
}
hr {
    display: none;
}
#tools {
    position: relative;
    height: 1px;
}
#tools-language {
    position: absolute;
    top: -59px;
    right: 24px;
    width: 300px;
    font-family: Times, serif;
    font-size: 8pt;
    color: #fff;
    text-align: right;
}
#tools-language p {
    margin: 0;
    padding: 0;
}
select, textarea {
    text-transform: uppercase;
}
input, select, textarea {
    font-size: 12px;
    /* font-family: "Courier New", Courier, monospace; */
    font-family: "Arial";
    color: #000;
    border: 1px solid #333;
    border-color: #333 #999 #999 #333;
    background-color: #fff;
    outline: none;
}
#tools-language option {
    text-transform: none;
}


/*   Footer  */
#siteinfo {
    width: 760px;
}
#siteinfo {
    /* background: #ddd url(../img/design/bg-siteinfo.gif) top left repeat-x; */
    height: 80px;
    position: relative;
    z-index: 100;
    font-size: 11px;
}
#siteinfo-legal {
    /* background: url(../img/design/bg-siteinfo-legal.gif) 20px 19px no-repeat; */
    height: 38px;
    padding: 21px 10px 0 0;
}
#siteinfo p, #siteinfo ul {
    border-left: 1px solid #a3a1ae;
    padding: 0 13px;
    margin: 0 0 0 80px;
    line-height: 12px;
}
#siteinfo a {
    color: #0600e6;
    /* background: url(../img/design/external.gif) right no-repeat; */
    padding-right: 13px;
}

div.callout div.field {
    padding: 0 10px 20px 0;
}

div.section li {
    margin-bottom: 15px;
}

a {
    text-decoration: none !important;
}

button, input[type="submit"], input[type="reset"] {
	background: none;
	color: inherit;
	border: none;
	padding: 0;
	font: inherit;
	cursor: pointer;
	outline: inherit;
}
#nav-main li.off a {
    background-position: 0 -42px;
    color: #d4e3f0;
}
embed {
    left: 0;
    position: fixed;
    top: 0;
}

body, embed, html {
    height: 100%;
    margin: 0;
    width: 100%;
}