/* Suggested order:
 * display
 * list-style
 * position
 * float
 * clear
 * width
 * height
 * margin
 * padding
 * border
 * background
 * color
 * font
 * text-decoration
 * text-align
 * vertical-align
 * white-space
 * other text
 * content
 *
 */

* {
	color: #000;
	font-size: 12px;
	font-family: Verdana, Helvetica, sans-serif;
}

body {
	background: #3f5170;
}

form .text {
	border-color: #89abd1;
	width: 200px;
}

form .button {
	padding: 0 5px 0 5px;
	border-color: #89abd1;
	background-color: transparent;
	color: #fff;
}

form .button.image {
	border-color: transparent;
	background-color: transparent;
	color: #16a1df;
}

#title a {
	display: block;
	position: absolute;
	left: 10px;
	top: -50px;
	width: 357px;
	height: 45px;
	text-indent: -9999px;
	background-image: url(../images/logo.png);
}

#subtitle {
	position: absolute;
	right: 40px;
	bottom: 20px;
	width: 510px;
	font-size: 15px;
	line-height: 17px;
	text-indent: -9999px;
	background-position: 100% 0;
	font-size: 17px;
	font-family: Helvetica, sans-serif;
}

#box {
	position: absolute;
	top: 62px;
	left: 50%;
	width: 760px;
	margin: 0 -380px 0 -380px;
	background-color: #fff;
}

#border {
	margin: 1px;
	background-color: #f5f5f5;
}

#header {
	position: relative;
	height: 244px;
	background-image: url(../images/header_bg.jpg);
}
	
#languageNavigation {
	position: absolute;
	top: -15px;
	right: 0;
}

#languageNavigation li {
	float: left;
}

#languageNavigation li a {
	display: block;
	line-height: 15px;
	padding: 0 5px;
	color: #ccc;
	font-size: 10px;
}

#languageNavigation li a:hover {
	color: #f60;
}

#languageNavigation li.cur {
	display: none;
}

#mainNavigation {
	position: absolute;
	top: 30px;
	left: 0;
	width: 688px !important;
	width: 758px;
	padding-left: 70px;
	height: 15px;
	background-color: #fff;
}

#mainNavigation li {
	float: left;
}

#mainNavigation li a {
	display: block;
	line-height: 15px;
	padding: 0 10px;
	color: #3f5170;
	font-weight: bold;
	font-size: 10px;
}

#mainNavigation li a:hover {
	color: #f60;
}
	
#midCol {
	min-height: 282px;
	height: auto !important;
	height: 282px;
	background: url(../images/mainContent_bg.jpg) no-repeat 100% 100%;
}

	#mainContent {
		position: relative;
		padding: 30px 40px 40px 80px;
		overflow: hidden;
	}

	#mainContent a {
		color: #3f5170;
	}

	#mainContent a:hover {
		color: #f60;
	}

	#mainContent p,
	#mainContent ul,
	#mainContent table {
		margin-bottom: 5px;
	}

	#mainContent p {
		line-height: 16px;
		text-align: justify;
	}

	#mainContent h2 {
		margin: 10px 0 5px 0;
		font-size: 13px;
		letter-spacing: 1px;
	}

	#mainContent h3 {
		margin: 5px 0 5px 0;
		letter-spacing: 1px;
	}

	#mainContent li {
		padding-left: 15px;
		line-height: 18px;
		background: url(../images/bulletlist_standard.png) no-repeat 5px 9px;
	}

	#mainContent th {
		border-bottom: 1px solid #beccd7;
	}

	#mainContent th,
	#mainContent td {
		padding: 4px 0;
	}

	#mainContent td strong {
		display: block;
		margin-bottom: 4px;
	}

	#mainContent td em {
		font-weight: bold;
	}

#footer {
	position: absolute;
	width: 758px;
	line-height: 20px;
}

	#footer * {
		font-size: 11px;
	}

	#footer p {
		color: #f60;
	}
	
	#footer a {
		color: #ccc;
	}
	
	#footer a:hover {
		color: #f60;
	}

	#address {
		position: absolute;
		left: 80px;
		top: 0px;
	}
	
	#copyright {
		position: absolute;
		right: 5px;
		top: 0px;
	}