/* everything in this file
   contains global styles
   used on all pages of the site */

body {
  margin-top: 10px;
  text-align: left;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  }
  
a img {
  border: 0;
  }

#container {
  margin: 0 auto;
  width: 610px;
  padding: 30px 20px 10px 20px;
  height: 499px;
  background: url(content-background.jpg) no-repeat top left;
  }
  
body#home #container {
  height: auto;
  width: 610px;
  padding: 0;
  background: none;
  text-align: left;
  }
  
#header {
  text-align: left;
  position: relative;
  padding: 10px 0px;
  }
  
/* INTERIOR PAGE CONTENT */

#content {
  height: 445px;
  overflow: auto;
  text-align: left;
  color: #fff;
  }
  
#content a {
  color: #fff;
  text-decoration: underline;
 }
  
/* NRM LOGO */
  
#logo h1 {
  margin: 0;
  padding: 0;
  font-size: 25px;
  font-weight: normal;
  color: blue;
  }

#logo h1 span {
  color: red;
  }
  
/* SITE NAVIGATION */  
  
#nav {
  background: #fff;
  color: #000;
  }
  
#nav {
  height: 25px;
  background: url(nrm-studiolab-projects.gif) no-repeat top right;
  }
  
#nav ul {
  list-style-type: none;
  margin: 5px 0 0 0;
  padding: 3px 0 0 0;
  }
  
#nav ul li {
  display: inline;
  padding: 0 10px 0 0;
  }
  
/* CONTACT FORM */

form { margin-left: 50px; }
input { margin: 7px 0 0 0; width: 180px; }
input.submit { margin-top: 20px; margin-left: 70px; width: auto; font-size: 16px; }
input:focus, textarea:focus  { background: #ffc; }
select { margin: 8px 0 0 0; }
label { display: block; float: left; margin: 12px 0 0; width: 70px; }
fieldset { float: left; width: 290px; border: 0; }
textarea { margin-top: 12px; }
  
 /* some tricky workaround code to get floated elements to behave properly in all browsers */
.clearfix:after,.container:after {content: ".";display:block;height:0;clear:both;visibility:hidden;}
.clearfix, .container {display: inline-block;}
* html .clearfix,* html .container {height: 1%;}
.clearfix,.container {display: block;}