/* Basic elements
-------------------------------------------------------------------------*/

html {
    margin:0;
    padding:0;
    }
           
body {
	margin: 0;
	text-align: center;
	background: #eaebaf url('../images/background_top.gif') top repeat-x;
	font: 13pt/17pt normal georgia, times new roman, serif;
	}
	
hr {
	display: none;
}	

a:link, a:visited {
	text-decoration: underline;
	color: #8EB605;	
	}

a:hover {
	color: #415003;
}

img {
	border: 0;
	}

.clearHack {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	}
	
/* Wrap
-------------------------------------------------------------------------*/

#wrap {
	position: relative;
	width: 853px;
	margin: 0 auto;

	background: transparent url('../images/background_center.gif') center repeat-y;
	display: block;
	}


/* Header & Nav
-------------------------------------------------------------------------*/
#insidewrap {
	position: relative;
	width: 853px;
	top: 0;
 	background: transparent url('../images/header.jpg') center top no-repeat;
	display: block;
	text-align: left;
	}

#simple #insidewrap {
	position: relative;
	width: 853px;
	top: 0;
 	background: transparent url('../images/header_simple.jpg') center top no-repeat;
	display: block;
	text-align: left;
	}
#homelink {
	width: 280px;
	height: 60px;
	position: absolute;
	left: 20px;
	top: 35px;
	display: block;
}

#homelink a {
	width: 280px;
	height: 60px;
	left: 0;
	position: absolute;
	display: block;
}

#nav {
	float: right;
	margin: 50px 15px 0 0;
	padding: 0;
	width: 580px;
	text-align: right;
	right: 0;
	display: block;
	}

#nav ul {
	color: #444600;
	font: 13pt bold georgia, times new roman;
	}

#nav li {
	display: inline;
	margin: 0 3px;
	}

#nav a:link, #nav a:visited  {
	color: #444600;	
	}

#nav a:hover  {
	color: #fff;
	text-decoration: underline;
	}

/* Content Area
-------------------------------------------------------------------------*/	

#insidewrap1 {
	position: relative;
	width: 600px;
	min-height: 150px;
	left: 0;
	margin: 20px 50px 0 50px;
	display: block;
	text-align: left;
	}

#leftcol {
	position: relative;
	width: 400px;	
	margin: 0;
	padding: 10px 0 30px 0;
	text-align: left;
	display: block;
	}

#simple #leftcol {
	position: relative;
	width: 770px;	
	margin: 0;
	padding: 10px 0 30px 0;
	text-align: left;
	display: block;
	}

p.text1 {
	font: 28pt/22pt bold georgia, times new roman;
	color: #6b6f0a;
	margin: 2px 0;
	}

p.text2 {
	font: 20pt/19pt bold georgia, times new roman;
	color: #f4bb41;
	margin: 5px 0;	
	}
	
.prop {
    height: 709px;
    width: 1px;
    float: right;
    }


/* Past Events
-------------------------------------------------------------------------*/
.pastevent {
	float: left;
	width: 241px;
	height: 322px;
	display: block;
	padding-right: 14px;
}
/* Footer
-------------------------------------------------------------------------*/

#footer {
	position: relative;
	height: 270px;
	margin-top: -30px;
	}
	
#footerwrap {
	position: relative;
	width: 853px;
	height: 270px;
	margin: 0 auto;
	background: transparent url('../images/footer.jpg') no-repeat;
	}
	
#copyright {
	float: left;
	text-align: left;
	margin: 150px 0 0 30px;
	padding: 0;
	width: 250px;
	height: 30px;
	font: 9pt normal verdana, arial, sans-serif;
	color: #a0a61a;
	}
#copyright a {
	text-decoration: none;
	}
	
#swirllink {
	width: 130px;
	height: 60px;
	position: absolute;
	left: 310px;
	top: 153px;
	}
	
#swirllink a {
	width: 130px;
	height: 60px;
	left: 0;
	position: absolute;
	}	
	
#citylink {
	width: 120px;
	height: 60px;
	position: absolute;
	left: 465px;
	top: 153px;
	}
	
#citylink a {
	width: 120px;
	height: 60px;
	left: 0;
	position: absolute;
	}		
	
#julienlink {
	width: 110px;
	height: 60px;
	position: absolute;
	left: 600px;
	top: 153px;
	}
	
#julienlink a {
	width: 110px;
	height: 60px;
	left: 0;
	position: absolute;
	}

#footerLogo{
	float:right;
	margin:160px 150px 0 30px;
}	
label {
	font-weight: bold;
	vertical-align:top;	
}	
input.disabled {
	border: 1px solid #F2F2F2;
	background-color: #F2F2F2;
}
input, select {
	margin:3px;
}
input.required, textarea.required {
	border: 1px solid #00A8E6;
	}
input.validation-failed, textarea.validation-failed {
	border: 1px solid #FF3300;
	color : #FF3300;
	}
input.validation-passed, textarea.validation-passed {
	border: 1px solid #00CC00;
	color : #000;
}

.validation-advice {
	margin: 5px 0;
	padding: 5px;
	background-color: #FF3300;
	color : #FFF;
	font-weight: bold;
}

.custom-advice {
	margin: 5px 0;
	padding: 5px;
	background-color: #C8AA00;
	color : #FFF;
	font-weight: bold;
}
fieldset{
	border:0px;
}		