@charset "utf-8";
/* CSS Reset */

@import url('reset.css');

/* CSS Forms */

@import url('forms.css');

/* CSS Calendar */

@import url('calendar.css');

/* CSS Menu */

@import url('menu.css');

/* CSS Jquery */

@import url('image-fade.css');

/* CSS Document */

html, body {
	margin: 0 0;
	text-align: center;
	background-color: #1d1d1d;
}

p {
	margin: 0;
	padding: 0;
	margin-bottom: 18px;
}

a img {
	border: 0;
}

a:focus {
	-moz-outline-style: none;
}

a {
	font: bold 12px/18px  Georgia, "Times New Roman", Times, serif;
	color: #696969;
	text-decoration: underline;
}

a:hover {
	font: bold 12px/18px  Georgia, "Times New Roman", Times, serif;
	color: #696969;
	text-decoration: none;
}

/* Main template divs */

#page-width {
	width: 960px;
	margin: 0 auto;
	text-align: left;
}

#top, #middle, #footer {
	float: left;
	display: inline;
	width: 960px;
}

#top {
	height: 400px;
	background-color: #ededed;
}

#middle {
	background-image: url(../images/middle_bg.jpg);
	background-position: left top;
	background-repeat: repeat-y;
}

#footer {
	font: 11px/68px Georgia, "Times New Roman", Times, serif;
	color: #d6cdc2;
}

#footer a {
	font: 11px/68px Georgia, "Times New Roman", Times, serif;
	color: #d6cdc2;
	text-decoration: none;
}

#footer a:hover {
	color: #d6cdc2;
	text-decoration: underline;
}

/* End of styling for main template divs */

/* Styling for all divs */

img.gallery-img {
	float:left;
	display:inline;
	height:80px;
	width:80px;
	margin:0 10px 10px 0;
}

#left-nav {
	float: left;
	display: inline;
	width: 217px;
	height: 400px;
}

	#logo-top {
		float: left;
		display: inline;
		width: 217px;
		height: 127px;
	}
	
	#nav {
		float: left;
		display: inline;
		width: 190px;
		height: 210px;
		padding: 63px 0 0 27px;
	}
	
		#nav ul {
			list-style: none;
		}
		
			#nav ul a {
				font: 16px/24px Georgia, "Times New Roman", Times, serif;
				color: #696969;
				text-decoration: none;
			}
			
			#nav ul a:hover, #nav ul a.linkselect {
				font: 16px/24px Georgia, "Times New Roman", Times, serif;
				color: #1d1d1d;
				text-decoration: none;
			}

#image, #googlemap {
	float: left;
	display: inline;
	position: relative;
	width: 743px;
	height: 400px;
	background-image:url(../images/ajax-loader.gif);
	background-position:center center;
	background-repeat:no-repeat;
}

#left_content {
	float: left;
	display: inline;
	width: 217px;
}

	#logo_mid {
		float: left;
		display: inline;
		width: 217px;
		height: 180px;
	}
	
	#joinus {
		float: left;
		display: inline;
		width: 167px;
		height: 350px;
		padding: 0 25px;
	}

#main_content {
	float: left;
	display: inline;
	width: 437px;
	min-height: 460px;
	height: auto !important;
	height: 460px;
	padding: 32px 30px 18px 30px;
}

	#main_content h1 {
		margin: 0;
		padding: 0;
		margin-bottom: 18px;
		font: normal 21px Georgia, "Times New Roman", Times, serif;
		color: #1d1d1d;
	}
	
	#main_content h2 {
		margin: 0;
		padding: 0;
		margin-bottom: 18px;
		font: normal 18px Times, serif;
		color: #696969;
	}
	
	#main_content p {
		font: 12px/18px Georgia, "Times New Roman", Times, serif;
		color: #696969;
	}
	
	.menubtn {
		font: bold 14px/40px Times, serif;
		color: #696969;
		border: 1px solid #696969;
		padding: 4px 8px;
		text-align: center;
		margin-right: 8px;
		text-decoration: none;
	}

	a:hover.menubtn {
		font: bold 14px/40px Times, serif;
		color: #1d1d1d;
		border: 1px solid #1d1d1d;
		text-decoration: underline;
	}

#right_content {
	float: left;
	display: inline;
	width: 204px;
	padding: 32px 21px 0 21px;
}

	h4 {
		padding: 0;
		margin: 0;
		margin: 6px 0 16px 0;
	}
	
	h4 a {
		font: normal 16px Georgia, "Times New Roman", Times, serif;
		color: #e3e3e3;
		text-decoration: none;
		
	}
	
	h4 a:hover {
		font: normal 16px Georgia, "Times New Roman", Times, serif;
		color: #e3e3e3;
		text-decoration: underline;
	}

#youngs_logo {
	float: left;
	display: inline;
	width: 75px;
	height: 68px;
}

#footer_address {
	float: left;
	display: inline;
	width: 782px;
	height: 68px;
}

#siteby {
	float: left;
	display: inline;
	width: 103px;
	height: 68px;
}

/* Styling for new year's eve */

#nye-popup {
	height:550px;
	width:460px;
	background-color:#FFFFFF;
	padding:20px
	}

.newyearseve-text {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:12px;
	color:#000000;
	}

/* Styling for Twitter Feed */

#twitterfeed{
	width:167px;
	font-size: 11px;
	font-family:Georgia, "Times New Roman", Times, serif;
	
	height:194px;
	background:url(../images/twitterbg.jpg) no-repeat left top;
	margin-bottom: 15px;
	padding-top:6px;

}
#twitterfeed a{
	font-size: 11px;
	font-weight:normal;
	word-wrap:break-word;
	text-decoration:none;
	font-weight:bold;
}

#twitterfeed p {
	margin-bottom:2px;
	padding: 0 8px 0 8px;
	float:left;
	display:inline;
	width:151px;
	word-wrap:break-word;
}

/* End of styling for all divs */

