/* Basic elements
-------------------------------------------------------------------------*/

html {
    margin:0;
    padding:0;
    }
           
body {
	margin: 0;
	text-align: center;
	background: #f1a020 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: #4a0000;	
	}

a:hover {
	color: #f2c953;
}

img {
	border: 0;
	}

.clearHack {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	}
	
h1 {
	font: 30pt/40pt bold georgia, times new roman;
	color: #4a0000;
	margin: 2px 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;
	min-height: 200px;
	margin-top: -1px;
	margin-bottom: -8px;
	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: #4a0000;
	font: 13pt bold georgia, times new roman;
	}

#nav li {
	display: inline;
	margin: 0 3px;
	}

#nav a:link, #nav a:visited  {
	color: #4a0000;	
	}

#nav a:hover  {
	color: #f2c953;
	text-decoration: underline;
	}

/* Content Area
-------------------------------------------------------------------------*/	

#insidewrap1 {
	position: relative;
	width: 770px;
	min-height: 150px;
	left: 0;
	margin: 20px 50px 0 50px;
	display: block;
	text-align: left;
	}

#leftcol {
	float:left;
	position: relative;
	width: 450px;	
	margin: 0;
	padding: 10px 0 30px 0;
	text-align: left;
	
	}
	
#simple #leftcol {
	position: relative;
	width: 770px;	
	margin: 0;
	padding: 10px 0 30px 0;
	text-align: left;
	display: block;
	}

p.text1 {
	font: 28pt/22pt bold tahoma, georgia, times new roman;
	color: #4a0000;
	margin: 2px 0;
	}

p.text2 {
	font: 20pt/19pt bold tahoma, georgia, times new roman;
	color: #f36100;
	margin: 5px 0;	
	}

.prop {
    height: 709px;
    width: 1px;
    float: right;
    }

/* Past Events
-------------------------------------------------------------------------*/
.pastevent {
	width: 241px;
	height: 322px;
	
	padding-right: 14px;
}



/* Footer
-------------------------------------------------------------------------*/ 

#footer {
	clear:both;
	position: relative;
	height: 270px;
	margin-top: -20px;
	}
	
#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: 200px;
	height: 30px;
	font: 8pt normal verdana, arial, sans-serif;
	color: #4a0000;
	}
	
#copyright a {
	text-decoration: none;
	}
	
#somelink {
	width: 80px;
	height: 60px;
	position: absolute;
	left: 395px;
	top: 153px;
	}
	
#somelink a {
	width: 80px;
	height: 60px;
	left: 0;
	position: absolute;
	}	
	
#clydeslink {
	width: 85px;
	height: 60px;
	position: absolute;
	left: 490px;
	top: 153px;
	}

#clydeslink a {
	width: 85px;
	height: 60px;
	left: 0;
	position: absolute;
	}		
	
#evolink {
	width: 90px;
	height: 60px;
	position: absolute;
	left: 587px;
	top: 153px;
	}
	
#evolink a {
	width: 90px;
	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;
	}
	
#rightcol {
	float:right;
	width: 300px;
	margin: 0;
	padding-top:240px;
	text-align: center;
	}	
	
.floatfix{
  clear: both;
}

