﻿body,td,th {
	font-family: Georgia, Times New Roman, Times, serif;
	color: #000;
}
body {
	background-color:#fff;
	font-size:1em;
	*font-size:0.9em;
	line-height:130%;
}

html, body, #container {
  margin: 0px;
  padding: 0px;
  width: 100%;
  height: 100%;       /* should be auto */
  min-height: 100%;
}
html>body, html>body #container {
  height: auto;
}

#container {
	min-width:1020px;
	position: relative;
	top: 0px;
	left: 0px;
}

#header {
	background-image:url(/sites/business/I/BGheader.png);
	height:112px;
}
#headerlogo {
	margin:0;padding:0;
	background-image:url(/sites/business/I/GRheader.png);
	width:826px;
	height:112px;
}

#content {
	width:100%;
	padding-top:15px;
	padding-bottom:70px;   /* Height of the footer plus some space*/
	margin-top:-14px; 
	margin-left:auto;
	margin-right:auto;
	*margin-top:25px;
}

#content h2 {
	font-size:1.8em;
	font-weight:normal;
	color:#f58a00;
}

#nav {
	font-size:1.3em;
	position:absolute;
	top:-5px;
	right:0;
	text-align:right;
	margin:0;padding:0;
	margin-right:10px;
}

#nav a{
	text-decoration:none;
	color:#666;
	background-color:#FFF;
	margin:0;
	padding:10px 5px 5px 5px;
	line-height:250%;
}
#nav a.current{
	color:#36c900;
}

#nav a:hover{
	text-decoration:underline;
}

#left {
	padding-left:20px;
}

#splash {
	width:100%;
	height:302px;
	margin-top:-19px;
	margin-bottom:-64px;
	position:relative;
	z-index:1;
}

.form {
	width:28%;
	min-width:400px;
	min-height:250px;
	background-color:#000;
	background-image:url(/sites/business/I/BGform1.png);
	background-repeat:repeat-y;
	background-position:bottom;
	margin-top:-15px;
	*margin-top:-40px;
	margin-right:0;
	margin-left:42px;
	margin-bottom:15px;
	padding:0;
	float:right;
}

.forminner {
	background-color:#f5ad00;
	min-height:200px;
	width:85%;
	padding:10px;
	margin:5px auto 0 auto;
}

.formtopper {
	background-image:url(/sites/business/I/GRsticker.png);
	width:142px;
	height:130px;
	margin-top:-30px;
	margin-right:-10px;
	margin-bottom:-5px;
	float:right;
	display:block;
	position:relative;
	z-index:10;
}

.form h1 {
	font-size:1.3em;
	font-weight:normal;
	color:#e92c00;
	padding-top:5px;
	margin-left:auto;
	margin-right:auto;
}

#formmain
{
	width: 93%; 
	margin: 15px auto 0 auto;
	padding: 0; 
	max-width:315px;
}

.formcontent {
	font-family:Verdana, Geneva, sans-serif;
	text-align:right;
	font-size:0.7em;
	width:100%;
	padding-left:15px;
	margin-bottom:4px;
}

.formcontent input, .formcontent select {
	border:1px solid #fce8b8;
	background-color:#f9cb5e;
	font-size:small;
	width:150px;
}
.formcontent select {
	width:152px;
}

.formcontent label {
	clear: left;
	display: block;
	float: left;
	margin-right:15px;
	text-align:left;
	font-weight:normal;
	color:#53433e;	
}

.required {
	color:#f00;
	font-weight:bold;
}

.clear {
  clear: both;        /* below longest column */
  margin: 0;
  padding: 0;
}
#footer {
   position:absolute;
   bottom:0;
   width:100%;
   height:50px;   /* Height of the footer */
   background:#000;
}
#footercontent {
	margin:0 auto 0 auto;
	text-align:right;
	padding-top:5px;
	color:#fff;
	font-size:x-small;
	width:95%;
}

#footercontent a {
	color:#CCCCCC;
}
#footercontent a:visited {
	color:#999999;
}
.bodytext {
	font-family:Verdana, Geneva, sans-serif;
	font-size:0.9em;
	line-height:180%;
	font-weight:500;
}

.errHold
{
	width:16px;
	display:-moz-inline-box;
	display:inline-block;
}