/* Global configs */

html * {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

body {
	color: #444444;
	font-size: 0.7em;
	line-height: 1.6em;
	font-family: trebuchet ms, sans-serif;
	text-align: center;
	background: #DFDFDF;
	z-index: -1;
}

body, input, textarea, select {
	font-family: trebuchet ms, sans-serif;
}

input, textarea, select {
	font-size: 1em;
}

form {
	display: inline;
}

img {
	behavior: url(../incs/iepngfix.htc);
}

p, h1, h2, h3, h4 {
	margin: 0px 10px 8px 0px;
}

h1 {
	font-size: 1.3em;
	padding: 0px 0px 5px 0px;
	color: #1F55A3;
	border-bottom: 2px solid #A7CAFB;
}

h2 {
	font-size: 1.1em;
	color: #1F55A3;
	text-transform: uppercase;
}

a:link, a:visited {
	color: #001549;
	font-weight: 800;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/* Main Structure, wrap the whole layout in a div to keep it narrow and centered */

#wrapper {
	position: relative;
	top: 20px;
	width: 660px;
	margin: 0px auto;
	text-align: left;
	z-index: 1;
	border: 1px solid #CCCCCC;
	background: white;
}

#header {
	position: relative;
	width: 660px;
	height: 190px;
	background: url(../static_images/elements/header.png) top right no-repeat;
}

#player {
	position: absolute;
	top: 10px;
	left: 10px;
}
	
#navigation {
	position: absolute;
	bottom: 0px;
	left: 10px;
	width: 650px;
	overflow: hidden;
	z-index: 3;
}

	#navigation ul {
		list-style: none;
		height: 30px;
		margin: 0px;
		padding: 0px;
	}
		
		#navigation ul li {
			height: 30px;
			width: auto;
			float: left;
		}
			
			#navigation ul li a:link, #navigation ul li a:visited {
				display: block;
				height: 18px;
				padding: 4px;
				margin: 0px 5px 0px 0px;
				border-bottom: 1px solid #A7CAFB;
				text-decoration: none;
				text-transform: uppercase;
				font-weight: 800;
				color: #1F55A3;
			}
			
			#navigation ul li a:hover {
				background: #A7CAFB;
				color: white;
			}
			

#content {
	position: relative;
	width: 660px;
	z-index: 2;
}

#body {
	position: relative;
	width: 640px;
	padding: 10px 10px 10px 10px;
	z-index: 3;
}

#footer {
	position: relative;
	margin: 4px 10px 0px 10px;
	padding: 10px 0px;
	width: 640px;
	border-top: 1px solid #CCCCCC;
	text-align: left;
}

	#footer p {
		margin: 0px;
		padding: 0px;
	}
	
	
	
	
	
	
	
/* Specific CMS Entries */

	#body.cms {
		position: relative;
		width: 650px;
		padding: 10px 0px 10px 10px;
		background: white;
		z-index: 3;
	}
	
	#body.cms a:link, #body.cms a:visited {
		color: #001549;
		font-weight: 800;
		text-decoration: none;
	}
	
	#body.cms a:hover {
		text-decoration: underline;
	}
	
	#body table.cms {
		width: 640px;
		border-collapse: collapse;
		margin: 0px 0px 20px 0px;
		color: black;
	}
	
	#body table.cms td {
		padding: 5px 5px 0px 0px;
		margin: 5px 0px 0px 0px;
		border-bottom: 1px solid #999999;
	}
	
	#body div.cms {
		width: 640px;
		margin: 0px 0px 20px 0px;
		color: white;
	}
	
	#body div.cms div.article {
		padding: 2px 5px 0px 0px;
		margin: 4px 0px 0px 0px;
		color: black;
		border-bottom: 1px solid #999999;
	}
	
	#body div.cms div.article a:link, #body div.cms div.article a:visited {
		border-bottom: 0px solid white;
	}
	
	#body div.cms img {
		border: 0px;
		margin: 0px;
		padding: 0px;
		float: left;
	}
	
	#body table.form {
		width: 100%;
		color: black;
		text-transform: uppercase;
		margin: 10px 0px 0px 0px;
		padding: 10px;
		background: #CBDDFD;
	}
	
	#body table.form td.label {
		text-align: right;
		padding: 0px 20px 0px 0px;
	}
	
	#body table.form td.control {
		width: 400px;
	}
	
	#body table.form td.control input {
		width: 400px;
	}
	
	#body table.form td.control textarea {
		width: 400px;
		height: 100px;
	}
	
	

#login {
	border: 2px solid red;
	width: 316px;
	margin: 100px 110px 150px 110px;
	padding: 15px;
	text-align: center;
	background: white;
}