body {
	background-image: url(images/background9.jpg);
	background-size: 100%;
	background-repeat: repeat-y;
	color: #fff;
}
h1 {
	margin: 0px;
}

ul
{
	list-style-type: none;
	padding: 0px;
	margin: 0px;
	/*list-style-image: url('images/bullet.png');*/
}
ul li
{
	background-image: url('images/bullet.png');
	background-repeat: no-repeat;
	background-position: 0px top;
	background-size:18px;
	padding-left: 22px; 
}

.panes {
  background:#000000;
  height:660px;
  margin-top: 10px;
}	

#mainContent
{
	background: #313131;
	margin: 10px 10px 0px 10px;
	
}

#innerContent
{
	display: block; 
	width: 80%;
	margin: 0px auto 0px auto;
	overflow: auto;
	padding: 30px 0px 80px 0px;
}

#buildingPic
{
	padding-top: 15px;
	display: block;
	width: 900px;
	margin: 10px auto 10px auto;
}

.contactsList
{
	width: 800px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	background-color: #555555;
	overflow: auto;
	font-size: 16pt;
	text-align: center;
	clear: both;
	
}
#contactMap
{	
	width: 800px;
	height: 300px;
	background-color: green;
	float: left;

}	
#contactUs
{
     width: 800px;
	 padding-top: 30px;
	 display: block; 
	 margin-left: auto;
	 margin-right: auto;
	 
}

#formWrap
{
	width: 800px;
	margin-left: auto;
	margin-right: auto;
	
}

.formLabel
{
	float: left;
	clear: left;
	
}
.formInput
{
	float: right;
	clear: right;
	
}
.menuItem:hover {  background-color:#222;}

.colorChip
{
	float:left;
	width:100px;
	height:105px;
	margin-right:10px;
	margin-bottom:10px;
	text-align:center;
	line-height:100px;
	color:#000;
	border-radius:5px;
	cursor:pointer;
}

.colorChips
{
	width:62%;
	overflow:auto;
	float:left;
}

#colorPreview
{
  width:36%;
  margin:0px 5px 0px 5px;
  height:220px;
  background-size:contain;
  background-repeat:no-repeat;
  background-position: center center;
  background-image:url(images/WindowColors/Window0.png);
  float:left;
  transition:all .25s;
  -o-transition:all .25s;
  -moz-transition:all .25s;
  -webkit-transition:all .25s;
}

#colorPicker
{
  width:890px;
  overflow:auto;
  background-color:black;
  border-right: 3px solid #808080;
  border-left:3px solid #505050;
  padding:0px 2px 0px 2px;
  
}

.noSelect
{
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#imgGalleryFrame
{
  width:1000px;
  height:auto;
  background-color:#1a1a1a;
  display:block;
  overflow-y:auto;
  overflow-x:hidden;
}

#imgEnlarged
{
  width:470px;
  width:605px;
  height:400px;
  margin:20px 0px 20px -45px;
  display:inline-block;
  background-color:black;
  background-position:center center;
  background-image:url(images/Gallery_Default.jpg);
  background-size:100%; /*Leave for old IE!*/
  background-size: cover;
  background-repeat:no-repeat;
  float:left;
  cursor:pointer;
  z-index:1;
  position:relative;
  border-radius:10px;
  transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
}

#imgEnlargedName
{
  width:468px;
  width:603px;
  height:40px;
  line-height:40px;
  text-align:center;
  margin:0px 0px 20px 5px;
  border-radius:10px;
  border:1px solid #fff;
  background-color:#101010;
  display:inline-block;
  clear:left;
  float:left;
  font-size:18pt;
  overflow:hidden;
}

#imgGallery
{
  width:470px;
  width:351px;
  height:auto;
  margin:20px 20px 20px 10px;
  float:right;
  overflow:auto;
  background-color: #000;
  border-radius:10px;
}

#minMax
{
  display:block;
  position:absolute;
  opacity:0.7;
  bottom:0px;
  left:0px;
  height:27px;
  width:27px;
  background-size:contain;
  background-repeat:no-repeat;
  background-position:center center;
  background-image:url(images/icon_collapse.png);
  transition:all 0.5s;
  -o-transition:all 0.5s;
  -moz-transition:all 0.5s;
  -webkit-transition:all 0.5s;
}

.imgGalleryThumb
{
  width:107px;
  height:107px;
  margin: 5px;
  border-radius:10px;
  float:left;
  display:inline-block;
  background-position:center center;
  background-size:100%; /*Leave for old IE!*/
  background-size:cover;
  background-repeat:no-repeat;
  text-align:center;
  line-height:107px;
  cursor:pointer;
  -webkit-filter: drop-shadow(5px 5px 5px rgba(0,0,0,0.4));
  /*filter: drop-shadow(5px 5px 5px rgba(0,0,0,0.2);*/
  opacity:0.4;
  transition: opacity .75s;
  -moz-transition: opacity .75s;
  -webkit-transition: opacity .75s;
  -o-transition: opacity .75s;
}

.galleryControl
{
	width:50px;
	height:300px;
	float:left;
	z-index:2;
	position:relative;
	cursor:pointer;
	background-color:rgba(255,255,255,0.1);
	background-repeat:no-repeat;
	background-size:contain;
	border-top-left-radius:5px;
	border-bottom-left-radius:5px;
	background-image:url(images/btnGalleryNext.png);
	transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	-webkit-transition: all 0.5s ease 0s;
}

.galleryControl:hover { background-color:rgba(255,255,255,0.4); background-image:url(images/btnGalleryNextHover.png); }
#prevImg
{
	background-position:right center;
	margin:70px 0px 20px 0px;
	-moz-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
    filter: FlipH;
    -ms-filter: "FlipH";	
	clear:left;
}

#nextImg
{
	background-position:left center;
	margin:70px 0px 20px -45px;
}
#nextImg:hover {}