/*======================================
      WELCOME TO THE STYLESHEET
--------------------------------------      
     Copyright Mike Crittenden
      Author: Mike Crittenden
======================================*/
 
/**************************************\
|------------COLOR SCHEME--------------|
|--------------------------------------|
- black		#000
- white		#fff
\**************************************/

body {
  background: #2B3136;
  color: #312F2F;
}

/**************************************/
/*              GLOBALS               */
/**************************************/

.logo {
  padding: 20px;
}

.logo-small {
  padding: 20px;
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
  margin-top: -25px;
}

h1 {
  color: #397EC2;
  background-image: url('/media/image/gif/big-blue-arrow.gif');
  margin-left: -50px;
  padding-left: 50px;
  background-repeat: no-repeat;
  background-position: 10px 20%;
  width:300px;
  clear: both;
}
h1, h1 object{
z-index:1;
}
ul.image-list {
  margin: 0;
  padding: 0;
  line-height: 0;
}

ul.image-list li {
  margin: 0;
  padding: 0;
  list-style: none;
  line-height: 0;
  background-color: white;  
}

ul.image-list li img {
padding: 0;
margin: 0;
line-height: 0;
float: left;
}

.hidden {
  display: none;
}

label {
  width: 200px;
  display: block;
}

input[type='text'] {
  width: 300px;
}

textarea {
  width: 300px;
  /*height: 200px;*/
  height:120px;
}

.submit {
  width: 150px;
  margin-left: 150px;
}

.error {
  width: 250px;
  float:left;
  margin-left:10px;
}

#contact_form_details{
  float:left;
}
#contact_form_enquiry{
  clear:both;
  float:left;
}

/**************************************/
/*              HEADER                */
/**************************************/



/**************************************/
/*             NAVIGATION             */
/**************************************/

#navigation ul {
  margin: 0;
  padding: 0;
}

#navigation ul li {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
  height: 70px; 
  margin-bottom: 10px;
  border:0px solid red;
}

#navigation ul li a {
  color: inherit;
  text-decoration: none;
  padding: 5px;
  display: block;
  height: 60px;
  &height:50px;
  border: #4D88C8 2px solid;
  font-weight: bold;
  text-align: right;
  line-height: 1em;
  color: #ffffff;
}

#navigation ul li a:hover, #navigation ul li a.selected {
  background-color: #4D88C8;
}

#navigation ul li a.active {
  background-color: #4D88C8;
}

#navigation ul li.last a{
*height:54px;
/*border:0px solid red;*/

}

table, th, td {
  border: 0;
  vertical-align: top;
  padding: 0;
}


/**************************************/
/*            MAIN CONTENT            */
/**************************************/

#content {
  background-color: #FFFFFF;
  /*height:670px;*/
  height:554px;
  background:#FFFFFF url('/media/image/gif/logo-small-background.gif') no-repeat top right;
  overflow:hidden;
  position:relative;
  border:0px solid red;
}
#content.home {
  background-image:none;
}
#content #content-inner {
  /*padding: 60px;*/
  padding: 20px 60px 0px 60px;
}
#content.home #content-inner {
  padding: 30px;
}
#content ul {
  margin-left: 0;
  padding: 0;
}

#content ul li {
  list-style-image: url('/media/image/gif/small-blue-arrow.gif');
  margin-left: 16px;
  padding: 0;
}

#content strong {
  color: #397EC2;
}

#home ul.home-banners {
  margin: 0;
  padding: 0;
  margin-top: 20px;
  margin-left: 120px;
}

#home ul.home-banners li {
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  color: #595959;
  font-size: 1.5em;
}

#tagline {
  font-size: 3em;
  line-height: 1.2em;
  color: #141414;
  text-align: left;
  position: relative;
  height: 120px;
}

#tagline #nfp {
  position: absolute;
  left: 110px;
}

#tagline #elift {
  position: absolute;
  left: 270px;
  top: 50px;
}

.press-tag{
  /*float:right;  
  margin-top:30px;*/
  position:absolute;
  bottom:10px;
  right:10px;
}
.press-tag a{ 
  padding-right:0px;
}

/**************************************/
/*               FOOTER               */
/**************************************/

#footer{
  font-size:11px;
  color:#FFFFFF;
  margin-left:80px;
  float:left;
  margin-top:5px;
  width:100%;
}
* html #footer{
  margin-left:40px;
}
#footer p{
  line-height:1.4em;
  margin-bottom:5px;
}
#footer a, #footer a:visited{
  color:#FFFFFF;
  text-decoration:none;
}


