
/* ####################### GLOBAL Styles ######################## */

body {
	background: #ccccc7;
	font-family: 'Helvetica Neue', Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	line-height: 24px;
	color: #404040;	
	margin: 0;
	padding: 0;
	border: 0;
}

body.query {
	background-color: #fdfdfd;
	color: #404040;
	padding-right: 0px;
}

h1 {
	font-size: 18px;
	line-height: 26px;
	margin: 30px 0 10px 0;
	font-weight: normal;
}

h1 span {
	color: #ff0000;
}

a:link, a:visited {
	color: #ff0000;
	text-decoration: none;
}

a:hover, a:active {
	color: #ff0000;
	text-decoration: underline;
}

p, li, td {
	font: normal 100.01%/ 1.5 'Helvetica Neue', Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	line-height:22px;
}

li {
	font-size: 16px;
	line-height:28px;
}

ol {	padding-left: 24px;
}

p.margin {
	margin: 14px 0 0 0;
}

input, textarea, select, hr {
	border: solid thin #999999;
}

div.images {
	float: left;
	width: auto;
	margin-right: 10px;
}

/* ####################### CONTAINER Divs ######################## */

#container {
	background-color: #fdfdfd;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	padding: 0;
	margin: 0;
	border-top: 4px solid #ff0000;
	border-bottom: 16px solid #ccccc7;
}

#content {
	position: relative;
	background-color: #fdfdfd;
	padding: 0px 20px 10px 64px;
	width: 800px;
}

#content h1.title {
	color: #404040;
	font-size: 18pt;
        font-weight: normal;
	padding: 8px 0px 4px 8px;
	width: 800px;
	background-color: #ffffff;
	position: absolute;
	top: 33px;
	filter:alpha(opacity=85);
	-moz-opacity:0.85;
	-khtml-opacity: 0.85;
	opacity: 0.85;
}

#content #menu {
	padding: 4px 0px 5px 0px;
	margin: 0px 0px 28px 0px;
	border-top: 2px solid #333333;
	letter-spacing: 0.07em;
}

#content #menu span {
	color: #808080;
}

#footer {
	color: #999999;
	margin: 0;
	padding: 80px 0 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 13px;
	font-weight: normal;
}
