@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:130px;
	width:1175px;
	margin:0 0 5px 0;
	padding:0 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:4em;
	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;
}
#global {
	width: 1200px;
	height:30px;
	padding: 0;
	background: forestgreen;
}
nav ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
#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 10px;
	text-decoration: none;
	color: white;
	border: none;
}
#globalnav li a:hover {
	color: darkblue;
}
#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.8%;
	padding:0 1% 0 1%;
	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:15px;
	padding: 3px 0 0 0px; margin: 0;
	background: #398525;
	background: -ms-linear-gradient(top,#8dd297 0%,#398525 100%);
	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;
	-ms-box-shadow: inset 0px 0px 1px #fff;
	-moz-box-shadow: inset 0px 0px 1px #fff;
	-webkit-box-shadow: inset 0px 0px 1px #fff;
	border: 1px solid #5ea617;
	border-radius: 3px;
	font: bold 8pt Helvetica, Sans-Serif; text-align: center;
	text-transform: uppercase; text-decoration: none;
	color: #147032;
	-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:darkblue; /*#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: 3px 0 0 0px; margin: 0;
}
.dbtn{
	width:50px;height:15px;
	padding: 3px 0 0 0px; margin: 0;
}
.obtn{
	width:132px;height:15px;
	padding: 3px 0 0 0px; margin: 0;
}
.submit{
	
	height:20px;
	background: #398525;
	background: -ms-linear-gradient(top,#8dd297 0%,#398525 100%);
	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;
	-ms-box-shadow: inset 0px 0px 1px #fff;
	-moz-box-shadow: inset 0px 0px 1px #fff;
	-webkit-box-shadow: inset 0px 0px 1px #fff;
	border: 1px solid #5ea617;
	border-radius: 3px;
	font: bold 8pt Helvetica, Sans-Serif; text-align: center;
	text-transform: uppercase; text-decoration: none;
	color: #147032;
	-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:9pt;
}
th{
	border:1px solid darkgreen;
	background:-ms-linear-gradient(top,forestgreen,darkgreen);
	background:-moz-linear-gradient(top,forestgreen,darkgreen);
	background:-webkit-linear-gradient(top,forestgreen,darkgreen);
	color:#000;
}
td{
	background-color:#eee;
	border:1px solid darkgreen;
	color:#000;
}
td label{
	color:black;
}
textarea,input,label{
	font-size:9pt;
}
#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;
}
nav {    
  display: block;
  text-align: center;
}
nav ul {
  margin: 0;
  padding:0;
  list-style: none;
}
.nav a {
  display:block; 
  background: darkgreen; 
  color: #fff; 
  text-decoration: none;
  padding: 0.5em 1.5em;
  text-transform: uppercase;
  font-size: 80%;
  letter-spacing: 2px;
  text-shadow: 0 -1px 0 #000;
  position: relative;
}
.nav{  
  vertical-align: top; 
  /*display: inline-block;*/
  box-shadow: 
    1px -1px -1px 1px #000, 
    -1px 1px -1px 1px #fff, 
    0 0 6px 3px #fff;
  border-radius:6px;
}
.nav li {
  position: relative;
}
.nav > li { 
  float: left;
  margin-right: 1px; 
} 
.nav > li > a { 
  /*margin-bottom: 1px;*/
  box-shadow: inset 0 2em .33em -1em seagreen; 
}
.nav > li:hover, 
.nav > li:hover > a { 
  border-bottom-color: orange;
}
.nav li:hover > a { 
  color:orange; 
}
.nav > li:first-child { 
  border-radius: 4px 0 0 4px;
} 
.nav > li:first-child > a { 
  border-radius: 0px 0 0 0;
}
.nav > li:last-child { 
  border-radius: 0 0 4px 0; 
  margin-right: 0;
} 
.nav > li:last-child > a { 
  border-radius: 0 0px 0 0;
}
.nav li li a { 
  margin-top: 1px;
}
.nav li a:first-child:nth-last-child(2):before { 
  content: ""; 
  position: absolute; 
  height: 0; 
  width: 0; 
  border: 5px solid transparent; 
  top: 40% ;
  right:5px;  
 }
 /* submenu positioning*/
.nav ul {
  position: absolute;
  white-space: nowrap;
  z-index: 1;
  left: -99999em;
}
.nav > li:hover > ul {
  left: auto;
  min-width: 100%;
}
.nav > li li:hover > ul { 
  left: 100%;
  margin-left: 1px;
  top: -1px;
}
/* arrow hover styling */
.nav > li > a:first-child:nth-last-child(2):before { 
  border-top-color: #aaa; 
}
.nav > li:hover > a:first-child:nth-last-child(2):before {
  border: 5px solid transparent; 
  border-bottom-color: orange; 
  margin-top:-5px
}
.nav li li > a:first-child:nth-last-child(2):before {  
  border-left-color: #aaa; 
  margin-top: -5px
}
.nav li li:hover > a:first-child:nth-last-child(2):before {
  border: 5px solid transparent; 
  border-right-color: orange;
  right: 10px; 
}