/* Global styles */
body { overflow: -moz-scrollbars-vertical; background:url(images/slice.jpg) repeat-x; background-color:#c4c4c4; color:#fff; font-family:Arial, Helvetica, sans-serif; font-size:12px}
* {margin: 0 auto; padding: 0;}		/*<------<--------<-----| This assumes we're centering!!! */
a img {border: none;}
a { color:#fff; text-decoration:none;}
	a:hover, a.current {text-decoration: underline;}
p {}
h1{display:none;}
ul, ol {padding:4px 0 0 0;}
li {}
td, th, tr {}
h2{ font-size:18px; font-weight:normal; padding:0 0 0 0}
h3{ font-size:16px; font-weight:normal; padding:0 0 10px 0}
h4{ font-size:14px; font-weight:normal; padding:0 0 10px 0}

/* reusable classes */
.right{float:right;}
.left{float:left;}

.blue { color:#09c6ea}
.white { color:#fff}

.full{position:relative; width:99%;}	/*<------<--------<-----| This works better w/ px based widths */
.split50{position:relative; width:50%;float:left;}
.split30{position:relative; width:33%;float:left;}

.adpadding { margin-top:40px}
.adpadding li img { padding:0 10px 0 0; margin-bottom:10px}

/* Wrappers */				/*<------<--------<-----| Start building out your divs here... */
#PageWrapper{ width:900px;}
#Wrapper{ background-color:#09052d; width:900px; border:2px solid #fffs; margin-top:15px;}
#ContentWrapper{width:900px;}
#ComingSoon { background:url(images/coming-soon.jpg) no-repeat; width:800px; height:600px; border:2px #000 solid; margin-top:15px;}

/* Navigation */
#Top { width:900px; background-color: #09052d;}
#Nav {width: 551px; height: 68px; list-style: none; background-color: #09052d; padding: 0 340px 0 0; position:relative; clear:both; display:block;}
	#Nav ul {margin:0; padding:0; list-style:none;}
	#Nav li {float: left;}
					
	#Nav li a span {display: none; }				
	#Nav li a {height: 68px; display: block; float: left; padding: 0;}
					
	#Nav li a.home {width:114px; background: url(images/nav_home.gif) no-repeat top;}
	#Nav li a.overview {width:128px; background: url(images/nav_overview.gif) no-repeat top;}		
	#Nav li a.portfolio {width:121px; background: url(images/nav_portfolio.gif) no-repeat top;}					
	#Nav li a.contact {width:140px; background: url(images/nav_contact.gif) no-repeat top;}			
										
	/*hover*/
	#Nav li a:hover {background-position: bottom; }
	#Nav li a.current {background-position: bottom; }

/* home page top */
#Content{ width:440px; float:left; margin:80px 0 0 0; padding:10px 10px 0 10px}
#Content p { font-size:11px; padding:0 0 0 22px;}
#StarRed{ background:url(images/star_red.gif) no-repeat; width:110px; height:112px; margin:125px 0 0 0; float:left}
#StarBlue{ background:url(images/star_blue.gif) no-repeat; width:110px; height:112px; margin:125px 0 0 0; float:left}
#StarGreen{ background:url(images/star_green.gif) no-repeat; width:110px; height:112px; margin:125px 0 0 0; float:left}
#StarOrange{ background:url(images/star_orange.gif) no-repeat; width:110px; height:112px; margin:125px 0 0 0; float:left}

#Subnav{ float:left; margin:125px 0 0 0; font-size:14px; padding:0}
#TitleHome{background:url(images/title_ckdes.gif) no-repeat; width:317px; height:81px; float:left; margin:0 0 6px 0}
#TitleOverview{background:url(images/title_overview.gif) no-repeat; width:317px; height:81px; margin:0 0 6px 0}
#TitlePortfolio{background:url(images/title_preview.gif) no-repeat; width:317px; height:81px; margin:0 0 6px 0}
#TitleContact{background:url(images/title_contact.gif) no-repeat; width:317px; height:81px; margin:0 0 6px 0}
#SubnavText{padding:0 0 0 12px; margin:0;}

#Bottom{ width:886px; padding:14px 0 0 14px;}
#Bottom p{ width:850px; font-size:12px; padding:0 0 10px 0;}

#Footer{ width:900px; float:right;}
#Footer span { float:right; font-weight:bold}

/* jQuery lightBox plugin */
#jquery-overlay {position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px;}
#jquery-lightbox {	position: absolute;	top: 0;	left: 0;	width: 100%;	z-index: 100;	text-align: center;	line-height: 0;}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {	position: relative;	background-color: #fff;	width: 250px;	height: 250px;	margin: 0 auto;}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {	position: absolute;	top: 40%;	left: 0%;	height: 25%;	width: 100%;	text-align: center;	line-height: 0;}
#lightbox-nav {	position: absolute;	top: 0;	left: 0;	height: 100%;	width: 100%;	z-index: 10;}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {	width: 49%;	height: 100%;	zoom: 1;	display: block;}
#lightbox-nav-btnPrev { left: 0; float: left;}
#lightbox-nav-btnNext { right: 0; float: right;}
#lightbox-container-image-data-box {font: 10px Verdana, Helvetica, sans-serif;	background-color: #fff;	margin: 0 auto;	line-height: 1.4em;	overflow: auto;	width: 100%; padding: 0 10px 0;}
#lightbox-container-image-data {	padding: 0 10px; color: #666; }
#lightbox-container-image-data #lightbox-image-details { width: 70%; float: left; text-align: left; }	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {	display: block; clear: left; padding-bottom: 1.0em;	}			
#lightbox-secNav-btnClose {	width: 66px; float: right;	padding-bottom: 0.7em;}

/***********Min-Height Hack**************/
.prop {float:left;width:1px;}
.min431px {height:431px;}
/***************************************/	

/* -- Alsett Clearing Method*/
.clearfix:after {content: "."; display:block; height:0; clear:both; visibility:hidden;}
* html .clearfix {height: 1%;}
.clearfix {display: block;}

.clearfix {display:inline-block;}
/* Hide from IE Mac \*/
.clearfix {display:block;} 