/* 
Master CSS 

Table of Contents:
- General
- Structure
- Navigation
- Forms
- Type Styles
*/

/* General */
body {
	background: #5a4929 url(../img/bg.jpg) top center no-repeat;
	margin: 0;
	font-family: Cambria, Georgia, Times, Times New Roman, serif;
	font-size: 14px;
	color: #f0e8d8;
	line-height: 24px;
}

a:link {
	color: #decba7;
	text-decoration: underline;
}

a:visited {
	color: #decba7;
	text-decoration: underline;
}

a:hover {
	color: #decba7;
	text-decoration: none;
}

a:active {
	color: #decba7;
	text-decoration: none;
}

.clr {
	clear: both;
	height: 1px;
	font-size: 1px;
	line-height: 1px;
}

/* Structure */
.flags {
	background: url(../img/bg_flags.png) repeat-x;
	height: 25px;
	font-size: 1px;
	line-height: 1px;
}

.wrap {
	position: relative;
	width: 820px;
	margin: 0 auto;
}

.logo {
	background: url(../img/logo.png) no-repeat;
	width: 460px;
	height: 180px;
	margin: 0 auto 25px auto;
}

	.logo a {
		display: block;
		width: 460px;
		height: 180px;
	}

	.logo a span {
		display: none;
	}

.logospash {
	position: absolute;
	top: 117px;
	left: 20px;
	z-index: 1;
	background: url(../img/logo_splash.png) no-repeat;
	width: 420px;
	height: 182px;
}

	.logospash span {
		display: none;
	}

.language {
	position: absolute;
	top: 70px;
	right: -70px;
	z-index: 2;
	width: 250px;
	font-size: 10px;
	line-height: 14px;
}

.content {
	float: right;
	width: 460px;
	font-family: Cambria, Georgia, Times, Times New Roman, serif;
	font-size: 14px;
	color: #f0e8d8;
	line-height: 24px;
}

.content_index {
	width: 550px;
	margin: 0 auto;
}

.footer {
	width: 940px;
	padding: 0 0 20px 0;
	margin: 20px auto 0 auto;
	font-family: Cambria, Georgia, Times, Times New Roman, serif;
	font-size: 10px;
	color: #a99164;
	line-height: 24px;
	text-align: center;
}

	.footer a {
		color: #a99164;
	}

/* Navigation */
.nav {
	float: left;
	width: 280px;
	padding: 0;
	margin: 0;
	list-style-type: none;
}

	.nav li {
		list-style-type: none;
		padding: 0;
		margin: 0 0 5px 0;
		width: 280px;
	}
	
		.nav li ul {
			padding: 0;
			margin: 0;
			list-style-type: none;
		}
		
			.nav ul li a {
				display: block;
				background-image: none;
				padding: 0 0 0 25px;
				text-align: left;
			}
			
				.nav li ul li a:hover {
					background-image: none;
				}
	
		.nav li a {
			display: block;
			width: 280px;
			height: 35px;
			background: url(../img/bg_navitem.gif) no-repeat;
			font-family: Georgia, "Times New Roman", Times, serif;
			font-size: 14px;
			color: #decba7;
			line-height: 35px;
			text-align: center;
			text-decoration: none;
		}
		
			.nav li a:hover {
				background: url(../img/bg_navitem.gif) 0 -35px no-repeat;
				text-decoration: underline;
			}
			
			.nav li a.on {
				background: url(../img/bg_navitem.gif) 0 -70px no-repeat;
				color: #5a4929;
			}
			
				.nav li a.on:hover {
					background: url(../img/bg_navitem.gif) 0 -70px no-repeat;
					color: #5a4929;
				}

/* Forms */
form {
	display: inline;
}

fieldset {
	padding: 10px;
	border: 1px solid #312713;
	margin-bottom: 10px;
}

	fieldset legend {
		font-size: 16px;
		color: #312713;
	}

	fieldset p {
		margin-bottom: 10px;
	}

label {
	display: block;
	margin-bottom: 5px;
	clear: both;
}

	label strong {
		display: block;
		float: left;
		width: 150px;
		font-size: 11px;
		text-align: right;
		padding-right: 5px;
	}

/* Type Styles */
p {
	margin: 0 0 20px 0;
}

h1 {
	font-size: 24px;
	font-weight: normal;
	color: #312713;
	line-height: 24px;
	margin: 0 0 15px 0;
}

h2 {
	font-size: 20px;
	font-weight: normal;
	color: #312713;
	line-height: 22px;
	margin: 0 0 10px 0;
}

h3 {
	font-size: 16px;
	font-weight: bold;
	color: #312713;
	line-height: 20px;
	margin: 0 0 0 0;
}

h4 {
	font-size: 14px;
	font-weight: bold;
	color: #312713;
	line-height: 18px;
	margin: 0 0 0 0;
}