  
html,body,p,div,img,h1,h2,h3,h4,li,ul,ol,dl,dd,dt,form,table,td,tr {
  margin: 0;
  padding: 0;
  border: 0;
  border-collapse: separate;
  border-spacing: 0;
}

html, body {height: 100%;
font-family: Verdana, Arial, sans-serif, Helvetica;
}

body {min-width: 770px;
font-size: 76%;
color:#333;
} 

input, select {
  margin: 0;
  padding: 0;
}

#fullheightcontainer {
  position: relative; 
  width: 100%; 
  display: table; 
  height: 100%;
  margin-bottom: -38px; 
  background: #FFF; 

}

#wrapper {
  display: table-cell; 
  position: relative;

}

#outer {
  position: relative;
  margin-right: 19%; 
  background: #FFF; 
  height: 100%;
   
}

#outer2 {
  position: relative;
  background: #FFF; 
  height: 100%;
}

#float-wrap {
  width: 100%;
  float: left;
  display: inline;
   
}

#center {
  position: relative; 
  width: 100%;
  float: right;
  height: 100%;
  display: table;
  margin-top:120px;
   
}

#centermargin {
margin-right:2%; 
margin-left:5%; 
margin-bottom:6em;
 
}

#centermargin-wide {
margin-right:2%; 
margin-left:2%; 
margin-bottom:6em;
}

#right {
  float: left;
  display: inline;
  margin-top:120px; 
  margin-bottom:30px; 
  width: 20%; 
  margin-right: -20%; 
  position: relative;
}

/*----TopNavigation bar-----*/

#header {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
}

#header-inner {
  min-width: 770px; 
  height: 0;
}

#subheader1 {
  margin: 0;
  background: #FFFFFF;
  text-align: center;
  height: 96px;
  overflow: hidden;
  border-bottom: 3px #666 double;
}

 #logo {
float:left;
background-image: url(../images/headers/clickscience.jpg);
background-repeat: no-repeat;
width: 310px;
height:86px;
display: inline;
left: 5%;
  }

.spacer {
height:1em;
}



/*----Bottom Navigation bar-----*/


#footer {
  z-index: 1;
  position: relative;
  width: 100%;
}

#subfooter1 {
border-top: 4px #666 double;
height:75px;
}


#footer2 {
text-align: center;
text-decoration: none;
border-top: 4px #666 double;
width: 100%;
color: #999;
height:75px;
background: #eee;
letter-spacing: 0.1em;
margin-bottom: 0px;
position:relative; 
font-size: 0.9em;
}

#footer2 a:link {
text-decoration: none;
color: #FF6600;
}

#footer2 a:visited {
color: #666;
text-decoration: none;
}




#menu3 {
  height: 55px;
  margin-right: 4em;
  padding-top: 1.4em;
  font-size: 1.2em;
  letter-spacing: 1px;
  float: right;
  display: inline;  
}



/* boxes  */
.main1 {
padding:  1.2em;
color:#666;
}

.side2 {
background : #fff;
color:#666;
}

.side3 {
background : #eee;
color:#666;
}

.side4 {
background : #eee;
color:#666;
width:340px;
margin:  2em;
}


.side-p {
color:#666;
padding:  0.5em;
}

.center-p {
padding-left:  3em;
padding-right: 2em;
padding-bottom: 2em;
}

.main2 {
background : #eee;
color:#666;
float:right;
width:50%;
margin-left:0.5em;
margin-right:0.2em;
}

#msg {
margin-left:200px;
margin-right:200px;
margin-top:100px;
width:auto;
}


/*buttons */

.buttonB {
		width: 100%; 
		float:right;
		margin-bottom: 8px;
		color: #FFF;
		font-size: 1em;
		text-decoration: none;
		font-weight: bold;
		text-align: center;
		text-transform: lowercase;
		background-color: #FF6600;
		white-space: nowrap;
}
.buttonD {
		width: 100%; 
		float:right;
		margin-bottom: 8px;
		color: #FFF;
		font-size: 1em;
		text-decoration: none;
		font-weight: bold;
		text-align: center;
		text-transform: lowercase;
		background-color: #666;
		white-space: nowrap;
}

.buttonBL {
		width: 100%; 
		float:right;
		margin-bottom: 8px;
		color: #FFF;
		font-size: 1em;
		text-decoration: none;
		font-weight: bold;
		text-align: center;
		text-transform: lowercase;
		background-color: #FF6600;
		white-space: nowrap;
}

/* end buttons  */







