/* CSS Document */

/* HTML elements ----------------------------------------------------------------------------------------------------------------------------------*/
* {
	margin:0;
	border:0;
	padding:0;
}


body {
	background: #f0f0f0 url(/images/bgr.jpg) repeat-x;
	font-size:76%;
	font-family:Arial, Helvetica, sans-serif;
}

h1, div#heading {
	background: url(/images/icon.jpg) no-repeat left center;
	width:581px;
	margin: 0 20px 0 0;
	float: right;
	display: inline;
	color: #004e91;
	padding: 0 0 0 40px;
	text-transform:none;
	font-size:2.0em;
	font-weight:normal;
}

h2 {
	text-transform:none;
	font-size:1.8em;
	margin-bottom:0.5em;
}

h3 {
	font-size:1.6em;
}

h4 {
	text-transform:capitalize;
	font-size:1.4em;	
}

h5 {
	text-transform:capitalize;
	font-size:1.2em;
}

h6 {
font-size:1em;	
}	

p {

}

a {
	color:#559f7e;	
}

a:visited {
	color:#559f7e;
}

a:hover {
	
}

a:active {
	
}

ul {
	
}

li {

}

ol {

}




/* Page elements ----------------------------------------------------------------------------------------------------------------------------------*/

div#container {
	background-color: #fff;
	width:948px;
	margin:0 auto;
	position: relative;
	padding: 316px 0 0 0;
}



ul#navigation{
	background: url(/images/navigation.jpg) no-repeat;
	list-style-type:none;
	/*width: 783px;*/
	width: 948px;
	height:57px;
	position: absolute;
	top: 217px;
	left:0;
	/*padding: 20px auto 0 165px;*/
	text-align:center;
	padding-top:15px;
}

ul#navigation li{
	display: inline;
	margin: 0 40px 0 0;
	font-size: 1.3em;
	font-weight:bold;
}

ul#navigation li a{
	text-decoration: none;
	text-transform: uppercase;
	color: #fff;
}

ul#navigation a:hover{
	color:#004e91;
}




div#main_content {
	border: 1px blue solid;
	float: left;
	width: 0;
	margin: 0 0 0 0;
	padding:0;
}

div#main_content {
}


div#main_copy {
	width:621px;
	margin: 5px 20px 40px 0;
	float: right;
	display:inline;
	padding-top: 15px;
	border-top: 4px #b8cee0 solid;
	border-bottom:4px #e5e5e5 solid;
	border-left:none;
	border-right:none;
}

div#home_copy {
	width:621px;
	margin: 5px 20px 40px 0;
	float: right;
	display:inline;
	padding-top: 15px;
	border-top: 4px #b8cee0 solid;

}

div#extended_copy {
	width:621px;
	margin: 5px 20px 40px 0;
	float: right;
	display:inline;
	clear: right;
	border-bottom:4px #e5e5e5 solid;
	/*border-top: 4px #b8cee0 solid;
	padding-top: 15px;*/
}

div#main_copy p, div#main_copy ul, div#home_copy p, div#extended_copy p {
	line-height: 1.5em;
	font-size: 1.2em;
	margin: 0 0 1em 0;
}

div#main_copy ul {
	margin-left:30px;
}

div#main_copy ul li {	
	margin-bottom:0.5em;
	list-style:none;
	background:url(/images/li_bullet.gif) top left no-repeat;
	padding-left:15px;
}

div#main_copy p#date {
	margin: 20px 0 30px 0;
}

div#main_copy p#price {
	padding-bottom: 10px;
	margin:0 0 30px 0;
	border-bottom:4px #e5e5e5 solid;
}



div#banner {
	background: url(/images/banner.jpg) no-repeat;
	width: 948px;
	height: 216px;
	position: absolute;
	top:0;
	left:0;
	text-indent:-5000px;
}




/*start events_container section-------------------------------------------------------------------------------------------*/

div#events_container {
	background: url(/images/events_bgr.jpg) repeat-y;
	width:256px;
	display: inline;
	float: left;
}

div#events_container h3{
	background: url(/images/events_top.jpg) no-repeat;
	width: 256px;
	height:118px;
	text-indent: -5000px;
}

div#events_container ul#events {
	float: left;
	width:220px;
	padding: 10px 0 0 15px;
}

div#events_container ul#events li{
	list-style-type: none;
	float: left;
	margin: 0 0 1em 0;
}


div#events_container dt{
	background: url(/images/date_bgr.jpg) no-repeat;
	width:52px;
	height:64px;
	float: left;
	margin-bottom: 10px;
	text-align: center;
	color: #fff;
}

div#events_container dd{
	width:150px;
	float: left;
	margin: 0 0 0 10px;
	font-weight: bold;
}


ul#events span.day {
	font-size: 2em;
	font-weight: bold;
	display: block;
}

ul#events span.month {
	font-size: 1.3em;
	font-weight: bold;
	text-transform: uppercase;
}



 ul#events a{
	color: #004e91;
}

div#events_container p {
	border-top:2px solid white;
	margin: 0;
	padding-top:0.5em;
	font-weight:normal;	
}


div#events_container form {
	background: url(/images/events_btm.jpg) no-repeat bottom;
	width:196px;
	margin: 20px 0 0 0;
	padding: 10px 45px 50px 15px;
	font-size: 1.1em;
	font-weight: bold;
	clear: left;
	float:left;
}

div#events_container form label{
	display:block;
	margin: 1.0em 0 0.3em 0;
}

div#events_container form button{
	margin: 15px 0 0 0;
	background:url(/images/submit_general.jpg) top left no-repeat;
	width:146px;
	height:40px;
	text-indent:-5000px;
}

/*finish events section--------------------------------------------------------------------------------------------*/


/*Event Subscription Form*/


form#subscribe_event p {
	border-top:2px solid white;
	margin: 0;
	padding-top:0.5em;
	font-weight:normal;
	line-height:1.5em;	
}


form#subscribe_event {
	border:1px solid #ccc;
	width:320px;
	margin: 10px 0 20px 0;
	padding: 10px 20px 20px 15px;
	font-size: 1.1em;
	font-weight: bold;
	clear: left;
	float:left;
}

form#subscribe_event label{
	display:block;
	margin: 1.0em 0 0.3em 0;
}

form#subscribe_event input{
	border: 1px #b8cee0 solid;
	width:250px;	
}

form#subscribe_event button{
	margin: 15px 0 0 0;
	background:url(/images/submit_event.jpg) top left no-repeat;
	width:146px;
	height:40px;
	text-indent:-5000px;
}




ul#footer {
	background: url(/images/footer_bgr.jpg) repeat-x;
	clear: both;
	width: 928px;
	height: 23px;
	padding: 8px 0 0 20px;
}

ul#footer li{
	display: inline;
	margin: 0 40px 0 0;
}

ul#footer li.copyright{
	float:right;
}

ul#footer li#mmc{
	margin: 0 0 0 0;
}

ul#footer li a{
	color:#305f49;
	text-decoration: none;
}

ul#footer li a:hover{
}

ul#detail {
	
}

ul#detail li{

}


/* Custom elements ----------------------------------------------------------------------------------------------------------------------------------*/

div#main_copy ul#events_page {
	list-style:none;
	margin:0;
	font-size: 1.0em;
}

div#main_copy ul#events_page li{
	clear:both;
	border-bottom:4px #e5e5e5 solid;
	float:left;
	width:100%;
	margin-top:1.5em;
	margin-left:0;
	background:none;
	padding:0;
	
	
/*	margin-bottom:0.5em;
	list-style-position:outside;*/

}

ul#events_page li p, ul#events_page li ul li {
	/*font-size: 1.2em;*/

}

ul#events_page li ul {
	margin-left:30px;
}

div#main_copy ul#events_page li ul li{
	border:none;
	float:none;
	line-height: 1.5em;
	margin: 0 0 0.5em 0;
	/*list-style-position:outside;
	list-style-type:disc;*/
	list-style:none;
	background:url(/images/li_bullet.gif) top left no-repeat;
	padding-left:15px;
}

/*div#main_copy p, div#main_copy ul, div#home_copy p {
	line-height: 1.5em;
	font-size: 1.2em;
	margin: 0 0 1em 0;
}

div#main_copy ul {
	margin-left:30px;
}

div#main_copy ul li {	
	margin-bottom:0.5em;
	list-style-position:outside;
}	*/


a.register {
	background: url(/images/register_bgr.jpg) no-repeat;
	float: right;
	width:243px;
	height:65px;
	text-indent:-5000px;
}

a.info {
	background: url(/images/info_bgr.jpg) no-repeat;
	float: right;
	width:243px;
	height:65px;
	text-indent:-5000px;
}



form#search {
	background: url(/images/form_bgr.jpg) no-repeat;
	/*float: left;*/
	width: 241px;
	height: 104px;
	padding: 0 0 0 15px;
}


input#keywords {
	background: url(/images/input_bgr.jpg) no-repeat;
	width:158px;
	height:17px;
	margin: 38px 0 0 0;
	padding: 3px 0 0 3px;
	/*float: left;*/
}

form#search button{
	background: url(/images/search_btn.jpg) no-repeat;
	width:27px;
	height:22px;
	text-indent: -5000px;
	margin: 37px 0 0 10px;
}

fieldset {
}


form.standard {
	width: 623px;
	margin: 1em 0 20px 0;
}

div#main_copy form.standard ul{
	margin:1.0em 0 0 0;	

}


form.standard li{
	list-style-type: none;
	height: 35px;
	vertical-align: top;
	position: relative;
	margin: 0 0 1.5em 0;
}

form.standard li label{
	float: left;
}

form.standard li input{
	float: right;
	width:180px;
	margin: 0 250px 0 0;
	border: 1px #b8cee0 solid;
}

form.standard li span{
	position: absolute;
	top:20px;
	left:0;
	color: #FF0000;
}


form.standard li#message {
	height: 120px;
}

form.standard li textarea {
	float: right;
	width: 430px;
	border: 1px #b8cee0 solid;
	overflow:auto;
}

form.standard button.submit {
	background: url(/images/submit_bgr.jpg) no-repeat;
	float: right;
	width:243px;
	height:65px;
	text-indent:-5000px;
}

table#accommodation {
	width:100%;
	border-collapse:separate;
	border-spacing:5px;
}

table#accommodation th {
	background-color:#004e91;
	color:#fff;
	font-size:1.4em;
	font-weight:normal;
	padding:3px;
	width:50%;
}

table#accommodation td {
	vertical-align:top;
	padding:3px;
	border-bottom:1px #e5e5e5 solid;
}

table#accommodation td.event_title {
	background-color:#bee3c1;
	color:#000;
	font-size:1.1em;
	font-weight:bold;
	padding:6px;
	width:50%;
	border-top:10px solid #fff;
}

form#active_form {
	border:1px solid #9dbbd5;
	padding:10px;
	float:left;
	background-color:#9dbbd5;
	margin:10px 0;
	clear:left;
}


form#active_form input.text, form#active_form textarea {
	width:180px;
	border: 1px #b8cee0 solid;
	display:block;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.0em;
	margin-bottom:10px;
	font-style:italic;
}



form#active_form textarea {
	overflow:auto;
}

form#active_form button, form#active_form input.button {
	margin-bottom:3px;
	width:180px;
	height:45px;
}

form#active_form button {
	text-indent:-5000px;
}

form#active_form button#login, form#active_form input#login {
	background:url(/images/btn_login.jpg) no-repeat top left;
}

form#active_form button#insert, form#active_form input#insert {
	background:url(/images/btn_insert.jpg) no-repeat top left;
}

form#active_form button#update, form#active_form input#update {
	background:url(/images/btn_update.jpg) no-repeat top left;
}

form#active_form button#delete, form#active_form input#delete {
	background:url(/images/btn_delete.jpg) no-repeat top left;
}

form#active_form button#send, form#active_form input#send {
	background:url(/images/btn_send.jpg) no-repeat top left;
}

form#active_form button#register, form#active_form input#register {
	background:url(/images/btn_register.jpg) no-repeat top left;
}

table#accommodation span.response_msg {
	color:#f90;
	font-weight:bold;
}

span.error_msg {
	display:block;
	color:#c00;
	font-weight:bold;
}

table#accommodation em {
	font-style:italic;
	font-weight:bold;
}

table#accommodation a {
	display:block;
	float:left;
	background-color:#559f7e;
	color:#fff;
	font-weight:bold;
	padding:3px;
	text-decoration:none;
	margin-right:8px;
	vertical-align:middle;
	border-top:1px solid #6ccaa0;
	border-left:1px solid #6ccaa0;
	border-bottom:1px solid #4c8f71;
	border-right:1px solid #4c8f71;
}

table#accommodation a.edit {
	display:block;
	float:left;
	background-color:#f90;
	color:#fff;
	font-weight:bold;
	padding:3px;
	text-decoration:none;
	margin-right:8px;
	vertical-align:middle;
	border-top:1px solid #ffb74a;
	border-left:1px solid #ffb74a;
	border-bottom:1px solid #df8600;
	border-right:1px solid #df8600;
}

table#accommodation a:hover {
	background-color:#6ccaa0;

}

table#accommodation a.edit:hover {
	background-color:#ffb74a;

}





