/* the page layout consists of the following divs:
      container
          header
          main
              main-left
              main-right
          footer
*/
body {
	background-color: white;
    font-family: "verdana", arial, sans-serif;
    margin: 10px 0px 10px 0px;
	font-size: 14px;
    padding: 0px;
}

h1 {
    color: #E31B1E;    
    font-size: 1.5em;
}

h2 {
    color: #E31B1E;    
    font-size: 1.2em;
}

h3 {
    color: #E31B1E;    
    font-size: .8em;
}

hr {
    color: #A5A5A5;
    background-color: #A5A5A5;
    height: 1px;
    border: 0px;
}

a {
    color: #E31B1E;    
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

#container {
    width: 900px; /* was 1070 */
    border: solid 1px #000000;
    margin: 0px auto;    
    background-color: white;
}

#header {
    background: url('images/header_top.jpg') ;   
	font-size: 1.2em;
    height: 250px;
    vertical-align: middle;
    text-align: justify;
    margin: auto;;
}

#header a {
    /*margin: 0px 5px 10px 5px;*/
    /*margin: 0px 20px 10px 20px;*/
    text-align: justify;
    vertical-align: middle;
    text-transform: capitalize; /* TODO: why doesn't this work? */
    text-decoration: none;
    color: #E31B1E; 
    border-left: solid thin #EBEBEB;
    padding: 0px 5px 0px 5px;
}

#header a:hover {
    text-decoration: underline;
}

#header a.first {
    padding: 0px 5px 0px 20px;
    border: none;
}
#menu {
	margin: 4px 0px 0px 0px;
	vertical-align: top;
}
#main {
    background: url('images/header_bottom.gif') repeat-x;
    padding: 10px;
    margin: 0px 0px 15px 0px;
}

#main-left {
    width: 67%;
    border-right: dotted;
    border-right-color: #EBEBEB;
    float: left;
    margin: 10px 0px 0px 0px;
    padding: 0px 10px 0px 10px;
    text-align: justify;
}

#main-right {
    /*border-left: dotted;
    border-left-color: #EBEBEB;*/
    position: static;
    margin: 10px 10px 10px 15px;
    position: static;
    display: block;
    width: 235px;
    float: left;
}

#text { /* represents the text portion of the main-left */
    padding:0px 15px 0px 0px;
}

#text img {
    float: left;
    border: solid 1px #7D7D7D;
    margin: 0px 7px 0px 0px;
}

#box {
    background-color: #FFF;
    padding: 0;  
    width: 235px;
    vertical-align: bottom;
    position: relative;
}
    
#box img {
    padding:0px 0px 10px 0px;
    vertical-align: top;
    border-bottom: 1px solid #A5A5A5;
    margin: 0px 15px 10px 15px;
}

#box a, #box #sub a {
    color: #E31B1E;
    font-size: .9em;
    font-family:arial, Arial, sans-serif;
}

#box #sub a {
    margin:0px 0px 0px 10px;
}

#box a:hover {
    text-decoration: underline;
}

#footer {
    background: url('images/footer_top.jpg') repeat-x;
    background-color: #434343;
    color: white;
    
    min-height: 90px;
    height: 80px;
    font-family: verdana, Arial, Helvetica, sans-serif;
}

#footer-left {
    vertical-align: top;
    text-align: left;
    margin: 10px 0px 0px 10px;
    float: left;
}

#footer-right {
    vertical-align: top;
    text-align: right;
    margin: 10px 20px 0px 10px;
    float: right;
}

#footer-bottom {
    text-align: left;
    margin: 0px 0px 10px 10px;
    padding: 65px 0px 0px 0px;
    vertical-align: baseline;
    font-size: .8em;
}

#footer a {
    color: white;
}

/* Start: home page image triptych Gallery */
.leftPics {
	width: 234px;
	height: 159px;
	padding: 0;
	margin: 0;
	overflow: hidden;
}

.centerPics {
	width: 107; 
	height: 159px; 
	padding:0; 
	margin:0; 
	overflow: hidden;
}

.rightPics {
	width: 239px;
	height: 159px;
	padding:0;
	margin:0;
	overflow: hidden;
}
/* End: home page image Tryptic Gallery */

.quote {
    font-style: italic;
    font-size: .9em;
}
#m_image {
	margin: 2px 0px 0px 0px;
	width: 75px;
    float: left;
	vertical-align: top;
}

#m_description{
	margin: 0px 0px 0px 100px;
	vertical-align: top;
}
#m_value{
	margin: 0px 0px 40px 0px;
}
