/*-------------------------------------------    
    Reset all styles 
-------------------------------------------*/
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, font, 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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

    
/*-------------------------------------------    
    General Statements 
-------------------------------------------*/

    body {
      font-family: "Arial", sans-serif;
      font-size: 14px;
      background: #EEE url("../img/bg.png") repeat-x;
    }
    
    #wrapper {
      width: 956px;
      margin: 0px auto;
      margin-top: 30px;
      margin-bottom: 30px;
      background: #fff;
      border: 2px solid #fff;
    }
     
/*-------------------------------------------    
    div Alpha  
-------------------------------------------*/    
    #alpha {
      width: 158px;
      float: left;
      background: #56A4C3 url("../img/birdlogo.gif") no-repeat;
      background-position: left bottom;
      min-height: 650px;
    }
    
    #alpha h1{
      text-indent: -9999px;
      overflow: hidden;
      background: url("../img/ibixwords.gif") no-repeat;
      height: 173px;
      border-bottom: 2px solid #fff;
    }  
    
    #alpha h1 a {
      display: block;
      width: 158px;
      height: 173px;
      overflow: hidden;
    }
    
    #alpha ul {
      margin-top: 20px;
    }
    
    #alpha ul li {
      padding: 10px;
      color: #fff;
      font-weight: bold;
    }
    
    #alpha ul li a {
      color: #fff;
      text-decoration: none;
      padding: 10px;
      font-weight: normal;
      
    }
/*-------------------------------------------    
    div Beta 
-------------------------------------------*/      
    #beta {
      float: left;
      width: 796px;
      margin-left: 2px;
    }
/*-------------------------------------------    
    div Header
-------------------------------------------*/ 
    #header {
      background: url("../img/header.png") no-repeat;
      height: 126px;
      width: 796px;
    }
    
/*-------------------------------------------    
    div Navigation
-------------------------------------------*/  
    #navigation {
      height: 45px;
      background: #56A4C3;
      margin-top: 2px;
      width: 796px;
    }
    
    #navigation ul {
    
    }
    
    #navigation ul li {
      float: left;
    }
    
    #navigation ul li a {
      color: #fff;
      text-decoration: none;
      display: block;
      line-height: 45px;
      padding: 0px 28px;
      font-size: 17px;
    }
    
    #navigation ul li a:hover {
      color: #0F698F;
    }
    
/*-------------------------------------------    
    div Content + Misc
-------------------------------------------*/  

    #content {
      margin-top: 30px;
      padding-bottom: 20px;
    }
    
    #homeflash {
      width: 46%;
      float: left;
      margin-left: 2%;
    }
    
    #hometext {
      width: 50%;
      float: left;
    }
    
    #content h2 {
      padding: 20px;
      padding-top: 0px;
      padding-bottom: 10px;
      font-size: 22px;
      color: #0F698F;
    }
    
    #content #hometext h2 {
      padding-left: 10px;
    }
    
   #content #hometext p {
      width: 84%;
    }
    
    #content h3 {
      padding: 20px;
      padding-top: 20px;
      padding-bottom: 0px;
      font-size: 18px;
      color: #0F698F;
    }
    
    #content h4 {
      padding: 20px;
      padding-top: 20px;
      font-size: 16px;
      color: #000;
    }
    
    #content p {
      padding-left: 20px;
      padding-top: 10px;
      line-height: 18px;
      word-spacing: 3px;
      width: 59%;  
    }
    
    #content #hometext p {
      padding: 10px;
    }
    
    span.emailaddress a {
      color: #56A4C3;
      font-style: italic;
      font-size: 16px;
      text-decoration: none;
      float: right;
      margin-top: -16px;
      margin-right: 300px;
    }
    
    #content li {
      list-style-type: disc;
      margin-left: 40px;
      line-height: 20px;
      width: 59%;
    }
    
    #content img {
      float: right;
      margin-right: 20px;
    }
        
/*-------------------------------------------    
    div Footer
-------------------------------------------*/    

    #footer {
      clear: both;
      background: #56A4C3;
      height: 45px;
      border-top: 2px solid #fff;
    }
    
    #footer h6 {
      font-size: 10px;
      line-height: 45px;
      color: #fff;
      text-align :center;
    }
    
    #footer h6.right {
      float: right;
      margin-right: 20px;
    }
    
    #footer h6.left {
      float: left;
      margin-left: 20px;
    }
    
    #footer h6 a {
      color: #fff;
      text-decoration: none;
    }
    
/*-------------------------------------------    
    Form 
-------------------------------------------*/

    form#contactform fieldset {
      width: 60%;
      margin-left: 20px;
      background: #EFEFEF;
      margin-top: 20px;
      border: 1px solid #ccc;
      padding-top: 10px;
      padding-bottom: 10px;
      font-size: 14px;
    }
    
    form#loginform fieldset {
      width: 35%;
      margin-left: 20px;
      background: #EFEFEF;
      margin-top: 20px;
      border: 1px solid #ccc;
      padding-top: 10px;
      padding-bottom: 10px;
      font-size: 14px;
    }
    
    form#contactform label {
      float: left;
      clear: right;
      width: 130px;
      margin-left: 20px;
      margin-top: 12px;
      margin-bottom: 8px;
      text-align: left;
    }
    
    form#loginform label {
      float: left;
      clear: right;
      width: 80px;
      margin-left: 20px;
      margin-top: 12px;
      margin-bottom: 8px;
      text-align: left;
    }
    
    form#contactform select {
      width: 300px;
      float: left;
      margin-top: 8px;
      margin-bottom: 8px;
    }
    
    form#contactform input {
      width: 310px;
      clear: right;
      float: left;
      margin-top: 8px;
      margin-bottom: 8px;
    }
    
    form#loginform input {
      width: 150px;
      clear: right;
      float: left;
      margin-top: 8px;
      margin-bottom: 8px;
    }
    
    form#contactform textarea {
      width: 92%;
      margin-left: 4%;
      margin-bottom: 20px;
      text-align: left;  
      height: 200px;
      clear: left;
      float: left;  
    }
    
    form#contactform input[type="submit"] {
      width: 80px;
    }
    
    form#loginform input[type="submit"] {
      width: 80px;
    }
    
    form#contactform label.submit {
      margin-top: 11px;
      text-align: left;
      margin-left: 20px;
      width: 110px;
      font-size: 16px;
    }
    
    form#contactform label.comments {
      text-align: left;
      margin-left: 10px;
      font-size: 16px;
      padding: 10px;
      margin-top: 0px;
    }
    
    
