@charset "UTF-8";
/* CSS Document */

html, body, ul, ol, li, p, h1, h2, h3, h4, h5, h6, form, input, img, fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}

body {
	background-image: url(../images/background.jpg);
	background-repeat: repeat-x;
	background-color: #C6BEB1;
}
h1 {
	font-family: "Comic Sans MS", cursive;
	font-size: 1.2em;
	color: #333;
	margin-bottom: 15px;
	margin-left: 20px;
	margin-right: 20px;
}

h2 {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 1em;
	margin-left: 20px;
	margin-right: 20px;
	margin-bottom: 10px;
	padding-top: 10px;
}

h4 {
	font-size: 0.9em;
	margin-bottom: 10px;
}

p {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.7em;
	margin-bottom: 10px;
	text-align: justify;
	color: #333;
	margin-right: 20px;
	margin-left: 20px;
}
ul {
	margin-left: 40px;
}
li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #000000;
	line-height: 1.7em;
}

hr {
	width: 450px;
	color: #000000;
	border: 1px solid #000000;
}

.header {
	background-image: url(../images/name2.jpg);
	background-repeat: no-repeat;
	background-position: right top;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #706C65;
}
.toggler {
	float: right;
	margin-top: 6px;
}
.toggler li {
	display: inline;
}

/* BUTTONS first level */
#nav_row { width: 978px; height: 27px; }
#nav_row #top_row { margin: 0; padding: 0; }
#nav_row #top_row li { display: inline; }
#nav_row #top_row li a { float: left; height: 0; padding-top: 27px; overflow: hidden; }
#nav_row #top_row li a { background-image: url(../images/tabs.png); background-repeat: no-repeat; }

/* ON STATES first level */
#nav_row #top_row li#button1 a { background-position: 0 0; width: 169px; }
#nav_row #top_row li#button2 a { background-position: -169px 0; width: 135px; }
#nav_row #top_row li#button3 a { background-position: -304px 0; width: 177px; }
#nav_row #top_row li#button4 a { background-position: -481px 0; width: 277px; }
#nav_row #top_row li#button5 a { background-position: -758px 0; width: 220px; }

/* OVER STATES first level */
#nav_row #top_row li#button1 a:hover { background-position: 0 -54px; }
#nav_row #top_row li#button2 a:hover { background-position: -169px -54px; }
#nav_row #top_row li#button3 a:hover { background-position: -304px -54px; }
#nav_row #top_row li#button4 a:hover { background-position: -481px -54px; }
#nav_row #top_row li#button5 a:hover { background-position: -758px -54px; }

/* PRESSED STATES first level */
#nav_row #top_row li#button1 a:active { background-position: 0 -108px; }
#nav_row #top_row li#button2 a:active { background-position: -169px -108px; }
#nav_row #top_row li#button3 a:active { background-position: -304px -108px; }
#nav_row #top_row li#button4 a:active { background-position: -481px -108px; }
#nav_row #top_row li#button5 a:active { background-position: -758px -108px; }

/* ON STATES first level 
#nav_row.logo #top_row li#button1 a { background-position: 0 -81px; cursor: default; }
#nav_row.home #top_row li#button2 a { background-position: -169px -81px !important; }
#nav_row.about #top_row li#button3 a { background-position: -304px -81px !important; }
#nav_row.holidays #top_row li#button4 a { background-position: -481px -81px !important; }
#nav_row.holidays #top_row li#button5 a { background-position: -758px -81px !important; } */



/* BUTTONS second level */
#nav_row { width: 978px; height: 27px; }
#nav_row #bottom_row { margin: 0; padding: 0; }
#nav_row #bottom_row li { display: inline; }
#nav_row #bottom_row li a { float: left; height: 0; padding-top: 27px; overflow: hidden; }
#nav_row #bottom_row li a { background-image: url(../images/tabs.png); background-repeat: no-repeat; }

/* ON STATES second level */
#nav_row #bottom_row li#button6 a { background-position: 0 -27px; width: 407px; }
#nav_row #bottom_row li#button7 a { background-position: -407px -27px; width: 146px; }
#nav_row #bottom_row li#button8 a { background-position: -553px -27px; width: 155px; }
#nav_row #bottom_row li#button9 a { background-position: -708px -27px; width: 270px; }

/* OVER STATES second level */
#nav_row #bottom_row li#button6 a:hover { background-position: 0 -81px; }
#nav_row #bottom_row li#button7 a:hover { background-position: -407px -81px; }
#nav_row #bottom_row li#button8 a:hover { background-position: -553px -81px; }
#nav_row #bottom_row li#button9 a:hover { background-position: -708px -81px; }

/* PRESSED STATES second level */
#nav_row #bottom_row li#button6 a:active { background-position: 0 -135px; }
#nav_row #bottom_row li#button7 a:active { background-position: -407px -135px; }
#nav_row #bottom_row li#button8 a:active { background-position: -553px -135px; }
#nav_row #bottom_row li#button9 a:active { background-position: -708px -135px; }

/* ON STATES second level 
#nav_row.logo #bottom_row li#button6 a { background-position: 0 -81px; cursor: default; }
#nav_row.home #bottom_row li#button7 a { background-position: -456px -81px !important; }
#nav_row.about #bottom_row li#button8 a { background-position: -616px -81px !important; } */



.wrapper {
	width: 978px;
	margin-right: auto;
	margin-left: auto;
}
.name {
	float: right;
}
.navigation {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #706C65;
}
.photo {
	text-align: center;
	margin-top: 15px;
	margin-bottom: 25px;
}
.photo img {
	border: 4px solid #EEEEEE;
	margin-left: 33px;
	margin-right: 33px;
}
.navigation .nav_cell {
	float: left;
}
.content #timecontainer {
	float: right;
	margin-right: 65px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #62605C;
	font-size: 0.8em;

}
.content {
	padding-top: 70px;
	padding-bottom: 20px;
}
.content #form {
	float: right;
}
.content #form label {
	width: 5em;
	display: block;
	float: left;
	text-align: right;
	margin-right: 5px;
}
.content #form .input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #8B8B8B;
	padding: 2px;
	border: 1px solid #757575;
}
.content #form #message {
	width: 30em;
}

.content .float_right {
	float: right;
	margin-bottom: 10px;
	margin-left: 20px;
	border: 1px solid #000000;
}

.content .float_left {
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
	border: 1px solid #000000;
}
.content .centre_image img  {

	border: 1px solid #000000;
}
.content .abstract_tables td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	background-color: #FFFFCC;
	padding: 10px;
	color: #62605C;
	line-height: 1.5em;
}
.content .wing_text {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.5em;
	color: #000000;
	padding: 10px;
}


.weather {
	margin-left: 65px;
	padding-top: 15px;
}
.footer {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #878378;
	padding-top: 10px;
	margin-bottom: 50px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #706C65;
	font-size: 0.8em;
}
.footer a {
	color: #706C65;
	text-decoration: none;
}
.footer a:hover {
	text-decoration: underline;
}
.footer .utilities {
	float: right;
}
.footer .utilities span {
	margin-right: 15px;
	margin-left: 15px;
}
.footer .disclaimer {
	margin-top: 20px;
}

