﻿/*===============================================
	Generic
=================================================*/
html
{
	background: #adbdb5 url("images/bg.png") repeat-x left top;
	color: #093259;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	margin: 0;
	padding: 46px 0 0 0;
}

body
{
	margin: 0;
	padding: 0;
}

a, a:visited
{
	color: #c47920;
	text-decoration: underline;
}

a:active, a:focus, a:hover
{
	color: #fe9820;
	text-decoration: none;
}

form
{
	margin: 0;
	padding: 0;
}

h1, h2, h3, h4, h5, h6, p
{
	margin: 0 0 1em 0;
	padding: 0;
}

dl, ol, ul
{
	margin: 0 0 1em 0;
	padding: 0 0 0 2em;
}

ol li, ul li
{
	margin: 0 0 0.2em 0;
	padding: 0;
}

button, submit, input[type=button], input[type=submit]
{
	background: #869b7f;
	border: 1px solid #e9efe7;
	color: #e9efe7;
	padding: 0.25em 0.5em;
}

button:hover, submit:hover, input[type=button]:hover, input[type=submit]:hover
{
	background: #afbeaa;
}

/*===============================================
	Forms
=================================================*/
form
{
	margin: 0;
	padding: 0;
}

label
{
	font-weight: bold;
}

.error
{
	color: #f00;
}

input[type=text], textarea
{
	background: #fff;
	border: 1px solid #869b7f;
	color: #093259;
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	padding: 3px;
}

input[type=submit]
{
	background: #869b7f;
	border: 1px solid #869b7f;
	color: #fff;
	display: inline-block;
	padding: 5px 8px;
	text-align: center;
	text-decoration: none;
}

input[type=submit]:active, input[type=submit]:hover, input[type=submit]:focus
{
	background: #f4f7f3;
	color: #093259;
	outline: 0;
}

address
{
	font-style: normal;
}

/*===============================================
	Email Form
=================================================*/
#email-form
{
	width: 50%;
}

#email-form .sent
{
	font-size: 1.25em;
	line-height: 7.5em;
}

#email-form .field input[type=text], #email-form .field textarea
{
	display: block;
	margin-top: 0.25em;
	width: 100%;
}

#email-form .field
{
	margin: 0 0 0.75em 0;
}

#email-form .anti-spam-code input[type=text]
{
	display: inline-block;
	margin-bottom: 0.5em;
	width: auto;
}

#email-form .anti-spam-code img
{
	border: 1px solid #869b7f;
	vertical-align: middle;
}

#email-form #contact-ip
{
	font-size: 0.75em;
	font-style: normal;
	margin-top: 1em;
}

/*===============================================
	Text
=================================================*/
#content h1
{
	font-size: 1.9em;
}

#menu a
{
	color: #e9efe7;
	text-decoration: none;
}

#menu a:active, #menu a:focus, #menu a:hover
{
	background: #e9efe7;
	color: #000;
}

#menu ul li a
{
	display: inline-block;
	padding: 0 0.65em;
}

/*===============================================
	Decoration
=================================================*/
#content .image
{
	border: 1px solid #869b7f;
}

#content .image.odd
{
	float: right;
	margin: 0 0 1em 1em;
}

#content .image.even
{
	float: left;
	margin: 0 1em 1em 0;
}

#content .movie
{
	margin: 0 auto 1em auto;
	width: 640px;
	height: 385px;
}

/*===============================================
	Containers
=================================================*/
#wrapper
{
	margin: 0 auto;
	width: 954px;
}

#container
{
	background: transparent url("images/content.png") repeat-y left top;
	float: left;
	margin: 225px 0 -307px 0;
	position: relative;
	width: 954px;
}

#content
{
	background: transparent url("images/header.png") no-repeat left top;
	margin-top: -225px;
	padding: 225px 35px 0 35px;
	width: 884px;
}

#menu
{
	background: transparent url("images/banner.jpg") no-repeat left top;
	color: #e9efe7;
	font-size: 1.1em;
	font-weight: bold;
	left: 9px;
	top: -178px;
	position: absolute;
	text-transform: uppercase;
	width: 936px;
	height: 160px;
}

#menu ul
{
	list-style: none;
	list-style-position: inside;
	margin: 0;
	padding: 0;
	position: absolute;
	right: 15px;
	top: -27px;
}

#menu ul li
{
	border-right: 1px solid #e9efe7;
	display: inline;
	margin: 0;
	padding: 0;
}

#menu ul li.last
{
	border-right: 0;
}

#footer
{
	background: transparent url("images/footer.png") no-repeat left top;
	clear: both;
	color: #e9efe7;
	font-size: x-small;
	margin-bottom: -82px;
	padding: 40px 0 0 0;
	text-align: center;
	width: 954px;
	height: 42px;
}
