
/* Grace Canal Colors: 
bg: 59a9e3, ffffff
red: ef4825
orange: ef8925
green / rcol: ceda87
green text: 353b11
*/

html { overflow-y: scroll; }

body { margin:0; padding:0; background:url(/images/bg.png) repeat-x; }

h1 { font-size:13pt; color:#F60; font-family:Arial, Helvetica, sans-serif; margin-top: 15px; margin-bottom: 3px;}
h3 { font-size:12pt; color:#000; font-family:Georgia, "Times New Roman", Times, serif; font-weight:normal; margin-top: 15px; margin-bottom: 5px;}
p,li { font-size:11pt; color:#222222; font-family:Arial, Helvetica, sans-serif;}

label { font-size:11pt; color:#222222; font-family:Arial, Helvetica, sans-serif; position: absolute; text-align:right; width:130px; }
input, textarea { margin-left: 140px; border: 1px solid #333; }
input[type="radio"] {border:0px;}
input[type="image"] {border:0px; margin:0px; padding:0px;}
label.check, label.radio { position:relative; text-align:left; border:0px; }
label.error {
	margin-left: 10px;
	width: auto;
	display: inline;
	color: red;
	font-style: italic	
}

.page { width: 966px; margin-left: auto ;  margin-right: auto ; background:url(/images/bg_main.png) repeat;
 }

.top { background:url(/images/itop.jpg); width:949px; height:24px; color:#FFF; font-family:Verdana, Geneva, sans-serif; font-size: 9pt; text-align:right; padding-top:7px; padding-right: 17px;}
.top a, .nav a { font-size:9pt; color: #FFF; text-decoration:none; } 
.top a:hover, .nav a:hover { color: #FFF; text-decoration:underline; } 

.header { background:url(/images/iheader.jpg); width:966px; height:94px;  }

.nav { background:url(/images/inav.jpg); width:948px; height:28px; color:#FFF; font-family:Verdana, Geneva, sans-serif; font-size: 10.5pt;  padding-left: 18px; padding-top: 8px;}

/* index cols */

.lcol { background:url(/images/ilcol.jpg); width:263px; height:352px; float:left;  }

.ccol { background:url(/images/imain.jpg); width:508px; height:347px; float:left; padding: 5px 0px 0px 5px;}
.ccol a { color:#298fda; }
.ccol a:hover { color:#59a9e3; text-decoration:none; }

.rcol { background:url(/images/prcol.jpg); width:173px; height:342px; float: right; padding-left: 17px; padding-top: 10px;}
.rcol h2 { font-size:10pt; color:#353b11; font-family:Georgia, "Times New Roman", Times, serif; padding-top: 10px;}
.rcol p { color:#353b11; font-family:Georgia, "Times New Roman", Times, serif; font-size:10pt; }

/* page cols */

#history p {font-size:12px; }

.main { padding: 5px 0px 0px 15px; }

.pccol { background:url(/images/pmain.jpg) no-repeat; width:761px; float:left; padding: 5px 0px 0px 15px;}
.pccol a { color:#298fda; }
.pccol a:hover { color:#59a9e3; text-decoration:none; }

.prcol { background:url(/images/prcol.jpg); width:173px; height:490px; float: right; padding-left: 17px; padding-top: 10px;}
.prcol h2 { font-size:10pt; color:#353b11; font-family:Georgia, "Times New Roman", Times, serif; padding-top: 10px;}
.prcol p { color:#353b11; font-family:Georgia, "Times New Roman", Times, serif; font-size:10pt; }

.clear{clear:both;}

/* footer */
.footer { background:url(/images/ifooter.jpg); width:955px; height:23px; color: #353b11; font-family:Verdana, Geneva, sans-serif; font-size: 8pt; padding-left: 11px; padding-top: 2px;} 
.footer a { color: #353b11; text-decoration:none; } 
.footer a:hover { color: #353b11; text-decoration:underline; } 


.box_tab { border: 1px solid #999; padding: 3px; width:300px; }

.left_tab { float: left; }

.right_tab { float:left; margin-left: 15px; }

.registration-form { border: 1px solid #666; padding: 3px 20px 5px 5px; width:550px; margin-bottom: 10px;}
.psm { font-size:10pt; color:#222222; font-family:Arial, Helvetica, sans-serif; margin-top: 10px;}

/* PHOTO GALLERY */

.thumbnail{
padding:9px;
border:1px solid #E6E6E6;
background-color: #F7F7F7;
}
.thumnail a:hover{
background-color: #D2F9DF
}