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

body {
	background-color:#786866;
	background-image:url(img/bg.jpg);
	background-repeat:repeat-x;
	font-size:12px;
	font-family:"Arial";
	margin:0;
	padding:0;
	background-position:0px 20px;
	color:#333;
}
#container {
	width:960px;
	height:auto;
	visibility:visible;
	margin:20px auto 0 -480px;
	padding-bottom:0px;
	position:relative;
	z-index:2;
	left:50%;
}
#header {
	width:100%;
	background-color:#fff;
	height:135px;
	margin-bottom:0px;
}
#menu-container {
	width:500px;
}
#menu {
	background-color:#fff;
	width:500px;
	margin-top:33px;
	margin-left:40px;
	z-index:50;
}
#logo {
	position:absolute;
	right:0px;
	top:0px;
	width:309px;
	z-index:1;
}
#middle-container {
	display:block;
	width:960px;
	background-image:url(img/bg-middle-container.jpg);
	background-position:right bottom;
	background-repeat:no-repeat;
	overflow:hidden;
}
#main-content {
	width:600px;
	background-color:#fff;
	float:left;
	height:auto;
	padding-bottom:250px;
}
#side-content-container {
	width:306px;
	height:auto;
	float:right;
	background-image:url(img/bg-side-content-container.gif);
	margin:0 11px 0 0;
	padding-top:50px;
	background-repeat:no-repeat;
	background-position:top;
	bottom:0;
}
#side-content {
	width:306px;
	height:auto;
	padding-top:0px;
	padding-bottom:100px;
	background-repeat:no-repeat;
	background-position:bottom;
}
#disclaimer {
	display:block;
	padding-top:20px;
	margin-right:10px;
	padding-bottom:20px;
	margin-left:30px;
	position:absolute;
	bottom:60px;
}
#footer {
	width:100%;
	clear:both;
	background-image:url(img/footer.jpg);
	background-repeat:no-repeat;
	height:20px;
	background-color:#786866;
	}
#main-content p {
	margin:10px 0 20px 130px;
	margin-left:130px;
	margin-top:10px;
	margin-bottom:20px;
	font-size:12px;
	line-height:16px;
}
#main-content a {
	text-decoration:none;
	color:#c32816;
}
#main-content a:hover {
	text-decoration:underline;
	color:#c32816;
}
.foto {
	float:left;
	margin-left:-120px;
}
#main-content h1 {
	margin:50px 0 33px 120px;
	font-size:25px;
	color:#c32816;
	font-weight:normal;
	letter-spacing:1.5px;
}
#main-content h2 {
	margin-left:120px;
	margin-top:10px;
	font-size:14px;
	color:#c32816;
	font-weight:normal;
	letter-spacing:1.5px;
}
#main-content h3 {
	margin-left:120px;
	margin-top:10px;
	font-size:13px;
	color:#786866;
	font-weight:normal;
	letter-spacing:1.1px;
}
#side-content p {
	margin:10px 40px 10px 10px;
	color:#FFF;
	font-size:12px;
	line-height:15px;
}
#side-content a {
	text-decoration:none;
	color:#CDD422;
}
#side-content a:hover {
	text-decoration:underline;
	color:#CDD422;
}
#disclaimer a {
	text-decoration:none;
	color:#c32816;
	font-size:12px;
}
#disclaimer a:hover {
	text-decoration:underline;
	color:#c32816;
}
#side-content ul {
	margin:0 30px 0 24px;
	list-style-image:url(img/greensquare.png);
	color:#FFF;
	font-size:12px;
}
#side-content ul li {
	margin:0 0 5px 0;
}
#main-content ul {
	margin:0 0px 0px 143px;
	list-style-image:url(img/greensquare.png);
	font-size:12px;
}
#side-content h2 {
	margin:35px  40px  10px  10px;
	font-size:14px;
	color:#000;
	font-weight:normal;
	letter-spacing:1.5px;
}
.style1 {
	color:#FFFFFF;
}
/* FORM PROPTERTIES */

form {
	margin:10px 0 20px 130px;
}
legend {
	padding:7px;
	font-weight:bold;
	color:#666666;
}
.singleField, .singleFieldFocus {
	display:block;
	overflow:hidden;
	clear:both;
	padding:4px;
}
.singleFieldFocus {
	background-color:#D3DD40;
	color:#000000;
}
.normalLabel {
	display:block;
	float:left;
	width:190px;
	padding:5px 0 0 0;
}
label.error {
	clear:both;
	display:block;
	width:200px;
	margin:30px 0 4px 195px;
	padding:3px 0 0 20px;
	background-image:url(img/bg-error-label.png);
	background-position:left top;
	background-repeat:no-repeat;
	font-size:12px;
}
.normalInput, .normalSelect, .smallInput, .normalTextarea {
	float:left;
	width:200px;
	margin:0;
	font-family:Arial, Helvetica, sans-serif;
	border:solid 1px #B9AFAD;
}
.normalInput, .normalSelect option, .smallInput, .normalTextarea {
	padding:3px;
}
.normalSelect {
	width:208px;
}
.smallInput {
	width:90px;
	margin:0 12px 10px 0;
}
.optionInfo {
	padding:3px 3px 3px 3px !important;
}
.normalTextarea {
	width:330px;
}
button {
	margin:5px 0;
	padding:4px;
	border:solid 1px #B9AFAD;
}
