@charset "UTF-8";
/* CSS Document */

body {
	margin:0;
	padding:0;
	background-color:#D1DCC5;
	background-image:url(graphics/oh.png);
	color:#263319;
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
}

a:link {
	color: #063;
	text-decoration: none;
     }

a:visited {
	color: #033;
	text-decoration: none;
     }

a:hover {
	color: #933;
	text-decoration: underline;
     }

a:active {
     color: #933;
     text-decoration: none;
}


#mainframe {
	margin:0 auto;
	width:960px;
}

#topimg {
border: 8px solid #F3F4E9;
margin-top:20px;
position:relative;
background-color:#F3F4E9;
	
}

#logobox {
	position:absolute;
	left: 275px;
	top: 64px;
}


#contentbox {
	border: 8px solid #F3F4E9;
	margin-top:20px;
	margin-bottom:40px;
	background-color:#DFE8D6;
	background-image:url(graphics/mbbgg.jpg);
	background-position:bottom;
	background-repeat:repeat-x;	
	padding-top:50px;
	padding-bottom:20px;
}


#cbminner {
margin: 16px;
margin-right:50px;
}

#cbinner {
margin: 16px;
margin-right:50px;
}


#clinner, #clinnertwo, #clinnerthree {
margin: 16px;
margin-right:50px;
}



#rightbody, #rightbodytwo, #rightbodytwob, #rightbodybot, #topphoto, #menuright, #rightbodythree {
	margin-left:240px;
}

#menuright {
	margin-top:30px;
	text-align:right;
	
}

#menuleft {
	float:left;
	width:200px;
	margin:0;
	display: inline;
}

#topphoto img {
	padding:2px;
	border: 1px solid #696;
}

#topmenu {
	margin:0 auto;
	paddin-top:30px;
	padding-bottom:10px;
	width:90%;
	text-align:center;	
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	border-top: 2px solid #696;
	border-bottom: 2px solid #696;
}



.separators {
	color:#E8AB32;
	font-weight:bold;
	padding-left:.4em;
	padding-right:.4em;
}

.photocaption {
	width:433px;
	font-style:italic;
	margin-top:0;
	font-size:12px;
}


#rightbodybot {
	color: #496548;
	font-size: 16px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	
}


#leftbody {
	float:left;
	width:180px;
	font-size:16px;
	color:#696;
	margin-top:0;
	margin-left:20px;
	text-align:right;
	
}


#leftbodybot, #leftbodythree {
	float:left;
	width:200px;
	font-size:16px;
	color:#696;
	margin-top:0px;
	margin-left:0px;
	text-align:right;
}


#leftbody .heading {
	font-weight:bold;
	font-style:italic;
	color: #496548;
	font-size: 24px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	margin-top:0;
}


#leftbodybot .heading {
	font-weight:bold;
	font-style:italic;
	color: #223220;
	font-size: 18px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	margin-top:0;
}

.subheads {
	font-weight:bold;
	font-style:italic;
	color: #496548;
	font-size: 22px;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	margin-top:1.4em;
}

.ptitle {
	font-weight:bold;
}

.menutext {
	font-style:italic;
	color:#367454;
	list-style-image:url(graphics/maroon.png);
	
}

.menutextg {
	font-style:italic;
	color:#367454;
	list-style-image:url(graphics/green.png);
	
}

.tbitalic {
	font-style: italic;
}
.leftbodytext {
	color: #496548;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
}


.clearleft {
	clear:left;
}


 h1 .tagline,
      h1 a,
      h1 a .tagline {
        font-size : 13px;
        font-weight : normal;
        color : rgb(9, 122, 182);
        cursor : pointer;
        text-decoration : none;
      }

      a span.tagline:hover {
        text-decoration : underline;
        color : rgb(237, 92, 11);
      }

      table.search-control {
        width : 100%;
      }

      table.search-control .gsc-control {
        width : 100%;
      }

      td.left {
        width : 50%;
        padding-right : 20px;
      }

      td {
        vertical-align : top;
      }

      /* Disable built in search forms */
      .gsc-control form.gsc-search-box {
        display : none;
      }

      /* restrict global search form width */
      #searchForm {
		padding-top:40px;  
        width : 400px;
      }

      /* disable twiddle and size selectors for left column 
      #leftSearchControl .gsc-twiddle {
        background-image : none;
      }*/

      #leftSearchControl .gsc-resultsHeader .gsc-title {
        font-weight : bold;
        font-size : 16px;
		color:#063;
      }

      /*#leftSearchControl .gsc-resultsHeader div.gsc-results-selector {
        display : none;
      }*/

      #leftSearchControl .gsc-resultsRoot {
        padding-top : 6px;
      }


      /* long form visible urls should be on */
      #leftSearchControl div.gs-visibleUrl-long,
      #rightSearchControl div.gs-visibleUrl-long {
	display : block;
	font-size:12px;
	font-style:italic;
	color:#313F4C;
      }

      .gsc-webResult div.gs-visibleUrl-short {
        display : none;
      }
	  
	  
   /* result links */	  
.gs-result .gs-title,
.gs-result .gs-title * {
  color:#339;
  text-decoration: underline;
}


.gsc-results .gsc-trailing-more-results,
.gsc-results .gsc-trailing-more-results * {
  color: #366;
  text-decoration: underline;
}

.gsc-results .gsc-cursor-box .gsc-cursor-page {
  cursor : pointer;
  color : #339;
  text-decoration: underline;
  margin-right : 8px;
  display : inline;
}

.gsc-results .gsc-cursor-box .gsc-cursor-current-page {
  color : #063;
  font-weight : bold;
  text-decoration: none;
}


.gsc-resultsHeader {
  width : 100%;
  border-bottom : 2px solid #F3F4E9;
  margin-bottom : 4px;
  clear : both;
}  

.gsc-tabHeader.gsc-tabhActive {
  border-top: 2px solid #063;
  color: black;
  }

.gsc-tabHeader.gsc-tabhInactive {
  border-left: 1px solid #F3F4E9;
  border-right: 1px solid #F3F4E9;
  border-top: 2px solid #F3F4E9;
  background-color: #F3F4E9;
  color: #171F0C;
  }


input.gsc-input {
  border-color: #339538;
  color: #339538;
}
#cbinner #rightbody h2, #cbminner #topphoto h2 {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 28px;
	margin-bottom:.4em;
}

.lowerlink {
	text-align:center;
	margin-bottom:10px;
}

.partners {
	margin-top:1.4em;
}

.partnername {
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size:18px;
	font-weight:bold;
}

.partnerlink {
	font-style:italic;
	padding-left:30px;
	
}

.simplerule {
	height:10px;
	border-bottom:#ffffff 1px solid;
}


