
.clr {
clear: both;
}


* { padding: 0; margin: 0; }

body {
 font-family: Tahoma, Arial, Helvetica, sans-serif;

 font-size: 13px;
 background: #3a3a3a url(images/back.png) repeat-x;
}

.clear {
  clear: both;
}


p {
 padding: 10px 10px 10px 2px;
}

#wrapper_outer {
 margin: 0 auto;
 width: 920px;
  margin-top: 70px;
      padding-bottom: 100px;
	background: #fff url(images/bottom.jpg) no-repeat bottom;
}

#wrapper { 
 margin: 0 auto;
 width: 920px;
 background:  url(images/topback2.png) no-repeat top;
 position:relative;
 top:-11px;
}



#content { 
 float: left;
 color: #333;
 background: #FFFFFF;
 width: 460px;
 display: inline;
  padding-top: 20px;
   min-height: 400px;

}

#content p, #content h1, #content h2 {
padding-left: 30px;
padding-right: 30px;
}
#content li {
  margin-left: 60px;
}
#content a {
  color: #8E2920;
  text-decoration: none;
}  
   #content a:hover {
     text-decoration: underline;
   }

h1 {
color: #7c0b1d;
line-height: 2.5em;
font-size: 2.0em;

}
h2 {
color: #7c0b1d;
line-height: 2.1em;
font-size: 1.3em;
}

#logo {
	position: absolute;
	z-index: 10;
	top: -45px;
	left: -30px;
	width: 296px;
	height: 235px;
}

#logo img {
	width: 296px;
	height: 235px;
	border: none;
}
 
 
#bigphoto {
margin-left: 234px;
}


#header {
 color: #333;
 width: 920px;
 float: right;
 clear: right;
 margin-top:16px;
}

#middlewrap {
 background: url(images/middle.png) repeat-y;

 }

#footer { 
 width: 920px;
 margin: 0 auto;
 height: 81px;
 color: #333;
position: absolute;
bottom:-157px;
}
   #footer a {
     text-decoration: none;
     color: #333333;
   }
   #footer p {
     padding-left: 10px;
   }
   
   
.left {
float: left;
}

.right {
float: right;
}

#leftnews {
 background: url(images/newsback.png) repeat-y;
 padding-left: 30px;
 margin-top: 4px;
 padding-top: 5px;
 
 }
 
 #leftnews h2 {
 color: #5a5a5a;
 }
 
 
 #newsbottom {
 
  background: url(images/newsbottom.png) no-repeat;
  height: 32px;
  padding-left: 30px;

}
 
 #newsbottom p {

font-weight:700;
 
 }
 
#leftnav {
 background: url(images/navbacktop.png) repeat-y;
 padding-left: 30px;
 color: #fff;
 display:block;
 list-style:none;
 font-size: 18px;
 padding-bottom: 10px;
}

 #leftnav ul li {
 display:block;
  margin-right: 10px;
 list-style:none;
 padding-bottom: 10px;
 padding-top: 4px;
 border-bottom: 1px solid #9e332a; /* Gray border beneath each menu item */
 }
   #leftnav li a {
     color: #fff;
     text-decoration: none;
   }
     #leftnav a:hover {
       color: #DFDFDF;
     }
  
   #leftnav ul ul {
     display: none;
   }
    #leftnav ul li.current ul, #leftnav ul li.parent ul {
      display: block;
    }
      #leftnav ul ul li {
        font-size: 14px;
        margin: 10px 10px 10px 20px;
        padding-top: 0;
        border-bottom: none;
      }
    
#leftcolumn { 
 color: #333;
 background: #fff;
 width: 230px;
 float: left;
 padding-bottom: 20px;
 min-height: 400px;
}
  #leftcolumn a {
    color:#333333;
    text-decoration: none;
  }

#rightcolumn { 
 color: #333;
 background: #fff;
 height: 350px;
 width: 220px;
 float: left;
 padding-top: 20px;
 min-height: 400px;
}


#rightcolumn img {
padding-bottom: 5px;
padding-top: 5px;
border: none;
}


/* bio page */

.bio {
  float: left;
  width: 80px;
  height:125px;
  margin: 10px 0px 10px 28px;
  text-align: center;
}
  #content .bio p {
    padding: 0;
  }
  
  .bio a {
    color: #000;
    text-decoration: none;
  }
  
  .bio a img {
    border: 2px solid #fff;
  }
    .bio a:hover img {
      border: 2px solid #8E2920;
    }
  
  .bio a span {
    color: #444;
    font-size: 10px;
  }
   
   #ZoomCaption {
     padding: 10px;
   }

/* news */

.newsBox {
  border-bottom: 1px dashed #7C0B1D;
  width: 400px;
  margin-left: 30px;
}

 #content .newsBox h2 {
  color:#7C0B1D;
font-size:15px;
padding-left: 0px;
margin-top: 10px;
}

#content .newsBox p {
  margin-left: 0;
  padding-left: 0;
}

/* forms */

label {
 display: block;
 margin-top: 15px;
} 
  #proofs_requested label {
    display: inline;
    margin-right: 25px;
  }

form {
  margin-left: 30px;
}

fieldset {
 border: none;
 margin-bottom: 20px;
}

legend {
  font-weight: bold;
}

input#state {
  width: 40px;
}

/* tables */

#content table {
  margin-left: 30px;
}
 #content td {
    padding: 4px 6px;
  }