/*#############################################################




#############################################################*/

/* standard elements */

* {
	margin: 0;
	padding: 0;
}

a {
	color: #bc9840;
	border-bottom: dotted 1px #bc9840;
	text-decoration: none;
	font-weight:bold;
}

a:hover {
	color: #000;
	border-bottom: dotted 1px #000;
	
}

body {
	background: url(../img/bg.jpg) repeat-x top #bcbcbc;
	color: #272626;
	font-size: 62.5%;
	font-family: "Lucida Grande","Lucida Sans Unicode",Verdana,Arial,Helvetica,sans-serif;
}

	
dl {
	margin: 0 0 10px 0;
	padding: 0;
	clear:both;
	}
	
dt {
	float: left;
	color: #666;
	clear: left;
	text-align: right;
	width: 160px;
	font-size: 1.1em;
	}
	
dd {
	margin: 0 0 7px 180px;
	font-weight: bold;
	font-size: 1.2em;
	}


p,ul {
	font-size: 1.2em;
	padding-bottom: 1.2em;
	line-height: 1.5em;
}

p.first	{
	margin-top: 200px;
	}

h2	{
	text-indent: -9999px;
	height: 38px;
	padding-bottom: 12px;
	width: 380px;
	}

h3	{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.7em;
	padding: 1em 0;
	border-top: 1px dotted #888;
	color: #bc9840;
	clear: both;
	}
	
hr	{
	margin: 20px 0;
	height: 2px;
	color:#CCCCCC;
	background-color: #CCCCCC;
	border: none;
	}

h2#home	{
	background: url(../img/h2_home.gif) top left no-repeat;
	width: 522px;
	height: 80px;
	}
	
h2#categories	{
	background: url(../img/h2_categories.gif) top left no-repeat;
	}

h2#enter	{
	background: url(../img/h2_enter.gif) top left no-repeat;
	}
	
h2#contact	{
	background: url(../img/h2_contact.gif) top left no-repeat;
	}
	
h2#success	{
	background: url(../img/h2_success.gif) top left no-repeat;
	}
	
h2#fail	{
	background: url(../img/h2_fail.gif) top left no-repeat;
	}
	
h2#attend	{
	background: url(../img/h2_attend.gif) top left no-repeat;
	}
	
h2#login	{
	background: url(../img/h2_login.gif) top left no-repeat;
	}
	
h2#manage	{
	background: url(../img/h2_manage.gif) top left no-repeat;
	}

h2#info	{
	background: url(../img/h2_info.gif) top left no-repeat;
	}
	
h2#gallery	{
	background: url(../img/h2_gallery.gif) top left no-repeat;
	}
	
h2#sponsorship	{
	background: url(../img/h2_sponsorship.gif) top left no-repeat;
	}

/* misc */

.clearer {
	clear: both;
}

.homephoto	{
	float: right;
	margin-top: -20px;
	}
	
.smallnote	{
	font-size:1em;
	padding-bottom: 8px;
	}
	
.bignews	{
	font-weight: bold;
	font-size: 1.6em;
	}

.finished	{
	color: #FF0000;
	font-weight: bold;
	padding: 10px;
	background-color: #FFFFFF;
	border: 1px solid #666;
	float: right;
	font-size: 1.3em;
	margin: 10px 0 0 0;
	}
	
.floatright	{
	float: right;
	padding: 0 0 10px 10px;
	}

/* structure */

.container {
	margin: 0 auto 20px;
	width: 978px;
	border-bottom: 3px solid #958664;
	border-left: 3px solid #958664;
	border-right: 3px solid #958664;
}

/* header */

.header {
	background: url(../img/headerbg1.jpg) top left no-repeat;
	height: 140px;
	margin: 0 auto;
	width: 100%;
}

.header h1 {
	text-indent: -9999px;
	height: 1px;
}

/* navigation */
.navigation {
	background: url(../img/headerbg2.jpg) top left no-repeat;
	width: 100%;
	height: 43px;
}

.navholder	{
	padding: 6px 45px 0;
	}

.navholder a {
	color: #666;
	text-decoration: none;
	outline: none;
	font-size: 1.1em;
	padding: 4px 15px;
	background: #FFFFFF;
	font-weight: bold;
	display: block;
	float: left;
	margin-right: 8px;
	border: 1px solid #bc9840;
	-moz-border-radius: 0.3em;
}

.navholder a:hover,.navholder a.selected {
	background: #bc9840;
	color: #fff;
	border: 1px solid #fff;
	outline: none;
}


/* main */
.main {
	background: #fff;
	padding-top: 10px;
}

.homemain {
	background: url(../img/homephoto.jpg) top right no-repeat #fff;
	padding-top: 10px;
}


/* content */

.content {
	width: 888px;
	padding: 20px 45px;
}

.content li {
	list-style: url(img/li.gif);
	margin-left: 28px;
	padding-bottom: 10px;
}

.leftcol	{
	width: 550px;
	float: left;
	background: url(../img/homebg.jpg) -15px 80px no-repeat;
	}

.rightcol	{
	width: 383px;
	float: right;
	}
	
a.pdflink	{
	display: block;
	height: 71px;
	width: 432px;
	line-height: 2.0em;
	background: url(../img/linkbg.jpg) top left no-repeat;
	color: #FFFFFF;
	font-size: 1em;
	padding: 15px 0 0 90px;
	border-bottom: none;
	text-shadow: 0.1em 0.1em 0.2em #362A12;

	}
	
a.pdflink:hover	{
	background: url(../img/linkbg_on.jpg) top left no-repeat;
	}
	

/* form elements */

form {
	margin:10px 0;
	font-size: 1em;
	font-family: "Lucida Grande","Lucida Sans Unicode",Verdana,Arial,Helvetica,sans-serif;
}

form p {
	margin:0;
	padding-bottom: 0;
}

label {
	display:block;
	font-weight:bold;
	margin:10px 0 3px 0;
}

p.smallnote label {
	display: inline;
	font-weight:bold;
	font-size: 1.1em;
	padding:10px 0 3px 10px;
}

input {
	padding:2px;
	border:1px solid #999;
	font: normal 1em;
	color:#000;
	background: #e7e7e7;
}

textarea {
	padding:2px;
	font-family: "Lucida Grande","Lucida Sans Unicode",Verdana,Arial,Helvetica,sans-serif;
	font-size: 1.1em;
	border:1px solid #999;
	display:block;
	background: #e7e7e7;
	color:#000;
}

input.button { 
	color: #FFF;
	background: #bc9840;
	border: none;
	text-align: left;
	font-weight: bold;
	cursor: pointer;
	padding: 5px;
	font-size: 14px;
	margin-top: 15px;
	clear: both;
	width: 340px;
}

button {
    border: none;
	display:block;
    background: #009a49;
    padding: 50px 50px;
}


/* agenda list elements */
	
dl.table-display
{
	width: 570px;
	margin: 0 0 15px 0;
	float:left;
	font-size: 1.2em;
}

.table-display dt	{
	width: 80px;
	float: left;
	padding: 5px 5px 5px 0;
	font-weight: bold;
	color: #000;
	font-size: 1em;
}

.table-display dd	{
	float: left;
	width: 400px;
	font-size: 1em;
	padding: 5px;
	margin: 0 0 0 15px;
	font-weight: normal;
}

/* footer */

table	{
	width:680px;
	background: #e7e7e7;
	margin: 15px 0 25px;
	border-left:1px solid #999;
	border-top:1px solid #999;
	}

td,th	{
	border-right:1px solid #999;
	border-bottom:1px solid #999;
	padding: 5px;
	}

th	{
	background: #FFFFFF;
	}

.redbold	{
	color: #B21B27;
	text-transform: uppercase;
	font-weight: bold;
	font-size:1.2em;
	}


/* footer */

.footer {
	background: url(../img/footerbg.jpg) top left no-repeat;
	margin: 0 auto;
	width: 100%;
	height: 106px;
}

