@import url("base.css");

.bread-crumb { display: none; }

#main h2 {
	font-size: 2em;
	line-height: 1em;
	color: #b59837;
	font-weight: bold;
}

#main p { 
	margin-bottom: 10px; 
}

/* -------------
 * Left Column
 * ------------- */
#left {
	float: left;
	width: 283px;
	margin: 0 50px 20px 30px;
}

/* -------------
 * Right Column
 * ------------- */
#right { 
	float: left; 
	width: 500px; 
	margin: 0 0 20px 0;
	min-height: 400px;
}

#right,
#right p {
	line-height: 1.4em;
}

#right ul,
#right ol {
	margin: 0 0 0 25px;
}

#right li { margin-bottom: 3px; }

/* Set the nested list styles */
#right ul { list-style-type: disc; }
#right ul ul { list-style-type: circle; }
#right ul ul ul { list-style-type: square; }

#right ol { list-style: decimal; }

dl.menu dd { 
	clear: left; 
	padding: 5px 0 18px 10px; 
	line-height: 1.4em;
}


#right ul.menu { padding: 0; margin: 0; }
#right ul.menu li { list-style: none; background: transparent url(/elements/skin/bullet.gif) no-repeat left top; padding: 0 0 0 20px; margin: 0 0 1.4em 0; line-height: 1.4em; }


h3 {
	font-size: 1.5em;
	color: #134783;
	padding-bottom: 5px;
}

a.event {
	color: #333333;
}

/* -------------
 * Directions box
 * ------------- */
.directions {
	width: 454px;
	padding-top: 12px;
	background: url(../../elements/skin/directions_box.gif) no-repeat left top;
}

.directions .content {
	padding: 8px 20px 20px;
	background: url(../../elements/skin/directions_box.gif) no-repeat left bottom;
}


/*registration form styles*/


select, option, input, textarea {
	font-family: verdana;
	font-size: 8pt;
}
#formContainer {
	float:left;
	width:500px;
	/*font-weight:bold;*/
}
#formContainer table {
	/*font-size:80%;*/
}
#formContainer table td {
	padding:5px;
}
.groupBox {
    background-color: #f0f0f0;
	width: 450px;
	margin: 0 auto 15px auto;
	padding: 10px;
	border: 1px solid #d7d7d7;
	-moz-border-radius: 11px;
	-webkit-border-radius: 11px;
	border-radius: 11px;
	/*behavior: url(../inc/js/border-radius.htc);*/
	/*font-size:80%;*/
}

.groupBox label {
	line-height:26px;
}

.groupBox p {
	/*font-size:100%;*/
	line-height:26px;
	color:#666;
}

#form-btn {
	width:500px;
	height:50px;
	padding-top:30px;
	text-align:center;
}


.red { color: #cc0000; }

/*  /  registration form styles*/

