/* global */
html{height: 100%;}

body
{ font-family: Verdana, Helvetica, Arial, sans-serif;
  padding: 0px;
  margin: 0px;
  font-size: .68em;
}

p
{ margin: 0px;
  padding: 0px 0px 15px 0px;
  line-height: 1.7em;
}

h1
{ font-family:Verdena;
  padding:1px 5px 0px 5px;
  letter-spacing: .05em;
  text-align:center;
}

h2
{ font-size:1.5em; 
margin: 0px;
  padding: 0px 0px 4px 0px;
  font-size: 100%;
  text-align:center;
}

img{border: 0px;}

a{outline: none;}

/* image positioning - left, right and center */
.left
{ float: left; 
  padding: 0px 8px 0px 0px;
}

.right
{ float: right; 
  padding: 0px 0px 0px 8px;
}

.center
{ display: block;
  text-align: center;
  margin: 0 auto;
}

/* block quote */
blockquote
{ margin: 20px 0px 20px 0px; 
  padding: 10px 20px 0px 20px;
  border-left: 8px solid;
}

/* unordered list */
ul
{ margin: 8px 0px 0px 16px;
  padding: 0px;
}

ul li
{ list-style-type: none;
  margin: 0px 0px 11px 0px; 
  padding: 0px;
}

/* ordered list */
ol
{ margin: 8px 0px 0px 24px;
  padding: 7px;
  text-align:justify;
  
}

ol li
{ margin: 0px 0px 11px 0px; 
  font-size: 1.2em;
  padding:4px;
}

/* main container */
#main
{ width: 897px;
  margin-left: auto; 
  margin-right: auto;
}

/* links above the logo / footer */
#links
{ margin-left: auto; 
  margin-right: auto;
  padding: 10px 13px 0px 13px;
  width: 853px;
  height: 26px;
  font-size: 94%;
  text-transform: uppercase;
}

#links{text-align: right;}

#footer
{
  position:relative;
  text-align: center;
  margin-left: auto; 
  margin-right: auto;
  padding: 5px 13px 0px 13px;
  width: 853px;
  font-size: 94%;
  text-transform: uppercase;
}

#footer p{ line-height: 16px;	}

#links a, #footer a{text-decoration: none;}

#links a:hover, #footer a:hover{text-decoration: underline;}

/* header */
#header
{ 
  z-index:3;
  margin-left: auto; 
 
  width: 885px;
  height: 185px;
  text-align: left;
}

#header h1
{ margin: 0px;
  padding: 41px 0px 0px 19px;
  font-size: 150%;
  letter-spacing: .2em;
}

/* navigation menu */
#menu
{ height: 32px;
  width: 910px;
  margin-left: auto; 
  margin-right: auto;
  border-bottom: 2px solid;

}

#menu ul{margin: 0px auto;
padding: 0px 0px 0px 30px;
} 

#menu li
{ float: left; 
  margin: 0px; 
  padding: 0px;

} 

#menu li a 
{ display: block; 
  float: left; 
  height: 24px;
  text-decoration: none; 
  padding: 6px 15px 2px 12px;
  text-transform: capitalize;
  font-size:1.15em;
  border-bottom: 2px solid;
 
     
} 

/* main content */
#content
{ margin-left: auto; 
  margin-right: auto;
  width: 879px;
  height: auto;
  padding: 0px;
  overflow: hidden;
} 

/* column 1 - contains sidebar items */
#column1
{ 
  font-size: 1.1em;
  width: 210px;
    float: left;
  padding:8px 15px 15px 15px;
 }

p.justify
{
font-size:1.0em;
text-align:justify;
padding:7px;
}

.sidebaritem
{ 
  width: 250px;
  float: left;
  margin: 7px 0px 25px 25px;
}

.sbihead
{ height: 14px;
  width: 220px;
  padding: 5px 0px 8px 5px;
}

.sbihead h2
{ padding: 0px; 
  margin: 0px; 
  font-weight: normal;
  font-size: 150%;
  color: #000;
}

.sbicontent{padding:14px 8px 8px 19px;}

.sbicontent p
{ line-height: 14px; 
  padding: 0px 0px 8px 0px;
}

.sbilinks{padding-top: 5px;}

.sbilinks ul{margin: 0px auto;} 

.sbilinks li 
{ margin: 0px; 
  float: left; 
  list-style: none; 
   z-index:4;
} 

.sbilinks li a , .sbilinks li a:hover
{ float: left; 
  z-index:4;
  height: 16px;
  text-decoration: none; 
  padding: 5px 0px 4px 19px;
  width: 188px;
 

} 

/* column 2 - page content */
#column2
{ 
  width: 615px;
  float: right;
  padding: 20px 03px 15px 19px;
}

#column2 p
{
  font-size: 1.1em;
 
}

#column2 h1
{ 
  padding: 4px 0px 10px 0px; 
  margin: 0px 0px 15px 0px; 
  border-bottom:none;
  text-align:left;
  font-weight: bold;
  font-size:1.8em;
}

#column2 li
{
  font-size:1.06em;
}


.sidebaritem a, #column2 a, .sidebaritem a:hover, #column2 a:hover
{ padding: 7px 0px 7px 0px;
  text-decoration: none;
  font-size:1.2em;
  border-bottom: 1px dashed;
}

.sidebaritem a:hover, #column2 a:hover{border-bottom: 1px solid;}

/* contact page - form layout */
form{margin-top: 0px;}

div.row
{ clear: both;
  width: 448px;
}

div.row span.formlabel 
{ float: left;
  width: 150px;
  text-align: left;
}

div.row span.forminput
{ float: right;
  text-align: right;
} 

div.spacer
{ clear: both;
  width: 80px;
}



.submit
{ font-family: verdana, arial, sans-serif;
  border: 1px solid;
  width: 70px;
  height: 22px;
  cursor: pointer;
  font-size: 100%;
}

/*Left Navigation Menu */
.arrowlistmenu
{
width: 180px; /*width of accordion menu*/
}


.arrowlistmenu .menuheader

{ /*CSS class for menu headers in general (expanding or not!)*/
font: 12px Arial;
color: white;
text-align:center;
background: black url(left.jpg) repeat-x center left;
margin-bottom: 10px; /*bottom spacing between header and rest of content*/
text-transform: capitalise;
padding: 4px 0 7px 10px; /*header text is indented 10px*/
cursor: pointer;
margin-left:20px;
margin-top:20px;

}

.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
background-image: url(titlebar.png);
color:white;
}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
  list-style-type: none;
  margin: 0;
  padding: 0;
  margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
  }

  .arrowlistmenu ul li{
  padding-bottom: 2px; /*bottom spacing between menu items*/
  }

  .arrowlistmenu ul li a{
  width:160px;
  color: #2442d8;
  display: block;
  padding-left: 10px; /*link text is indented 19px*/
  text-decoration: none;
  border-bottom: 1px solid #dadada;
  font-size:1em;
  margin-left:20px;
  }

  .arrowlistmenu ul li a:hover{ /*hover state CSS*/
  color: #000000;
  background-color: #F3F3F3;
  }
  
#list
{
  width: 615px;
  float: right;
  padding: 20px 03px 15px 19px;
}

.textBold
{ 
font-weight: bold;
font-size:1.2em;
color:#1775D5;
}


#research
{
 width: 615px;
  float: right;
  padding: 20px 03px 15px 19px;
}

#caMain
{
  width: 615px;
  float: right;
  padding: 20px 03px 15px 19px;
  
 }
 #books
 {
	width: 615px;
  float: right;
  padding: 20px 03px 15px 19px;
 }
 
 #pub
 {
	width: 615px;
  float: right;
  padding: 20px 03px 15px 19px;
  }
  
 #founder
 {
  width: 615px;
  float: right;
  padding: 20px 03px 15px 19px;
  }
  
  #packages
 {
  width: 615px;
  float: right;
  padding: 20px 03px 15px 19px;
  }
  
  #aero
  {
	width:110px;
	height:0px;
	margin-left:4%;
  }
  
  #default
  {
	width:110px;
	height:0px;
	margin-left:4%;
	  }
  
  #auto
  {
	
	z-index:2;
	width:110px;
	height:0px;
	top:4px;
	margin-left:4%;
  }
  
  #nuclear
  {	z-index:2;
	width:110px;
	height:0px;
	top:4px;
	margin-left:4%;
  }

#defaultText
{z-index:2;
float:right;
margin-top: -20%;
//margin-top:-20%;
width:250px;
padding:10px 10px 10px 10px;
}

#aeroText
{z-index:2;
float:right;
margin-top:-54.3%;
margin-left:40%;
height:0px;
width:250px;
padding:10px 10px 20px 10px;
}

#autoText
{
z-index:2;
float:right;
height:0px;
width:250px;
padding:10px 10px 20px 10px;
margin-left:40%;
margin-top:-54.3%;
}

#nuclearText
{
z-index:2;
float:right;
height:0px;
width:250px;
padding:10px 10px 20px 10px;
margin-top:-54.3%;
}



.bg-default-text
{
float:right;
background-color:#A4DFDA;
color:#000;
width:250px;
padding:10px 15px 20px 15px;
text-align:justify;
font-size:1.05em;
}

.bg-aero-text
{
float:right;
background-color:#A4DFDA;
color:#000;
width:250px;
padding:10px 15px 20px 15px;
text-align:justify;
font-size:1.05em;
}

.bg-auto-text
{
float:right;
background-color:#A4DFDA;
color:#000;
width:250px;
padding:10px 15px 20px 15px;
text-align:justify;
font-size:1.05em;
}

.bg-nuclear-text
{
float:right;
background-color:#A4DFDA;
color:#000;
width:250px;
padding:10px 15px 20px 15px;
text-align:justify;
font-size:1.05em;
}

.underline
{
text-decoration:underline;
}

.bold
{
font-weight: bold;
}

.text-area
{
overflow:hidden;
}

  #aero-ie
  {
	position:relative;
	width:110px;
	height:0px;
	top: -3px;
	right: 250px;
  }
  
  #default-ie
  {
	position:relative;
	width:110px;
	height:0px;
	margin-top: 150px;
	right: 250px;
 }
  
  #auto-ie
  {
	position:relative;
	z-index:2;
	width:110px;
	height:0px;
	margin-top: 12px;
	right: 250px;
  }
  
  #nuclear-ie
  {
	position:relative;
	z-index:2;
	width:110px;
	height:0px;
	margin-top: 0px;
	right: 250px;
  }

#defaultText-ie
{
position:relative;
z-index:2;
height:0px;
width:250px;
bottom: 333px;
left: 560px;
padding:10px 10px 20px 10px;
}

#aeroText-ie
{
position:relative;
z-index:2;
height:0px;
width:250px;
bottom: 363px;
left: 560px;
padding:10px 10px 20px 10px;
}

#autoText-ie
{
position:relative;
z-index:2;
height:0px;
width:250px;
bottom: 393px;
left: 560px;
padding:10px 10px 20px 10px;
}

#nuclearText-ie
{
position:relative;
z-index:2;
height:0px;
width:250px;
bottom: 423px;
left: 560px;
padding:10px 10px 20px 10px;
}

