
/* CSS Document */
body{
	padding: 0;
	margin: 0;
	text-align: center;
	min-width: 600px;
	width: 100%;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	color: #1A1A1A;

	}

img{
	border: 0;
	padding: 0;
}

h3, h4, h5{
	text-align: left;
	color: #EC3C00;
}

h1, h2{
	text-align: center;
	color: #EC3C00;
}

.strong{
	font-weight: bold;
}

.underline{
	text-decoration: underline;
}

#content ul{
	text-align: left;		
}

#content li{
	padding-left: 15px;
	background: url(../images/bullet2.jpg) no-repeat;
	background-position: 0 5px;
	line-height: 16pt;
	list-style-type: none;
}


#container{
	margin: 0 0;
	background-image: url(../images/headerback.gif);
	background-repeat: repeat-x;
	background-position: 0px 0px;
}
	
#header{
	text-align: left;
	width: 100%;
	height: 146px;
	margin: 0;
	padding: 0;
	vertical-align: top;
}

#header img{
	border: 0;
	padding: 0;
	margin: 0;
}

.logo{
	padding: 0;
	margin: 0;
	border: 0;
	margin-left: 5px;
}

#content{
	margin: 0 5px 0 170px;
	/*margin: 0 20px 0 200px;*/
	padding: 0 0 1em;
	text-align: left;
	font-size: 11pt;
	/*overflow: scroll;*/
	/*height: 400px;*/
}

#leftmenu{
	width: 160px;
	float: left;
	margin: 0 0 2em;
	padding: 10px 0 1em;
	text-align: center;
	color: #fff;
	background-color: #001925;
	background-image: url(../images/menu_right.jpg);
	background-repeat: no-repeat;
	background-position: right bottom;

}

#left{
	width: 20px;
	height: 21px;
	float: left;
	margin: 0;
	padding: 0;
	background-image: url(../images/menu_left.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#right{
	width: 50px;
	height: 52px;
	float: left;
	margin: 0;
	padding: 0;
	background-image: url(../images/right.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	z-index: 1;
}

#footer{
	width: 95%;
	padding: 1% 0 0.5em;
	background-color: #FFFFFF;
	clear: left;
	border-top: 2px solid #B6BAC0;
	color: #999999;
	line-height: 15pt;
	font-size: 11pt;
	margin: 0 2%;
}

#footer a{
	color: #999999;
}

#footer a:visited{
	color: #999999;
	text-decoration: none;
}

#date{
	margin: -1em 5% 0 5%;
	text-align: right;
	color: #999999;
	font-weight: bold;
	line-height: 10pt;
	font-size: 10pt;
}	

.main_menu{
	margin: 0px 0px 0px 5px;
	padding: 10px 0 10px 5px;
	width: 145px;
	text-align: left;
}


.main_menu ul{
	margin: auto 0;
	padding: 0  .5em;
	border: 0;
}

.main_menu li{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9pt;
	font-weight: bold;
	padding-left: 0;
	line-height: 11pt;
	list-style-type: none;
}

.main_menu a{
	margin: 0;
	padding:0;
	display: block;
	color: #fff;
	text-decoration: none;
	width: 140px;
}

.main_menu .sub{
	background-image: url(../../images/arrow.gif);
	background-repeat: no-repeat;
	background-position: right top;
}

.submenu{
	padding-left: 5px;
	margin: 0;
	border: 0;
	display: none;
}

.submenu a{
	display: block;
	width: 100%;
	font-weight: normal;
}

.submenu a:hover{
	font-weight: bold;
	text-decoration: underline;
}

#mailList{
	margin: 20px 10px 0 5px;
	padding: 0 0 0 5px;
	width: 140px;
	font-size: 10pt;
	text-align: left;

}

#mailList input{
	margin: 5px 0;
	border: 1px solid #333;
	background-color: #FFF;
}

#mailList h3{
	margin: 0;
	padding: 0 0 5px;
	text-decoration: underline;
}

.right{
	float: right;
}

.left{
	float: left;
}

.center{
	text-align: center;
}

.fair_title{
	font-style: italic;
	text-align: center;
}

.t{
	height: 30px;
	width: 90%;
	border: 0;
	text-align: right;
}

.event{
	border-bottom: 2px solid #CCCCCC;
	margin: 0em 0 1em .5em;
	width: 90%;
	padding: 0;
	min-height: 180px;
	clear: both;
	height: auto;
}


.event h2{
	width: 63px;
	height: 95px;
	padding: 1px;
	margin: 0 auto;
	text-align: center;
	padding-top: .8em;
	float: left;
	background-image: url(../images/dates.gif);
	background-repeat: no-repeat;
	font-size: 15pt;
}
	

.event .info{
	margin-left: 100px;
	margin-bottom: 1em;
	font-size: 10pt;
	height: auto;
}

.event img{
	float:  right;
	padding: 3px;
}

#content form { background-color: #f4f4f4; padding: 10px; margin-top: 10px;  width: 400px;}
#content form div { margin: 10px 0; text-align: right;}

#content form div label{
	float: left;
	display: block;
	width: 170px;
	text-align: right;
	margin-right: 5px;
}

#content form div input, 
#content form div textarea, #content form div select { border: 1px solid #999; padding: 2px; margin: 1px 0;font-family: Geneva, Arial, Helvetica, sans-serif; font-size: 1em; width: 200px;}
#content textarea { height: 100px; } 
#content .btn{ width: auto; }

#countdown{
	text-align: left;
	background: url(../images/countdown.gif) no-repeat;
	height: 51px;
	color: #000;
	padding: 25px 0 0 23px;
	margin: 0 0 0 5px;
	font-weight: bold;
	font-size: 12px;	
}

#btn{
	margin-top: 10px;
	margin-right: 5px;
	color: #ffffff;
	text-align: right;
	font-weight: bold;
}

#btn a{
	margin: 0 0 2px 0;
	padding: 0;
	display: block;
}

.footnote{
	font-size: 9pt;
}
