BODY {
	background: #ffffff url(background.jpg) no-repeat center center fixed;
	width: 100%;
	height: 100%;
	background-size: cover;
	}


A:link {color:#770039; text-decoration:underline;}
A:visited {color:#770039; text-decoration:underline;}
A:hover {color:#000000; text-decoration:underline;}
A:active {color:#000000; text-decoration:underline;}

A.nav:link { color:#ffffff; text-decoration:none;}
A.nav:visited { color:#ffffff; text-decoration:none;}
A.nav:hover { color:#edc921; text-decoration:underline;}
A.nav:active { color:#edc921; text-decoration:none;}

A.nav2:link { color:#ffcc00; text-decoration:none;}
A.nav2:visited { color:#ffcc00; text-decoration:none;}
A.nav2:hover { color:#ffffff; text-decoration:underline;}
A.nav2:active { color:#ffffff; text-decoration:none;}

.mainText {
	font-family: 'Century Gothic',Futura,'URW Gothic L', Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 20px;
	font-weight: normal;
	color: #013300;
	text-decoration: none;
	letter-spacing: 1px;
}

h1 {
	font-family: 'Century Gothic',Futura,'URW Gothic L', Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 24px;
	line-height: 27px;
	font-weight: bold;
	color: #770039;
	text-decoration: none;
	letter-spacing: 2px;
}

h2 {
	font-family: 'Century Gothic',Futura,'URW Gothic L', Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 20px;
	line-height: 22px;
	font-weight: bold;
	color: #770039;
	text-decoration: none;
	letter-spacing: 2px;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 26px;
	line-height: 22px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	letter-spacing: 2px;
}

.testimonialText {
	font-family: Georgia, Times New Roman, Times, serif;
	font-size: 18px;
	line-height: 20px;
	font-weight: normal;
	font-style:italic;
	color: #B10101;
	text-decoration: none;
	letter-spacing: 2px;
}

.footerText {
	font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 18px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	letter-spacing: 1px;
}

textarea {
	box-sizing: border-box;
	width: 100%;
}	


.frame
{
padding: 0px;
border: 1px solid #CCC;
box-shadow: 1px 1px 2px #ccc;
border-radius: 1px;
max-width: 100%;
height: auto;
}

.smallframe
{
padding: 0px;
border: 1px solid #CCC;
box-shadow: 1px 1px 2px #ccc;
border-radius: 1px;
max-width: 100%;
height: 100px;
}

.resize
{
max-width: 100%;
height: auto;
}

.frameHeight
{
padding: 0px;
border: 1px solid #CCC;
box-shadow: 1px 1px 2px #ccc;
border-radius: 1px;
height: 200px;
}

.block
{
padding: 0px;
border: 1px solid #cccccc;
background: #FCB200;
padding: 5px;
box-shadow: 1px 1px 2px #ccc;
border-radius: 12px;
}

.shadow {
     text-shadow: 1px 1px #dbdbdb;
}

a.bigbutton {
	margin: 0.25em;
	margin-bottom: 3px;
	margin-top: 3px;
	display: inline-block;
	background: #026435;
	border: 0px solid #cdcdcd;
	text-align: center;
	text-decoration: none;
	color: #ffffff;
	padding: 5px;
	font: bold 19px/100%  "Lucida Grande", Arial, Helvetica, sans-serif;
	border-radius:6px;
	box-shadow:
		3px 3px 12px #cdcdcd,
		0px 0px 3px #cdcdcd,
		inset 0px 5px 12px #7A003B,
		inset 0px 15px 2px #6D0035,
		inset 0px 25px 25px #7A003B;
	}
	
.callbutton {
	margin: 0.25em;
	margin-bottom: 3px;
	margin-top: 3px;
	display: inline-block;
	background: #FFF;
	border: 1px solid #000000;
	text-align: center;
	text-decoration: none;
	color: #000000;
	padding: 10px;
	font: bold 19px/100% Arial, Helvetica, sans-serif;
	line-height:25px;
	border-radius:20px;
	box-shadow:
		3px 3px 12px #cdcdcd,
		0px 0px 3px #cdcdcd,
		inset 0px 5px 12px #FFF,
		inset 0px 15px 2px #FFF,
		inset 0px 25px 25px #FFF;
	}
	