html, body {
	height:100%;
	margin: 0;
	padding: 0;
	text-align: center;
	background: #21487F url(images/page_bg.gif) repeat-y center;
}
#main{
	min-height:100%;
	margin: auto auto -50px auto;
	height: auto;
}
* html #main {
	height:100%;
	}
	
#clearfooter {
	clear: both;
	height: 50px;
	}
div>p {
	margin:0;
	}
#minHeight {
	float: left;
	width: 0px;
	height: 100%;
	margin-bottom: -50px;
	}
* html #minHeight {
	margin-bottom: -50px;
	}
.clear {
	margin: 0;
	height: 1px;
	font-size: 1px;
	color: #fff !important;
	clear: both;
}
#container {
	width: 760px;
	text-align: right;
	margin: auto;
	border: 1px solid #fff;
	border-width: 0 1px;
}
.header {
	padding: 0 0 0 5px;
	height: 130px;
	width: 754px;
	text-align: left;
/*	background: #fff url(images/header_bg.gif) no-repeat;
*/	background: #fff;
	border: 3px solid #991f0f; 
	border-width: 0 0 3px 0;
}

.header img {
	border: none;
	float: left;
	margin-right: 12px;
	margin-left: 0;
}

.header p {
	margin: 30px 10px 0 0;
	width: 230px;
	font: bold 18px Tahoma;
	color: #991f0f;
	text-align: left;
	float: right;
}
.banner {
	margin: 24px 0 0 0;
	border: none;
	float: right;
	position: relative;
} 
	.headnav {
		margin: 10px 0 0 0;
		/*width: 200px;*/
		font: bold 12px Arial;
		color: #21497f;
		text-align: left;
		position: relative;
		float: right;
	}
		.headnav a {
			margin: 0 5px;
			padding: 5px 0 0 0;
			height: 20px;
			font: bold 12px Arial;
			color: #21497f;
			text-decoration: none;
			text-transform: uppercase;
			display: block;
			float: left;
		}
		.headnav a:hover {
			font: bold 12px Arial;
			color: #991f0f;
			text-decoration: underline;
			text-transform: uppercase;
		}
		.headnav_current {
			margin: 0 5px;
			padding: 5px 0 0 5px;
			height: 20px;
			font: bold 12px Arial;
			color: #991f0f;
			text-decoration: underline;
			text-transform: uppercase;
			display: block;
			float: left;
			cursor: default;
		}
.nav {
	margin: 0;
	width: 759px;
	height: 26px;
	background-color: #21497f;
	text-align: center;
	border-top: 1px solid #fff;
}
	.nav a {
		margin: 0 5px;
		padding: 5px 0 0 5px;
		height: 20px;
		font: bold 12px Arial;
		color: #FFF;
		text-decoration: none;
		text-transform: uppercase;
		display: block;
		float: left;
	}
	.nav a:hover {
		font: bold 12px Arial;
		color: #fff;
		text-decoration: none;
		text-transform: uppercase;
		background: url(images/nav_link_bg.gif) no-repeat left;
	}
	.nav_current {
		margin: 0 5px;
		padding: 5px 0 0 5px;
		height: 20px;
		font: bold 12px Arial;
		color: #FFF;
		text-decoration: none;
		text-transform: uppercase;
		background: url(images/nav_link_bg.gif) no-repeat left;
		display: block;
		float: left;
		cursor: default;
	}
	
.content {
	margin: 0 auto;
	width: 760px;
	text-align: center;
}
.left {
	margin: 0;
	padding: 0;
	width: 200px;
	text-align: left;
	background: #ededed;
	float: left;
}
	.left h1 {
		margin: 1px 2px 2px 2px;
		padding: 3px 0 0 21px;
		height: 17px;
		font: bold 11px Arial;
		color: #000;
		text-align: left;
		background: #c2ced2 url(images/left_h1.gif) no-repeat;
	}
	.left h2 {
		margin: 1px 2px 2px 2px;
		padding: 3px 0 3px 21px;
		font: bold 11px Arial;
		color: #000;
		text-align: left;
		background: #c2ced2 url(images/left_h1.gif) no-repeat;
	}
	.left p {
		margin: 0 2px;
		padding-left: 5px;
		text-align: left;
	}
		.title {
			font: bold 11px Arial;
			color: #000;
			text-align: left;
		}
		.text {
			font: 11px Arial;
			color: #000;
			text-align: left;
		}
			.text a {
				font: 11px Arial;
				color: #991f0f;
				text-align: left;
				text-decoration: underline;
				display: block;
			}
			.text a:hover {
				color: #000;
				text-align: left;
				text-decoration: none;
			}
		
	.left img, .left a img {
		margin: 2px 0 0 5px;
		display: block;
	}
	.roletext {
		margin: 2px;
		font: 12px Arial;
		color: #000;
		text-align: left;
	}
		a.roletext {
			margin: 2px;
			padding: 2px 2px 2px 22px;
			font: bold 11px Arial;
			color: #991f0f;
			text-decoration: none;
			display: block;
			border-bottom: 1px solid #ededed;
		}
		a.roletext:hover {
			padding-left: 22px;
			text-decoration: none;
			background: #dee7ea url(images/left_role_link.gif) no-repeat;
			border-bottom: 1px solid #c2ced2;
		}
		
	.left select {
		width: 190px;
		font: 11px Arial;
		cursor: pointer;
	}
		.left select option {
			font: 11px Arial;
			width: 190px;
			display: block;
			cursor: pointer;
		}
				
.right {
	margin: 0 0 0 2px;
	width: 557px;
	text-align: left;
	background: url(images/right_bg.gif) repeat-x;
	float: left;
}
	.right h1 {
		margin: 2px;
		padding-left: 18px;
		padding-bottom: 2px;
		font: bold 16px Arial;
		color: #21497f;
		background: url(images/right_h1.gif) no-repeat;
		border-bottom: 1px solid #a8b2c0;
	}
	.big {
		margin: 0;
		padding: 2px;
		font: 12px Verdana;
		color: #000;
		text-align: left;
	}
		.big a {
			margin-bottom: 5px;
			font: bold 12px Verdana;
			color: #991f0f;
			text-align: left;
			text-decoration: underline;
			display: block;
		}
		.big a:hover {
			color: #000;
			text-align: left;
			text-decoration: none;
		}
	.big_staff {
		margin: 0;
		padding: 2px;
		font: 12px Verdana;
		color: #000;
		text-align: center;
	}
		.big_staff a {
			margin-bottom: 5px;
			font: bold 12px Verdana;
			color: #991f0f;
			text-decoration: underline;
		}
		.big_staff a:hover {
			color: #000;
			text-align: left;
			text-decoration: none;
		}
	.big_desc {
		margin: 5px 0;
		padding: 2px 10px 2px 30px;
		font: 11px Verdana;
		color: #000;
		text-align: left;
	}
		.big_desc a, .privacy_list a, .useracc a, .error a, .error a:link, .error a:visited {
			font: 11px Verdana;
			color: #991f0f;
			text-align: left;
			text-decoration: underline;
		}
		.big_desc a:hover, .privacy_list a:hover, .useracc a:hover, .error a:hover {
			color: #000;
			text-align: left;
			text-decoration: none;
		}
		
		.error a, .error a:link, .error a:visited, .error a:hover {
			font: bold 11px Arial;
		}
		
		.board {
			font: bold 14px Arial;
		}
		
		.revimg {
			margin: 7px;
			width: 170px;
			text-align: center;
			float: left;
		}
		.revimg img {
			margin-bottom: 7px;
			padding: 1px;
			border: 1px solid #4d6d99;
			background-color: #fff;
		}
		.quote {
			margin: 7px 0;
			padding: 0 10px 0 27px;
			width: 335px;
			*width: 325px;
			background: url(images/quote_up.gif) no-repeat top left;
			float: right;
		}
			.quote p {
				padding: 0 27px 0 0;
				font: 12px Verdana;
				color: #000;
				text-align: left;
				font-style: italic;
				background: url(images/quote_dn.gif) no-repeat bottom right;
			}
			.quote p.sign {
				padding: 0 27px 8px 0;
				font: bold 11px Verdana;
				color: #000;
				font-style: normal;
				text-align: right !important;
				background: none !important;
				border-bottom: 1px dashed #ccc;
			}
			
			
			
	.image {
		margin: 7px;
		padding: 1px;
		border: 1px solid #4d6d99;
		background-color: #fff;
		float: right;
	}
	.right ul {
		margin-top: 5px;
	}
	.right li {
		margin-top: 5px;
		font: 11px Verdana;
		color: #000;
		list-style-type: disc;
	}
	.small, .large_div {
		margin: 1px;
		width: 275px;
		text-align: left;
		background: url(images/right_bg.gif) repeat-x;
		float: left;
	}
	.small p, .large_div p {
		margin: 0;
		padding: 2px;
		font: 12px Verdana;
		color: #000;
		text-align: left;
	}
	.large_div {
		width: 554px;
		margin-top: 10px;
	}
	.event {
		margin: 1px;
		width: 275px;
		text-align: left;
		float: left;
	}
	.event p {
		margin: 0;
		padding: 2px;
		font: 11px Verdana;
		color: #000;
		text-align: left;
	}
	.event img {
		padding: 1px;
		background-color: #fff;
		border: 1px solid #21497f; 
	}
	.event_list {
		margin-top: 2px;
		padding-left: 0;
		font: 11px Verdana;
		color: #000;
		list-style-type: disc;

	}
	
	.error {
		margin: 0 0 3px 0;
		padding: 0;
		font: bold 11px Arial;
		color: #f00;
		text-align: left;
		display: block;
	}
	.login_form	{
		margin: auto;
		width: 250px;
		margin-left: 50px;
	}
	.login_text {
		margin: 0 0 3px 0;
		padding: 0;
		font: bold 11px Arial;
		color: #000;
		text-align: left;
		display: block;
	}
	.login_image {
		position: relative;
		left: 43px;
		margin-top: 10px;
	}
/*
======================
DONATION
======================
*/	

.donate {
		margin: 10px auto;
		border: 1px solid #21497f;
		background-color: #fff;
	}
	.donate th {
		height: 25px;
		font: bold 12px Arial;
		color: #fff;
		background-color: #8F8F8F;
	}
	.donate th a {
		font: bold 12px Arial;
		color: #000;
		text-decoration: underline;
	}
	.donate th a:hover {
		font: bold 12px Arial;
		color: #fff;
		text-decoration: none;
	}
	.donate td {
		font: 12px Arial;
		color: #000;
		padding: 2px;
	}
	.buton {
		font: 12px Arial;
		color: #000;
		background-color: #fff;
		border: 1px solid #f13737;
		cursor: pointer;
	}
	.disabled_buton {
		font: 12px Arial;
		color: #ccc;
		background-color: #fff;
		border: 1px solid #ccc;
		cursor: default;
	}
	.textbox {
		font: 12px Arial;
		color: #000;
		background-color: #fff;
		border: 1px solid #21497f;
	}
	.donateimage {
		border: 1px solid #21497f;
	}
	/*
	.big {
		margin: 10px auto;
		font: 11px Arial;
		color: #000;
		text-align: center;
	}
	*/
	.phoneTxtBox
	{
		width:28px;
		font: 12px Arial;
		color: #000;
		border: 1px solid #21497f;
		padding: 1px;
	}
	.extTxtBox {
		width:35px;
	}
	.table_left {
		text-align: left;
	}
.textbox {
	font: 12px Arial;
	color: #000;
	background-color: #fff;
	border: 1px solid #21497f;
}
.input {
	margin: 0 0 2px 0;
	*margin: 0;
	font: 12px Arial;
	color: #000;
	border: 1px solid #21497f;
}
.big_input {
	width: 220px;
	font: 12px Arial;
	color: #000;
	border: 1px solid #21497f;
}

/*
==========
ADMIN
==========
*/

.search {
	margin: 10px auto;
	text-align: center;
	background-color: #fff;
	border: 1px solid #21497f;
}
.searchname {
	font: bold 11px Arial;
	color: #000;
	text-align: center;
	border: 1px dashed #21497f;
	border-width: 0 1px 0 0;
}
	.searchname a {
		font: bold 11px Arial;
		color: #21497f;
		text-decoration: none;
	}
	.searchname a:hover {
		color: #991f0f;
		text-decoration: underline;
	}
.searchform {
	font: bold 11px Arial;
	color: #000;
	text-align: center;
}
.nextprev {
	margin: 10px auto;
	font: 12px Arial;
	color: #000;
	text-align: center;
	background-color: #fff;
	border: 1px solid #21497f;
}
.nextprev img {
	margin: 0 5px;
	border: none;
	cursor: pointer;
	vertical-align: middle;
}
	.nextprev a  {
		font: 12px Arial;
		color: #21497f;
		text-decoration: none;
		border: none;
	}
	.nextprev a:hover  {
		color: #991f0f;
		text-decoration: none;
		border: none;
	}

.usernames {
	margin: 10px auto;
	font: 12px Arial;
	color: #000;
	text-align: left;
	background-color: #fff;
	border: 1px solid #21497f;
}
	.usernames th {
		font: bold 11px Arial;
		color: #fff;
		text-align: left;
		background-color: #21497f;
	}
	.usernames td {
		text-align: left;
	}
	.usernames td a {
		font: 11px Arial;
		color: #21497f;
		text-align: left;
		text-decoration: none;
	}
	.usernames td a:hover {
		color: #991f0f;
		text-decoration: underline;
	}
	.usernames img, .usernames a img {
		border: none;
		cursor: pointer;
	}
	.trbg {
		background-color: #c5d1e3;
	}
	.alternate, .clean {
		margin: 0;
		padding: 0 0 3px 0;
		_padding: 0;
		height: 18px;
		*height: 20px;
		background-color: #f5f5f5;
	}
	.clean {
		background-color: #fff !important;
	}
	
	.separator {
		height: 1px;
		font-size: 1px;
		border-bottom: 1px solid #cccccc;
    }

	.role, .filelist, .checks {
		margin: 0;
		padding: 2px;
		font: 12px Verdana;
		color: #000;
		text-align: center;
	}
	.filelist {
		padding: 4px 0 0 0;
		text-align: left;
		float: left;
	} 
		.filelist a, .filelist a:link, .filelist a:visited {
			font-weight: bold;
			color: #991f0f;
			text-decoration: underline;
		}
		.filelist a:hover {
			color: #000;
			text-decoration: none;
		}
	.checks {
		margin: 0 30px 0 0;
		*margin: 0 15px 0 0;
		float: right;
	}
		.checks input {
			margin: 0 25px;
		}
		 .checks img {
			margin: 0 25px;
			*margin: 0 29px 0 29px;
			width: 13px;
			*width: 12px;
			height: 13px;
		 }
		.checks p {
			margin: 0;
			padding: 0;
			width: 66px;
			*width: 73px;
			font: 10px Arial;
			color: #21497f;
			float: left;
		}
		
	.save {
		font: 12px Arial;
		color: #000;
		text-align: center;
	}
	.rolename {
		margin: 20px auto;
		font: bold 12px Arial;
		color: #21497f;
		text-align: center;
	}
		.rolename a, .rolename a:link, .rolename a:visited {
			padding: 0 10px;
			font: bold 12px Arial;
			color: #000;
			text-decoration: underline;
		}
		.rolename a:hover {
			color: #991f0f !important;
			text-decoration: none;
		}
		.rolename input {
			padding: 1px;
			width: 300px;
			font: 11px Arial !important;
			color: #000;
			border: 1px solid #21497f;
		}  


/* MENU ACCES */

	.menuaccestable {
		margin: 0;
		padding: 0;
	}
		.menuaccestable td {
			font: 12px Arial;
			text-align: left;
			vertical-align: top;
		}
	.menusection {
		margin: 0;
		padding: 2px;
		font: bold 14px Arial;
		color: #21497f;
		text-align: center;
		text-transform: uppercase;
		border-bottom: 1px solid #ccc;
	}
		.menusection a, .menusection a:link, .menusection a:visited, a.subcheck, a.subcheck:link, a.subcheck:visited {
			font: bold 14px Arial;
			color: #21497f;
			text-decoration: underline;
		}
		.menusection a:hover, a.subcheck:hover {
			color: #000;
			text-decoration: none;
	}
	a.subcheck, a.subcheck:link, a.subcheck:visited, a.subcheck:hover {
		font-size: 10px;
		text-align: center;
		text-transform: capitalize;
		display: block;
	}
	
	.menurole {
		margin: 0;
		font: 12px Arial;
		color: #000;
		text-align: left;
	}
		a.menurole {
			margin: 0;
			padding: 0;
			font: bold 11px Arial;
			color: #991f0f;
			text-decoration: none;
		}
		a.menurole:hover {
			color: #000;
			text-decoration: none;
		}









/*
============
PUBLICATIONS	
============
*/
	.publist {
		font: 11px Verdana;
		color: #000;
		text-align: left;
	}
		.publist a, .publist p a {
			margin: 5px;
			font: 11px Verdana;
			color: #991f0f;
			text-align: left;
			text-decoration: none;
			display: block;
		}
		.publist a:hover, .publist p a:hover {
			color: #000;
			text-align: left;
			text-decoration: underline;
		}
		.publist p {
			margin: 0 0 5px 0;
		}

		.publist_space {
			height: 1px;
			font-size: 1px;
			background-color: #a8b2c0;
		}
		.publist img {
			padding: 1px;
			background-color: #fff;
			border: 1px solid #991f0f;
			
		}
/*
============
PAGE FOOTER	
============
*/

#footer {
	margin: 0 auto;
	width: 759px;
	height: 60px;
	background-color: #4d6d99;
	text-align: center;
	border-top: 1px solid #fff;
}
	#footer p {
		margin: 0;
	}
	#footer a {
		padding: 0 4px;
		font: 11px Arial;
		color: #fff;
		text-decoration: underline;
	}
	#footer a:hover {
		color: #000;
		text-decoration: none;
	}
	.copyright {
		padding-top: 3px;
		font: 10px Arial;
		color: #fff;
	}

/* For Shopping Publicatons.aspx */
	.prodlist {
		margin: 5px 0 5px 4px;
		/**margin: 5px 2px 5px 2px;*/
		padding: 5px 0;
		width: 175px;
		/*height: 150px;*/
		float: left;
		border: 1px solid #000;
		background-color: #fff;
	}
	.prodlist div {
        margin: 0;
        height: 120px;
        text-align: center;
        cursor: pointer;
    }
	.prodlist_text {
		margin: 0;
		font: 12px Verdana;
		color: #000;
		text-align: center;
	}
	.prodlist_img {
		border: 1px solid #828282;
	}
	.prodlist a p {
		margin: 4px;
		padding: 0 2px;
		font: 11px Arial;
		color: #991f0f;
		text-decoration: none;
	}
	.right_content {
		margin: 0;
		padding: 2px;
		text-align: center;
	}
	.right_content p {
		margin: 0;
		padding: 2px;
		font: bold 11px Arial;
		color: #991f0f;
		text-align: center;
	}
	.right_content a {
		font: 12px Arial;
		color: #21497f;
		text-decoration: underline;
	}
	.right_content a:hover  {
		color: #991f0f;
		text-decoration: none;
	}
	
	.privacy_list {
		margin-left: 70px;
	}
	
	.quicknav {
		margin: 3px 0 0 5px;
		font: 12px Arial;
		color: #000;
	}

/* Style for tooltip menu */
#dropmenudiv {
		position:absolute;
		border: 1px solid #ccc;
		font: normal 11px Tahoma;
		line-height: 16px;
		z-index:100;
		text-align: left;
		background-color: #fff;
	}
	
	#dropmenudiv a {
		margin: 2px;
		padding: 2px 2px 2px 22px;
		font: bold 11px Arial;
		color: #991f0f;
		text-decoration: none;
		display: block;
		border-bottom: 1px solid #ededed;
	}
	#dropmenudiv a:hover {
		padding-left: 22px;
		text-decoration: none;
		background: #dee7ea url(images/left_role_link.gif) no-repeat;
		border-bottom: 1px solid #c2ced2;
	}

/*
 * Purchase Thank You
 */
#purchase h2 {
	margin: 0;
	padding: 10px;
	font: bold 18px Tahoma;
	color: #000;
	text-align: left;
}
#purchase table {
	margin: 10px;
	font: 12px Tahoma;
	color: #000;
	text-align: left;
	border: 1px solid #21497f;
	background-color: #ffffff;
}
#purchase th {
	padding: 4px;
	font: bold 12px Tahoma;
	color: #fff;
	text-align: left;
	background-color: #3e68a1;
	white-space: nowrap;
}
#purchase td {
	padding: 2px;
	font: 12px Tahoma;
	color: #000;
	white-space: nowrap;
}
/*
=======
RESOURCES
=======
*/

#res {
	margin: 10px auto;
}
	.event_lst {
		margin-left: 30px;
		*margin-left: 70px;
		font: 11px Verdana;
		color: #000;
	}
		.event_lst li {
				list-style-type: decimal !important;
		}
		
		
/*
==========================
IMAGES FOR THE EVENTS PAGE
==========================
*/
.gallery {
		margin: 0 10px;
		padding: 2px;
		text-align: center;
	}
.thumbnail, .thumbnail_inline {
	position: relative;
	z-index: 0;
}
.thumbnail img, .thumbnail_inline img {
	padding: 1px;
	background-color: #fff;
	border: 1px solid #ccc;
}
.thumbnail:hover, .thumbnail_inline:hover {
	background-color: transparent;
	z-index: 50;
}
.thumbnail span, .thumbnail_inline span {
	position: absolute;
	background-color: #fff;
	padding: 5px;
	left: -1000px;
	top: -1000px;
	border: 1px solid #ccc;
	visibility: hidden;
	color: #000;
	text-decoration: none;
	font: 11px Arial;
}
.thumbnail span img, .thumbnail_inline span img { 
	border: 1px solid #ccc;
}
.thumbnail:hover span { 
	visibility: visible;
	top: -50px;
	*top: 50px;
	left: -225px; 
}

.thumbnail_inline:hover span { 
	visibility: visible;
	top: 20px;
	left: 20px; 
}

/*
==========================
EVENTS PAGE: IMAGE UPLOAD
==========================
*/
.upcontrol {
	margin: 10px auto;
	padding: 2px;
	width: 480px;
	text-align: center;
}
.upcontainer {
	margin: 5px auto;
	padding: 0;
	width: 502px;
	text-align: center;
	background-color: #fff;
	border: 1px solid #a8b2c0;
	}
	.upcontainer a, .upcontainer a img {
		text-decoration: none;
		border: none;
	} 
		.upcontainer a:hover {
			color: #fff !important;
			text-decoration: none;
	} 

	.upcontainer h1 {
		margin: 1px;
		padding-top: 2px;
		font: bold 14px Arial;
		color: #21497f;
		background-color: #a8b2c0;
		background-image: none;
	}
/*
==========================
EVENTS PAGE: RESERVATIONS
==========================
*/

.reservation {
	margin: 2px;
	padding: 2px;
	font: bold 12px Arial;
	color: #21497f;
	text-align: left;
	background: #e5edf1;
	border: 1px solid #a8b2c0;
}
	.reservation .title {
		margin: 0;
		padding: 3px 0;
		font: bold 14px Arial;
		color: #21497f !important;
		text-transform: uppercase;
	}
	.reservation a {
		font-weight: normal;
		color: #000;
		text-decoration: none;
	}
	.reservation a:hover {
		color: #991f0f;
		text-decoration: none;
	}
	
	.reservation_button {
		margin: 3px 0 0 0;
		padding: 3px;
		font: bold 11px Arial !important;
		color: #21497f;
		text-transform: uppercase;
		text-align: left;
		background-color: #cddbe1;
		display: block;
	}
		.reservation_button a, .reservation_button a:visited, .reservation_button a:link {
			text-decoration: underline !important;
		}
		.reservation_button a:hover {
			color: #fff !important;
			text-decoration: none;
		}


/* SHORT EVENT CONTAINER */

	.short_event {
		margin: 2px 2px 2px 10px;
		padding: 2px 0 2px 18px;
		font: bold 14px Arial;
		color: #21497f;
		background: url(images/right_h1.gif) no-repeat;
		border-bottom: 1px solid #a8b2c0;
	}
		.short_event span {
			color: #000;
		}
		.short_event a, .short_event a:link, .short_event a:visited {
			color: #d42c16;
			display: inline;
			text-decoration: underline;
		}
		.short_event a:hover {
			color: #991f0f;
			text-decoration: none;
			
		}
		a.short_event_more, a.short_event_more:link, a.short_event_more:visited {
			padding: 0 5px 0 0;
			font: bold 11px Arial;
			color: #21497f;
			float: right;
		}
		a.short_event_more:hover {
			color: #000;
		}



	.reservation_purchase {
		margin: 2px;
		padding: 2px;
		width: 546px;
		*width: 544px;
		font: bold 12px Arial;
		color: #fff;
		text-align: center;
		float: left;
		border: 1px solid #fff;
		background-color: #991f0f;
}
	.reservation_purchase p {
		padding: 0;
		margin: 2px auto;
		
}
	 a.reservation_purchase {
		height: 14px;
		padding: 0;
		font: bold 12px Arial;
		color: #991f0f !important;
		text-decoration: underline;
		display: block;
		background: none;
}
		 a.reservation_purchase:hover {
			color: #000 !important;
			text-decoration: none;
		} 	
.guests {
	margin: 10px 0 10px 30px;
	width: 90%;
	font: 12px Arial;
	color: #000;
	text-align: left;
	background-color: #fff;
	border: 1px solid #000;
}
	.guests th {
		font: bold 11px Arial;
		color: #fff;
		text-align: left;
		background-color: #991f0f;
	}
	.guests td {
		text-align: left;
	}
	.guests a {
		font: 11px Verdana;
		color: #991f0f;
		text-align: left;
		text-decoration: underline;
	}
	.guests a:hover {
		color: #000;
		text-align: left;
		text-decoration: none;
	}
/*
================================
REPORT A CRIME PAGE - CORRUPTION
================================
*/

.crimerep {
	margin: 10px 0 10px 3px;
	width: 551px;
	font: 11px Arial;
	color: #000;	
	text-align: left;
	background-color: #fff;
	border: 1px solid #ccc;
}
	.crimerep tr.odd {
		font-weight: bold;
		background-color: #f5f5f5;
	}
	.crimerep tr.sendrep {
		text-align: center;
		background-color: #eee;

	}
	.crimerep td {
		padding: 3px 0 3px 2px;
	}
	.crimerep td input, .crimerep td select {
		padding: 1px;
		width: 85%;
		border: 1px solid #ccc;
	}
		.crimerep td .req {
			padding: 1px;
			border: 1px solid #f00;
		} 
/*
===========
FAQ
===========
*/

	.faq {
		margin: 10px 5px 15px 0;
		padding: 2px 2px 0 20px;
		font: bold 11px Verdana;
		text-align: left;
		display: block;
	}
	.faq_subitem {
		margin: 2px 5px 2px 20px;
		padding: 2px 2px 0 0;
		font: normal 11px Verdana;
		text-align: left;
		display: block;
	}
		.faq a, .faq a:visited {
			padding: 3px 0 3px 0;
			color: #000;
			text-decoration: none;
		}
		.faq_subitem a, .faq_subitem a:visited {
			color: #991f0f;
			text-decoration: underline;
			}
		
		.faq a:hover,
		.faq_subitem a:hover {
			color: #991f0f !important;
			text-decoration: underline !important;
		}
/*	.faq_subitem {
		padding: 2px 2px 0 40px;
	}
*/	.faq_answer {
		margin: 0 5px 0 20px;
		font: 11px Verdana;
		color: #000;
		text-align: left;
		border-top: 1px dashed #ccc;
	}
		.faq_answer .answertitle,
		.faq_answer p {
			margin: 5px 5px 0 30px;
			padding: 0;
			font: bold 11px Verdana;
			color: #000;
		}
		.faq_answer p {
			font-weight: normal
		}
		.faq_answer ul {
			margin-left: 40px;
			padding-left: 30px;
		}
		.faq_answer a, faq_answer a:visited {
			margin-left: 30px;
			font: 11px Verdana;
			color: #991f0f;
			text-decoration: underline;
		}
		.faq_answer a:hover {
			font: 11px Verdana;
			color: #000;
			text-decoration: none;
		}
		.faq_answer_top {
			margin: 0;
			padding: 3px;
			font: 10px Verdana !important;
			color: #991f0f;
			text-align: right !important;
			text-decoration: none;
			text-transform: uppercase !important;
			display: block !important;
		}

/*
/*
======================
PHOTO ALBUM
======================
*/	
div.photo-list ul {
 list-style-type:none;
 clear:both;
}

div.photo-list ul li {
	position:relative;
	float:left;
	display:inline;
	width:143px;
	height:163px;
	text-align:center;
	border:1px solid #ccc;
	margin-right: 5px;
}

div.photo-list ul li img {
 border:2px solid #ccc;
 border-style: none solid solid none;
}

div.photo-list ul li .image-text {
 padding-top: 5px;
 font: 10px Arial;
 color: #333;
}

div.photo-list ul li div.image-holder {
 /* absolute model.. */
 position:absolute;
 bottom:15px;
 right: 20px;
 left: 20px;
}


/* USER AREA ACCES */

.file_desc {
	margin: 0;
	padding: 0 0 0 15px;
	font: italic 11px Verdana;
	color: #666;
	display: block;
}
.file_title, .file_title_desc {
	font: bold 14px Arial !important;
	color: #000;
	text-transform: uppercase;
}
	.file_title_desc {
		margin: 0;
		padding: 0 0 0 15px;
		font: italic 12px Arial !important;
		color: #666;
		display: block;
	}
.file_separator {
	margin: 20px 10px 15px 10px;
	height: 1px;
	font-size: 1px;
	line-height: 1px;
	border-bottom: 1px dashed #ccc;
}

/* AUCTION AREA */

.auction {
	margin: 10px;
	padding: 5px;
	text-align: left;
}
	.auction h1 {
		margin: 0;
		padding: 0;
		width: 150px;
		font: bold 12px Arial;
		color: #000;
		text-align: left;
		background: none;
		border: none;		 
		display: block;
		float: left;
	}
	.auction p {
		margin: 0;
		padding: 0;
		width: 375px;
		font: 12px Arial;
		color: #000;
		text-align: left;
		float: left;
	}
		.auction p a, .auction p a:link, .auction p a:visited {
			margin-bottom: 5px;
			font: bold 12px Verdana;
			color: #991f0f;
			text-decoration: underline;
		}
		.auction p a:hover {
			color: #000;
			text-decoration: none;
		}
		.auction .spacer {
			margin: 3px auto 3px auto;
			width: 100%;
			height: 1px;
			font-size: 1px;
			line-height: 1px;
			clear: both;
			border-bottom: 1px dashed #ccc;
		}

/*
NEWS SECTION
*/
.news {
	margin: 5px;
	padding: 0 0 5px 0;
	font: 12px Arial;
}
	.news a, .news a:link, .news a:visited {
		color: #991f0f;
		/*text-decoration: none;*/
	}
	.news a img {
		margin: 5px 5px 0 0;
		padding: 1px;
		background-color: #fff;
		text-decoration: none;
		border: 1px solid #000;
	}
	.news a:hover {
		color: #000;
	}
	.rss {
		margin-left: 5px;
		font: bold 12px Arial;
		color: #000;
		position: relative;
		float: left;
	}
	.news_title {
		color: #991f0f;
	}
	.news_channel {
		margin: 0 0 0 10px;
		padding: 0;
		font: bold 13px Arial;
		color: #21497f;
	}
	.nws_channel {
		margin: 0;
		padding: 10px 0 0 0;
		font: bold 12px Arial;
		color: #21497f;
	}
	.item_rss {
		margin: 0 0 10px 0;
		padding: 0 0 10px 0;
		
	}
	.news_space {
		margin: 5px;
		height: 1px;
		font-size: 1px;
		line-height: 1px;
		border-bottom: 1px dashed #ccc;
		clear: both;
	}


.guest_button 
{
	width: 150px;
	text-align: center;
	border: 1px solid #000;
	background-color: #fff;
	border-top-color: #ccc;
	border-left-color: #ccc;
	font: 11px Tahoma;
	margin-bottom: 4px;
	padding: 2px 0 3px;
}

/* tree */

.nodeview 
{
margin: 0;
padding: 0;
color: #991F0F;
text-decoration: underline;
font: 11px Arial;
cursor:default;
width: 350px;
display: block;
_display: inline-block;
float: left;
_float: none;

*word-wrap: break-word;
}
.hor, .hor2
{
	width:535px;
	margin: 3px 0 0 0;
	*margin: 18px 0 0 0;
	height: 1px;
	border-bottom: 1px dashed #ccc;
	font-size: 1px;
	line-height: 1px;
	clear: both;
	display: block;
	_display: inline-block;
	position: absolute;
	left: 10px;
}
.hor2 {
	margin: 8px 0 0 0;
	*margin: 28px 0 0 0;
}

.nw 
{
width: 200px;
display: block;
_display: inline-block;
float: left;
_float: none;
border: 1px solid #f00;
}


