/* CSS Document */
/* CSS Document 
red: ff0000
yellow: ffe900
orange: fd9903
lightgreen: 00e600;
dark green: 197c2c;
middle green: 0eb21d
grey: #d9e9cf
*/

body, textarea, input {
	font-family:Arial, Helvetica, sans-serif;
	font-size:small;
}

#masterframe {
	position:relative;
	margin: 0 auto; 
	max-width:1000px;
	min-width:600px;
	border-top: 2px solid #197c2c;
	border-left: 2px solid #197c2c;
	border-right: 2px solid #197c2c;
	overflow:hidden;
}

#container {
	position:relative;
	margin-left:10%;
	margin-right:10%;
}

/* start header section */
#headerSection {
	height:220px; 
	width:100%;
}

#headerSection #container {
	height:100%;
	background:url(../images/exoticlandcompany200.jpg) no-repeat; 
}

/* login */
#login {
	width:100%;
	height:100%;
	background:url(../images/comp_barra550.jpg) no-repeat;
	background-position: 160px 50px;
	text-align:right;
	color:#CCCCCC;
}

#login div {
	padding:0 5px 5px 5px;
}

#login div:first-child {
	margin-top:10px;
}


#login input {
	width:130px;
}

#login #ok {
	width: 50px; 
	margin-right:85px;
/*	filter:alpha(opacity=50);  changes button style in IE */
	-moz-opacity: 0.5; 
	opacity: 0.5;
}

#navigation {
	position:absolute;
	right:0px;
	left:auto;
	top:180px;
	font-size:medium;
	font-weight:bold;
	text-align:right;
}

/* end header section */

#footerframe {
	clear:both;
	position: relative;
	margin-left:auto; 
	margin-right:auto; 
	max-width:1000px;
	min-width:600px;
	width:100%;
	border-left:2px solid #197c2c;
	border-right:2px solid #197c2c;
	border-bottom:2px solid #197c2c;
	overflow:hidden;
	height:100px;
}

#notice {
	position:relative;
	text-align:center;
	margin-left:auto; 
	margin-right:auto; 
	max-width:1000px;
	min-width:600px;
}

#navigation .samepage {
	color: #FFFFFF;
	background-color:#4e9f29;
	margin-right:2px;
}

#navigation a {
	color: #197c2c;
	text-decoration:none;
}

#navigation .samepage a {
	color: #FFFFFF;
	text-decoration:none;
	background-color:#197c2c;
}

#navigation a:hover {
	color:#FFFFFF;
	background-color:#197c2c;
}

/* use for pagetitle */
h1 {
	color:#197c2c;
	margin-top:50px;
	font-size: medium;
	background-color:#d9e9cf;
	padding:5px;
}

h4 {
	color:#197c2c;
	font-size:small;
	font-style:italic;
}


