/**
 

*/

* {
	margin: 0;
	padding:  0;
}

html,
body {
  height:100%;
}

body {	
  	background: #FFF url(../images/top_bgOT.png) repeat-x;
	color: #211910;
	font-family: Arial, Verdana, Helvetica;
	font-size: 13px;
	min-height:100%;
	height: 100%;
}


#wrapper {
    height: auto !important;
    height: 100%;
    margin-left: auto;
	margin-right: auto;
	min-height:100%;	
	padding-bottom:175px;
	position:relative;
	width: 960px;
}

#header{
    height: 50px;
    margin-top: 10px;
}

  #header h1 a{
    display: block;
    float: left;
    height: 36px;
    text-indent: -3000px;
    width: 182px;
  }
  
  #header ul#menu{
    float: right;
    list-style-type: none;
    margin-top: 50px;
  }
  
    #header ul#menu li{
      float: left;
      margin-left: 10px;
    }
    
    #header ul#menu li a{
      color: #64a2d3;
      font-weight: bold;
      padding: 5px 10px;
      text-decoration: none;
    }
    
    #header ul#menu li a:hover, #header ul#menu li.active a{
      background-color: #0F0A07;
      color: #F9F4DD;
      font-weight: bold;
      padding: 5px 10px;
      text-decoration: none;
      -moz-border-radius: 5px;
      -webkit-border-radius: 5px;
    }
 
#intro{
  display: block;
  margin-top: 64px;
  height: 225px;
  width: 960px;
}
   
    
#quote {
	clear: both;
	width: 350px;
	height: 275px;
	position: absolute; top: 145px;
	margin-left: 665px;
	
}


#MonitorSmallIMG {
	position: absolute; top: 0px;
	margin-left: 0px;
	}

#phoneIMG {
	position: absolute; top: 40px;
	margin-left: 0px;
}

  #section h2{
    float: left;
    font-size: 2.4em;
  }
  
  
#left{
  float: left;
  width: 600px;
  
}

#leftChildPages{
  float: left;
  position: absolute; top: 318px;
  width: 600px;
  
}

  #left ul#work, #left ul#team, #left ul#posts, #left ul#comments{
    list-style-type: none;
  }
  
  #left ul#work li{
    float: left;
    margin-right: 10px;
  }
  
  #left ul#team li{
    border-bottom: 1px solid #C0CED0;
    margin-bottom: 20px;
    padding-bottom: 20px;
  }
  
  #left ul#posts li{
    margin-bottom: 40px;
  }
  
    #left ul#posts li h2{
      font-size: 1.8em;
      margin-bottom: 0px;
    }
    
    #left ul#posts li h2 a{
      color: #211910;
      text-decoration: none;
    }
    
    #left ul#posts li p.meta, #left ul#posts li p.body{
      margin-bottom: 20px;
    }
    
    #left ul#posts li div.body p, #left ul#posts li div.body ul{
      padding-bottom: 10px;
    }
    
    #left ul#posts li div.body ul, #left ul#posts li div.body ol{
      list-style-position: inside;
      list-style-type: disc;
    }
    
    #left ul#posts li div.body ul li, #left ul#posts li div.body ol li{
      margin-bottom: 10px;
      line-height: 20px;
    }

    #left ul#comments li{
      border-top: 1px solid #e8e8e8;
      margin-bottom: 20px;
      padding-top: 20px;
  }
    
     #left ul#comments li div.body p{
      font-size: 0.9em;
      line-height: 18px;
  }
  
   #left ul#comments li p.footer{
      font-size: 0.9em;
      line-height: 18px;
      margin-top: 10px;
   }
    
    
.left{
  float: left;
}

.right{
  margin-left: 130px;
}

#sidebar{
  float: right;
  width: 300px;
}


  #sidebar ul#items{
    list-style-type: none;
  }
  
  #sidebar ul#items li{
    margin-bottom: 20px;
  }
  
  #sidebar ul#items li ul{
    list-style-type: none;
    margin-top: 15px;
  }
  
  #sidebar ul#items li ul li{
    margin-bottom: 5px;
  }
  
  #sidebar .boxy{
    background-color: #F1F5F7;
    border: 2px dashed #C0CED0;
    padding: 15px;
  }
  
  #sidebar h2{
    font-size: 1.3em;
    margin-bottom: 0;
  }
  
  *:first-child+html, * html {
    
  }
  
  #sidebar h3{
    margin-bottom: 5px;
  }
  
  #sidebar  p{
    line-height: 20px;
  }
  
  #sidebar p.phone{
    color: #F1592A;
    font-size: 1.8em;
    font-weight: bold;
    margin-bottom: 0;
  }
  
  
  
  
#footer{
  background: url(../images/footer_bgOT.png) repeat-x;
  height: 145px;
  width: 960px;
  text-align: center;
  position:absolute;
  bottom: 0;  
}

  #footer #container{
    padding: 40px;
    padding-top: 20px;
  }
  
  #footer p{
    font-size: 1.0em;
    line-height: 10px;
    margin-top: 10px;
  }

 #footer a{
      color: #666666;
      text-decoration: none;
    }
  
/* Text & Links */

h1{
  font-family: "myriad pro", Arial, Verdana;
  font-size: 18px;
  margin-bottom: 10px;
}

h2{
  font-family: "myriad pro", Arial, Verdana;
  font-size: 16px;
  margin-bottom: 10px;
}

h4{
  color: #666666;
  font-style: italic;
  margin-bottom: 10px;
}

p{
  font-size: 13px;
  line-height: 18px;
}


a:link, a:visited {
   color: #64a2d3;
   text-decoration: none;
   font-weight: bold;
  } 

a:active, a:hover
 { color: #00a1ff;
   text-decoration: underline;
  }
 
 #footer a{
      color: #333333;
      text-decoration: none;
    }
	


/* Images */

.img-left{
  float:left;
  margin-right: 20px;
}

.img-left-icon{
  float:left;
  margin-right: 20px;
  margin-top: -5px;
}

.img-right{
  float:right;
  margin-left: 5px;
}

.long-img-left{
  float:left;
  margin-right: 20px;
  padding-bottom: 5px;
}

.longer-img-left{
  float:left;
  margin-right: 20px;
  padding-bottom: 160px;
}

/* Forms */

label{
  font-weight: bold;
  padding-bottom: 10px;
}

.field{
  border: 1px solid #ccc;
  height: 22px;
  padding-top: 8px;
  padding-left: 5px;
  width: 260px;
}

.largefield{
  border: 1px solid #ccc;
  height: 220px;
  padding-top: 8px;
  padding-left: 5px;
  width: 500px;
}


/** Contact us Form **/

#contact-warp {
	width:260px; 
	float:left; 
	text-align:left; 
	height:auto;
	margin-bottom:10px;
}

.message {
	float:left;
	height:auto;
	width:500px;
	background:#FAE673; 
	border:#FEBD63 1px solid;
	color:#CC6600; 
	display:none; 
	padding:10px;
}

#contact-warp p.label {
	width:260px; 
	float:left; 
	margin:0;
}

#contact-warp .special {display:none;}

#contact-warp input {
	padding:5px;
	font-size:12px;
	width:260px; 
	float:left; 
	font-family: "Lucida Sans Unicode", "Lucida Grande", Garuda, sans-serif; 
	margin-bottom:5px; 
	background:url(../images/inputbg.jpg) repeat-x top left; 
	border:#ababab 1px solid;
}

#contact-warp textarea {
	padding:5px;
	font-size:12px;
	width:350px; 
	float:left; 
	font-family: "Lucida Sans Unicode", "Lucida Grande", Garuda, sans-serif;
	margin-bottom:10px; 
	background:url(../images/inputbg.jpg) repeat-x top left; 
	border:#ababab 1px solid;
}

#contact-warp input.submit {
	color:#FFFFFF; 
	width:auto; 
	height:auto; 
	float:left; 
	padding:5px; 
	background:#888888; 
	border:#606060 1px solid; 
	cursor:pointer; 
	text-transform:uppercase; 
}

#contact-warp input.submit:hover {
	background:#606060; 
	border:#C0CED0 1px solid;
}

/* Other */

.clear{
  clear: both;
}


/* Style for Side Scroller */



#jFlowSlide{ background:#FFFFFF; color: #000000; font-family: Verdana, Arial, san-serif; }
/* Adjusts length of blue border of menu */
#myController { font-family: Verdana, Arial, san-serif; padding:2px 0;  width:850px; background:#FFFFFF; }
#myController span.jFlowSelected { background:#E1E1E1;margin-right:0px; }

.slide-wrapper { padding: 5px; }
.slide-thumbnail { width:300px; float:left; }
.slide-thumbnail img {max-width:300px; }
.slide-details { width:290px; float:right; margin-left:10px;}
.slide-details h2 { font-size:1.5em; font-weight:normal; line-height: 1; margin:0; }
.slide-details .description { margin-top:20px; }

.jFlowControl, .jFlowPrev, .jFlowNext { color:#64a2d3; cursor:pointer; padding-left:5px; padding-right:5px; padding-top:2px; padding-bottom:2px; }
.jFlowControl:hover, .jFlowPrev:hover, .jFlowNext:hover { background: #E1E1E1; }
