/*//////////
////BODY////
//////////*/

body{
  margin: 0;
	
	font-family: arial, verdana, sans;
	font-size: 0.7em;
	text-align: justify;
	
	background-color: #e5e5e5;
}
  body h1{
    margin: 15px 15px 15px 15px;
  
    font-size: 1.3em;
		
  	color: #7ac131;
  }
  
  body h2{
    margin: 15px 15px 15px 15px;
  
    font-size: 1.1em;
		
  	color: #7ac131;
  }
	
	.Grey{
	  color: #4b4c4b;
	}
  
  body p{
    margin: 15px 15px 15px 15px;
  	color: #4c4b4c;
  }
  body a:link {
  	text-decoration:none;
  	font-weight: bold;
  	color: #4c4b4c;
  }
  body a:visited {
  	text-decoration:none;
  	font-weight: bold;
  	color: #4c4b4c;
  }
  body a:hover {
  	text-decoration:none;
  	font-weight: bold;
  	color: #808080;
  }
  body a:active {
  	text-decoration:none;
  	font-weight: bold;
  	color: #808080;
  }
	body img{
		margin: 0;
  	border: 0;
  	vertical-align: middle;
	}
	
/*////////////////////
//PERMINANT ELEMENTS//
////////////////////*/

#Container{
	position: relative;
	
	width:70%;
  
	left: 15%;
	right:15%;
	top: 75px;
	
	background: #ffffff;
}
  #Content{
	  position: relative;
	
		margin: 20px 20px 20px 20px;
  }
	.Vid{
	  border: 3px solid #4b4c4b;
		
		position: relative;
		
		width: 352px;
		height: 302px;
		
		left: 50%;
		
		margin: 0 0 0 -176px;
		padding: 0 0 0 0;
	}

  #Head{
  	width: 100%;
  	height: 75px;
  	
  	/*background: #ffffff url(images/head-logo.jpg) no-repeat right top;*/
		background: #ffffff;
  }

  #Nav{
  	background: #78c130 url(images/circle-tile-green.jpg) repeat right top;
		
		border-top: 1px solid #78c130;
  	border-bottom: 1px solid #78c130;
		border-left: 1px solid #78c130;
		border-right: 1px solid #78c130;
		
  	margin: 0 0 0 0;
  	
  	width: 100%;
  }
    #Nav p{
     margin: 0.5em 1em 0.5em 1em;
    }
   
  #Foot{
    background: #78c130 url(images/circle-tile-green.jpg) repeat left bottom;
	
  	border-top: 1px solid #78c130;
  	border-bottom: 1px solid #78c130;
		border-left: 1px solid #78c130;
		border-right: 1px solid #78c130;
		
		border: 1px solid #78c130;
		
  	width: 100%;
		
		clear: both;
		
		margin: 0 0 0 0;
  }
    #Foot p{
      margin: 0.7em 0.7em 0.7em 0.7em;
    	
			font-size: 80%;
			
      text-align: right;
    }
  #FootSpacer{
  	width: 100%;
  	height: 75px;

		margin: 75px 0 0 0;
  }
	
  #Shadow-BBL{
  	position: absolute;
  	
  	bottom: -75px;
  	left: -22px;
  
    background: transparent url(images/bl.jpg);
  	
  	width: 250px;
  	height: 75px;
  }
  #Shadow-BBR{
  	position: absolute;
  	
  	bottom: -25px;
  	right: -25px;
  
    background: transparent url(images/shadow-br.jpg);
  	
  	width: 25px;
  	height: 25px;
  }
  #Shadow-TR{
  	position: absolute;
  	
  	top: -125px;
  	right: -67px;
  	
    background: #e5e5e5 url(images/head-logo-cutout.jpg) right bottom no-repeat;
  	
  	width: 150px;
  	height: 200px;
}
/*////////////////////////
//NON-PERMINANT ELEMENTS//
////////////////////////*/
	
  #ContactTop{
	  border: 1px solid #ffffff;
		
		background: #e5e5e5 url(images/circle-tile-grey.jpg);
		
  	width: 80%;
		
		margin: 20px 0 20px 10%;
  }
  #ContactForm{
	  border: 1px solid #ffffff;
	  background: #e5e5e5 url(images/circle-tile-grey.jpg);
		
  	width: 80%;
		
		margin: 20px 0 20px 10%;
  }
	  #ContactForm textarea{
    	margin: 0 0 0 5%;
			
			height: 6em;
      width: 90%;
			
			font: 1em Verdana, _sans;
			color: #5d5d5d;
    }
		.TextBox{
			width: 100%;
			
			margin: 5px 0 5px 0;
			
			height: 2em;
		}
		.ErrorBox{
			width: 65%;
			
			margin: 0 0 0 30%;
		}
  		.ErrorBox p{
  			margin: 0 0 0 0;
				color: #ff0000;
  		}
		
		.TextBox label{
		  margin: 0.3em 0 0 0.3em;
		  height: 1.3em;
		  float: right;
		}
		#ContactForm input.Txt{
		  width: 90%;
		}
  		.TextBoxLeft{
  		  float: left;
  			width: 29%;
				height: 2em;
  		}
  		.TextBoxRight{
  		  float: right;
  			width: 69%;
				height: 2em;
  		}
		
		.GreenGeneric{
		  border: 1px solid #78c130;
			border-bottom: 1px solid #4c4b4c;
			
		  background: #78c130 url(images/circle-tile-green.jpg);
			
			width: 80%;
			
			margin: 0 0 0 10%;
		}
		  .GreenGeneric h2{
      	color: #4c4b4c;
			}
		.GreyGeneric{
		  border: 1px solid #e5e5e5;
			border-bottom: 1px solid #4c4b4c;
			
		  background: #e5e5e5 url(images/circle-tile-grey.jpg);
			
			width: 80%;
			
			margin: 0 0 0 10%;
		}
		  .GreyGeneric h2{
      	color: #4c4b4c;
			}
		
		/*///////////////
		//LOCATION PAGE//
		///////////////*/
		.Images{
		border: 1px solid #7f7f7f;
		  float:right;
			
			clear: both;
			
			margin: 0 10px 10px 20px;
			padding: 0 0 0 0;
		}
		
		/*/////////////////
		//EXHIBITORS PAGE//
		/////////////////*/
		
		.Exhibitors{
		  position: relative;
		  border: 1px solid #ffffff;
			margin: 0 0 0 0;
			padding: 0 0 0 0;
		}
		/*
		.Exhibitor{
  		position: relative;
			
			border: 1px solid;
			
			width: 80%;
			left: 10%;
			
			margin: 0 0 0 0;
			padding: 0 0 0 0;
			
			overflow: auto;
		}
		  .Exhibitor h2{
			  margin: 0.3em 0 0.3em 0;
			}
			*/
		.ExhibitorGreen{
		 background: #78c130 url(images/circle-tile-green.jpg);
  		position: relative;
			
			border: 1px solid #78c130;
			
			width: 80%;
			left: 10%;
			
			margin: 0 0 0 0;
			padding: 0 0 0 0;
			
			overflow: auto;
		}
		  .ExhibitorGreen h2{
			  margin: 0.3em 0 0.3em 0;
			}
		.ExhibitorGrey{
		background: #e5e5e5 url(images/circle-tile-grey.jpg);
  		position: relative;
			
			border: 1px solid #e5e5e5;
			
			width: 80%;
			left: 10%;
			
			margin: 0 0 0 0;
			padding: 0 0 0 0;
			
			overflow: auto;
		}
		  .ExhibitorGrey h2{
			  margin: 0.3em 0 0.3em 0;
			}
		
		.ExhibitorText{
		  position: relative;
			
			display: block;
			
			margin: 5px;
		}
		.ExhibitorImage{
		  position: relative;
			
		  border: 1px solid #000000;
		  
			float:left;
			
			margin: 3px 5px 3px 3px;
			
			display: block;
		}
		.List{
		  list-style-type: none;
		}
		  .List li{
			  margin: 0 0 0.3em 0;
			}
/*//////////////////////////////////////////
////////////////////////////////////////////
//////////////////////////////////////////*/

.Bold{
  font-weight: bold;
	text-align: left;
}
.ImgFloatRight{
  float: right;
}
.Center{
  text-align: center;
}
.RightAlign{
  text-align: right;
}
.Map{
  /*border: 2px solid #4c4b4c;
	
	width: 600px;*/
}
.Clear{
	clear: both;
  position: relative;
}

/* Hides from IE5-mac \*/
* html .Clear {
  margin: -15px 0 0 0;
	}
/* End hide from IE5-mac */

.Green{
  color: #78c130;
	font-weight: bold;
}
/*////////////////
//OUTLINE SHADOW//
////////////////*/

#Shadow-TL{
	position: absolute;
	
	top: -150px;
	left: -25px;

  background: #e5e5e5 url(images/shadow-tl.jpg) left bottom no-repeat;
	
	width: 25px;
	height: 150px;
}
#Shadow-T{
	position: absolute;
	
	top: -25px;
	left: 0px;

  background: transparent url(images/shadow-t.jpg) repeat-x;

	height: 25px;
	width: 100%;
}
#Shadow-TLT{
	position: absolute;
	
	top: -0px;
	left: -26px;

  background: transparent url(images/shadow-tlt.jpg);
	
	width: 25px;
	height: 25px;
}
#Shadow-TTL{
	position: absolute;
	
	top: -25px;
	left: -0px;

  background: transparent url(images/shadow-ttl.jpg);
	
	width: 25px;
	height: 25px;
}
#Shadow-TTR{
	position: absolute;
	
	top: -25px;
	right: -0px;

  background: transparent url(images/shadow-ttr.jpg);
	
	width: 25px;
	height: 25px;
}
#Shadow-TRT{
	position: absolute;
	
	top: -0px;
	right: -26px;

  background: transparent url(images/shadow-trt.jpg);
	
	width: 25px;
	height: 25px;
}
#Shadow-L{
	position: absolute;
	
	bottom: 0px;
	left: -25px;

  background: transparent url(images/shadow-l.jpg) repeat-y;

	width: 25px;
	height: 10000px;
}
#Shadow-BLB{
	position: absolute;
	
	bottom: 0px;
	left: -26px;

  background: transparent url(images/shadow-blb.jpg);
	
	width: 25px;
	height: 25px;
}
/*
#Shadow-BL{
border: 1px solid;;
	position: absolute;
	
	bottom: -25px;
	left: -25px;

  background: transparent url(images/shadow-bl.jpg);
	
	width: 25px;
	height: 25px;
}

#Shadow-BBL{
	position: absolute;
	
	bottom: -25px;
	left: -0px;

  background: transparent url(images/shadow-bbl.jpg);
	
	width: 25px;
	height: 25px;
}*/
#Shadow-BBR{
	position: absolute;
	
	bottom: -25px;
	right: -0px;

  background: transparent url(images/shadow-bbr.jpg);
	
	width: 25px;
	height: 25px;
}

#Shadow-BRB{
	position: absolute;
	
	bottom: -0px;
	right: -26px;

  background: transparent url(images/shadow-brb.jpg);
	
	width: 25px;
	height: 25px;
}
#Shadow-B{
	position: absolute;
	
	bottom: -25px;
	left: 0px;

  background: transparent url(images/shadow-b.jpg) repeat-x;

	height: 25px;
	width: 100%;
}
#Shadow-BR{
	position: absolute;
	
	bottom: -25px;
	right: -25px;

  background: transparent url(images/shadow-br.jpg);	
	width: 25px;
	height: 25px;
}
#Shadow-R{
	position: absolute;
	
	bottom: -0px;
	right: -25px;

  background: transparent url(images/shadow-r.jpg) repeat-y;

	width: 25px;
	height: 10000px;
}
