/* ---------------------------------------------
GENERAL
--------------------------------------------- */
body{
	background-attachment: fixed;
	background-image: url(/images/general/background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	font-family: Arial;
	font-size: 13px;
	line-height: 20px;
}
form {
	margin-top: 0px; 
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px
}
h1{
	font-family: Arial;
	font-size: 12px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	font-weight: normal;
	color: #999999;
}
h2 {
	font-family: "Arial Narrow";
	font-size: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	line-height: 25px;
}
h3{
	font-family: "Arial Narrow";
	font-size: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
}
.PAGE-border{
	background-image: url(/images/general/page-border.png);
	padding: 10px;
	width: 994px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
.PAGE-container{
	background-color: #FFFFFF;
	padding: 17px;
}

/* ---------------------------------------------
HEADER
--------------------------------------------- */
.HEADER-mainimage{
	margin-top: 1px;
}

/* ---------------------------------------------
MENU
--------------------------------------------- */


/* ---------------------------------------------
CONTENT
--------------------------------------------- */
.CONTENT-container-home{
	border: 1px solid #C8C8C8;
	margin-top: 10px;
	padding-top: 30px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 30px;
	background-image: url(/images/general/home-image.jpg);
	background-repeat: no-repeat;
	background-position: 575px bottom;
}
.CONTENT-container-investment{
	border: 1px solid #C8C8C8;
	margin-top: 10px;
	padding-top: 30px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 30px;
	background-image: url(/images/general/img-investment.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;
}
.CONTENT-container{
	border: 1px solid #C8C8C8;
	margin-top: 10px;
	padding-top: 30px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 30px;
}
.CONTACT-container{
	background-color: #ebebeb;
	padding: 8px;
}
.CONTACT-rows{
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}

/* ---------------------------------------------
FORM FIELDS
--------------------------------------------- */
.FORM-textfield{
	font-family: Arial;
	font-size: 12px;
	padding: 1px;
	border: 1px solid #999999;
}
.FORM-dropdown{
	font-family: Arial;
	font-size: 12px;
}
.FORM-multiselect{}
.FORM-radio{}
.FORM-checkbox{}
.FORM-button{
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	background-color: #333333;
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
}
.FORM-column-left{
	background-color: #ebebeb;
	border: 1px solid #CCCCCC;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 6px;
	font-weight: bold;
}
.FORM-column-right{
	background-color: #FFFFFF;
	border: 1px solid #CCCCCC;
	padding-right: 5px;
	padding-left: 4px;
	padding-top: 2px;
	padding-bottom: 2px;
}
.FORM-errormsg{
	font-family: Arial;
	font-size: 12px;
	color: #FFFFFF;
	background-color: #CC0000;
	padding: 5px;
}

/* ---------------------------------------------
FOOTER
--------------------------------------------- */
.FOOTER-container{
	background-image: url(/images/general/bg-footer.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 45px;
	margin-top: 10px;
	width: 994px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	padding-top: 26px;
	padding-right: 10px;
	padding-left: 10px;
}


/* ---------------------------------------------
SEM
--------------------------------------------- */
#SEM-header{
	width: 1014px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	text-align: center;
}

