@charset "utf-8";

/* General Styles */

body{
	font-family:Century Gothic, Arial, sans-serif;
	font-size:12px;
	margin:0px;
}

form{
	margin:0px;
	padding:0px;
}

a:link{
	color:#ef2c3a;
	font-weight:bold;
	text-decoration:none;
}

a:hover{
	color:#111b24;
	font-weight:bold;
	text-decoration:none;
}

a:visited,a:active{
	color:#980000;
	font-weight:bold;
	text-decoration:none;
}

h1{
	font-family:Georgia,Times New Roman,Serif;
	font-size:24px;
	margin:0px;
	padding:0px;
	color:#ef2c3a;
}

h3{
	font-family:Century Gothic, Arial, sans-serif;
	font-size:16px;
	margin:0px;
	padding:0px;
	color:#ef2c3a;
	font-weight:bold;
	font-variant:small-caps;
}

h4{
	font-family:Century Gothic, Arial, sans-serif;
	font-size:12px;
	margin:0px;
	padding:0px;
	color:#ef2c3a;
	font-weight:bold;
}

h5{
	font-family:Century Gothic, Arial, sans-serif;
	font-size:12px;
	margin:0px;
	padding:0px;
	color:#111b24;
	font-weight:bold;
}

h6{
	font-family:Century Gothic, Arial, sans-serif;
	font-size:12px;
	margin:0px;
	padding:0px;
	color:#ffffff;
	font-weight:bold;
}

.buttons a, .buttons button{
    display:block;
    float:left;
    margin:0 7px 0 0;
    background-color:#f5f5f5;
    border:1px solid #dedede;
    border-top:1px solid #eee;
    border-left:1px solid #eee;

    font-family:"Lucida Grande", Tahoma, Arial, Verdana, sans-serif;
    font-size:100%;
    line-height:130%;
    text-decoration:none;
    font-weight:bold;
    color:#565656;
    cursor:pointer;
    padding:5px 10px 6px 7px; /* Links */
}
.buttons button{
    width:auto;
    overflow:visible;
    padding:4px 10px 3px 7px; /* IE6 */
}
.buttons button[type]{
    padding:5px 10px 5px 7px; /* Firefox */
    line-height:17px; /* Safari */
}
*:first-child+html button[type]{
    padding:4px 10px 3px 7px; /* IE7 */
}
.buttons button img, .buttons a img{
    margin:0 3px -3px 0 !important;
    padding:0;
    border:none;
    width:16px;
    height:16px;
}

/* STANDARD */

button:hover, .buttons a:hover{
    background-color:#dff4ff;
    border:1px solid #c2e1ef;
    color:#336699;
}
.buttons a:active{
    background-color:#6299c5;
    border:1px solid #6299c5;
    color:#fff;
}

/* POSITIVE */

button.positive, .buttons a.positive{
    color:#529214;
}
.buttons a.positive:hover, button.positive:hover{
    background-color:#E6EFC2;
    border:1px solid #C6D880;
    color:#529214;
}
.buttons a.positive:active{
    background-color:#529214;
    border:1px solid #529214;
    color:#fff;
}

/* NEGATIVE */

.buttons a.negative, button.negative{
    color:#d12f19;
}
.buttons a.negative:hover, button.negative:hover{
    background:#fbe3e4;
    border:1px solid #fbc2c4;
    color:#d12f19;
}
.buttons a.negative:active{
    background-color:#d12f19;
    border:1px solid #d12f19;
    color:#fff;
}

#wrapper{
	position:absolute;
	margin-left:12%;
	margin-right:12%;
}

/* Header Styles */

#masthead {
	height:200px;
	padding:0px;
	position:relative;
	float:left;
	margin:0;
	border:none;
}

/* Navigation Styles */

#mastnav {
  float:right;
  font-size:11px;
  line-height:normal;
  margin-top:150px;
  margin-bottom:0px;
  border-bottom:1px solid #111b24;
  position:relative;
  }
#mastnav ul {
	margin:0;
	padding:10px 10px 0 50px;
	list-style:none;
  }
#mastnav li {
  display:inline;
  margin:0;
  padding:0;
  }
#mastnav a {
  float:left;
  background:url("images/tab-left.gif") no-repeat left top;
  margin:0;
  padding:0 0 0 5px;
  text-decoration:none;
  }
#mastnav a span {
  float:left;
  display:block;
  background:url("images/tab-right.gif") no-repeat right top;
  padding:10px 20px 12px 12px;
  color:#111c24;
  }

#mastnav a span {float:none;}

#mastnav a:hover span {
  color:#ffffff;
  }
  
#mastnav a:hover {
  background-position:0% -42px;
  }
  
#mastnav a:hover span {
  background-position:100% -42px;
  }

#mastnav #current a {
	background-position:0% -42px;
}
#mastnav #current a span {
	background-position:100% -42px;
	color:#111c24;
}

/* Body Styles */
#content{
	width:1000px;
	position:relative;
}

#mastbody{
	position:relative; 
	margin-top: 220px;
}

#foot{
	position:relative;
	width:100%;
}

.sliderwrapper{
position: relative; /*leave as is*/
overflow: hidden; /*leave as is*/
border: none;
width: 100%; /*width of featured content slider*/
height: 95%;
border:solid 1px #C0C0C0;
}

.sliderwrapper .contentdiv{
visibility: hidden; /*leave as is*/
position: absolute; /*leave as is*/
left: 0;  /*leave as is*/
top: 0;  /*leave as is*/
padding: 0;
background: #ffffff;
width: 100%; /*width of content DIVs within slider. Total width should equal slider's inner width (390+5+5=400) */
height: 100%;
filter:progid:DXImageTransform.Microsoft.alpha(opacity=100);
-moz-opacity: 1;
opacity: 1;
}

.pagination{
width: 100%; /*Width of pagination DIV. Total width should equal slider's outer width (400+10+10=420)*/
text-align: right;
padding:2px;
}

.pagination a{
padding: 0 5px;
text-decoration: none; 
color: #111c24;
background: white;
}

.pagination a:hover, .pagination a.selected{
color: #ffffff;
background-color: #ef2c3a;
}

/* Specific Styles */

.red{
	color:#ef2c3a;
}

#featured{
	height:250px;
	width:600px;
	position:relative;
	float:left;
}

#news{
	border:#C0C0C0 solid 1px;
	height:250px;
	width:38%;
	position:relative;
	float:right;
}

#feedback{
	border:#C0C0C0 solid 1px;
	height:300px;
	width:49%;
	position:relative;
	float:left;
	padding:0;
}

#contact{
	border:#C0C0C0 solid 1px;
	height:300px;
	width:49%;
	position:relative;
	float:right;
}

#company{
	border:#C0C0C0 solid 1px;
	width:66%;
	position:relative;
	float:left;
	padding:20px;
}

#profiles{
	border:#C0C0C0 solid 1px;
	width:26%;
	position:relative;
	float:right;
	text-align:center;
	padding:10px;
}

#profile{
	border:#C0C0C0 solid 1px;
	width:73%;
	position:relative;
	float:left;
	padding:20px;
	overflow:auto;
	height:500px;
}

#lists{
	border:#C0C0C0 solid 1px;
	width:100%;
	position:relative;
	text-align:center;
}

#project{
	border:#C0C0C0 solid 1px;
	position:relative;
	text-align:justify;
	height:200px;
	padding:0 20px;
	overflow:auto;
}

#facts{
	width:25%;
	position:relative;
	float:right;
	text-align:left;
	height:500px;
}

#gallery{
	position:relative;
	background-color:#111b24;
	padding:10px;
	height:300px;
}

/* Lightbox */

#lightbox{
	position: absolute;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(/images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}
	

/* Min-Width */
.lbWidth { /* most browsers */
	position: absolute;
	top: 0px; left: 0px;
	width: 100%;
	min-width: 790px;
	}

* html .lbContent { /* IE6 */
	margin-left: -790px;
	position:relative;
	}

* html .lbMinWidth { /* IE6 */
	padding-left: 790px;
	}
	
	
/* Clearfix */	
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */ 
	