@charset "utf-8";
/* CSS Document */


body {
 /*-moz-opacity: .999;*/
  margin:0;
  padding:0;
  background-color:#9cc7ea;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 62.5%;
}

#page {
  background-image: url(../images/bg_strip2.jpg);
  background-repeat: repeat-x;
  background-position: 0 -27px;
  background-color:#9cc7ea;
}

#outside {
  width:100%;
  margin:0 auto;
  padding: 0;
  background-image:url(../images/bg-bar.gif);
  background-repeat: repeat-x;
  background-position: 0 150px;
}

#wrapper {
  width: 780px;
  margin: 0 auto;
  padding: 0;
  position: relative;
}

#branding {
  width: 780px;
  height: 150px;
  padding: 0;
  margin: 0;
  background-image: url(../images/cabin2.jpg);
  background-repeat: no-repeat;
}


/*--------------Nav Bar ------------------*/
ul#menu {
  width:100%;
  height:50px;
  list-style:none;
  margin:0;
  padding:0 10px 0 10px;
  background: url(../images/bg-bar.gif) repeat-x;
 }
 
ul#menu li {
  float:left;
}

ul#menu li a {
  display: block;
  height: 34px;
  width:107px;
  padding-top: 16px;
  position: relative;
  background:url(../images/bg_navBar.png);
  background-repeat: no-repeat;
  background-position: top left;
  text-align: center;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size: 1.2em;
  font-weight: bold;
  color: #eee1c5;
  text-decoration: none;
}

ul#menu li a#constLink{
  padding-top:10px;
  height: 40px;
}

ul#menu li a span {
  display: block;
  position: absolute;
  padding-top:16px;
  top: 0;
  left: 0;
  height: 34px;
  width: 100%;
  background: url(../images/bg_navBar.png);
  background-repeat:no-repeat;
  background-position: 0 -50px;
  
}

ul#menu li a#constLink span {
  padding-top: 10px;
  height: 40px;
}

/*--------- Nav Bar Active State --------------*/

body#home a#homeLink {
  background-position: 0 -100px;
  color: #003366;
}

body#engineering a#engineeringLink {
  background-position: -125px -100px;
  color: #003366;
}

body#process a#processLink {
  background-position: -250px -100px;
  color: #003366;
}

body#about a#aboutLink {
  background-position: -375px -100px;
  color: #003366;
}

body#contact a#contactLink {
  background-position: -500px -100px;
  color: #003366;
}

body#const a#constLink {
  background-position: -625px -100px;
  color: #003366;
}
/*----------Active Hover --------------------*/

body#home a#homeLink span{
  background-position: 0 -150px;
  color: #003366;
}

body#engineering a#engineeringLink span{
  background-position: -125px -150px;
  color: #003366;
}

body#process a#processLink span{
  background-position: -250px -150px;
  color: #003366;
}

body#about a#aboutLink span{
  background-position: -375px -150px;
  color: #003366;
}

body#contact a#contactLink span{
  background-position: -500px -150px;
  color: #003366;
}

body#const a#constLink span{
  background-position: -625px -150px;
  color: #003366;
}
/*-------------------End Nav ------------------*/



/*---------Primary Content ---------------------*/
#mainContent {
  margin: 0 auto;
  padding: 0;
  position: relative;
}

body#home #mainContent {
  margin: 8px auto;
  padding: 10px 110px 10px 110px;
  background-color: #9cc7ea;
  line-height: 1.8em;
  position: relative;
}

body#home h2 {
  font-size: 1.8em;
  text-align: center;
  font-weight: bold;
  color:#333333;
  margin: 0;
  padding: 0;
}

h2 {
  font-size: 1.8em;
  font-weight: bold;
  color:#333333;
  margin: 0;
  padding: 5px 0 0 0;
}

body#home p {
  font-size: 1.4em;
  color:#333333;
  padding: 10px 0 0 0;
  margin: 0;
}

p {
  font-size: 1.4em;
  color:#333333;
  padding: 10px 0 0 0;
  margin: 0;
}

body#contact p {
 text-align: center;
 font-family:Georgia, "Times New Roman", Times, serif;
 font-size: 1.4em;
 line-height: normal;
 color: #333;
}

body#contact #mainContent a {
 font-weight: normal;
 color: #333;
}

a.rental {
  font-size: 1.0em;
  color: brown;
  text-align: center;
}

body#contact #mainContent a:hover {
  color: #09F;
}

.caption p {
  font-size: 1.2em;
}

.bold {
 font-weight: bold;
}

.main {
  margin: 0 200px;
  padding: 0 10px;
  position: relative;
}
  
.main2 {
  margin: 0 120px;
  padding: 0 10px;
  position: relative;
}

.main3 {
  margin: 0 210px;
  padding: 0 10px;
  position: relative;
}

#apExtLink {
  margin-left: 300px;
}


/*---------Secondary Content --------------------*/

.sidebar1 {
  float: left;
  width: 150px;
  margin: 0;
  padding: 15px 0px 15px 0px;
  clear: left;
}

.sidebar2 {
  float: right;
  width: 150px;
  margin: 0;
  padding: 15px 0px 15px 0px;
}

.sidebar3 {
  float: left;
  width: 200px;
  margin: 0;
  padding: 15px 0px 15px 0px;
  clear: left;
}

.sidebar4 {
  float: right;
  width: 200px;
  margin: 0;
  padding: 15px 0px 15px 0px;
}


img.figure {
  margin: 15px 0 0 0;
  border: 2px solid #03F;
  padding: 0;
}

#about #tab2 img.figure {
  margin-left: 30px;
}

.sidebar1 img, .sidebar2 img {
  margin: 25px 0 0 0;
  border: 2px solid #03F;
  padding: 5px 5px;
  background-color: #fff;
}

.drop {
	padding-top: 250px;
}

/*-------------Footer -----------------------------*/
.clearfloat {
  clear:both;
  height:0;
  font-size: 1px;
  line-height: 0px;
}

#footer {
  width: 780px;
  height:20px;
  margin: 0 auto;
  padding: 10px 0;
  clear: both;
}

body#home #footer {
  bottom: 0;
  left: 50%;
  height: 240px;
  width: 100%;
  padding: 0;
  margin: 0 auto;
  background-image: url(../images/pano.jpg);
  background-repeat: no-repeat;
  background-position: center bottom;
}

#footer #cp {
  bottom: 0;
  left: 50%;
  height: 240px;
  width: 850px;
  padding: 0;
  margin: 0 auto;
}

p.copyright {
  float:left;
  padding-top: 5px;
  text-align: left;
  color: #666;
  font-size: 1.4em;
}

#footer a.mm{
  float:right;
  padding-top: 5px;
  text-align: right;
  color: #666;
  font-size: 1.4em; 
}

body#home p.copyright {
  float:left;
  padding-top: 220px;
  padding-left: 10px;
  color: #CCC;
}

body#home a.mm{
  float:right;
  margin-top: 220px;
  padding: 0 10px 0 0;
  color: #CCC;
}

#footer a.mm:hover, #footer a.mm:active {
  color: #09F;
}

/*----------------Tabs -------------------------*/
.ui-tabs-hide {
  display: none;
}

.ui-tabs-nav {
  margin: 0;
  padding: 1px 0;
  list-style: none;
}

.ui-tabs-nav li {
  padding: 0;
  margin: 0;
  float: left;
}

.ui-tabs-nav a {
  color: #512e18;
  font-size: 1.4em;
  font-weight: bold;
  text-decoration: none;
  display: block;
  padding: 5px 10px 3px 10px;
  background-color: #ede2c4;
  border-top: 2px solid #c58156;
  border-right: 2px solid #512e18;
  border-bottom: 2px solid #512e18;
  border-left: 2px solid #c58156;
}

.ui-tabs-panel {
  padding: 15px 10px 0 10px;
  background-color: #9cc7ea;
}

.ui-tabs-selected a {
  background-color: #7c7467;
  border-top: 2px solid #512e18;
  border-right: 2px solid #c58156;
  border-bottom: 2px solid #c58156;
  border-left: 2px solid #512e18;
  top: 1px;
  position: relative;
}

.ui-tabs-nav a:focus {
  outline: none;
}

#tabs {
  margin: 0 auto;
  padding: 20px;
  width: 400px;
  height: 30px;
  border-bottom: 1px double #999;
  text-align: center;
}

body#process #tab2 {
  margin: 0 auto;
  width: 780px;
}

#tabs li {
  float: left;
  display: block;
  padding: 0 0 0 40px;
  text-decoration: none;
  list-style: none;
}


#process #tabs {
  width: 500px;
}

#about #tabs {
  width: 600px;
}

/* contacts */


body#contact .contacts {
 padding-top: 10px;
 }

/* ----------------------------Gallery --------------------------*/

.simple #gallery {
	float: none;
	padding: 0;
	margin: 0;
	margin-left: 20px;
}

.simple #gallery a {
	padding:10px;
	display: block;
	float: left;
	margin: 0;
	width: 70px;
}

#gallery img {
  border: 2px solid #03F;
}

#gal #mainContent {
  min-height: 400px;
}

/*------------------- Slide Show ------------------*/
.pics {  
    height:  113px;  
    width:   200px;  
    padding: 0;  
    margin:  0;  
} 
 
.pics img {  
    padding: 3px; 
    border: 2px solid #03F;
    background-color: #eee;  
    width:  200px; 
    height: 113px; 
    top:  0; 
    left: 0 
} 