@charset "utf-8";
/* CSS Document */

/* Hyperlinks */
a:link {
	color:#ff1744;
	text-decoration:none;
	outline:none;
}
a:visited {
	color:#ff1744;
	text-decoration:none;
	outline:none;
}
a:hover {
	color:#ff1744;
	text-decoration:underline;
	outline:none;
}
a:active {
	color:#ff1744;
	text-decoration:none;
	outline:none;
}


/*always scrollbar fix*/
html { min-height: 100%; margin-bottom: 1px; }

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    zoom: 1;     /* triggers hasLayout */
    }  /* Only IE can see inside the conditional comment
    and read this CSS rule. Don't ever use a normal HTML
    comment inside the CC or it will close prematurely. */


div#preload {
	visibility: hidden;
}

  body{
	background-color: #050506;
	color: #def2e4;
	font-family: "Times New Roman", Times, serif;
	font-size: 11px;
	line-height: 14px;
	background-attachment: fixed;
	background-image: url(images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center 116px;
	margin-top: 116;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	padding-top: 100px;  
  }

#headercontent {
	width: 748px;
	height: 128px;
	margin-right: auto;
	margin-left: auto;
}
#headergrad {
	width: 100%;
	height: 14px;
	margin-right: auto;
	margin-left: auto;
	background-image: url(images/headergrad.png);
	background-repeat: no-repeat;
	margin-top: 116px;
	position: absolute;
	background-position: center;
	left: 0px;
	right: 0px;

}
 div#header{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:128px;
	background-image: url(images/headerbg.jpg);
	background-repeat: no-repeat;
	background-position: center top;

 }
 @media screen{
  body>div#header{
   position:fixed;
  }
 }
 * html body{
  overflow:hidden;
 } 
 * html div#content{
  height:100%;
 }

#wrapper {
	background-position: center top;
	width: 1094px;
	height: auto;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0px;
	padding-top: 0px;
}
#content {
	width: 793px;
	margin-right: auto;
	margin-left: auto;
	height: auto;
	padding-left: 45px;
	margin-top: 0px;
}
#scrollcontent {
	width: 792px;
	margin-right: auto;
	margin-left: auto;
	height: auto;
	padding-top: 0px;
}
#logo {
	height: 44px;
	width: 178px;
	margin-top: 44px;
	float: left;
	display: block;
	margin-left: 0px;
}
#contact {
	width: 354px;
	margin-top: 48px;
	float: right;
	margin-right: 0px;
	text-align: right;
}


#title {
	font-size:12px;
	display: block;
	margin-bottom: 21px;
	margin-top: 26px;
	letter-spacing: 2px;
}

#sectionline {
	width: 748px;
	height: 20px;

}

/*SCROLLING GALLERY*/


/*gallery*/
div.float {
	float: left;
	margin-right: 44px;
	height: 220px;
  }
  
div.float p {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	padding-top: 148px;
   }

p {
	margin: 0;
	padding: 0.4em 0;
	line-height:21px;
	text-decoration: none;
	
}



/*lightbox*/
.thumbs {
	border-top-color: #f1981f;
	border-right-color: #f1981f;
	border-bottom-color: #f1981f;
	border-left-color: #f1981f;
	margin-right: 13px;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	background-color: #FFFFFF;
	padding: 5px;
}

.img, div { behavior: url(iepngfix.htc) }

.jawlinesig {
	background-image: url(images/jawline.png);
	background-repeat: no-repeat;
	margin-top: 10px;
	width: 77px;
	display: block;
	height: 22px;
	float: right;
	margin-bottom: 6px;
}
