/* Html */
html, body {
	margin: 0px;
	background-color: #ffffff;
	font-family: Arial;
	color: #0f1f7e;
	height: 100%;
}

body {
	font-size: 14px;
}

.fontsize-small {
	font-size: 10px;
}

.fontsize-normal {
	font-size: 12px;
}

.fontsize-large {
	font-size: 14px;
}

/* Layout wrapper */
#wrapper { 
	position: relative;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -32px;
	width: 768px;
	background: url('/images/content_bg.jpg');
	background-repeat: repeat-y;
}

/* Top */
#top {
	position: relative;
	width: 768px;
	height: 141px;
	background: url('/images/top.jpg');
	background-repeat: no-repeat;
}

	#logo_link {
		height: 94px;
		left: 28px;
		position: absolute;
		top: 0px;
		width: 209px;
		cursor: pointer;
	}
	
	#navmenu {
		padding: 0px;
		margin: 0px;
	}
	
	#navmenu li {
		width: 108px;
		list-style: none;
		float: left;
	}
	
	#navmenu li a {
		width: 105px;
		display: block;
		font-size: 11px;
		text-align: center;
		height: 32px;
		line-height: 32px;
		color: #0f1f7e;
		font-family: Tahoma, sans-serif;
		text-decoration: none;
		outline: 0px;
	}
	
	#navmenu li a:hover {
		background-image: url('/images/menuOver.jpg');
	}
	
	#menu {
		position: absolute;
		left: 7px;
		top: 106px;
		color: #0f1f7e;
	}

	#menu2 {
		position: absolute;
		left: 535px;
		top: 78px;
		font-size: 12px;
		font-family: Arial, sans-serif;
		color: #f3ddbf;
	}
		
		.menu2link {
			margin-right: 20px;
		}
		
		#menu2 a {
			color: #f3ddbf;
			text-decoration: none;
			
		}
		
		#menu2 a:hover {
			text-decoration: underline;
		}
		
	#search {
		position: absolute;
		left: 548px;
		top: 15px;
		font-size: 12px;
	}
	
		#search input {
			width: 175px;
			background-color: transparent;
			color: #7c7c7c;
			border: 0px;
			font-size: 11px;
			font-family: Arial, sans-serif;
		}
		
	#searchsubmit {
		position: absolute;
		left: 732px;
		top: 15px;
	}
	
	#fontsize {
		position: absolute;
		left: 470px;
		top: 76px;
	}
	
/* Banner */
#banner {
	position: relative;
	width: 768px;
	height: 183px;
	background: url('/images/banners/empty.jpg');
	background-repeat: no-repeat;
	z-index: 2;
}

	.bannerClickOverlay {
		cursor: pointer;
		height: 141px;
		left: 11px;
		position: absolute;
		top: 5px;
		width: 745px;
		z-index: 1000;
	}

#breadcrumb {
	position:absolute;
	left:28px;
	top:309px;
	font-size:11px;
	font-weight:bold;
	color:#c0c0c0;
	z-index:3;
}

#breadcrumb a {
	font-size:11px;
	font-weight:bold;
	color:#c0c0c0;
	text-decoration:none;
}
		
#breadcrumb a:hover {
	text-decoration:underline;
}
	
/* Content */
#content {
	min-height: 200px;
	padding: 5px 22px 10px 22px;
	position: relative;
	visibility: hidden;
}

	#content a {
		color: #0078ff;
		text-decoration: underline;
	}
	
	#content a:hover {
		color: #0078ff;
		text-decoration: none;
	}

	#content ul {
		padding-left: 20px;
		margin: 8px 0px;
		list-style: disc;
	}
	
#content_loader {
	position: absolute;
	background-color: #ffffff;
	z-index: 1000;
	width: 732px;
	height: 200px;
	padding-top: 30px;
	text-align: center;
	background-image: url('/images/ajaxLoader.gif');
	background-repeat: no-repeat;
	background-position: center center;
	visibility: visible !important;
	color: #ff0000;
}
	
/* Footer */
#footer {
	clear: both;
	position: relative;
	width: 768px;
	height: 27px;
	margin: 0 auto;
	background: url('/images/footer.jpg');
	text-align: center;
	color: #c0c0c0;
	font-size: 10px;
	padding-top: 5px;
}
#footer a:link, #footer a:visited {
	color:#c0c0c0;
}

#push {
	height: 32px;
}

/* Headlines */
.clear
{
	clear: both;
}

.headlinePhotos
{
	padding-top: 10px;
}

.headlinePhoto
{
	float: left;
	padding: 0 5px;
	text-align:center;
	width: 140px;
}
