@charset "utf-8";
/* CSS for Minicon 46 */


/* -------------------------------  Elements  ------------------------------- */

body {
	background: #000 url(assets/bg.jpg) center top no-repeat;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 0;
	margin: 10px 0 0 0;
}

a {
	color: #F00;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

img {
	display: block;
	border: none;
	padding: 0;
	margin: 0;
}

h1 {
	padding: 30px 0 0 0;
	margin: 0;
	font-size: 20px;
	font-weight: bold;
	font-style: normal;
	border-bottom: 1px solid #999;
}

h2, h3, h4 {
	padding: 2px 0 0 0;
	font-size: 14px;
	font-weight: bold;
	font-style: normal;
}

h2, h3 {
	margin: 26px 0 0 0;
}

h4 {
	margin: 0;
}

h2 {
	border-top: 1px solid #666;
}

p {
	padding: 0;
	margin: 0 0 10px 0;
}


/* ------------------------------  Structure  ------------------------------ */

#header-nav {
	position: absolute;
	left: 0;
	width: 100%;
	padding: 0;
	margin: 0;
	border-bottom: 1px solid #999;
	z-index: 2;
}

#header {
	position: relative;
	width: 985px;
	height: 252px;
	padding: 0;
	margin: 0;
	background: transparent url(assets/logo.png) 45px 35px no-repeat;
	background: transparent url(assets/MiniCon47black.jpg) center bottom no-repeat;
	height: 470px;
}

	#header img {
		position: absolute;
		bottom: 0px;
		right: 40px;
	}
	
	#header div {
		position: relative;
		margin: 0 40px 0 41px;
		font-size: 12px;
		color: #333;
		z-index: 3;
	}

#sitecontainer {
	width: 985px;
	padding: 0;
	margin: 0 auto 0 auto;
}
	
	#navigation {
		width: 900px;
		padding: 0;
		margin: 0 40px 0 45px;
		border-top: 1px solid #FFF;
		font-size: 16px;
	}
	
		#nav-a {
			float: left;
			padding: 2px 0 0 0;
			margin-left: -4px;
		}
		
			#nav-a a, #nav-a span {
				padding: 4px 4px 8px 4px;
			}
		
		#nav-b {
			float: right;
			padding: 6px 0 6px 0;
			margin-right: -4px;
		}
		
			#nav-b a {
				padding-left: 4px;
			}
		
			#sm1 {
				background-position: 0px 0px;
			}
			#sm2 {
				background-position: 0px -20px;
			}
			#sm3 {
				background-position: 0px -40px;
			}
			#sm4 {
				background-position: 0px -60px;
			}
		
		#submenu_container_departments {
			position: relative;
			display: inline;
			height: 100%;
			z-index: 4;
		}
		
			#submenu_container_departments div {
				position: absolute;
				top: 26px;
				left: 6px;
				display: none;
				background-color: #000;
				border: 1px solid #FFF;
				z-index: 4;
			}
			
			#submenu_container_departments:hover div {
				display: block;
				background-color: #000;
			}
				
				#submenu_container_departments div a, #submenu_container_departments div span {
					min-width: 120px;
					display: block;
					padding: 4px 30px 4px 10px;
				}
				
				#submenu_container_departments div a:hover {
					text-decoration: none;
					background-color: #333;
				}
	
	#content {
		width: 900px;
		padding: 6px 0 6px 0;
		margin: 0 40px 0 45px;
		border-top: 1px solid #FFF;
		clear: both;
	}
	
		#column-a {
			width: 638px;
			float: left;
		}
		
		#column-b {
			width: 230px;
			float: right;
		}
	
	#footer {
		height: 30px;
		margin-top: 30px;
		border-top: 1px solid #999;
		color: #333;
		font-size: 12px;
		text-align: center;
		clear: both;
	}
	
	#navigation a, #navigation span {
		display: inline-block;
		* display: inline;
	}
	#navigation a {
		color: #FFF;
	}
	#navigation span {
		color: #CCC;
	}
	
	#header a, #footer a, #header span, #footer span {
		display: inline-block;
		padding: 0 4px 0 4px;
		color: #999;
	}
	
	#hotel {
		width: 316px;
		height: 564px;
		background: #000 url(assets/sheraton.jpg) center top no-repeat;
	}
	
		#hotel-a {
			height: 432px;
			padding: 12px;
			color: #000;
		}
		
		#hotel-b {
			padding: 12px;
		}
	
	#bigsocialmedia {
		width: 300px;
		height: 27px;
		background: transparent url(assets/smlinks.png) center top no-repeat;
	}
	
		#bigsocialmedia a {
			display: inline-block;
			width: 50%;
			height: 27px;
		}
	
	#ljfeed {
		overflow: auto;
		width: 308px;
		height: 243px;
		padding: 4px;
		margin: 6px 0 0 0;
	}
		
		#ljfeed small, #ljfeed small a {
			color: #666;
		}

	#twitterfeed {
		position: relative;
		overflow: hidden;
		width: 316px;
		height: 200px;
		margin: 6px 0 0 0;
	}
	
		#twitterfeed-bg {
			position: absolute;
			width: 100%;
			height: 100%;
			background-color: #FFF;
			filter: alpha(opacity=46);
			-moz-opacity: 0.46;
			-khtml-opacity: 0.46;
			opacity: 0.46;
			z-index: 1;
		}
		
		#twitterfeed-text {
			position: relative;
			overflow: auto;
			width: 308px;
			height: 200px;
			padding: 0 4px 0 4px;
			color: #000;
			z-index: 2;
		}
		
		#twitterfeed small {
			color: #333;
		}

#regform {
	display: inline;
	padding: 0;
	margin: 0;
}

	#regform div {
		display: inline-block;
		float: left;
		padding: 0;
		margin: 10px 0 0 0;
	}
	
	#regform div.left {
		padding-right: 8px;
	}
	
	#regform div.right {
		padding-left: 8px;
	}
	
	.regdiv input, .regdiv label, .regdiv select {
		display: block;
		width: 100%;
		margin: 0 0 4px 0;
	}
	
	.regdiv input {
		height: 17px;
		padding: 2px;
		border: none;
		background: transparent url(assets/icons.png) 0px -162px repeat-x;
	}
	
	.regdiv input[type="hidden"] {
		height: 0px;
		padding: 0px;
		margin: 0px;
		border: none;
		background: none;
	}
	
	.regdiv select {
		height: 21px;
		border: none;
		background: url(assets/icons.png) 0px -162px repeat-x;
	}
	
	.regdiv option {
		background-color: #FFF;
	}


/* -------------------------------  Classes  ------------------------------- */

.socialmedia {
	display: inline-block;
	width: 21px;
	height: 20px;
	background: transparent url(assets/icons.png) no-repeat;
}

.photo-caption {
	width: 308px;
	height: 62px;
	padding: 4px;
	margin: 0;
	background-color: #FFF;
	color: #000;
	filter: alpha(opacity=46);
	-moz-opacity: 0.46;
	-khtml-opacity: 0.46;
	opacity: 0.46;
}

.photo-subcaption {
	width: 308px;
	padding: 0 4px 0 4px;
	margin: 0;
	background-color: #222;
	color: #FFF;
	text-align: right;
	filter: alpha(opacity=74);
	-moz-opacity: 0.74;
	-khtml-opacity: 0.74;
	opacity: 0.74;
}

.subcol1 {
	position: relative;
	float: left;
	width: 316px;
	clear: both;
}	

.subcol2 {
	position: relative;
	float: right;
	width: 316px;
}

.coltext {
	padding: 12px 10px 12px 0;
}

.expand {
	position: relative;
	clear: both;
}

.expandlink, .collapselink{
	position: absolute;
	left: -26px;
	top: 30px;
	width: 20px;
	height: 20px;
	background: transparent url(assets/icons.png) no-repeat;
	z-index: 2;
}
	
	.expandlink {
		background-position: 0px -80px;
	}
	
	.collapselink {
		background-position: 0px -100px;
	}

.linkbutton {
	display: block;
	height: 19px;
	padding-top: 2px;
	background: transparent url(assets/icons.png) repeat-x;
	background-position: 0px -120px;
	color: #FFF;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
}

.linkbutton:hover {
	background-position: 0px -141px;
	text-decoration: none;
}

.goh {
	font-weight: bold;
	font-size: 14px;
}

/* Div Scrollbars */

.scrollgeneric {
	line-height: 1px;
	font-size: 1px;
	position: absolute;
	top: 0; left: 0;
}

.vscrollerbase {
	width: 8px;
}
.vscrollerbar {
	width: 8px;
	padding: 10px 0 10px 0;
}
.vscrollerbasebeg, .vscrollerbaseend {
	width: 8px;
	height: 8px !important;
}
.hscrollerbase {
	height: 8px;
}
.hscrollerbar {
	height: 8px;
	padding: 0 10px 0 10px;
}
.hscrollerbasebeg, .hscrollerbaseend {
	width: 8px !important;
	height: 8px;
}

#ljfeed .vscrollerbar, #ljfeed .vscrollerbasebeg, #ljfeed .vscrollerbaseend, #ljfeed .hscrollerbar, #ljfeed .hscrollerbasebeg, #ljfeed .hscrollerbaseend, #ljfeed .scrollerjogbox {
	background-color: #666;
}
#twitterfeed .vscrollerbar, #twitterfeed .vscrollerbasebeg, #twitterfeed .vscrollerbaseend, #twitterfeed .hscrollerbar, #twitterfeed .hscrollerbasebeg, #twitterfeed .hscrollerbaseend, #twitterfeed .scrollerjogbox {
	background-color: #333;
}

.scrollerjogbox {
	width: 8px;
	height: 8px;
	top: auto; left: auto;
	bottom: 0px; right: 0px;
}

