/***** CSS Document *****/
@charset "iso-8859-1";


/***** Global Settings *****/
html, body {
	border:0;
	margin:0;
	padding:0;
}
 
body {
	font-family: 'Quattrocento Sans', sans-serif;
	color: #000;
	background: #fff;
}
 /*background */
#bg img{
/* Set rules to fill background */
min-height: 100%; z-index:-100;
min-width: 1024px;                                         
/* Set up proportionate scaling */
width: 100%;
height: auto;                                      
/* Set up positioning */
position: fixed;
top: 0;
left: 0;

}
@media screen and (max-width: 1024px){
#bg img {
left: 50%;
margin-left: -512px; }
}

/***** Headings *****/
h1, h2, h3, h4, h5, h6 {
	margin:0;
	padding:0;
	font-weight:normal;
}

h1 {
	font-family: 'Righteous', cursive;
	font-size: 24pt;
	font-weight: bold;
	color: #2fbec2;
	text-transform: uppercase;
}
h2 {
	font-family: 'Righteous', cursive;
	font-size: 16pt;
	color: #e72790;
}
 
/***** Common Formatting - reset only unless further customization wanted *****/
li {
	margin-top: 8px;
	hspace: 5px;
}

hr {border: #e72790 dotted 3px;}

p, ul, ol {
	margin:0;
	padding:0 0 1.25em 0;
}
 
ul, ol {padding:0 0 10px 30px;}
 
blockquote {
	margin: 10px;
	padding: 10px 10px 0 10px;
}
 
img {border:0;}
 
sup {
	position:relative;
	bottom:5px;
	vertical-align:baseline;
}
 
sub {
	position:relative;
	bottom:-5px;
	vertical-align:baseline;
}
 
acronym, abbr {
	cursor:help;
	letter-spacing:1px;
	border-bottom:1px dashed;
}
 
/***** Links *****/
a {
	color: #fdb51a;
}

a:hover {
	color: #323568;
}

.redtext {
	color: #e72790;
}
 
/***** Forms - reset only unless further customization wanted *****/
form {
margin:0;
padding:0;
display:inline;
}
 
input, select, textarea {
font-family: 'Quattrocento Sans', sans-serif;
font: 9pt;
}
 
textarea {
width:100%;
line-height:1.25;
}
 
label {
cursor:pointer;
}
 
/***** Tables *****/
table {
	border:0;
	margin: 0;
	padding:0;
	border-collapse: collapse;
}
 
table tr td {padding:5px;}
 
/***** Basic Layout *****/

#wrapper {
	width: 1058px;
	margin: auto;
}
#heading {
	width: 235px;
	height: 81px;
	background-image:url(images/2018/heading18.jpg);
	padding: 220px 78px 0 745px;
	font-family: 'Quattrocento Sans', sans-serif;
	font-size: 20px;
	font-weight: bolder;
	text-shadow: 1px 1px 2px #FFF;

}
#center {
	width: 1058px;
	background:url(images/redesign/images/center.png);
	overflow:hidden;
}
#buttons {
	width: 248px;
	background: url(images/redesign/images/button.png) repeat-y;
	height: 627px;
	float: left;
}
#buttons a{
	display:block;
	text-indent: 20px;
	font-family: 'Righteous', cursive;
	color:#2fbec2;
	line-height: 57px;
	font-size: 16pt;
	font-weight:bold;
	text-decoration:none;
}
#buttons a:hover {
	color:#fdb51a;
}

#c1 {
	width: 400px;
	float:left;
}
#whats {
	width: 378px;
	float: right;
}
#whats_center {
	width: 318px;
	background: url(images/redesign/images/blue_center.png);
	padding: 0 40px 0 20px;
	font-size: 12pt;
	color: #fff;
	overflow: hidden;
}
#whats_center a{
	color: #fff;
}
#c2 {
	width: 410px;
	float: left;
}
#events {
	width: 386px;
	float: left;
}
#events_center {
	width: 306px;
	background: url(images/redesign/images/pink_center.png);
	padding: 0 35px 0 25px;
	font-size: 12pt;
	color: #fff;
}
#events_center a{
	color: #fff;
}
#main {
	width: 710px;
	float:left;
	padding: 0 25px 0 35px;
}
#footer {
	width: 246px;
	height: 59px;
	background: url(images/redesign/images/footer.png);
	margin: auto;
	padding: 21px 780px 19px 32px;
	text-align: center;
	font-family: 'Righteous', cursive;
	font-size: .85em;
	color: #2fbec2;
	clear: both;
}
#footer a{
	color: #2fbec2;
	text-decoration:none;
}
/***** Optional Classes *****/
.small		{font-size: 10pt;}
.border		{border: solid 1px #000;}
.white 	  {color: #FFF;}
 
/***** Global Classes *****/
.clear         { clear:both; }
.float-left    { float:left; margin: 0 15px 15px 0; }
.float-right   { float:right; margin: 0 0 15px 15px; }
 
.text-left     { text-align:left; }
.text-right    { text-align:right; }
.text-center   { text-align:center; }
.text-justify  { text-align:justify; }
 
.bold          { font-weight:bold; }
.italic        { font-style:italic; }
.underline     { border-bottom:1px solid; }
.highlight     { background:#ffc; }
  
.img-left      { float:left;margin:4px 10px 4px 0; }
.img-right     { float:right;margin:4px 0 4px 10px; }
 
.nopadding     { padding:0; }
.noindent      { margin-left:0;padding-left:0; }
.nobullet      { list-style:none;list-style-image:none; }
