﻿/*
Colors

Green - 7dc243
Mustard - c49f06
Complimentary (Darker) Brown - 

*/


body {
	color: #000000;
	font-weight:bold;
	margin: 0;
}
 
section
{
	width:65%;
	margin:0 auto;
	border: 2px #7dc243 solid;
	background: #ffffff url('../images/BG.png');
	background-repeat: repeat-x;
}
.container 
{
	text-align:justify;
	margin-left:10px;
	margin-right:10px;
}
header {
	margin: 0 auto;
	text-align: center;
	height: 200px;
	margin-bottom: -25px;
	width:700px;
	max-width:99%;
	abackground-image: url('../images/Header.png');
	background-repeat: no-repeat;
 	background-size: auto;
}
#Hdr
{
 
}

imgx
{ 
    width: 100%;
    height: auto;
}

h1
{
	color:#7dc243;
	text-align:center;
	font-size: 3em;
	font-weight:bolder;
}
h2
{
	color:#7dc243;
	text-align:center;
}
h3
{
	color:#7dc243;
	text-align:center;
}
h4
{
	color:#7dc243;
	text-align:center;
}

hr
{
	color:#7dc243;
	background:#7dc243;
}
img 
{
	border: 0;
	padding: 4px;
    max-width: 100%;
}

.divleft
{
	width: 30%;
	float: left;
	border-right: 2px #7dc243 solid;
	height: auto;
	height: inherit;
	overflow: hidden;
	padding-right: 10px;
}
.divright
{

	width: 68%;
	float: right;
	height: auto;
	
	overflow: hidden;
}

.divcenter
{
	width: 75%;
	margin: 0 auto;
	afloat:left;
}

#cols
{
	width: 98%;
	float:left;
	
}
.queen
{
	border-left: 0px #7dc243 solid;
	padding-left: 1em;
}
.queenPic
{
	width:125px;
	max-width:125px;
}
.imgLeft
{
	float:left;
	padding-left:1em;
	padding-right:1em;
}
.imgRight
{
	float:right;
	padding-left:1em;
	padding-right:1em;
}
.image
{
	max-width:700px;
	width:100%;
	margin: 0 auto;
	
}

.ppHdr
{
	text-align: center;
	font-size: 1.25em;
	font-weight: bolder;
	color:#7dc243;
	margin: 0 auto;
}

.bigger
{
	text-align: center;
	font-size: 1.5em;
	font-weight: bolder;
	color:#7dc243;
	margin: 0 auto;
}

.clear
{
	clear:both;
}
li
{
	list-style-type:none;
}
.em75
{
	font-size:0.75em;
}
.centerdiv
{
	margin: 0 auto;
}
.splitCol2
{
	margin:0 auto;
	width:98%;
}
.col1of3
{
	float:left; 
	width: 25%;
}
.col2of3
{
	float:left; 
	width: 48%;
}
.col3of3
{
	float:left; 
	width: 25%;
}

.centext
{
	text-align:center;
}
.leftext
{
	text-align:left;
}
.rightext
{
	text-align:right;
}

.narrow
{
	max-width:75%;
	margin: 0 auto;
}

.clown
{
	font-weight: bolder;
	font-family: "Comic Sans MS", serif;
	margin: 0 auto;
}

.LineHi
{
	color:#7dc243;
	font-weight: bolder;
	font-style: italic;
	font-size: 1.15em;
}
.pdown
{
	padding-top: 40px;
}

/* ****   Photo Gallery   ****** */

#gallery
{
	width: 95%;
	margin: 0 auto;
}

.tn
{
	width: 125px;
	height: 140px;
	padding: 8px;
 	display: inline-block;
 	text-align: center;
	font-size:0.75em;
 }
 
.tn img
{
	height: 125px;
	max-width: 125px;
	width: auto;
	border-radius: 15px; 
	-moz-border-radius: 15px;	
	-webkit-border-radius: 15px;	
	-khtml-border-radius: 15px;	
	border-top-right-radius: 15px;
	border-top-left-radius: 15px;
	border-bottom-right-radius: 15px;
	border-bottom-left-radius: 15px;
}

.slide
{
	height: auto;	
	xxxheight: 95px;
	xxxmax-height:95px;
 	xxxoverflow: hidden;
 
}
.tnS
{
	height: 75px;
 	display: inline-block;
 	text-align: center;
	font-size:0.75em;
 }
.tnS img
{
	height: 75px;
	max-width: 75px;
	width: auto;
	float:left;
	border-radius: 15px; 
	-moz-border-radius: 15px;	
	-webkit-border-radius: 15px;	
	-khtml-border-radius: 15px;	
	border-top-right-radius: 15px;
	border-top-left-radius: 15px;
	border-bottom-right-radius: 15px;
	border-bottom-left-radius: 15px;
}

.picture
{
	width:75%;
	max-width:60%;
	height: auto;
	text-align:center;
	margin:0 auto;
}




/* ****   Tables   ****** */
table{
	border-spacing: 0px;	
	text-align:left;
}


.tbls
{
	margin:0 auto;
}
th
{
	border:1px #7dc243 solid;
	color:#7dc243;
	font-weight:bolder;
	font-size:1.25em;
	text-align:center;
}
td
{
	border:1px #7dc243  solid;
	vertical-align:top;
}
.tblsNoL
{
	margin:0 auto;
}
 
.tblsNoL td
{
	border:0px #7dc243 solid;
	vertical-align:top;
}
.tblsNoL th
{
	border:0px #7dc243 solid;
}

.vertcent
{
	vertical-align:bottom;
	padding-right: 8px;
}
.vertcentN 
{
	white-space:nowrap;
	vertical-align: middle;
}

.nowrap
{
	white-space:nowrap;
}
.cellNwCtr
{
	white-space: nowrap;
	text-align:center;
}
.cellNwRt
{
	white-space: nowrap;
	text-align:right;
}
.cellNwLf
{
	white-space: nowrap;
	text-align:left;
}

#MasonLink td
{
	border-top:1px #7dc243  solid;
	padding-top: 5px;
	padding-bottom: 5px;
}




/* ****   Forms    ****** */

label {
    display:block;
    margin-top:20px;
    letter-spacing:2px;
}
/* Centre the form within the page */
form {
    margin:0 auto;
    width:459px;
}

/* Style the text boxes */
 

textarea {
	height:213px;
	background:url(images/textarea-bg.jpg) right no-repeat #efefef;
}
input, textarea {
    width:439px;
    height:17px;
    background:#efefef;
    border:1px solid #dedede;
    padding:10px;
    margin-top:3px;
    font-size:0.9em;
    color:#3a3a3a;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    border-radius:5px;
}
textarea
{
	height: 95px;
}
input:focus, textarea:focus {
    border:1px solid #97d6eb;
}

#submit {
    width:127px;
    height:38px;
    background:url(../images/submit.jpg);
    text-indent:-9999px;
    border:none;
    margin-top:20px;
    cursor:pointer;
    margin-bottom:15px;
}

	#submit:hover {
	    opacity:.9;
	}


form input::-webkit-validation-bubble-message,
form select::-webkit-validation-bubble-message,
form textarea::-webkit-validation-bubble-message {
display:none;
} 

.ade
{
	display:none;
}
.errMsg
{
	color: red;
	text-align:center;
}
.err
{
	border: 1px #ff0000 solid;
}

.fldNoBrd
{
	border: none;
}

input[type=radio] 
{  
        display: none;  
}  
/* ******  radio button  ****** */
input[type=radio],  
{
    display:none;
}
input[type=radio] + label:before 
{
    content: "";  
    display: inline-block;  
    width: 15px;  
    height: 15px;  
    vertical-align:middle;
    margin-right: 8px;  
    background-color: #efefef;  
    box-shadow: inset 0px 2px 2px rgba(0, 0, 0, .3);
    border-radius: 8px;  
}
input[type=radio]:checked + label:before {
    content: "\2022"; /* Bullet */
    color:#7dc243;
    background-color: #666; 
    font-size:1.8em;
    text-align:center;
    line-height:14px;
    text-shadow:0px 0px 3px #eee;
}
input[type=radio] + label
{
	margin-left: 2em;
	line-height: 1px;
}
fieldset legend
{
	font-size:1.5em;
	font-weight:bolder;	
}

/* ****   Footer   ****** */
footer
{
	margin-left: 10em;
	margin-right: 10em;
	margin-top: 2em;
	aborder-top: 2px solid #7dc243; 
	font-size: .85em;
	margin: 0 auto;
	padding: 1em 5em;
 	text-align: center;
	clear: both;
 	max-width: 60%;
}
.foot 
{
	height: 3px;
}
.cpyrt
{
	padding: 0 7em;
	text-align: center;
	font-size: .90em;
 
}

#Search
{
	text-align: center;
	font-size: .80em;
}

.flinks
{
	float: left;
	width: 50%;
	text-align: center;
 	line-height: 1.5em;
}
