@charset "UTF-8";
* {
	margin: 0;
}

html, body {
	height: 100%;
}
body {
	background: #fff url(images/fffbg.jpg) fixed repeat-x;	
	font: 1em Arial, Helvetica, sans-serif;
	color: #000;
}
	
a:link {
	color: #060;
}

/* Begin Image Alignment */

img.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

img.right {
	padding: 4px;
	margin: 0px 10px;
	display: inline;
}

img.left {
	padding: 4px;
	margin: 0px 10px;
	display: inline;
}

/*End Image Alignment */


/* Begin Form Elements */

form {
	text-align:left;
}

input {
	width:225px;
	background: #f1f1f1;
	border-left:0px;
	border-right:0px;
	border-top:0px;
	border-bottom:#000 1px solid;

}
.btn {
	border: #000 1px solid;
	}

.fl {
	width:125px;
	float:left;
}

.fr {
	width:225px;
	float:left;
}

.city {
	width:125px;
}

.half {
	float:left;
	width:50%;
}

/* End Form Elements */

/* Begin Container */

#wrapper {
	position: relative;
	width:100%;
	text-align:center;
	min-height: 100%;
	background:url(images/index_06.png) fixed repeat-y center center;	
}

#header {
	background:url(images/index_01.jpg) no-repeat top center;
	width: 100%;
	height: 61px;
	font-weight:bold;
	z-index:3;
	text-align:center;
}

#header .copy {
	float:right;
	margin-top:.25em;
	margin-right:6em;
	font-weight:bold;
	font: 1.1em Arial, Helvetica, sans-serif;
	color:#fff;
}

#footer {
	position: fixed;
	text-align: center;
	bottom:0px;
	left:0px;
	color: #666;
	margin: 0 auto;
	font: .65em Arial, Helvetica, sans-serif;
	width:100%;
	height:41px;
	background:url(images/index_03.png);	
}

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

#push {
	height: 41px; /* .push must be the same height as .footer */
	clear:both;
}

/* End Container */

#whistle {
	position:absolute;
	width:100px;
	height:360px;
	top:0px;
	right:0;
	z-index:2;
	background:url(images/whistle.png) no-repeat top center;
	
}

.title {
	background:url(images/index_02.jpg) no-repeat top center;
	width: 100%;
	height: 102px;
}

.sectiontitle {
	font: 1.5em/2.1em bold Arial, Helvetica, sans-serif;
}

.content {
	height:163px;
	clear:both;
	position:absolute;
	width:800px;
	left:50%;
	margin-left:-400px;
	text-align:justify;
	font: .8em/1.5em Arial, Helvetica, sans-serif;
	z-index:0;
}



/* Begin Navigation */

#navigate {
	position:absolute;
	left:50%;
	margin-left:-275px;
	top:29px;
	height:30px;
	width:690px;
	text-align:center;
	font: .8em Arial, Helvetica, sans-serif;
	}

#navigate ul {
	list-style: none;
	padding: 0;
	margin: 0;
} 

#navigate li {
	float: left;
	margin: 0 0.15em;
} 

#navigate li a {
	background: url(images/button.jpg) #fff bottom left repeat-x;
	height: 30px;
	line-height: 2em;
	float: left;
	width: 8em;
	display: block;
	border: 0.1em solid #dcdce9;
	color: #222;
	text-decoration: none;
	text-align: center;
} 

#navigate li a:hover {
	text-transform:uppercase;
	color:#030;
	font-weight:bold;
}

/* End Navigation */

/* Hide from IE5-Mac \*/
#nav-menu li a {
	float: none;
}

/* End hide */