/* 	AUI, LLC website main stylesheet (style.css)
	Copyright 2009 AUI, LLC
	(http://www.auillc.biz)					  */
	
/* CONTENT & STRUCTURE STYLING */

* { margin: 0; padding: 0; }

body {
	font-family: "Myriad Pro", "Calibri", "Tahoma", sans-serif;
	font-size: 0.75em;
	color: #FFFFFF;
	background-color: #1D1D25;
	margin: 0;
	padding: 0;
	height: 100%;
}

fieldset {
	border: 0;
	outline: 0;
	padding: 0;
	margin: 0;
}
	/* 	BROWSER-SPECIFIC STYLING
		!!	Style declarations with browser-classes (like "gecko," "webkit," and "ie*")
			only take effect in those browsers via the css-browser-selector.js script.
			"Gecko" and "Webkit" are ambiguous classes as they encompass all Firefox
			and Safari/Chrome/Konqueror releases respectively. */
			
	.gecko body {
		background: #1D1D25;
	}
	
	.webkit body {
		background: #1B1D23;
	}
	
	.ie body {
	    background-color: #1E1E28;
	}
	
#page_loading {
	background: #333333;
	width: 100%;
	position: absolute;
	bottom: 0;
	top: 0;
	left: 0;
	text-align: center;
	padding-top: 30%;
	z-index: 10000;
}
	#pageloadcont {
		width: 250px;
		margin: 0 auto;
	}
	#pageloadcont img {
		vertical-align: baseline;
		margin-right: 15px;
		display: none;
	}
	.pLoadAlert {
		font-size: 2.5em;
		color: #FFF;
		font-weight: normal;
		font-style: italic;
	}

#mainContainer {
	width: 1000px;
	height: 750px;
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
	background-image: url("../images/background.jpg");
	background-repeat: no-repeat;
	background-position: top center;
}

#container {
	width: 960px;
	margin: 0 auto;
	margin-top: 90px;
	padding: 0;
	overflow: hidden;
}

#navBehind {
	height: 92px;
	width: 960px;
	position: absolute;
	z-index: 5;
	top: 0;
	left: 50%;
	margin-left: -480px;
	background-image: url("../images/nav_bg_gradient.png");
	background-color: transparent;
	background-position: 0% bottom;
	background-repeat: repeat-x;
}

/* 	GENERAL STYLING
	!!	Try to assure these declarations don't break any of the previous styling.
		Use this for simple things like normal anchors, spans, and styles that
		correspond with a specific class of element. */
	
span.snippet {
	color: #CCCCCC;
}

ul {
	margin: 0;
}

img, img a {
	border: 0;
	margin: 0;
	padding: 0;
	outline: 0;
}

a, a:visited, a:active {
	color: #FFF;
	text-decoration: none;
}
	a:hover {
		text-decoration: underline;
	}

/* LOGO STYLING */

#logo {
	margin: 0 auto;
	margin-left: -99px;
	position: absolute;
	top: 0;
	left: 50%;
	width: 180px;
	z-index: 1001;
	text-align: center;
}

/* NAVIGATION AND DYNAMIC CONTENT STYLING */

.widget {
	position: absolute;
	z-index: 1000;
	top: 68px;
	margin: 0 auto;
	padding: 0;
	max-width: 960px;
}
	.ie7 .widget {
		top: 70px;
	}
	.ui-tabs .ui-tabs-hide {
	     display: none;
	}

.navTabs {
	width: 960px;
	margin: 0 auto;
	text-align: center;
}
	.ie7 .navTabs {
		line-height: 0;
	}

.navTabs li {
	display: inline;
	list-style: none;
	padding: 0;
	margin: 0;
}
	.ie7 .navTabs li, .ie8 .navTabs li {
	}

.navTabs li a {
	color: #FFFFFF;
	text-decoration: none;
	padding-bottom: 2px;
	margin-left: 10px;
	display: inline;
}
	.navTabs li a.firstNavLink {
		margin-left: -15px;
		margin-right: 5px;
	}

.navTabs li a:hover, .navTabs li a:active, .navTabs li.ui-tabs-selected a {
	color: #FFFFFF;
	outline: 0;
	text-decoration: none;
	padding-bottom: 2px;
	background-image: url("../images/link_bg.png");
	background-position: bottom center;
	background-repeat: no-repeat;
}

.navTabs img {
	border: 0;
}

div.slideTarget {			/* Where the tab-invoked content ends up! */
	width: 960px;
	height: 480px;
	background-image: url("../images/content_slide_bg.png");
	background-repeat: no-repeat;
	margin: 0;
}
	.ie8 div.slideTarget {
		margin-top: 1px;
	}

	.pageContent {
		width: 890px;
		margin: 0 auto;
		padding-top: 20px;
		position: relative;
		z-index: 1001;
	}
	
	.contentHead {
		width: 890px;
		height: 65px;
		margin: 0 auto;
		overflow: hidden;
	}
	
		.lcontent {
			width: 350px;
			height: 60px;
			float: left;
			text-align: right;
			font-size: 1.2em;
			font-weight: 100;
			padding-top: 10px;
			letter-spacing: 0.8px;
		}
		
		.rcontent {
			width: 350px;
			height: 60px;
			float: right;
			text-align: left;
			font-size: 1.2em;
			font-weight: 100;
			padding-top: 10px;
			letter-spacing: 0.8px;
		}
		
		.tabTitle {
			width: 190px;
			height: 60px;
			padding-top: 35px;
			overflow: hidden;
			float: left;
			font-size: 1.8em;
			font-weight: 100;
			text-align: center;
			position: relative;
			z-index: 2000;
		}
	
	.slideContent {
		clear: both;
		padding-top: 10px;
	}
	.ie7 .slideContent {
		position: relative;
	}
		ul.accordionPages {
			margin-bottom: 5px;
			float: right;
			opacity: 0.8;
		}
			ul.accordionPages li {
				display: inline;
				list-style: none;
				float: left;
				padding: 0;
				margin: 0;
				font-size: 1.1em;
				font-weight: 100;
			}
		
			ul.accordionPages li a {
				color: #FFFFFF;
				background: #666666;
				border: 1px solid #333;
				padding: 5px;
				padding-top: 3px;
				text-align: center;
				display: block;
				height: 10px;
				text-decoration: none;
				margin-left: 5px;
			}
			
				ul.accordionPages li a:hover, ul.accordionPages li a:active, ul.accordionPages li.ui-tabs-selected a {
					color: #FFFFFF;
					background: #3399ff;
				}
				
		div#serv1, div#serv2, #sses, #ssrs, #line, #gis {
			clear: both;
		}
		
		.ie7 div#serv1, .ie7 div#serv2 {
			position: absolute;
			top: 35px;
			left: 0px;
			right: 0px;
			width: 100%;
		}
		
		.accordion_toggle {
			color: #FFF;
			text-decoration: none;
		    background: #444444;
		    cursor: pointer;
		    padding: 3px 3px 0px 5px;
		    margin-bottom: 2px;
		    margin-top: 2px;
		    font-size: 1.5em;
		    text-transform: uppercase;
		    font-weight: 100;
		    clear: both;
		    border: 0;
		    outline: none;
		    display: block;
		}
		
			h2.ui-state-active, a.accordion_toggle:hover {
			    background: #3399ff;
			    cursor: default;
			    padding: 3px 3px 0px 5px;
			    margin-bottom: 2px;
			    margin-top: 2px;
			    font-size: 1.5em;
			    text-transform: uppercase;
			    font-weight: 100;
			    border: 0;
			    outline: none;
			    clear: both;
			}
				a.accordion_toggle:hover {
					cursor: pointer;
				}
			
		.accordion_content {
		    overflow: hidden;
		    width: 100%;
		}
			.accordion_content div.accPad {
				margin: 0;
				padding: 5px;
				padding-top: 10px;
				padding-bottom: 10px;
				font-size: 1em;
				clear: both;
			}
			
			p.constrict {
				padding-right: 15px;
				text-align: justify;
				margin-left: -5px;
			}
		
			.accFloatLeft {
				width: 430px;
				float: left;
				padding-left: 10px;
			}
			
			.accFloatRight {
				width: 430px;
				float: right;
			}
			
				h3.listTitle {
					text-transform: uppercase;
					margin: 0;
					margin-bottom: 5px;
					font-weight: 100;
					font-size: 1.2em;
				}
				
				img.accImg {
					height: 100px;
					width: 100px;
					border: 2px solid #FFFFFF;
				}
				
				div.smokeWarning {
					color: #000000;
					background: #ffff33;
					padding: 10px;
					font-size: 1em;
					font-style: italic;
					margin: 0;
				}
			
			.accFloatLeftSub {
				width: 100px;
				float: left;
			}
			
			.accFloatRightSub {
				width: 310px;
				float: right;
				text-align: justify;
			}
			
		.triGrid {
			width: 890px;
			height: 460px;
			overflow: hidden;
			margin: 0;
			padding: 0;
			clear: both;
		}
			.triGrid-1 {
				width: 295px;
				float: left;
			}
				.triGrid-1 .gridLinks {
					margin-right: 5px;
				}
			
			.triGrid-2 {
				width: 300px;
				float: left;
			}
				.triGrid-2 .gridLinks {
					margin-left: 5px;
					margin-right: 5px;
				}
			
			.triGrid-3 {
				width: 295px;
				float: right;
			}
				.triGrid-3 .gridLinks {
					margin-left: 5px;
				}
			
			a.gridLinks {
				color: #FFF;
				text-decoration: none;
			    background: #444444;
			    padding: 3px 3px 0px 5px;
			    margin-bottom: 2px;
			    margin-top: 2px;
			    font-size: 1.2em;
			    text-transform: uppercase;
			    font-weight: 100;
			    border: 0;
			    outline: none;
			    display: block;
			    height: 20px;
			}		
				a.gridLinks:hover {
				    background-color: #3399ff;
				}
				
				.qLeft {
					display: block;
					width: 240px;
					float: left;
				}
				
				.qRight {
					display: block;
					float: right;
					width: 40px;
				}
				.qRight img {
					vertical-align: middle;
					margin-bottom: 5px;
				}
				.qRight span {
					margin-bottom: 5px;
					margin-right: 5px;
				}
				
			h3.projectAnchor {
				font-size: 1.5em;
				font-weight: 100;
				margin-bottom: 20px;
			}
			
			table.projectTable {
				font-size: 1.1em;
			}
				table.projectTable td {
					padding-bottom: 5px;
				}
				
				table.projectTable tr, table.projectTable td {
					vertical-align: top;
					min-width: 120px;
				}
		
		div#contactLeft, div#aboutLeft {
			width: 430px;
			float: left;
		}
			div#contactLeft h4 {
				color: #FFF;
				width: 350px;
				text-decoration: none;
			    background: #444444;
			    cursor: pointer;
			    padding: 3px 3px 0px 5px;
			    margin-bottom: 2px;
			    margin-top: 2px;
			    font-size: 1.2em;
			    font-weight: 100;
			    clear: both;
			    border: 0;
			    outline: none;
			    display: block;
			}		
				div#contactLeft h4.ui-state-active, div#contactLeft h4:hover {
				    background: #3399ff;
				    cursor: default;
				    padding: 3px 3px 0px 5px;
				    margin-bottom: 2px;
				    margin-top: 2px;
				    font-size: 1.2em;
				    font-weight: 100;
				    border: 0;
				    outline: none;
				    clear: both;
				}
				div#contactLeft h4:hover {
					cursor: pointer;
				}
				div#contactLeft h4.ui-state-active:hover {
					cursor: default;
				}
					
			.contactNumbers, .contactAddress {
				padding: 10px;
				padding-top: 5px;
				padding-bottom: 0;
				font-size: 1.1em;
			}
		
		div#contactRight, div#aboutRight {
			width: 460px;
			float: right;
		}
			div#contactRight input {
				width: 320px;
				margin: 0 5px 5px 0;
				padding: 5px;
				font-size: 1.2em;
				border: 1px solid #333;
				color: #666;
			}
				.nameBox {
					width: 450px;
				}
				
				img#nameError, img#emailError {
					position: relative;
					top: 4px;
					left: -35px;
				}
				
				img#subjectError {
					position: relative;
					top: 4px;
					left: -35px;
					margin-right: -25px;
				}
				
			div#contactRight .messType {
				width: 120px;
				height: 20px;
				font-size: 1.2em;
				border: 0;
				display: inline;
			}
			div#contactRight textarea {
				width: 450px;
				height: 175px;
				overflow: auto;
				padding: 5px;
				font-size: 1.1em;
				color: #666;
			}
				div#messageError {
					text-align: center;
					line-height: inherit;
					position: absolute;
					top: 200px;
					right: 5px;
					background: #FFF;
					color: #666;
					font-size: 1em;
				}
					div#messageError img {
						vertical-align: middle;
					}
			div#contactRight .button {
				width: 70px;
				margin-top: 5px;
				background: #3399FF;
				padding: 4px;
				color: #FFF;
				text-align: center;
				border: 1px solid #FCFCFC;
				cursor: pointer;
				float: right;
				opacity: 0.9;
			}
			div#contactRight div#success {
				font-size: 1.1em;
			}
				div#success h4 {
					font-size: 1.5em;
					font-weight: 100;
					margin-bottom: 10px;
					margin-top: 0;
					cursor: default;
				}
				
		p.pAbout {
			margin-bottom: 10px;
			text-align: justify;
			padding: 0;
			font-size: 1.1em;
			text-indent: 15px;
		}
		
		div.qContract {
			padding: 20px;
			padding-top: 0;
		}
			div.qContract a.gridLinks {
				text-transform: none;
			}
			div.qContract h4 {
				font-size: 1.3em;
				font-weight: 100;
				margin-bottom: 10px;
			}
		
		ul.qList {
			list-style-position: inside;
			margin-top: 10px;
		}
			ul.qList li {
				margin-left: 10px;
				font-size: 1em;
			}
		
		h4.sHead {
			font-size: 1.2em;
			font-weight: 100;
			margin-top: 10px;
		}
		
		a.resLink {
			color: #FFF;
			text-decoration: none;
			margin: 0 auto;
		    margin-bottom: 2px;
		    margin-top: 2px;
		    font-size: 1.2em;
		    font-weight: 100;
		    border-left: 12px solid #FFF;
		    padding-left: 5px;
		    outline: none;
		    display: block;
		    line-height: 10px;
		}		
			a.resLink:hover, a.resLink:active, a.resLink:visited {
			    font-weight: 500;
			    border-left: 12px solid #3399ff;
			    padding-left: 5px;
			}
			a.resLink img {
				vertical-align: text-top;
				width: 12px;
				height: 12px;
			}
	
/* STATIC CONTENT STYLING */

#content {
	margin: 0 auto;
	padding: 0;
	clear: both;
	position: relative;
	z-index: 1;
	background-image: url("../images/waterfall.jpg");
	background-repeat: no-repeat;
	width: 960px;
	height: 600px;
	overflow: hidden;
}

	#content_overlay {
		width: 780px;
		height: 270px;
		position: relative;
		top: 50px;
		z-index: 10;
		padding: 0;
		margin: 0;
	}
	
	#bigThree {
		padding: 0;
		margin: 0;
		width: 960px;
		position: relative;
		top: 90px;
		z-index: 16;
	}
	
		#bigThree a {
			text-decoration: none;
			border: 0;
		}
		
		#bigThree img {
			margin-left: 5px;
			border: 0;
		}
	
/* FOOTER STYLING */

#footer {
	clear: both;
	width: 960px;
	background-image: url("../images/footer_bg.png");
	background-repeat: no-repeat;
	background-position: top center;
	position: relative;
	top: -118px;
	z-index: 15;
	padding-top: 25px;
}

	#footer a {
		color: #e7f9ff;
		text-decoration: none;
		font-weight: normal;
	}
	
	#footer a:hover {
		text-decoration: underline;
	}
	
	img.dotBullet {
		margin-left: 3px;
		margin-right: 3px;
	}
	
	img.imgAlign {
		vertical-align: middle;
	}
	
	#footer a.validator {
		color: #ffff99;
	}
	
	#lfoot {
		width: 320px;
		margin: 0;
		text-align: right;
		float: left;
	}
	
	#mfoot {
		width: 320px;
		float: left;
		text-align: center;
		margin: 0;
	}
	
	#rfoot {
		width: 320px;
		float: right;
		text-align: left;
		margin: 0;
	}
	
/* jquery.overlay STYLING */

div.overlay {
	background-image: url(../images/transparent.png);
	width: 600px;
	height: 470px;
	display: none;
	padding: 55px;
}

	div.overlay div.close {
		background-image: url(../images/close.png);
		position: absolute;
		right: 5px;
		top: 5px;
		cursor: pointer;
		height: 35px;
		width: 35px;
	}
	
/*	Whatever...
	!!  Nothing to see here, I reckon. */
	
.carouselContainer {
	width: 815px;
	height: 290px;
	margin: 0 auto;
	margin-top: 10px;
	overflow: hidden;
}
	.carouselContainer ul, .carouselContainer li {
		display: inline;
		list-style: none;
	}
	
	.carouselContainer img {
		opacity: 0.7;
	}
		.carouselContainer img:hover {
			opacity: 1;
		}
	
.imgRef {
	padding: 5px;
	font-size: 2em;
	font-weight: 100;
	text-align: center;
	text-transform: uppercase;
	width: 200px;
	height: 133px;
	padding-top: 55px;
	position: relative;
	top: -142px;
	left: 605px;
}

/*  END STYLE.CSS
	789 lines total */