@charset "UTF-8";


/* Layout */

html, body {
	margin: 0px;
	padding: 0px;

	font: 12px verdana, helvetica, sans-serif;
	color: #0000;
	}

#top {
		width: 960px;
		background:#ccc1c5;
		margin: 0px auto;
		padding: 10px 20px 10px 15px;
		font: 11px Verdana;
		text-align: left;

		}



a:toplink, a:toplink visited {
	color: #000;
	text-decoration: none;
	font-weight: bold;
	}
	
	a:toplink hover {
		color: #fff;
		}

#isblogo {
		
		margin: 0px auto;
		padding: 20px 0px 30px 30px;
		height: 120px;
		text-align: left;
		}

#logo {
		
		margin: 0px auto;
		padding: 20px 30px 30px 200px;
		height: 120px;
		text-align: right;
		}


#ilstitle {
		width: 600px;
		
		margin: 0px auto;
		padding: 0px 0px 30px 120px;
		font: 30px Bodoni MT;
		text-align: left;

		height: 0px;

		}

#menu {
	border-bottom: 3px solid #9496a3;
	width: 100%;
	min-width: 980px;
	height: 44px;
	background: #fff url("image/bg_menu.jpg") repeat-x;
	}
	
	#menu .placement {
		width: 980px;
		padding: 0px;
		margin: 0px auto;
		overflow: hidden;
		text-align: center;
		height: 44px;
		}
			
		#menu .placement img {
			border: 0px;
			}

#header {
	width: 100%;
	min-width: 980px;
	height: 90px;
	/*background: #fff url("images/bg_header.png") repeat-x;*/
	padding: 9px 0px 150px 0px;
	margin: 0px auto;
	text-align: center;
	clear: left;
/*	border-bottom: 1px solid #eaeaea;*/
	overflow: hidden;
	}
	
	#header .placement {
		width: 927px;
		margin: 0px auto;
		}
	
	#header .placement .left {
		width: 384px;
		float: left;
		}
		
	#header .placement .right {
		width: 543px;
		float: left;
		}

#contents_top {
	width: 100%;
	min-width: 980px;
	margin: 0px auto;
	background: #fff;
	padding-top: 5px;
	}
	
	#contents_top .placement {
		width: 980px;
		height: 22px;
		background: #fff url("image/contents_top.png") no-repeat;
		margin: 0px auto;
		}


#contents_bottom {
	width: 100%;
	min-width: 980px;
	margin: 0px auto;
	background: #fff;
	padding-bottom: 5px;
	}

	#contents_bottom .placement {
		width: 980px;
		height: 22px;
		background: #fff url("image/contents_bottom.png") no-repeat;
		margin: 0px auto;
		}
			
#content {
	width: 100%;
	min-width: 980px;
	background: #fff;
	}
	
	#content .placement {
		background: #fff url("image/bg_contents.png") repeat-y;
		overflow: hidden;
		width: 900px;
		padding: 0px 40px 0px 40px;
		margin: 0px auto;
		}
		
		#content .placement #left {
			width: 630px;
			float: left;
			line-height:normal;
			}				
			
		#content .placement #sidebar {
			width: 230px;
			float: right;
			}
			
			#content .placement img {
				margin-bottom: 5px;
				}

#sponsor_bar {
	width: 100%;
	min-width: 980px;
	background: #fff url("image/bg_sponsor_1.png") repeat-x top;
	padding: 10px 0px;
	color: #eaeaea;
	}
	
	#sponsor_bar .placement {
		width: 900px;
		padding: 0px 40px;
		padding-top: 10px;
		margin: 0px auto;
		overflow: hidden;
		text-align: center;
		}
		
		#sponsor_bar .placement img {
			margin: 5px 10px;
			vertical-align: middle;
			}
			
		#sponsor_bar .placement .sponsor_title {
			background: #eaeaea;
			color: #666;
			font-weight: bold;
			font-size: 1em;
			}
			
table.sponsor {
	}

		table.sponsor img {
			margin: 10px 20px;
			vertical-align: middle;
			}

		
#footer_menu {
	width: 100%;
	min-width: 980px;
	background: #fff url("image/bg_sponsor_2.png") repeat-x top;
	padding: 14px 0px 5px 0px;
	color: #eaeaea;
	}
	
	#footer_menu .placement {
		width: 900px;
		padding: 0px 40px;
		margin: 0px auto;
		overflow: hidden;
		}
		
		#footer_menu .placement .left {
			width: 980px;
			float: left;
			}
			
		#footer_menu .placement .right {
			width: 50px;
			float: right;
			text-align: right;
			}
	
	#footer_menu .placement ul {
		padding: 0px;
		margin: 0px;
		list-style-type: none;
		font-size: 1em;
		}
		
		#footer_menu .placement ul li {
			display: inline;
			}

			#footer_menu .placement a:link, #footer_menu .placement a:visited {
				text-decoration: none;
				color: #999;
				}
				
				#footer_menu .placement a:hover {
					color: #49172c;
					}

	#footer_menu .placement img {
		border: 0px;
		vertical-align: middle;
		}

#footer {
	width: 100%;
	
	background: #ffffff;
	height: 40px;
	}

	#footer .placement {
		width: 900px;
		padding: 20px 40px;
		margin: 0px auto;
		font-size: 10px;
		color: #bcbdc5;
		}
		
		#footer .placement a:link, #footer .placement a:visited {
			font-weight: bold;
			text-decoration: none;
			color: #1a9c2d;
			}
			
			#footer .placement a:hover {
				color: #ccc;
				}



/* Text Elements */

img {
	border: 0px;
	}
	
h1, h2, h3, h4, h5, p {
	margin-top: 0px;
	}

h1 {
	margin: 0px;
	}
	
h2 {
	color: #49172c;
	font-size: 12px;
	margin-bottom: 5px;
	}

h2.title {
	margin-bottom: 10px;
	}
		
h3 {
	color: #660000;
	font-size: 12px;
	margin-bottom: 15px;
	}



	
	
h4 {
	font-size: 1.2em;
	}
	
p {
	margin-bottom: 20px;
	font-size: 11px;
	text-align:justify;
	}

.nomargin {
	margin: 0px;
	}

.divider {
	margin-bottom: 10px;
	border-top: 1px solid #eaeaea;
	}
	
ul.sidebar_menu {
	padding: 0px;
	margin: 0px;
	list-style-type: none;
	margin-bottom: 15px;
	}
	
	ul.sidebar_menu li {
		margin-bottom: 0px;
		}
	
	ul.sidebar_menu li a:link, ul.sidebar_menu li a:visited {
		display: block;
		background: #f1a831;
		margin: 0px;
		padding: 6px 10px;
		color: #fff;
		font-weight: bold;
		text-decoration: none;
		line-height: 1.6em;
		font-size: 0.9em;
		border-left: 15px solid #fc0;
		}
		
		ul.sidebar_menu li a:hover {
			background: #999;
			}

ul {
	padding: 0px;
	margin: 0px;
	list-style-type: square;
	margin-bottom: 15px;
	padding-left: 15px;
	font-size: 1.2em;
	}
	
	ul li {
		padding-bottom: 3px;
		}
		
ul.links {
	width: 75%;
	padding: 0px;
	margin: 0px;
	list-style-type: square;
	margin-bottom: 15px;
	padding-left: 15px;
	}
	
	ul.links li {
		padding-bottom: 3px;
		}
			
a:link, a:visited {
	color: #990066;
	text-decoration: none;
	font-weight: bold;
	}
	
	a:hover {
		color: #000000;
		}



		
.sidebar_desc {
	margin-bottom: 8px;
	}
	
.spk_module {
	width: 620px;
	overflow: hidden;
	margin-bottom: 15px;
	}
	
	.spk_module .left {
		width: 90px;
		float: left;
		}
		
		.spk_module .left img {
			border: 1px solid #ccc;
			padding: 1px;
			}
		
	.spk_module .right {
		width: 510px;
		float: right;
		}

.spk_module_feat {
	width: 600px;
	overflow: hidden;
	margin-bottom: 2px;
	padding: 10px;
	background: #eee;
	}
	
	.spk_module_feat .left {
		width: 125px;
		float: left;
		}
		
		.spk_module_feat .left img {
			border: 1px solid #ccc;
			padding: 1px;
			}
		
	.spk_module_feat .right {
		width: 465px;
		float: right;
		}
		
	.spk_module_feat p {
		margin-bottom: 0px;
		}
		
h3.spk_name {
	margin-bottom: 0px;
	font-size: 11px;
	color: #990066;
	}
		
h3.spk_title {
	font-size: 11px;
	color: #000000;
	}
	
.hotel_row {
	background: #f1f1f1;
	padding: 10px;
	margin-bottom: 2px;
	}
	
	.hotel_row p {
		margin: 0px;
		}
		
		
		
#menu .placement ul {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	}
	
	#menu .placement li {
		float: left;
		position: relative;
		}
		
.dropdown {
	float: none;
	position: absolute;
	visibility: hidden;
	margin: 1px 0px 0px 1px;
	padding: 0px;
	background: #f1a831;
	width: 220px;
	z-index: 4000;
	font-size: 1.1em;
	}
	
	.dropdown a:link, .dropdown a:visited {
		display: block;
		background: #f1a831;
		padding: 5px 10px;
		color: #fff;
		text-align: left;
		text-decoration: none;
		font-weight: bold;
		border-bottom: 1px solid #fc0;
		}

	.dropdown a:hover {
		color: #fff;
		background: #206939;
		}
		


.td_left {
	text-align: right;
	padding-right: 5px;
	}

.td_right input {
	border: 1px solid #ccc;
	background: #fafafa;
	padding: 5px;
	font: 11px/20px arial, helvetica, sans-serif;
	}
	
.red {
	color: #f00;
	}

.sg_Submit {
	background: #060;
	color: #fff;
	font-weight: bold;
	border: 0px;
	padding: 4px 8px;
	margin-bottom: 3px;
	}
	
	
	
	


#rotator {
	overflow: hidden;
	position: relative;
	margin: 0px;
	width: 543px;
	height: 240px;
	}

	#rotator img {
		border: 0;
		}

p.random_image {
	font-size: 1em;
	text-align: center;
	line-height: 1.4em;
	}
	
	p.random_image img {
		width: 213px;
		height: 127px;
		overflow: hidden;
		border: 1px solid #ccc;
		padding: 1px;
		background: #fff;
		}
		
		

/* Agenda Table Settings */

table.agenda {
	font-size: 11px;
	display: table;
	border-top: 1px solid #fff4f9;
	margin-bottom: 10px;
	}
	
table.agenda tr.agendaRow {
	}

table.agenda tr.agendaRowAlt {
	background: #fff4f9;
	}
	
table.agenda tr td.agendaLeft {
	width: 150px;
	font-weight: bold;
	border-bottom: 1px solid #fff4f9;
	vertical-align: top;
	padding: 5px;
	color: #000;
	text-align: left;
	}
	
table.agenda tr td.agendaRight {
	border-bottom: 1px solid #fff4f9;
	padding: 5px;
	
	}

