﻿body 
{
    margin: 0;
	padding: 0;
	font: .70em/1.5em  Verdana, Tahoma, Helvetica, sans-serif;
	color: #666666; 
	background: #000040 url(../images/background.jpg) repeat;
	text-align: center;
}

/* Layout */
#wrap 
{
    background: #FFFFFF;
	width: 800px; height: 100%;
	margin: 0 auto;	
	text-align: left;
	border-bottom:solid 5px #1E1335;
	overflow:auto;
}
#content {
	width:100%; height:100%;
}

/* Header */
#header {
	position: relative;
	height: 135px;
	background:#FFFFFF url(../images/header.gif) repeat-x;
}

/* Header Logo */
#header h1#logo {
	position: absolute;
	margin: 0; padding: 0;
	font: bolder 3em 'Trebuchet MS', Arial, Sans-serif;
	letter-spacing: -2px;
	top: 10px; left: 150px;	
	color:#000040;
}
#header h1#logo1 {
	position: absolute;
	margin: 0; padding: 0;
	font: bolder 3em 'Trebuchet MS', Arial, Sans-serif;
	letter-spacing: -2px;
	top:40px; left: 200px;	
	color:#000040;	
}
#header h1#logo2 
{
    position: absolute;
    margin:0; padding:0;
    font: bolder 3em 'Trebuchet MS', Arial, Sans-serif;
    letter-spacing:-2px;
    top:70px; left:250px;
    color:#000040;
}

/* menu tabs */
#header ul {
	z-index: 999999;
	position: absolute;
   margin:0; padding: 0;
   list-style:none;
	right: 0; 
	bottom: 5px !important; bottom: 5px;
	font: bold 13px  Arial, 'Trebuchet MS', Tahoma, verdana,  sans-serif;	
}
#header li {
   display:inline;
   margin:0; padding:0;
}
#header a {
   float:left;
   background: url(../images/tableft.jpg) no-repeat left top;
   margin:0;
   padding:0 0 0 4px;
   text-decoration:none;
}
#header a span {
   float:left;
   display:block;
   background: url(../images/tabright.jpg) no-repeat right top;
   padding:6px 15px 3px 8px;
   color: #FFFFFF;
}
/* Commented Backslash Hack hides rule from IE5-Mac \*/
#header a span {float:none;}
/* End IE5-Mac hack */
#header a:hover span {
	color:#FFFFFF;
}
#header a:hover {
   background-position:0% -30px;
}
#header a:hover span {
   background-position:100% -30px;
}
#header #current a {
   background-position:0% -30px;
	color: #000000;
}
#header #current a span {
   background-position:100% -30px;
	color: #FFFFFF;
}
/* end menu tabs */

/* main */
#main {
	float: left;
	padding: 0;
	margin: 0;
	width: 60%;
	min-height:404px;
}

#mainwithoutrightbar 
{
    float:right;
    padding: 0;
	margin: 0;
	width: 80%;
	min-height:404px;
}

/* sidebar */
#sidebar {
	float: left;
	width: 20%;
	margin: 0;	padding: 0;
	display: inline;
}
#sidebar ul.sidemenu {
	list-style:none;
	margin:10px 0 10px 15px;
	padding:0;		
}
#sidebar ul.sidemenu li {
	margin-bottom:1px;
	border: 1px solid #f2f2f2;
}
#sidebar ul.sidemenu a {
	display:block;
	font-weight:bold;
	color: #1E1335;	
	text-decoration:none;	
	padding:2px 5px 2px 10px;
	background: #E2DFE5;
	border-left:4px solid #1E1335;	
	
	min-height:18px;
}

* html body #sidebar ul.sidemenu a { height: 18px; }

#sidebar ul.sidemenu a:hover {
	padding:2px 5px 2px 10px;
	background: #f2f2f2;
	color: #FB0200;
	border-left:4px solid #42394C;
}

/* Rightbar */
#rightbar 
{
    float: right;
	width: 20%;
	margin: 0;	padding: 0;
	display: inline;
}

/* Skunkworks Sidebar */
#rightbar #SkunkworksSideBar 
{
    background-color: #E2DFE5;
    margin: 10px 2px 10px 2px;
    min-height: 100px;
    border: solid 1px #1E1335;
}

#SkunkworksSideBar #SkunkworksBanner 
{
    text-align:center;
    background-color: #1E1335;
    border-bottom: solid 2px #FFFFFF;
}

#SkunkworksSideBar #SkunkworksBanner a 
{
    font-weight:bold;
	color: #ffffff;	
	text-decoration:none;
}

#SkunkworksSideBar #SkunkworksContent 
{
    
}

#SkunkworksSideBar #SkunkworksContent a 
{
    color: #1E1335;	
	text-decoration:none;
	margin: 0 0 0 .5em;
	
	
}
/* End Rightbar */

/* Slideshow */
#SlideShow
{
    width:100%;
    height:100%;
    margin: 1em 1em 1em 1em;
}

#SlideShow #SlidePictureFrame
{
    width:400px;
    min-height: 210px;
    height:100%;
    float:left;
    text-align:center;
    margin: 0 0 .5em 0;
    
}
#SlideShow #SlidePictureFrame img
{
    margin: 0 0 0 0;
    cursor:hand;
}

#SlideShow #SlideCaptions
{
    width:400px;
    min-height:100px;
    clear:both;
    background: #E2DFE5;
    color: #1E1335;
    border-bottom : solid 2px #1E1335;
    padding: 0 0 0 .5em;
}
#SlideShow #SlideCaptions h2
{
    text-align:center;
    font-weight: bold;
}

#SlideCaptions a
{
    text-decoration:none;
    color: #1E1335;

}

#SlideCaptions a:hover
{
	color: #FB0200;
}

#SlideShow #SlideControls
{
    clear:both;
    text-align:center;
}


/* Photo Gallery */
#PhotoGallery
{
    Width:100%;
    height:100%;
}

#PhotoGallery #PhotoGalleryLoadBox
{
    width:100%;
    Height:24%;
    background: #E2DFE5;
}

#PhotoGallery #PhotoGalleryLoadBox #PhotoGalleryLoadBoxDescPanel
{
    float:left;
    width:74%;
    padding: 4px 0 4px 0px;
}

#PhotoGallery #PhotoGalleryLoadBox #PhotoGalleryLoadBoxControlPanel
{
    float:left;
    width:24%;
    min-height:100%;
    padding: 4px 0 4px 4px;
}

#PhotoGallery #PhotoGalleryLoadBox #PhotoGalleryLoadBoxLoadPanel
{
    clear:both;
    text-align:right;
    padding: 0 4px 2px 0;
}

#PhotoGallery #PhotoGalleryDisplay
{
    width:100%;
    Height:74%;
}

#PhotoGallery #PhotoGalleryDisplay #PhotoGalleryDisplayFrame
{
    width:65%;
    height:100%;
    float:left;
    text-align:center;
}

#PhotoGallery #PhotoGalleryDisplay #PhotoGalleryDisplayCaptions
{
    width:30%;
    min-height:300px;
    float:left;
    color: #1E1335;
    padding: 0 0 0 .5em;
}

#PhotoGallery #PhotoGalleryDisplay #PhotoGalleryDisplayControls
{
    clear:both;
    text-align:center;
}

/* Project Designs */
#Designs
{
    clear:both;
    background-color: #E2DFE5;
    min-height: 150px;
    margin: 5px 0 5px 0;
}

#Designs img
{
    border: none;
    float:left;
    height:150px;
    
}

#Designs #Specs
{
    float: left;
    width: 100px;
    margin: 0 5px 0 5px;
}

#Designs #Desc
{
    float: left;
    margin: 0 5px 0 5px;   
}

#DesignSlideShow
{
    width:100%;
    height:100%;
    margin: 0 0 0 0;
}

#DesignSlideShow #DesignSlidePictureFrame
{
    width:400px;
    min-height: 400px;
    height:100%;
    float:left;
    text-align:center;
    margin: 0 0 0 0;
    
}

#DesignSlideShow #DesignSlideCaptions
{
    float: left;
    width:238px;
    min-height:100px;
    background: #E2DFE5;
    color: #1E1335;
    border-right : solid 2px #1E1335;
    padding: 0 0 0 0;
}

#DesignArticle
{
    clear:both;   
}

/* Skunkworks */
#main #SkunkworksFrame 
{
    width: 100%;
    height: 100%;
}

#SkunkworksFrame #SkunkworksHeader 
{
    text-align:center;
}

#SkunkworksFrame #SkunkworksContent
{
    
}

#SkunkworksContent #SkunkworksDescription
{
    max-width:230px;
    float:left;
}

#SkunkworksContent #SkunkworksImages
{
    float:right;
    margin:0 2px 0 2px;
    min-height:300px;
}

#SkunkworksContent #SkunkworksImages img
{
    border:none;
}

#SkunkworksFrame #SkunkworksThumbnails
{
    text-align:right;
    clear:both;
}

#SkunkworksFrame #SkunkworksThumbnails img
{
    border:none;
    margin: 0 2px 0 2px;
}

#SkunkworksFrame #SkunkworksArticles
{
    clear:both;
}

#SkunkworksFrame #MythBusterDescription
{
    width: 100%;
}

#SkunkworksContent #MythBusterImages
{
    float:right;
    margin:0 2px 0 2px;
}

/* headers */
h1, h2, h3 {
	font: bold 1em 'Trebuchet MS', Arial, Sans-serif;
	color: #333;	
}
h1 { font-size: 1.5em; color: #1E1335; } 
h2 { font-size: 1.4em; text-transform:uppercase;}
h3 { font-size: 1.3em; }

p, h1, h2, h3 {
	margin: 10px 15px;
}
ul, ol {
	margin: 10px 30px;
	padding: 0 15px;
	color: #4284B0;
}
ul span, ol span {
	color: #666666; 
}

/* images */
img {
	border: 2px solid #CCC;
}
img.no-border {
	border: none;
}
img.float-right {
  margin: 5px 0px 5px 15px;  
}
img.float-left {
  margin: 5px 15px 5px 0px;
}
a img {  
  border: 2px solid #568EB6;
}
a:hover img {  
  border: 2px solid #CCC !important; /* IE fix*/
  border: 2px solid #568EB6;
}

a
{
    color: #1E1335;
}

a:hover
{
	color: #FB0200;
}

/* Classes */
.float-left { float: left; }
.bold { font-weight:bold; }
.italic { font-style: italic; }
.linkImages { cursor: hand; }
a.excsla
{
    color:White;
}

a:hover.excsla { font-weight:bold; }