/*  universal margin and padding removal  */
* {margin:0;padding:0}


  a {
    text-decoration:none;
    }

  ul, li {
    padding-left: 24px;
    list-style-type: none;
    }

  p {
    margin-bottom: 8px;
    }


  body {
    background-color: #fff;
    height: 100%;
    width: 1000px;
    margin: auto;
    color: #000000;
    font-family: 'Century Gothic';
   }

  #menu_container {
    background: #c2e4a9;
    padding-top: 0;
    margin-top:0;
    padding-left: 40px;
    padding-bottom: 0px;
	
    }
   
 #logo {
    margin-top: 20px;
    margin-right: 10px;
    float: left;
    }

  #logo img {
    width: 100%;
    }

  #name {
    margin-top: 4px;
    padding-left: 0px;
    width: 100%;
    }

  #name img {
    width: 550px;
    margin-top: 10px;
    }

  #rent {
    position: relative;
    bottom: -40px;
    left: 20px;
    z-index: 5;
    border: 3px solid #fab378;
    width: 50%;
    padding: 10px;
    font-weight: bold;
    background: #c2e4a9;
    }

/*  pos absolute not working here  */
  #player {
    position: relative;
    bottom: 320px;
    left: -40px;
    z-index: 5;
    }

  #player p {
    font-size: 7pt;
    width: 400px;
    }

/*  since player is pos relative, move content up 50px to compensate  */

  #content {
    
    }

  #intro {
    margin-top: -50px;
    }

  #intro li {
    padding-left: 0px;
    }

  #intro a:hover {
    color: green;
    text-decoration:underline;
    }

  .clear {
    float:none;
    clear:both
    }

/*****************************************/
/*  had to insert clear to stop menu from going onto same line as subheader.  Then it produced a huge margin which needed -50px to sort out  */
  #menu_container h2 {
    margin-left: 40px;
    margin-bottom: 0;
    font-size: 9pt;
    font-family: verdana;
    color: #605e5d;
    }


  #menu {
    margin-left: 15px;
    width: 100%;
    display: inline;     /*  needed for IE in XHTML  */
    z-index: 5;
    }

  #menu ul {
    margin-top: 2px;
    list-style-type: none;
    margin-right: 8px;
    border: 1px solid #999;
    padding: 4px;
    width: 6em;
    float: left;
    }

  #menu ul li {
    margin: 0;
    padding: 0;
    margin-bottom:0;
    background:#fab378  ;    /* #fdab88*/
	height: 20px;
    }
 
  #menu ul li.google-plus {
	background: transparent;
    }
  #menu ul li.twitter {
	background: transparent;
    }
  #menu ul li.facebook {
	background: transparent;
    }
  #menu ul li.google-plus iframe{
	padding-left: 18px;
    }
  #menu ul li.twitter iframe{
	padding-left: 12px;
    }
  #menu ul li.facebook iframe{
	padding-left: 12px;
	top: -2px;
    }
  #menu ul ul {
    width: 100%;        /*  100% of previous list box  */
    padding: 0;
    }


/* formatting of menu items  */

  #menu a, #menu h2 {
    display: block;
    margin: 0;
    padding: 2px 3px 2px 3px;
    }

  #menu h2 {
    font: bold 6.5pt arial, helvetica, sans-serif;
    color: green;
    background: none;
    text-transform: uppercase;
    text-align: center;
    padding: 0;
	font-weight: bold;
    }

  #menu a {         /* second level menu items  */
    font: bold 8pt arial, helvetica, sans-serif;
    color: green;
    background: #ccc;
    text-decoration: none;
    background: none;
    padding: 0;
	line-height: 20px;
    }

  #menu a:hover {
    color: #999;
    background: none;
    }


  #menu_container ul li {
   list-style-type: none;
}

/*****************************************/

  .main_container {
    float: left;
    }




 /* colour for left column  */
  .level0 {
    margin-top: 0px;
    background:#c2e4a9;
    width:100%;
 }
    
 /* this fixes the first column break  */
  .level1 {
    margin-left:5%;
    margin-top:0px;
    background:#fff;
    padding-left:9px;
    }

   /* colour for right column */
  .level2 {
    margin-top:0px;
    padding-top: 0px;
    background: #c2e4a9;
    border-left: 10px solid #fff;
    position:relative;
    }

  .main {
    margin-right: 40px;
    padding-right: 45px;
    padding-left: 45px;
    border: 2px solid #c2e4a9;
    border-top: 4px solid #c2e4a9;
    background:#ffc;
    font-size: 10pt;
    font-family: 'Century Gothic';
    font-weight: normal;
    color: #003;
    line-height: 1.3;
/*  put in to stop problem with line showing in Mozilla  */
    margin-bottom: -2px;
    }

  #leftlist {
    width: 50%;
    }

  #rightlist {
    width: 50%;
    }

  .main_bar {
    margin-top:0px ;
    background:#c2e4a9;
    }

  .page_break {
    height: 75px;
    border-right: 2px solid #c2e4a9;
    }

  .break_level2 {
    width: 2px;
    }    

/*  negative margin and backgroud req'd to get it right in Mozilla  */
  .left_block {
    margin-top: 0px;
    margin-right: -2px;
    background: #fff;
    height: 10px; 
    }

  .header_container {
    padding-left: 4.5%;
    background: #c2e4a9;
/*  put in to stop problem with line showing in Mozilla  */
    margin-bottom: -2px;
    padding-right: 4px;
    padding-bottom: 6px;
    }


/*  text content of header */

 
  h1 { 
    font-weight: bold;
    font-variant: small-caps;
    font-size: 1.4em;
    font-family: 'Century Gothic';
    color: #008040;
    position: relative;
    bottom: 50px;
    left: 80px;
    }

  .highlight {
    background: #c2e4a9;
    padding: 0px;
    padding-left: 6px;
    padding-right: 6px;
    border: 1px solid #666;
    }


  .linktext a:hover {
    background:#fab378;
    }

  .linktext {
    list-style-type: none;
    margin-bottom: 2pt;
    line-height: 2.2;
    text-align: center;
    }

  .linktext a {
    text-decoration: none;
    border: 1px solid #999;
    padding: 2px;
    padding-left: 4px;
    padding-right: 4px;
    margin-left: -2px;
    margin-right: -2px;
    }

   .here {
    text-decoration: underline;
    background: #fab378;
    }    

  .linktext .here a:hover {
    background:none;
    }
  

h5 {
    font-family: 'arial'; 
    font-size: 8pt; 
    font-weight: bold;
   }

 li {
    padding-bottom: 6pt;
    }

.menu li {
    padding-bottom: 0pt;
    }



  H2 {
    font-family: 'Century Gothic'; 
    font-size: 18pt; 
    font-weight: bold
    }
 


h3 {
font-size: 14pt;
color: #008040;
}

 h4 {
font-size: 14px;
font-family: 'Century Gothic';
color: black;
}


h4 {
text-align: right;
}



  .contenthead {
    font-family: 'arial'; 
    font-size: .9em; 
    font-weight: normal;
    color: blue;
    text-align: left;
    margin-left: 1pt;
    }



  em {
    Font-family: 'Century Gothic'; 
    font-size: 1.2em;
    font-weight: normal;
    font-style: italic;
    }


  .linktext a:link {color: #008040;}
  .linktext a:hover {color: #008040;}
  .linktext a:active {color: #800080;}

  .main vlink {text-decoration: underline; color: black;}
  .main a:hover {text-decoration: underline;}
  .main link {color: green;}

/*  contact form  */

  #form {
    width: 75%;
    }

  #form td {
    font-size: 9pt;
    }

  #site_logos img {
    padding:20px;
    width: 15%;
    border: none;
    }

  #site_logos a {
    padding: 20px;
    }

  .clear {
    float: none;
    clear: both;
    }
  .credits {
    text-align: center;
    }

  .credits a:hover {
    border-top: 2px solid #fff;
    color: #fab378;
    }


  .header_container {
    width: 95%;
    }
  .header_container.page-1 {
    height:320px;
  }
  .header_container.iphone.page-1 {
    height:520px;
  }
  #banner {
    padding:12px 0px 12px 0px;
  }
  #banner h2 {
    margin-left:32px;
  }
  #banner ul {
    padding:0px;
  }
  #banner ul li {
    float: left;
	padding:0px;
    }
  #banner ul li#posacs {
    padding:20px 4px 0px 4px;
  }
  #banner ul li#sohtech {
    padding:10px 4px 0px 4px;
  }
  ul li#cspin {
    float: right;
    padding:20px 4px 0px 4px;
  }
  #welcome {
    padding-top:20px;
  }
  li#sohtech {
    margin-left:0px;
	margin-top:20px;
  }
  ul#home-left {
    float:left;
	width:600px;
	padding-left:0px;
  }
  ul#home-left li{
	padding-left:18px;
  }
  #home-right {
    float:right;
  }
