@charset "utf-8";

* {
	
	margin:0;
}

html, body {
	height: 100%;
}

#push {
	height: 29px;
	text-align: right;
}

body {
	font: 100% "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	background: #666666;
	margin: 0;
	padding: 0;
	text-align: center;
}

#header {
	width:976px;
	height:214px;
}

.welcome #header {
	background-image:url(../images/header.jpg);
}

.about #header {
	background-image:url(../images/header_about.jpg);
	}

.programs #header {
	background-image:url(../images/header_programs.jpg);
	}
	
.invest #header {
	background-image:url(../images/header_invest.jpg);
	}
.index #header {
	background-image:url(../images/header_2.jpg);
}

.documents #header {
	background-image:url(../images/header_documents.jpg);
}


.futures #header {
	background-image:url(../images/header_futures.jpg);
}

.thanks #header {
	background-image:url(../images/header_thanks.jpg);
}

#container {
	background-image:url(../images/content_bg.png);
	width: 976px;
	text-align: left;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -29px auto;
	border-left:#fff 1px solid;
	border-right:#fff 1px solid;
}


label {
	text-align:right;
}

table{
	padding:5px;
}

td {
	padding:5px;
}

#popup {
	background:#333;
	text-align: left;
	width:100%;
	height:100%;
	color: white;
	margin:10px;
}

#popup ul, ol {
	text-align:left;
	color: white;
	margin:10px;
}

#popup h1, h2 {
	text-align:left;
}

.popup_img {
	position:relative;
	top:0px;
	left:-5em;
}

#toolbar {	
	background-image:url(../images/toolbar.jpg);
	width:976px;
	height:39px;
}

#toolbar a{font-size:15px;}

#mainContent {
	text-align: left;
	color: #CCC;
	padding: 15px;
}

#footer {
	background-image:url(../images/footer.jpg);
	width:976px;
	height: 29px;
	margin:auto;

}

#footer_links {
	float:left;
	margin:4px;
	font-size:15px;
}

p{
	margin:6px;
	color: #fff;
	text-align: justify;
	font-size:15px;
}

h1 {
	font-size:22px;
	color: #fff;
	font-variant:small-caps;
}

h2 {
	font-size:20px;
	color: #fff;
	font-variant:small-caps;
}

h3 {
	font-size:18px;
	color: #fff;
	font-variant:small-caps;
}

a {
	color:#eee;
	text-decoration:none;
}
a:hover {
	color:#fff;
}
a:visited {
	color:#eee;
}
a:active {
	color:#FFF;
}


/* this is the main UL element*/
.dropdown{
	visibility:hidden;
	margin:0;
	padding-right:10px;
	list-style:none;
	color:#eee;
	float:right;
}

/* these are the inner menus*/
.dropdown ul{

	margin:0;
	padding:0;
	list-style:none;
}

/* these are all the LIs in the menu*/
.dropdown li{
	margin:0px;
	padding:5px;
	height:20px;
	padding-right:10px;
	cursor:pointer;
}

/* these are anchor in the menu, if you want to style them differently from the rest of you website*/
.dropdown a{
	text-decoration:none;
	color:#eee;
	width:auto;
}

.dropdown li a:hover{
	color:#333;
}
.dropdown a:visited{
	color:#eee;
}


/* these are the LIs that only belong to submenu*/
.dropdown ul li{
	height:20px;
	width:auto;
	margin-top:1px;
	text-align:left;
	border-bottom:solid thin white;
	border-right:solid thin white;
	border-left:solid thin white;
	background:#00202d;

}
/* these are the LIs that contains a submenu*/
.dropdown li.submenu{
	height:20px;

}

/* these are the LIs that contains a submenu and which are in a sub-menu themselve*/
.dropdown ul li.submenu{
	width:auto;
	height:20px;
}

.LV_validation_message{
    font-weight:bold;
    margin:0 0 0 5px;
	font-size:13px;
}

.LV_valid {
    color:#00CC00;
}
	
.LV_invalid {
    color:#CC0000;
}
    
.LV_valid_field,
input.LV_valid_field:hover, 
input.LV_valid_field:active,
textarea.LV_valid_field:hover, 
textarea.LV_valid_field:active {
    border: 1px solid #00CC00;
}
    
.LV_invalid_field, 
input.LV_invalid_field:hover, 
input.LV_invalid_field:active,
textarea.LV_invalid_field:hover, 
textarea.LV_invalid_field:active {
    border: 1px solid #CC0000;
}
