/* CSS Document */
body {
	font-family: Verdana, Arial, san-serif;
	color:#212121;
	background-color:#FFCA26;
	/*font-size below controls nav title size*/
	font-size:85%;

}

.content {
  width: 80%;
}

.header {
	 text-align: center;
	 height: 83px;
	 width: 80%;
	 margin-bottom:0px;
	 padding-bottom:0px;
         background-color: #FDF9E6;
}

.navBar {
	 //background-color: #bcbcbc;
	 background-image: url(images/navbar_shim.gif);
	 padding: 4px 8px 8px 15px;
	 width:688px;	
         margin: 0;
         border: 0;
         border-bottom: 1px solid #fff;
}

.navText a:link {
	padding: 7px 0px 0px 0px;
        font-weight: bold;
	color:#FDF9E6;
	text-align:left;
}

.navText a:visited {
	padding: 7px 0px 0px 0px;
        font-weight: bold;
	color:#FDF9E6;
	text-align:left;
}

.arrowImg {	
} 

img {
  border: none;
}

table {
  background-color: #FDF9E6;
  border: 0;
  margin: 0;
  padding: 0;
}

/*controls the content table*/
td {
	 padding:10px;
	 background-color: #FDF9E6;
         font-size:70%;
	 vertical-align:top;
}

.tablenoborder {
     width:450px;
}

.tablenoborder td {
     border:0; 
     padding:0px 3px 5px 0px; 
     margin:0px;
}

hr {
	color:#FACA37;
}

ul {
    margin:0px;
    padding:15px;
}

li {
	list-style-color: #BE3952;
}

a:link, a:visited {
	 color:#AC3D52;
     text-decoration: none;
     font-weight: bold;
}

a:hover{
     text-decoration: UNDERLINE;
}


.column1_3col {
	width: 20%;
        line-height: 125%;
        padding: 15px;
        border: 0;
        
}

.column2_3col {
	width:46%;
        line-height: 125%;
        padding: 15px 7% 15px 7%;
        border: 0;
}	

.column3_3col {
	width: 20%;
        line-height: 125%;
        padding-top: 15px;
}


.column1_2col {
    width:20%;
    line-height: 125%;
    padding: 15px;  
}

.column2_2col {
    width: 60%;
    line-height: 125%;
    padding: 15px 10% 15px 10%;
}

.column1_col {
    width:655px;
    line-height: 125%;
    padding: 15px;
}

.img_left {
    float:left;
    padding: 0px 7px 5px 0px;
}

.img_right {
    float: right;
    padding: 0px 0px 5px 5px;
}

/*this is needed to make sure titles at the top of the box have the 
spacing above and below them */
.toptitle {
	font-weight:bold;
	padding-bottom:5px;
	font-size:140%;
	color: #BE3952;
}

/*for all other titles use this class */
.title {
	font-weight:bold;
	padding-bottom:5px;
	padding-top:15px; 
	font-size:140%;
	color: #BE3952; 
	
}

h2 {
  margin: 0px 0px 10px 0px;
  font-size: 120%;
}

.action {
	border:none;
	padding: 0px 18px 0px 0px;
	margin:0px;
	background-image: url('images/arrow.gif');
	background-repeat: no-repeat;
	background-position: right; 
	text-align:right;
        clear: both;
}

.gallerypicture{
   width: 180px; 
   height: 180px; 
   border: 0px;
}

.pictureTitle {
	font-size:100%;
        text-align: left;
}


.orgLogo {
	margin:5px;
}

.quote {
   border: 1px solid #BE3952; 
   padding: 4px;
}

.paypal_logo {
  float: left;
  padding: 0px 3px 3px 0px;
}

table.photos {
  width: 715px;
}

.photos td{
  border: none;
  
}

.button {
  float: right;
}

.shopimage {
  float: left;
  padding: 0px 10px 3px 0px;
  border: 0;
}