/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}



/*Aluminaire House Foundation CSS*/
body {
	 font: 14px/21px Arial, sans-serif;
	 background-color: #ffffff;
	 background: transparent url('../images/bg.gif') 0 0;
	 
}


/*Wrapper*/
#wrapper {
     margin: 0 auto;
     width: 800px;
	 padding-top: 10px;
}


/*Right Column*/
#right-column{
	float: left;
	width: 150px;

}

/*Logo*/
.logo {
      border: 0;
}
 /*header*/
#header {
     float:none;
     text-align: center;
}
/*MainNav*/
.main-navigation   {
	 margin: 0 auto;
     padding: 2px 3px 0px 20px;
     font-size: 12px;
     font-weight: bold;
	 text-transform: uppercase;
	 background: #888c8f;
}
.main-navigation   ul {

	 list-style: none;
	 padding-top: 5px;
	 padding-bottom: 5px;
	 margin: 0 auto;
		  -webkit-transition: all ease .0s;
		  -o-transition: all ease .0s;
		  -moz-transition: all ease .0s;
		  -ms-transition: all ease .0s;
		  transition: all ease .0s;
}
.main-navigation   ul > li {
      color: #ffffff;
      display: inline-block;
}
.main-navigation   ul > li > a:link, .main-navigation   ul > li > a:visited  {
      color: #ffffff;
	  line-height: 30px;
	  display: block;
	  text-decoration: none;
	  margin: 2px;
	  padding: 0 11px 0 15px;
	  position: relative;
}

.main-navigation   > ul > li > ul {
	  float: left;
	  width: auto;
	  visibility: hidden;
	  position: absolute;
	  background-color:rgba(136,140,143,0.85);
	  z-index: 3;
}


.main-navigation   > ul > li > ul > li {
  text-align: left;
  float: none;
  display: block;
  position: relative;
}






.main-navigation   ul > li > ul > li > a:hover {
      color: #ffffff;
	  background: #616265;
		  -webkit-box-shadow: inset 0 0 0px #333333;
		  -o-box-shadow: inset 0 0 0px #333333;
		  -moz-box-shadow: inset 0 0 0px #333333;
		  -ms-box-shadow: inset 0 0 0px #333333;
		  box-shadow: inset 0 0 0px #333333;
		  -webkit-transition: all ease .3s;
		  -o-transition: all ease .3s;
		  -moz-transition: all ease .3s;
		  -ms-transition: all ease .3s;
		  transition: all ease .3s;
}
.main-navigation ul > li ul li ul {
  position: absolute;
  left: 100%;
  top: -1px;
  opacity: 10;
  visibility: hidden;
  background-color:rgba(136,140,143,0.85);
  z-index: 3;
  -webkit-transition: opacity 0.3s ease-in;
  -moz-transition: opacity 0.3s ease-in;
  -o-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in;
}
.main-navigation ul > li:hover > ul {
  opacity: 10;
  filter: alpha(opacity=100);
  visibility: visible;
}
.main-navigation ul > li:hover > a {
      color: #ffffff;
	  background: #616265;
		  -webkit-box-shadow: inset 0 0 0px #333333;
		  -o-box-shadow: inset 0 0 0px #333333;
		  -moz-box-shadow: inset 0 0 0px #333333;
		  -ms-box-shadow: inset 0 0 0px #333333;
		  box-shadow: inset 0 0 0px #333333;
		  -webkit-transition: all ease .3s;
		  -o-transition: all ease .3s;
		  -moz-transition: all ease .3s;
		  -ms-transition: all ease .3s;
		  transition: all ease .3s;
}


/*MainBodyContent*/
#content { 
	 padding: 10px;
	 margin-left: 10px;
	 margin-top: 10px;
	 margin-bottom: 10px;
     float: left;
	 width: 600px;
	 background: #ffffff;
	 min-height: 600px;
}

a:link {color:#666666; text-decoration: none;}      /* unvisited link */
a:visited {color:#666666; text-decoration: none;}  /* visited link */
a:hover {color:#333333; text-decoration: underline;}  /* mouse over link */
a:active {color:#3333f3; text-decoration: underline;}  /* selected link */

.alumImgLogo{
    border: 0;
}
.page-title {
    text-align: left;
	padding: 10px 0px;
	margin: 0px 0px 0px 5px;
}
.page-subtitle {
    text-align: left;	
	margin: 0px 0px 0px 5px;
}
.extra-title {
    text-align: center;	
	margin: 0px 0px 10px 0px;
}
h1{
	font-family: 'Arimo';
	font-size: 21px;
	font-style: normal;
	font-weight: 400;
  } /*page title*/
h2{
	font-family: 'Arimo';
	font-size: 12px;
	font-style: normal;
	font-weight: 400;
  } /*Extra title*/
h3{
	font-family: 'Arimo';
	font-size: 32px;
	font-style: normal;
	font-weight: 400;
  } /*page subtitle*/
h5{
	font-family: 'Arimo';
	font-size: 12px;
	font-style: italic;
	font-weight: 400;
  } /*page subtitle*/
strong {
	font-family: 'Arimo';
	font-size: 21px;
	font-style: normal;
	font-weight: 400;
  }
p { 
	padding: 5px 0px;
	margin: 0px 35px 0px 35px;
	text-align: left;
	font-family: 'Arimo';
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	}
.biblio {
    border-bottom:1px solid #ccc;
    }

  
/*Footer*/
#footer { 
     float: right;
	 padding: 10px;
	 margin-right: 20px;
	 margin-left: 10px;
	 margin-top: 10px;
	 margin-bottom: 10px;
	 width: 600px;
	 text-align: right;
	 color: #666;
	 height: 40px;
	 background-color: #888c8f;
     
}
.footerLink a {   
    font-family: 'Arimo';
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
}