﻿html, body, .form
{
   margin: 0;
   padding: 0;
   height: 100%;
   font-family:Arial;
   font-size:13px;
   color:#77914A;
}

body
{
   background: #ffffff url(../images/html_bg.jpg) no-repeat center center;
   text-align: center;
   min-width: 1000px;
   min-height: 570px;
}

#vertical
{
   float: left;
   height: 50%;
   margin-top: -285px; /* half vertical height*/
   width: 100%;
}

#hoz
{
   width: 1000px;
   margin-left: auto;
   margin-right: auto;
   height: 570px;
   overflow: auto; /* allow content to scroll inside element */
   text-align: left;
   clear: both;
   /*border: 1px solid black;*/
   overflow: hidden;
   /*background:#e2e2e2;*/
}
#container
{
  /* border: 1px solid yellow;*/
   margin: 20px 50px 50px 30px; /*modified this based on template*/
   width: 926px;
   height: 517px;
}

#left{
  float:left;
  width:450px;
  height:200px;
  overflow:hidden;
  margin-left:0px;
  /*background:#666;*/
}

#nav {
  margin:80px 0 0 0px; /*position site nav */
}

#content {
  clear:both;
  display:inline;
  float:left;
  width:490px;
  height:300px;
  margin-top:0px;
  margin-left:0px;
  overflow:hidden;
  /*background:#ababab;*/
}

#navbike{

}

#navimg{
    float: left;
    margin-left: -407px;
    margin-top: 164px;
    position: absolute;
}

#teamgallery{
	clear: both;
    display:inline;
    float: right;
    height: 50px;
    margin-right: 210px;
    margin-top: -390px;
    width: 210px;
}


#imagebox {
	clear: both;
    display:inline;
    float: right;
    height: 274px;
    margin-right: 0;
    margin-top: -337px;
    width: 414px;
	/*background:grey;*/
}

#address {
  clear:both;
  float:right;
  width:380px;
  height:100px;
  margin-right:0px;
  overflow:hidden;
  margin-top: -30px;
}

#address p{
	padding:0px;
	margin:0px;
	text-align:right;
}

#copyright
{
   position: absolute;
   width: 1000px;
   text-align: right;
   height: 20px;
   margin: -50px -42px 0 0;
}

#copyright img
{
margin-top:3px;
   margin-right: 16px;
}

a{
	text-decoration:none;
	color:#77914A;
}

