@charset "utf-8";
/* CSS Document */

*{
	margin:0;
	padding:0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	border:none;
	outline:none;
}

html{
	height:100%;
	padding:0 0 1px;
}

a:link, a:visited, a:active{
	color:inherit;
	text-decoration:none;
}
a:hover{
	color:inherit;
	text-decoration:underline;
}

blockquote{
	width:600px;
	margin:20px 100px;
	font-style:italic;
	text-align:justify;
}

body{
	font-size:10pt;
	background:url(../images/bg/bg_gradient.png) repeat-x black;
	background-position:top;
}

br{
	clear:both;
}

h1{
	font-family:Helvetica, Verdana, Arial, sans-serif;
	font-weight:normal;
	font-size:2em;
}
h2{
	font-family:Helvetica, Verdana, Arial, sans-serif;
	font-weight:normal;
	font-size:1.8em;
}

p{
	margin:5px 0;
	text-align:justify;
}
textarea{
	font-size:10pt;
	border:1px solid #DDDDDD;
}
#bg{

	height:inherit;
	float:left;
	width:100%;
}

#brochure{
	float:right;
	width:200px;
	height:60px;
	background:url(../images/brochure_button_02.png) no-repeat;
}

#contact_us{
	width:440px;
	padding:20px 180px 60px;
	background:url(../images/holly_01.jpg) no-repeat;
	background-position:bottom left;
}

#contact_us input.text{
	border:1px solid #DDD;
	width:218px;
}
#contact_us input.button{
	background:#EEEEEE;
	border:3px double #B60000;
	margin:0 10px 0 0;
	padding:2px;
	cursor:pointer;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
#contact_us label{
	width:220px;
	float:left;
}
#contact_us textarea{
	width:438px;
	height:200px;
	margin:10px 0;
}

#content{
	width:840px;
	background:#B60000;
	padding:0 10px 10px;
	margin:0 45px;
	-moz-border-radius:0 0 10px 10px;
	-webkit-border-bottom-left-radius:10px;
	-webkit-border-bottom-right-radius:10px;
}
#event_content{
	width:600px;
	float:left;
	padding:10px;
}

#event_grid{
	width:840px;
}

#event_pictures{
	width:150px;
	float:left;
	height:100%;
	overflow:hidden;
}
#event_pictures img{
	float:left;
}

#footer{
	width:840px;
	background:#B60000;
	padding:10px;
	margin:10px 45px;
	color:white;
	font-size:0.8em;
}
#footer p{
}

#header{
	width:950px;
	height:260px;
	background:url(../images/bg/header.jpg);
	margin:19px 0 0;
}

#main{
	width:950px;
	float:left;
}

#menu{
	width:800px;
	margin:0 20px;
}
#menu ul{
}
#menu li{
	list-style:none;
	display:inline;
}
#menu li a:link, #menu li a:visited, #menu li a:active{
	background:#DDDDDD;
	padding:5px 5px 3px;
	margin:0 5px;
	font-weight:bolder;
	-moz-border-radius:2px 2px 0 0;
	-webkit-border-top-left-radius:2px;
	-webkit-border-top-right-radius:2px;
	border-bottom:1px solid #CCCCCC;
	float:left;
}
#menu li a.active:link, #menu li a.active:visited, #menu li a.active:active{
	background:white;
	padding:5px 5px 3px;
	margin:0 5px;
	font-weight:bolder;
	-moz-border-radius:2px 2px 0 0;
	-webkit-border-top-left-radius:2px;
	-webkit-border-top-right-radius:2px;
	border-bottom:1px solid white;
	float:left;
}


#wrapper{
	width:950px;
	margin:0 auto;
}

div.error_div{
	overflow:visible;
	height:1px;
	margin:1px 0 5px 220px;
}
div.error_div_2{
	overflow:visible;
	height:1px;
	margin:1px 0 5px;
}
div.event_cell{
	width:260px;
	margin:10px;
	background:#FFFFFF;
	float:left;
}
div.event_cell img{
	width:250px;
	margin:5px;
	height:100px;
	background:black;
	float:left;
}
div.event_cell p{
	text-align:center;
	margin:5px 0;
}

div.textbox{
	background:white;
	padding:10px;
	margin:0 10px 10px 10px;
	width:800px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	clear:both;
}
span.error{
	font-size:0.7em;
	color:red;
	display:none;
	overflow:visible;
	min-width:300px;
	float:left;
}
strong.normal{
	font-weight:normal;
}