@CHARSET "ISO-8859-1";
*{
	font-family: "Avant Garde", Avantgarde, "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
}
div{
	/*border:1px solid black;*/
}
#main{
	width:1200px;
}
#header{
	height:110px;
	width:1175px;
	margin:0 0 5px 0;
	padding:20px 0 0 25px;
	overflow:hidden;
	border-top-right-radius:100px;
	background:-ms-linear-gradient(top,seagreen,forestgreen);
	background:-moz-linear-gradient(top,seagreen,forestgreen);
	background:-webkit-linear-gradient(top,seagreen,forestgreen);
}
#company{
	color:#eee;
	font-size:3em;
	font-weight:bold;
	text-shadow:7px 5px 5px black;
}
span#address{
	color:white;
	font-size:1.5em;
	display:block;
	text-shadow:4px 3px 2px black;
}
#main,#content{
	margin:0 auto;
	padding:0;
	
}
#globalnav {
	width: 1200px;
	height:30px;
	padding: 0;
	background: forestgreen;
}
#globalnav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#globalnav li {
	float: left;
	margin: 0;
	padding: 0;
	font-size: 80%;
	letter-spacing: 2px;
	text-transform: uppercase;
}
#globalnav li a {
	float: left;
	padding: 6px 20px;
	text-decoration: none;
	color: white;
	border: none;
}
#login{
	margin:0 auto;
	padding:0;
}
#left{
	font-size:11pt;
	letter-spacing: 0.5px;
	float:left;
	width:72%;
	padding:0 1% 0 1.78%;
	margin:5px 5px 5px 0;
	height:425px;
	overflow-y:auto;
	background:-ms-linear-gradient(top,forestgreen,seagreen);
	background:-moz-linear-gradient(top,forestgreen,seagreen);
	background:-webkit-linear-gradient(top,forestgreen,seagreen);
}
#right{
	float:left;
	width:22%;
	padding:0 1% 0 1.8%;
	margin:5px 0 5px 0;
	height:425px;
	overflow-y:auto;
	background:-ms-linear-gradient(top,forestgreen,seagreen);
	background:-moz-linear-gradient(top,forestgreen,seagreen);
	background:-webkit-linear-gradient(top,forestgreen,seagreen);
}
.message{
	float:left;
 	border:1px solid silver;
 	background-color:darkgreen;
 	color:silver;
 	padding:5px;
 	width:700px;
 	font-size:11pt;
 	margin:7px 0px 0px 40px;
}
.btn,.ebtn,.dbtn,.obtn{display:block;width:120px;height:20px;
	padding: 5px 0 0 0px; margin: 0;
	background: #398525;
	background: -moz-linear-gradient(top, #8DD297 0%, #398525 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8DD297), color-stop(100%,#398525));
	box-shadow: inset 0px 0px 1px #fff;
	-webkit-box-shadow: inset 0px 0px 6px #fff;
	border: 1px solid #5ea617;
	border-radius: 5px;
	font: bold 8pt Helvetica, Sans-Serif; text-align: center;
	text-transform: uppercase; text-decoration: none;
	color: #147032;
	text-shadow: 0px 0px 1px #b4d1ad;
	-moz-transition: color 0.25s ease-in-out;
	-webkit-transition: color 0.25s ease-in-out;
	transition: color 0.25s ease-in-out;
}
.btn:hover,.ebtn:hover,.dbtn:hover,.obtn:hover,.submit:hover {
		color:blue; /*#145675;*/
		
		-moz-transition: color 0.25s ease-in-out;
		-webkit-transition: color 0.25s ease-in-out;
		transition: color 0.25s ease-in-out;
}
.ebtn{
	width:35px;height:15px;
	padding: 2px 0 0 0px; margin: 0;
}
.dbtn{
	width:50px;height:15px;
	padding: 2px 0 0 0px; margin: 0;
}
.obtn{
	width:132px;height:15px;
	padding: 2px 0 0 0px; margin: 0;
}
.submit{
	
	height:25px;
	background: #398525;
	background: -ms-linear-gradient(top, #8DD297, #398525);
	background: -moz-linear-gradient(top, #8DD297 0%, #398525 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8DD297), color-stop(100%,#398525));
	box-shadow: inset 0px 0px 1px #fff;
	-webkit-box-shadow: inset 0px 0px 6px #fff;
	border: 1px solid #5ea617;
	border-radius: 5px;
	font: bold 8pt Helvetica, Sans-Serif; text-align: center;
	text-transform: uppercase; text-decoration: none;
	color: #147032;
	text-shadow: 0px 0px 1px #b4d1ad;
	-moz-transition: color 0.25s ease-in-out;
	-webkit-transition: color 0.25s ease-in-out;
	transition: color 0.25s ease-in-out;
}
table{
	border:1px solid darkgreen;
	font-size:10pt;
}
th{
	border:1px solid darkgreen;
	background-color:darkgreen;
	color:#000;
}
td{
	border:1px solid darkgreen;
	color:#000;
}
textarea,input,label{
	font-size:10pt;
}
#rcompany,#rssm,#rkew,#rowner,#rnric{
	border:1px solid black;
	position:absolute;
	bottom:30px;
	-moz-transform:rotate(315deg);
}
#footer{
	width:1200px;
	height:47px;
	margin:0;
	clear:both;
	border-bottom-left-radius:35px;
	background:-ms-linear-gradient(top,seagreen,forestgreen);
	background:-moz-linear-gradient(top,seagreen,forestgreen);
	background:-webkit-linear-gradient(top,seagreen,forestgreen);
}
#copyright{
	float:right;
	margin:10px;
	margin-right:20px;
	color:white;
	font-size:1em;
	text-shadow:4px 3px 2px black;
}