@charset "UTF-8";
* {
	margin:0; padding:0;
}
body, html {
	margin: 0px;
}
body,td,th {
	font-family: 'Open Sans', sans-serif;
}
body {
	background-color: #EDEDED;
	background-image: url(_gfxlib/bg.png);
	background-attachment: fixed;
}
img {
	display:block;
} /* Resets images to avoid gap beneath when using Strict doctype */
h1, h2, h3, h4, p {
	margin: 0;
	padding: 0;	
}
a {
	text-decoration: none;	
}

.shadowwrapper {
	width: 1016px;
	margin-right: auto;
	margin-left: auto;		
}
.shadow {
	width: 1016px;
	background-image: url(_gfxlib/shadowbody.png);
	background-repeat: repeat-y;	
	float: left;	
}
.wrapper {
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
.wrapper1016 {
	width: 1016px;
	margin-right: auto;
	margin-left: auto;
}
#headerwrapper {
    width: 100%;
    height: 186px;
    background-color: #FFF;
}

#header {
    width: 960px;
    height: 186px;
    margin: 0 auto; /* centers the header */
    display: flex;
    justify-content: space-between; /* logo/award left, contact right */
    align-items: center;
    background-image: url(_gfxlib/headerbg.png);
    background-repeat: no-repeat;
    background-position: center;
}

/* Left side: logo + award next to each other */
#leftwrapper {
    display: flex;
    align-items: center;
    gap: 0px; /* space between logo and award */
    margin-left: 30px;
}

/* Both images same size */
#logowrapper {
    width: 200px;
    height: 160px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}


#awardwrapper {
    width: 200px;
    height: 150px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

/* Example: replace with your correct image paths */
#awardwrapper {
    background-image: url(_gfxlib/award180.png);
}

#logowrapper {
    background-image: url(_gfxlib/logo181.png); /* use your actual award image */
}

/* Contact info on right side */
#contactwrapper {
    text-align: right;
    width: 350px;
}

#contactwrapper p {
    color: #702C91;
    font-size: 16px;
    font-weight: 400;
    font-family: Georgia, "Times New Roman", Times, serif;
}

#contactwrapper p .large {
    font-size: 22px;
}

#contactwrapper p .small {
    font-size: 14px;
    color: #167C32;
}

#contactwrapper a {
    color: #702C91;
    text-decoration: none;
}

#contactwrapper a:hover {
    color: #91469B;
}
#menuwrapper {
	float: left;
	background-color: #702C91;
	width: 100%;
	height: 40px;
	background-image: url(_gfxlib/menubg.png);
	background-repeat: repeat-x;
}
#menuwrapper .mainmenu {
	float: left;
	margin-left: 28px;
}
.mainmenu .main {
	list-style:none;
	float:left;
	height: 40px;
}
.mainmenu .main a {
	display: block;
	padding-left: 30px;
	padding-right: 30px;	
	text-decoration:none;
	color: #FFF;	
	font-size: 15px;
	font-weight: 400;
	height: 28px;
	padding-top: 12px;	
}
/* width: auto make full block a link */
html>body .mainmenu .main a {
	width: auto;
}
.mainmenu .main a:hover,
.mainmenu a.menuselected {
	/* background-image: url(_gfxlib/menubg.png); */ 
	color: #FFF;
	background-color: #702C91;
}
#topwrapper {
	float: left;
	margin-top: 5px;
	padding-bottom: 5px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #8DC63F;
	width: 960px;
}
#topwrapper #strapwrapper {
	float: left;
	height: 310px;
	width: 360px;
	padding: 20px;
	background-image: url(_gfxlib/strapbg.png);
	background-repeat: no-repeat;
}
#topwrapper #strapwrapper h1 {
	font-weight: 300;
	font-size: 20px;
	color: #FFF;
	margin-top: 220px;
}
#topwrapper #strapwrapper h1 .large {
	font-size: 28px;
}
/* SLIDER */
#slides {
	float: left;	
	width: 550px;
	height: 350px;
	background-color: #FFF;
	margin-left: 5px;
} 
#slides_container {
	width: 550px;
	height:350px;	
	
	/*IE bugfix*/
	padding:0;
	margin:0;
}
#slides_container li { list-style:none; }



#mainwrapper {
	float: left;
	width: 945px;
	margin-left: 15px;
	margin-top: 20px;	
	margin-bottom: 50px;
}
.box300 {
	float: left;
	width: 298px;
	margin-right: 15px;
	border: 1px solid #EDEDED;
	background-color: #FAFAFA;
	-moz-border-radius: 0px;
	-webkit-border-radius: 15px 15px 15px 15px;	
	border-radius: 15px;	
}
.box300 .title {
	background-image: url(_gfxlib/sectionhead300.png);
	height: 45px;
	width: 298px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #702C91;
	-moz-border-radius: 0px;
	-webkit-border-radius: 15px 15px 0px 0px;	
	border-top-right-radius: 15px;
	border-top-left-radius: 15px;	
}
.box300 .title h1 {
	font-weight: 400;
	font-size: 15px;
	color: #FFF;
	margin-left: 60px;
	padding-top: 15px;
	font-family: CelticGaramondProRegular;
}
.box300 .title h1 a {
	color: #FFF;
}
.box300 .homeblurb {
	float: left;
	width: 278px;
	padding: 10px;
	height: 150px;
}
.box300 .homeblurb p {
	font-weight: 400;	
	font-size: 12px;
	color: #666666;
	line-height: 135%;
	margin-bottom: 12px;
}
.box300 .readmore {
	float: left;
	background-image: url(_gfxlib/arrow14.png);
	background-repeat: no-repeat;
	background-position: left;	
	width: 288px;
	height: 20px;
	margin-left: 10px;
	padding-bottom: 10px;
}
.box300 .readmore p {
	margin-left: 20px;
	font-size: 13px;
	color: #702C91;
	margin-top: 5px;
}
.box300 .readmore p a {
	color: #702C91;
	text-decoration: none;
}
.box300 .readmore p a:hover {
	text-decoration: underline;
}
#pagemenuwrapper {
	float: left;
	width: 220px;	
}
#pagemenuwrapper ul {
	float: left;
	width: 220px;
	list-style-type: none;
	color: #702C91;
	font-size: 16px;
}
#pagemenuwrapper li {
	margin-bottom: 10px;
	font-weight: 400;
}
#pagemenuwrapper a {
	color: #702C91;
}
#pagemenuwrapper a:hover,
#pagemenuwrapper a.menuselected {
	color: #167C32;
}
#contentwrapper {
	float: left;
	width: 450px;	
	margin-left: 15px;
	margin-right: 30px;
}
#sidewrapper {
	float: left;
	width: 200px;	
	margin-left: 15px;
}
#pagemenuwrapper,
#contentwrapper,
#sidewrapper {	
	margin-top: 50px;
}
#contentwrapper h1 {
	font-family: CelticGaramondProRegular;
	color: #702C91;
	font-size: 24px;
	font-weight: 400;
	margin-bottom: 10px;
}
#contentwrapper h2 {
	color: #702C91;
	font-size: 16px;
	font-weight: 400;
	margin: 1.5rem 0 1rem 0;	
}
#contentwrapper h3 {
	color: #702C91;
	font-size: 14px;
	font-weight: 400;
	margin-bottom: 8px;	
}
#contentwrapper p {
	color: #333;
	font-size: 13px;
	font-weight: 400;
	margin-bottom: 14px;
	line-height: 135%;
	text-align: justify;
}
#contentwrapper p a {
	color: #702C91;
	text-decoration: none;
}
#contentwrapper p a:hover {
	text-decoration: underline;
}
#contentwrapper ul {
	margin-top: 10px;
	margin-bottom: 20px;
	margin-right: 20px;	
}
#contentwrapper li {
	color: #333;
	font-size: 13px;
	margin-bottom: 10px;
	background-image: url(_gfxlib/bullet10.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-left: 20px;
	list-style-type: none;
}
#contentwrapper .contenttable {
	float: left;
	width: 98%;
	margin: 1em 1%;
}
#contentwrapper .contenttable th,
#contentwrapper .contenttable td {
	padding: 5px;
	margin: 5px;
	color: #333;
	font-size: 13px;
	background: #F0F0F0;
	text-align: center;
}
#contentwrapper .contenttable th {
	font-weight: 700;
	background: #FAFAFA	;
}
#contentwrapper .contenttable.split3 th {
	width: 33%;
}
#contentwrapper .contenttable.split2 th {
	width: 50%;
}
#contentwrapper .eventwrapper {
	float: left;
	width: 98%;
	padding: 1rem 1%;
	background-color: #EFEFEF;
	margin-bottom: 1rem;
	border-bottom: solid 1px #CCCCCC;
}
.testimonials p {
	font-style: italic;	
	font-size: 14px;
}
.testimonials .quote {
	font-style: normal;
	font-size: 22px;
	font-weight: 700;
	color: #702C91;
	font-family: "Times New Roman", Times, serif;
}
.testimonials .name {
	font-style: normal;
	font-size: 12px;
	font-weight: 400;
	color: #702C91;
}
#helpbox {
	margin-top: 40px;
	float: left;
	background-color: #A053A0;
	background-image: url(_gfxlib/helpboxbg.png);
	background-repeat: repeat-x;
	padding: 10px;
	width: 178px;
	border: 1px solid #702C91;
}
#helpbox h1 {
	font-weight: 400;
	font-size: 20px;
	margin-bottom: 30px;
	color: #FFF;
	font-family: CelticGaramondProRegular;
}
#helpbox p {
	font-weight: 400;
	font-size: 15px;
	margin-bottom: 10px;
	color: #FFF;
}
#helpbox p .small {
	font-weight: 700;
	font-size: 12px;
}
#helpbox .button {
	float: left;
	background-color: #702C91;
	padding: 5px;
	color: #FFF;
	font-size: 15px;
	font-weight: 400;
	margin-top: 40px;
	margin-bottom: 10px;
}
#helpbox .button a {
	color: #FFF;
}

/* FORM */


#quoteformwrapper {
	width: 480px;
	float: left;
}
#quoteformwrapper label {
	font-size: 12px;
	color: #333;
}
#quoteformwrapper p {
	padding-top: 3px;
}
#quoteformwrapper .formobject {
	font-size: 11pt;
	color: #666;
	border: 1px solid #999999;
	padding: 2px;
	font-family: Arial, Helvetica, sans-serif;
}
#quoteformwrapper .formbutton {
	font-size: 16px;
	color: #FFFFFF;
	background-color: #702C91;
	padding: 5px;
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #333;
}
#quoteformwrapper h3 {
	font-size: 14px;
	color: #333;
}
#quoteformwrapper .formerror,
#quoteformwrapper .thanks {
	font-size: 14px;
	color: #702C91;
}


/* FOOTER */

#footlogowrapper {
	float: left;
	width: 930px;
	margin-left: 15px;
	margin-bottom: 10px;	
}
#footlogowrapper img {
	border: 0;
	vertical-align: bottom;
}
#footlogowrapper .socialmediawrapper {
	float: left;
	margin-top: 25px;
}
#footlogowrapper .socialmediawrapper img {
	float: left;
	margin-right: 10px;
}
#footlogowrapper .memberwrapper {
	float: right;
}
#footlogowrapper .memberwrapper img {
	float: right;
	margin-left: 10px;
}
.affiliate {
	float: left;
	width: 98%;
	margin: .5em 1%;
}
.affiliate p {
	font-size: 12px;
	text-align: right;
}
#footerwrapper {
	width: 1016px;
	margin-right: auto;
	margin-left: auto;
}
#footer {
	width: 1016px;
	float: left;
	background-image: url(_gfxlib/shadowbottom.png);
	background-repeat: no-repeat;
	background-position: top;
	margin-bottom: 10px;
}
#creditswrapper {
	width: 960px;
	float: left;
	margin-bottom: 20px;
	margin-top: 10px;
}
#creditswrapper #copyright,
#creditswrapper #terms {
	margin-left: 10px;
	font-size: 11px;
	color: #666666;
	float: left;
}
#creditswrapper #terms {
	margin-left: 150px;
}
#creditswrapper #terms a {
	color: #666666;
	text-decoration: none;
}
#creditswrapper #terms a:hover {
	color: #333333;
}
#creditswrapper #webcredit {
	font-size: 11px;
	float: right;	
	padding-right: 10px;
}
#creditswrapper #webcredit a {
	color: #666666;
	text-decoration: none;
}
#creditswrapper #webcredit a:hover #beachshore {
	color: #006699;
}
#creditswrapper #webcredit #beachshore #beachshorebold {
	font-weight: bold;
}#contentwrapper .thumbwrapper {
	margin-top: 10px;
	margin-bottom: 10px;
	float: left;
	width: 100%;
}
#contentwrapper .thumbwrapper img {
	float: left;
	margin-right: 20px;
	border: 1px solid #000000;
	margin-top: 10px;
}

