@charset "utf-8";
/* CSS Document */

.tablewrapper {
  position: relative;
}
.table{
    width: 100%; 
    max-width: 1200px; 
	margin-left: auto;
	margin-right: auto;
	display: table;
}
.row {
  display: table-row;
}
.cell {
  border: 2px solid transparent;
  background-color: #000000;
  display: table-cell;
  padding: 0;
  width: 196px;
  height: 132px;
}
.cell.empty1
{
  border: none;
  width: 200px;
  height: 132px;
  background-color: transparent;
}
.cell.empty2
{
  border: none;
  width: 200px;
  height: 80px;
  background-color: transparent;
}
.cell.rowspanned {
  position: absolute;
  top: 224px;
  width: 781px;
  height: 394px;
  padding-left: 15px;
  padding-top: 10px;
  background-color: rgba(255, 255, 255, 0.8);
  border: 2px solid #000000;
}
.cell.columnspanned {
  position: absolute;
  top: 0;
  height: 78px; 
  width: 1190px;
  padding: 5px;
  background-color: transparent;
  border: none;
}
.cell.columnspan4 {
  position: absolute;
  top: 224px;
  height: 132px; 
  width: 771px;
  padding: 10px;
  padding-left: 15px;
  vertical-align: top;
  background-color: transparent;
  border: 2px solid transparent;
}

.form_col {width:300px; height: 252px; float:left; display:block;}
.form_col2 {width:280px; height: 252px; float:left; display:block;}
.form_col2b {width:280px; height: 45px; float:left; display:block;}
.form_col3 {width:120px; height: 177px; float:left; line-height:1em; display:block;}
.form_col4 {width:160px; height: 177px; float:left; line-height:1em; display:block;}
.form_col5 {width:200px; height: 252px; float:left; display:block;}
.form_col6 {width:200px; height: 220px; float:left; display:block;}

label
{
width: 8em;
float: left;
text-align: right;
margin-right: 0.5em;
display: block
}

.submit input
{
	margin-left: 8.5em;
}

.other_email {
    display: none;
}

textarea {
	resize: none;
	font-size: 10pt;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	line-height: 11pt;
}

iframe {
    width: 196px;
    height: 132px;
    overflow: hidden;
    border: 0px;
	background-color: #000000;
}

/*
[class*='col-'] {
    float: left; 
    width: 16.53%; 
    /* -- our gutter -- 
    padding: 0; 
	border: 2px solid #FFFFFF;
}

.col-1{ width: 196px; background-color: #000000; height: 132px; }
.col-1_blank{ width: 200px; height: 136px; border: none; background-color: #FFFFFF; }
.col-2{ width: 396px; background-color: #FFFFFF; height: 132px; }
.col-3{ width: 596px; height: 132px; }
.col-4{ position: abosolute; top: 0; bottom: 0; width: 796px; background-color: #FFFFFF; }
.col-5{ width: 996px; height: 132px; }
.col-6{ width: 1196px; height: 80px; border: 0px; }

/* .border, .border *{
	border: 2px solid #888888; 
}


/*-- some extra column content styling --
[class*='col-'] > p {
/* background-color: #000000;  
 padding: 0;
 margin: 0;
 text-align: center; 
 color: black;
 border: none;
}
[class*='col-'] > h1 {
 background-color: #000000; 
 height: 76px;
 padding: 5px;
 margin: 0;
 text-align: left; 
 color: white;
 font-size: 20;
}
*/

h1 {
	text-align: left;
	color: black;
	font-size: 2em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

h2 {
	text-align: left;
	color: black;
	font-size: 1.0em;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

p {
	text-align: left;
	color: black;
	font-size: 0.8em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}