@charset "utf-8";
/* CSS Document */

/* color palette:
		color 0 - B4A078 180/160/120
		color 1 - cccc00 204/204/0
		color 2 - 999900 153/153/0
		color 3 - 004444 0/68/68
		color 4 - 770000 119/0/0
*/

html, body { padding:0px; margin:0px; height:100%; width:100%; }

body {
	background:#666666 url(/media/images/ui/bg.jpg) fixed top center repeat;
	color:#000;
	font-family:Andale Mono, Times New Roman, Times, serif;
	font-size:14px;
	line-height:22px;
	text-shadow:1px 1px 7px #333;
}

a {
	outline:none;
}

a img {
	border:0px;
}

h3 {
	margin:2px;
}

/* GENERIC DEFINITIONS --------------------------------------------------- */

.notes {
	font-size:12px;
	font-weight:normal;
	line-height:16px;
}

.container {
	margin:0px auto;
	position:absolute;
	width:100%;
}



.fClear {
	clear:both;
	display:block;
	height:0px;
	visibility:hidden;
	width:0px;
}

.fLeft {
	float:left;
}

.fRight {
	float:right;
}

.prevNext {
	width:inherit;
}

.button {	
	background:#999900;
	font-weight:bold;
	margin:10px 5px;
	padding:5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.button:hover {
	background:#cccc00;
	cursor:pointer;
}

.disabled, .disabled:hover {
	background:#000;
	-moz-opacity: 0.3;
	-webkit-opacity: 0.3;
	opacity: 0.3;
	filter:alpha(opacity = 30);
}

.ribbon {
	background:#cccc00;
	font-size:16px;
	font-weight:bold;
	padding:5px 5px 5px 15px;
	margin:20px 20px 10px 0px;
	-moz-border-radius: 0px 5px 5px 0px;
	-webkit-border-radius: 0px 5px 5px 0px;
	border-radius: 0px 5px 5px 0px;
}

.shadow {
	-moz-box-shadow:0px 0px 10px #444;
	-webkit-box-shadow:0px 0px 10px #444;
	box-shadow: 0px 0px 10px #444;
}

.box {
	background:#B4A078;
	margin:10px 5px;
	-moz-box-shadow:0px 0px 0px 2px #B4A078, 0px 0px 10px 2px #444;
	-webkit-box-shadow:0px 0px 0px 2px #B4A078, 0px 0px 10px 2px #444;
	box-shadow: 0px 0px 0px 2px #B4A078, 0px 0px 10px 2px #444;
}

.center {
	margin:0px auto;
}

.pad {
	padding:15px;
}

.inline {
	display:inline;
	vertical-align:middle;
}


/* HEADER DEFINITIONS --------------------------------------------------------------*/

#header { 
	background:rgba(0,0,0,0.3);
	font-size:16px;
	font-weight:bold;
    position: absolute;
	width: 100%;
	z-index:10; 
}
body > #header {
	position:fixed;
} 
  
#header-main {
	margin-left: auto;  
    margin-right: auto; 
	position:relative; 
    width: 1000px;
	z-index:10;
}

#headerHome {
	float:left;
	margin-bottom:-18px;
}
#headerHome p {
	margin-top:22px;
}
#headerHome img {
	margin-top:5px;
	z-index:9;
}

#main-nav { 
	display:block;
    float: right;
	margin:0px;
} 
#main-nav li {
	display: inline-block;
	height:40px;
	float:right;
	list-style:none;
	width:150px;
}
a.main-link {   
    color: #000; 
	cursor:pointer; 
	display: table-cell; 
	height:inherit;  
    position: relative;
	text-decoration: none;  
	top: 10px;
	width:inherit;
	vertical-align: bottom;
} 
a.main-link:hover, 
a.main-link.active {  
    color: #fff; 
}
ul.sub-links {  
    display: none;  
    position: absolute; 
    right: 0px; 
	top: 50px; 
	width: 100%; 
} 

.colorBar {
	background-color:#99CC99;
	height:10px;
	width:100%;
}
#selectedBar {
	background: #b4a078;
	min-height: 10px;
	position:relative;
	z-index:9;
}
 
#sub-link-bar { 
	display:none;
	z-index:8;
}
#sub-link-bar ul {
	display:block;
	margin:0px auto;
	padding:5px 0px 10px 0px;
	text-align:right;
	width:1000px;
}
#sub-link-bar li {
	display:inline;
	float:right;
	list-style:none;
}
#sub-link-bar li.fClear {
	display:block;
	float:none;
}
#sub-link-bar li a {
	color:#fff;
	display:block;
	font-size:15px;
	padding:5px 20px;
	text-decoration:none;
	text-shadow:1px 1px 4px #000;
} 
#sub-link-bar li a:hover {
	color:#000;
	text-shadow:1px 1px 2px #333;
}

#sliceBar {
	background-image: url(/media/images/ui/AEGlogoSlice.jpg);
	background-position: bottom;
	background-repeat: repeat-x;   
	height:13px;
	z-index:9;
}


/* CONTENT DEFINITIONS -------------------------------------------------- */

#content {
	margin:100px auto 0px;
	padding:0px 0px 20px 0px;
	position:relative;
	width:1000px;
	z-index:7;
}

#content a {	
	background:#770000;
	color:#fff;
	display:inline-block;
	font-size:12px;
	font-weight:bold;
	margin:3px 0px;
	padding:2px 5px;
	text-decoration:none;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	-moz-box-shadow:0px 0px 10px #444;
	-webkit-box-shadow:0px 0px 10px #444;
	box-shadow: 0px 0px 10px #444;
}
#content a:hover {
	background:#333;
}

#content a.plain {
	background-color:transparent !important;
	margin:0px;
	-moz-border-radius:none;
	-webkit-border-radius:none;
	border-radius: none;
	-moz-box-shadow:none;
	-webkit-box-shadow:none;
	box-shadow: none;
}
#content a.plain:hover {
	/*-moz-box-shadow:inset 0px 0px 10px #444;
	-webkit-box-shadow:inset 0px 0px 10px #444;
	box-shadow:inset 0px 0px 10px #444;*/
}

#lockOut {
	color:#FFFFFF;
	height:100%;
	position:absolute;
	text-align:center;
	top:0px;
	width:100%;
	z-index:20;
}
#lockOut div.lightbox {
	background:#000;
	filter:alpha(opacity = 50);
	height:100%;
	left:0px;
	position:absolute;
	top:0px;
	width:100%;
	z-index:19;
}
#lockOut div.container {
	height:50%;
	left:23%;
	padding:2%;
	text-align:left;
	top:23%;
	width:50%;
	z-index:21;
}

/* GALLERY DEFINITIONS --------------------------------------------- */

#leftLockedPane, 
#galleryIndex {
	margin:0px 35px;
	overflow:hidden;
	position:fixed;
	width:250px;
}

.tbl {
	height:360px;
	margin-left:0px;
	white-space: nowrap;
}

.col {
	display: inline-block;
	margin:0px 10px;
	position:relative;
	width:105px;
}

.cell {
	height:100px;
	margin:15px 0px;
	padding:0px;
	text-align:center;
	width:104px;
}

.cell span {
	display:table-cell;
	height:100px;
	text-align:center;
	vertical-align:middle;
	width:100px;
}

.cell img {
	margin:0px;
}

#pageTitle {
	position:fixed;
	top:510px;
	width:300px;
}

.rightScrollingPane, 
#detailPane {
	margin:5px 30px;
	/*min-height:400px;*/
	position:absolute;
	right:0px;
	text-align:right;
	width:600px;
}
#detailPane a.plain {
	display:block;
}
#detailPane img {
	max-width:100%;
}

#infoBox {
	bottom:50px;
	display:none;
	max-width:400px;
	padding:15px;
	position:absolute;
	right:0px;
	text-align:left;
}

#textRight {
	padding:20px;
	width:560px;
}

/* PORTFOLIO DEFINITIONS ---------------------------------------*/

#projectList {
	position:relative;
	float:right;
}
#projectList div.item {
	margin:0px 0px 20px 0px;
	padding:20px;
}
#projectList p {
	margin:10px 0px;
	text-align:left;
}
#projectList span.label {
	font-style:italic;
}
#projectList h3 {
	border-bottom:#004444 dotted 1px;
	padding-bottom:15px;
	text-align:left;
}
#projectList h3 a.plain {
	color:#004444;
	font-size:inherit;
	padding:0px;
	margin:0px;
}

#qualList h3 {
	margin-top:35px;
}

#qualList ul li,
#pubList ul li {
	margin: 20px 0px;
}

#pubList ul li {
	list-style:none;
	padding-right:30px;
}

/* LOOSE ENDS DEFINITIONS -------------------------------------*/

.slideshow {
	margin:20px 0px;
	position:relative;
	width:287px;
	min-height:320px;
}

.slide {
	padding:5px;
	position:absolute;
	text-align:center;
}

.slide p, .slide h3 {
	text-align:left;
}

.slide + .hidden {
	display:none;
}

#slide_0 {
	margin:0px;
	margin-right:50px;
	width:476px;
	padding:0px;
}

#thumbnails {
	margin:16px 30px;
}

img.thumb {
	display:table-cell;
	max-width:100px;
	max-height:100px;
	overflow:hidden;
}
